/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E7EB; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  @font-face {
    font-family: "Quaker-Regular";
    src: url("../fonts/TradeGothic-LT-Condensed-No-18.ttf");
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: "TradeGothic-Regular";
    src: url("../fonts/trade-gothic-webfont/trade_gothic_lt-webfont.woff2") format("woff2"),
      url("../fonts/trade-gothic-webfont/trade_gothic_lt-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "TradeGothic-Code-Eighteen";
    src: url("../fonts/trade-gothic-webfont/tradegothic_lt_condeighteen-webfont.woff2") format("woff2"),
      url("../fonts/trade-gothic-webfont/tradegothic_lt_condeighteen-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "TradeGothic-Light";
    src: url("../fonts/trade-gothic-webfont/trade_gothic_lt_light-webfont.woff2") format("woff2"),
      url("../fonts/trade-gothic-webfont/trade_gothic_lt_light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "TradeGothic-Bold";
    src: url("../fonts/trade-gothic-webfont/trade_gothic_lt_bold-webfont.woff2") format("woff2"),
      url("../fonts/trade-gothic-webfont/trade_gothic_lt_bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
  }

  [x-cloak] {
    display: none !important;
  }

  body {
    font-family: "TradeGothic-Code-Eighteen" !important;
    background-image: url("../images/bgprincipal.png") !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  footer {
    color: #fff !important;
    background-color: #002855 !important;
  }

  header {
    font-family: "TradeGothic-Bold" !important;
    font-weight: bold;
  }

  #search-block-form {
    float: left !important;
  }

  [type="search"] {
    border: solid;
    border-color: black;
  }

  .jagged-top {
    background-image: url("../images/svg/ecplise-blue.svg") !important;
    height: 0.46rem;
    position: absolute;
    width: 100%;
    top: -6px;
  }

  .hr-section {
    background-image: url("../images/svg/hr-bg-khaki.svg");
    width: 100%;
    height: 10px;
    display: block;
    background-repeat: repeat-x;
    background-position: center left;
    margin-left: auto;
    margin-right: auto;
  }

  .hr-section.blue {
    background-image: url("../images/svg/hr-bg-blue.svg");
    width: 100%;
    height: 10px;
    display: block;
    background-repeat: repeat-x;
    background-position: center left;
    margin-left: auto;
    margin-right: auto;
  }

  .hr-section.white {
    background-image: url("../images/svg/hr-bg-white.svg");
    width: 30%;
    height: 5px;
    display: block;
    background-repeat: repeat-x;
    background-position: center left;
    margin-left: auto;
    margin-right: auto;
  }

  .tw-article-type-item {
    height: 300px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form-item--error-message {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}

  .list-steps {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

  .list-steps > ol {
  margin-bottom: 1rem;
  display: flex;
  width: 83.333333%;
  align-items: center;
}

  @media (min-width: 640px) {

  .list-steps > ol {
    margin-bottom: 1.25rem;
  }
}

  .list-step-selected {
  display: flex;
  width: 100%;
  align-items: center;
}

  .list-step-selected::after {
  display: inline-block;
  height: 0.25rem;
  width: 100%;
  border-width: 4px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(177 149 117 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

  .list-step-next {
  display: flex;
  width: 100%;
  align-items: center;
}

  .list-step-next::after {
  display: inline-block;
  height: 0.25rem;
  width: 100%;
  border-width: 4px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(177 149 117 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

  .list-step-last {
  display: flex;
  align-items: center;
}

  .step {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(177 149 117 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  font-weight: 700;
}

  .step::after {
  --tw-content: '';
  content: var(--tw-content);
}

  @media (min-width: 1024px) {

  .step {
    height: 3rem;
    width: 3rem;
  }
}
  .step-selected {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 85 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  @media (min-width: 1024px) {

  .step-selected {
    height: 3rem;
    width: 3rem;
  }
}

  .card-img-top {
    width: 44%;
    margin: 15px auto 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .active {
    color: #fff;
    background: #002855;
    border: 1.6px solid #002855 !important;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.tw-container {
  width: 100%;
}
@media (min-width: 640px) {

  .tw-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .tw-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .tw-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .tw-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .tw-container {
    max-width: 1536px;
  }
}
.tw-btn-blue {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 85 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-btn-light-brown {
    font-weight: bold;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 0.10rem;
    padding-bottom: 0.10rem;
    padding-left: .55rem;
    padding-right: .55rem;
    margin-left: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(197 167 133 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.tw-btn-orange {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(197 167 133 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.main-user__login {
    background-image: url("../images/bkg-quaker.png");
    background-size: cover;
    --tw-text-opacity: 1;
    color: rgb(0 40 85 / var(--tw-text-opacity));
  }
.modal {
  position: fixed;
  inset: 0px;
  z-index: 100;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: rgb(0 40 85 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
}
.modal-dialog {
    display: block;
    background: #c5a785;
    padding: 20px;
    margin: 50px auto;
    text-align: center;
    border-radius: 0.25rem;
  }
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-right-\[-31px\] {
  right: -31px;
}
.tw-right-\[-64px\] {
  right: -64px;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-\[-40px\] {
  top: -40px;
}
.tw-top-\[-45px\] {
  top: -45px;
}
.tw-z-0 {
  z-index: 0;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-\[100\] {
  z-index: 100;
}
.tw-m-4 {
  margin: 1rem;
}
.tw-m-8 {
  margin: 2rem;
}
.tw-m-auto {
  margin: auto;
}
.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw-mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.tw-my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.\!tw-mb-0 {
  margin-bottom: 0px !important;
}
.\!tw-mt-\[60px\] {
  margin-top: 60px !important;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-6 {
  margin-left: 1.5rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-h-40 {
  height: 10rem;
}
.tw-h-56 {
  height: 14rem;
}
.tw-h-72 {
  height: 18rem;
}
.tw-h-96 {
  height: 24rem;
}
.tw-h-\[22rem\] {
  height: 22rem;
}
.tw-h-\[261px\] {
  height: 261px;
}
.tw-h-\[334px\] {
  height: 334px;
}
.tw-h-\[452px\] {
  height: 452px;
}
.\!tw-min-h-\[600px\] {
  min-height: 600px !important;
}
.tw-min-h-screen {
  min-height: 100vh;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-3\/4 {
  width: 75%;
}
.tw-w-96 {
  width: 24rem;
}
.tw-w-\[190px\] {
  width: 190px;
}
.tw-w-\[23rem\] {
  width: 23rem;
}
.tw-w-\[275px\] {
  width: 275px;
}
.tw-w-\[30px\] {
  width: 30px;
}
.tw-w-\[346px\] {
  width: 346px;
}
.tw-w-full {
  width: 100%;
}
.tw-max-w-\[35px\] {
  max-width: 35px;
}
.tw-max-w-screen-lg {
  max-width: 1024px;
}
.tw-max-w-screen-sm {
  max-width: 640px;
}
.tw-max-w-screen-xl {
  max-width: 1280px;
}
.tw-flex-shrink-0 {
  flex-shrink: 0;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-basis-1\/2 {
  flex-basis: 50%;
}
.tw-basis-1\/4 {
  flex-basis: 25%;
}
.tw-basis-\[14\.222222\%\] {
  flex-basis: 14.222222%;
}
.-tw-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-list-none {
  list-style-type: none;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.tw-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-place-content-stretch {
  place-content: stretch;
}
.tw-content-center {
  align-content: center;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-around {
  justify-content: space-around;
}
.tw-justify-items-center {
  justify-items: center;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-x-hidden {
  overflow-x: hidden;
}
.tw-overflow-y-visible {
  overflow-y: visible;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-primary-darkOrange {
  --tw-border-opacity: 1;
  border-color: rgb(158 135 108 / var(--tw-border-opacity));
}
.tw-border-primary-titleColor {
  --tw-border-opacity: 1;
  border-color: rgb(110 61 33 / var(--tw-border-opacity));
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 85 / var(--tw-bg-opacity));
}
.tw-bg-primary-lightYellow {
  --tw-bg-opacity: 1;
  background-color: rgb(177 149 117 / var(--tw-bg-opacity));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.tw-bg-cover {
  background-size: cover;
}
.tw-bg-center {
  background-position: center;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.tw-px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pb-6 {
  padding-bottom: 1.5rem;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pt-20 {
  padding-top: 5rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-start {
  text-align: start;
}
.tw-align-middle {
  vertical-align: middle;
}
.tw-font-\[TradeGothic-Light\] {
  font-family: TradeGothic-Light;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-capitalize {
  text-transform: capitalize;
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 40 85 / var(--tw-text-opacity));
}
.tw-text-primary-darkOrange {
  --tw-text-opacity: 1;
  color: rgb(158 135 108 / var(--tw-text-opacity));
}
.tw-text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-primary-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(0 40 84 / var(--tw-text-opacity));
}
.tw-text-primary-titleColor {
  --tw-text-opacity: 1;
  color: rgb(110 61 33 / var(--tw-text-opacity));
}
.tw-text-quaker {
  --tw-text-opacity: 1;
  color: rgb(255 173 0 / var(--tw-text-opacity));
}
.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-shadow-custom {
  --tw-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 0px 15px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-ring-inset {
  --tw-ring-inset: inset;
}
.tw-duration-700 {
  transition-duration: 700ms;
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/**
 * Navbar styling.
 */
body.toolbar-vertical.navbar-is-fixed header {
  top: 36px;
}
.breadcrumb-separator {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEzLjUgMjEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMuNSAyMS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzZFM0QyMTtzdHJva2Utd2lkdGg6Mi43ODM7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMi4xLDE5LjlsOS4xLTkuMUwyLjEsMS43Ii8+Cjwvc3ZnPgo=);
  display: inline-block;
  margin-left: 10px;
  margin-right: 6px;
  width: 5px;
  height: 22px;
}
.countries {
  position: absolute;
  transform: translate3d(25px, 63px, 0px);
  height: -moz-fit-content;
  height: fit-content;
}
.footer {
  padding-bottom: 4vw !important;
}
.footer,
.footer a {
  color: #fff;
}
.footer {
  background-color: #002855;
  padding-bottom: 2vw;
  padding-top: 2vw;
  font-size: 15px;
}
.container-fluid,
.search .main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}
.footer .branding {
  text-align: center;
}
.footer a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer .social {
    flex-wrap: wrap;
  }
  .footer .footer-navigation li {
    flex: 1 1 100%;
    margin-bottom: 6.66667px;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .container-fluid,
  .search .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navigation__items > li {
  float: left;
  border-radius: 6px;
  
}
.navigation__items__users li a {
  color: white;
  text-decoration: none;
  margin: 10px;
}
.navigation__items__users > li {
  padding: 6px 8px;
  border-radius: 6px;
  margin-left: 14px;
}
.navigation__items li:hover > ul {
  display: block;
}
.navigation__item--has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 0.15em solid #C4A684;
  border-right: 0.15em solid #C4A684;
  transform: rotate(45deg);
  margin-left: 0.40em;
}
.navigation__item--has-children .navigation__item--has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 0.15em solid #FFF;
  border-right: 0.15em solid #FFF;
  transform: rotate(45deg);
  margin-left: 0.40em;
}
.qkc p, td{
    font-family: "TradeGothic-Code-Eighteen";
    /* font-size: 28px; */
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    color: #FFF;
    
    font-size: clamp(18px, 6vw, 28px);
}
.qkc {
    font-size: clamp(18px, 6vw, 28px);
}
.qkc .title{
    font-family: "TradeGothic-Code-Eighteen";
    font-weight: 700;
    letter-spacing: 0em; 
    text-align: left;
    line-height: clamp(41px, 6vw, 87px);
    /* font-size: 45px;
    @apply sm:tw-text-[70px] sm:tw-leading-[90px]; */
    font-size: clamp(35px, 6vw, 70px);
}
.qkc .bg-yellow{
    font-family: "TradeGothic-Code-Eighteen";
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    background: #FFAD00;
    color: #182A3E;
    line-height: 60px;
    /* font-size: 50px; */
    /* @apply sm:tw-text-[70px] sm:tw-leading-[90px]; */
    line-height: clamp(41px, 6vw, 87px);
    font-size: clamp(35px, 5vw, 70px);
}
.qkc .subtitle{
    font-family: "TradeGothic-Code-Eighteen";
    font-weight: 700;
    letter-spacing: 0em; 
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}
@media (min-width: 640px) {

  .qkc .subtitle {
    font-size: 50px;
    line-height: 60px;
  }
}
.qkc .blue{
    color: #182A3E;
}
.qkc .tw-title {
  text-transform: uppercase;
}
.qkc .btn {
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-size: 20px;
}
.qkc .btn-yellow{
    background-color: #FFAD00;
}
.qkc .btn-blue{
    color: #FFF;
    background-color: #182A3E;
}
.qkc .acot{
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.qkc .tw-centered {
  text-transform: uppercase;
}
.qkc table{
    table-layout:fixed;
}
.responsive-table {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {

  .responsive-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.qkc tr td { 
    width:50%; 
    vertical-align: top;
}
.qkc td { 
    padding: 0px 50px 0px 50px;
}
.qkc .non-responsive{ 
    display: none;
}
@media (min-width: 768px) {

  .qkc .non-responsive {
    display: inline;
  }
}
/*
 * Donaciones
 */
.donation a {
    text-decoration: none;
    color: initial;
}
.donation {
    font-family: "TradeGothic-Code-Eighteen";
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    color: #FFF;
    background-repeat: no-repeat;
    background-size: contain;
}
.tw-donation {
  justify-content: center !important;
}
.donation .title{
    font-size: 30px;
}
.donation .subtitle{
    font-size: 15px;
}
.btn-donation{
    bottom: 0px;
    position: relative;
}
.block-donations li {
    display: inline-block;
    margin-right: 20px;
}
#desnut-ruler{
    height: 645px;
    width: 46px;
    position: absolute;
    top: 0px;
    left: 80px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/themes/custom/quaker-latam/images/desnut-ruler.png);
}
#desnut-text{
    position: absolute;
    top: 500px;
    left: 50px;
}
#presenta-ruler{
    height: 645px;
    width: 46px;
    position: absolute;
    top: 0px;
    right: 80px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/themes/custom/quaker-latam/images/presenta-ruler.png);
}
#alimento-ruler{
    height: 645px;
    width: 46px;
    position: absolute;
    top: 0px;
    right: 80px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/themes/custom/quaker-latam/images/alimento-ruler.png);
}
.qkc .wrapper{
    position: relative;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.nut-information{
    margin-top: 30px;
}
.nut-information img{
    width: 79px;
    height: auto;
}
.nut-information td{
    padding: 0px 10px 0px 10px;
}
.nut-information tr{
    padding-top: 30px;
}
.nut-information tr td { 
    width:auto; 
    vertical-align: top;
}
#alianza-table td{
    vertical-align: middle;
}
/**
 * "El programa" styles
 */
#estados-table {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {

  #estados-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#estados-table .col-line{
    width: 35px;
    height: 100%;
}
#estados-table .col-line-yellow{
    background-color: #FFAD00;   
    margin-right: 10px;
}
#estados-table .col-line-blue-grey{
    background-color: #3F6378;
    height: 140px !important;
    /* margin-left: 50px; */
    margin-right: 10px;
}
#estados-table .content {
  margin-left: 20px;
}
#estados-table tr { height: 100%; }
#estados-table td { height: 100%; }
#estados-table td > div { height: 100%; }
#estados-table li{
    list-style-type: disc;
    /* margin-left: 35px; */
}
#estados-table td{
    padding: 0px 5px 0px 0px;
}
#estados-table tr td {
    width: auto;
    vertical-align: top;
}
.qkc .rd-square{
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 30px 60px 30px 60px;
    border: #182A3E 4px;
    border-style: solid;
    margin: 20px 50px 20px 50px;
}
#beneficiarios-table{
    display: flex;
    flex-wrap: wrap;
}
#beneficiarios-table p{
    color: #182A3E;
    text-align: center;
}
/*
* Distribuyendo (pilares)
*/
#distribuyendo-table {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {

  #distribuyendo-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pilares-text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pilar-content{
    grid-template-columns: 1fr auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 768px) {

  .pilar-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pilares-item img{
    width: 100%;
    height: auto;
    min-width: 100px;
    max-width: 150px;
}
.pilares-item {
  display: flex;
  flex-direction: row;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
#pilares-text{
    width: 90%;
    margin-left: 0px;
 }
#pilares-text p{
    width: 100%;
    margin-left: 0px;
    font-size: 18px;
 }
.pilares-slider {
    display: none;
  }
#distribuyendo-table .btn-yellow{
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    font-size: 25px;
  }
/*
 * Estudio clínico
 */
#clinico-table td{
    padding: 0px 0px 0px 0px;
    width: 30%;
 }
.estudio-clinico {
  width: 100%;
}
@media (min-width: 768px) {

  .estudio-clinico {
    max-width: 750px;
  }
}
.estudio-clinico .middle-text{
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
 }
.results-container{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.results-number{
	font-weight: 700;
	font-size: 50px;	
	color: #FFAD00;
	line-height: 50px;
    display: block;
}
.results-type{
	font-size: 20px;	
    color: #FFAD00;
    line-height: 36px;
    display: block;
}
.results-desc{
	font-size: 20px;	
	line-height: 23.32px;
    color: #FFF;
    display: block;
}
.qkc .rd-square-yellow{
	border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 30px 30px 30px 30px;
    border: #FFAD00 4px;
    border-style: solid;
    width: 254px;
    height: auto;
    margin-left: 32px;
    margin-top: 15px;
}
.qkc .acot2{
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}
#resultados-table td{
    width: auto;
}
#resultados-table{
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
#resultados-ruler{
    height: auto;
    width: 100px;
}
.qkc #resultados-table .subtitle2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    width: 100%;
}
@media (min-width: 768px) {

  .qkc #resultados-table .subtitle2 {
    max-width: 750px;
  }
}
/**
* Secciones donaciones
*/
#do-donation{
    align-self: flex-end;
}
@media (min-width: 768px) {

  #do-donation {
    min-width: 80%;
    max-width: 80%;
  }
}
.marcas-container{
    display: flex;
    gap: 10px;
    flex-wrap:wrap;
}
/* FAQ's style */
.faqs .summary {
    font-family: "TradeGothic-Code-Eighteen";
    cursor: pointer;
    padding: 18px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: transparent;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 25px;
    width: 100%;
    justify-content: space-between;
    display: flex;
  }
.faqs .summary:after {
    background-repeat: no-repeat;
    background-size: 1.25rem;
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: transform .2s ease-in-out;
    width: 1.25rem;
    left: 0.65rem;
    position: relative;
    background-image: none;
    content: "⌃";
    font-size: 1.5rem;
}
.faqs .summary:not(.active):after {
    transform: rotate(-180deg);
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faqs .active, .faqs .summary:hover {
    background-color: transparent;
    border: 0px !important;
    border-bottom: 1px solid #f5a706 !important;
    color: #f5a706;
    font-size: 25px;
  }
/* Style the accordion panel. Note: hidden by default */
.faqs .panel {
    padding: 18px 18px 0px 18px;
    display: none;
    overflow: hidden;
  }
.faqs .containerSku {
    width: 400px;
    margin: 15px auto 0;
}
.faqs .containerSku .rowSku {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    padding: 10px;
}
.faqs .rowSku .columnSku {
    align-items: center;
    display: flex;
}
.faqs .rowSku .columnSku:first-child {
    width: 100px;
}
.faqs h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
}
.webform-submission-newsletter-form 
.form-item label + input, .form-item label + div textarea 
{
    border: 1px solid #182A3E;
    background-color: #FFF;
    border-radius: 0.5rem;
    margin-top: 1rem;
    color:#182A3E;
}
.newsletter-form {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: "TradeGothic-Code-Eighteen";
    font-size: 25px;
    color: #FFF;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.newsletter-form form{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}
@media (min-width: 768px) {

  .newsletter-form form {
    max-width: 700px;
  }
}
.form-item-nombre,
.form-item-apellidos,
.form-item-correo-electronico,
.form-item-telefono {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

  .form-item-nombre,
.form-item-apellidos,
.form-item-correo-electronico,
.form-item-telefono {
    min-width: 50%;
    max-width: 50%;
  }
}
.form-item-nombre,
.form-item-apellidos,
.form-item-correo-electronico,
.form-item-telefono
{ 
    padding-left: 5px;
}
.form-item-anio,
.form-item-mes,
.form-item-dia {
  min-width: 45%;
  max-width: 45%;
}
@media (min-width: 768px) {

  .form-item-anio,
.form-item-mes,
.form-item-dia {
    min-width: 33%;
    max-width: 33%;
  }
}
.form-item-anio,
.form-item-mes,
.form-item-dia
{ 
    padding-left: 5px;
}
.form-item-pais,
.form-item-ciudad,
.form-item-codigo-postal {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

  .form-item-pais,
.form-item-ciudad,
.form-item-codigo-postal {
    min-width: 33%;
    max-width: 33%;
  }
}
.form-item-pais,
.form-item-ciudad,
.form-item-codigo-postal
{ 
    padding-left: 5px;
}
.newsletter-form .title{
    display: flex;
    flex: 1;
    align-self: center;
    color: #FFF;
    width: 100%;
}
@media (min-width: 768px) {

  .newsletter-form .title {
    max-width: 700px;
  }
}
.newsletter-form .title{
    margin-bottom: 20px;
    padding-left: 5px;
}
.newsletter-form a{
    text-decoration: underline;
}
.newsletter-form .form-item--error-message{
    font-size: 13px;
    color: #FF0000;
    display: flex;
    line-height: 1px;
}
.newsletter-form .form-item-he-leido-y-aceptado input,
.form-item-acepto-que-me-envien-publicidad input{
    background-color: #FFF;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    border: 1px solid #6E3D21;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
.newsletter-form .form-item-he-leido-y-aceptado input:checked,
.newsletter-form .form-item-acepto-que-me-envien-publicidad input:checked{
    background-color: #182A3E;
    color:#FFF;
}
.form-item-he-leido-y-aceptado .form-item--error-message,
.form-item-acepto-que-me-envien-publicidad .form-item--error-message
{
    order: 1;
    line-height: 13px;   
    margin-bottom: 5px;
}
.newsletter-form .form-actions{
    align-self: center;
    flex-basis: 100%;
}
.newsletter-form .form-actions input{
    width: 180px;
    background-color: #182A3E;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.webform-submission-newsletter-en-form 
.form-item label + input, .form-item label + div textarea 
{
    border: 1px solid #182A3E;
    background-color: #FFF;
    border-radius: 0.5rem;
    margin-top: 1rem;
    color:#182A3E;
}
.newsletter-en-form {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: "TradeGothic-Code-Eighteen";
    font-size: 25px;
    color: #FFF;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.newsletter-en-form form{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}
@media (min-width: 768px) {

  .newsletter-en-form form {
    max-width: 700px;
  }
}
.newsletter-en-form .title{
    display: flex;
    flex: 1;
    align-self: center;
    color: #FFF;
    width: 100%;
}
@media (min-width: 768px) {

  .newsletter-en-form .title {
    max-width: 700px;
  }
}
.newsletter-en-form .title{
    margin-bottom: 20px;
    padding-left: 5px;
}
.newsletter-en-form a{
    text-decoration: underline;
}
.newsletter-en-form .form-item--error-message{
    font-size: 13px;
    color: #FF0000;
    display: flex;
    line-height: 1px;
}
.newsletter-en-form .form-item-he-leido-y-aceptado input,
.form-item-acepto-que-me-envien-publicidad input{
    background-color: #FFF;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    border: 1px solid #6E3D21;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
.newsletter-en-form .form-item-he-leido-y-aceptado input:checked,
.newsletter-en-form .form-item-acepto-que-me-envien-publicidad input:checked{
    background-color: #182A3E;
    color:#FFF;
}
.newsletter-en-form .form-actions{
    align-self: center;
    flex-basis: 100%;
}
.form-item-he-leido-y-aceptado{
    margin-top: 10px;
    margin-left: 5px;
}
.form-item-acepto-que-me-envien-publicidad{
    margin-left: 5px;
}
.newsletter-en-form .form-actions input{
    width: 180px;
    background-color: #182A3E;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.webform-submission-make-donation-form
.form-item label + input,
.form-item label + div textarea 
{
    border: 1px solid #182A3E;
    background-color: #FFF;
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
    color: #182A3E;
}
.make-donation-form {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: "TradeGothic-Code-Eighteen";
    font-size: 20px;
    color: #FFF;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.make-donation-form form{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}
@media (min-width: 768px) {

  .make-donation-form form {
    max-width: 700px;
  }
}
.form-item-nombre,
.form-item-apellidos,
.form-item-correo-electronico,
.form-item-telefono,
.form-item-tipo-de-moneda {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

  .form-item-nombre,
.form-item-apellidos,
.form-item-correo-electronico,
.form-item-telefono,
.form-item-tipo-de-moneda {
    min-width: 50%;
    max-width: 50%;
  }
}
.form-item-nombre,
.form-item-apellidos,
.form-item-correo-electronico,
.form-item-telefono,
.form-item-tipo-de-moneda
{ 
    padding-left: 5px;
}
.form-item-tipo-de-moneda {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

  .form-item-tipo-de-moneda {
    min-width: 30%;
    max-width: 30%;
  }
}
.form-item-digite-o-seleccione-un-monto {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

  .form-item-digite-o-seleccione-un-monto {
    min-width: 70%;
    max-width: 70%;
  }
}
.form-item-digite-o-seleccione-un-monto { 
    padding-left: 5px;
}
.form-item-anio,
.form-item-mes,
.form-item-dia {
  min-width: 45%;
  max-width: 45%;
}
@media (min-width: 768px) {

  .form-item-anio,
.form-item-mes,
.form-item-dia {
    min-width: 33%;
    max-width: 33%;
  }
}
.form-item-anio,
.form-item-mes,
.form-item-dia
{ 
    padding-left: 5px;
}
.form-item-pais,
.form-item-ciudad,
.form-item-codigo-postal {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

  .form-item-pais,
.form-item-ciudad,
.form-item-codigo-postal {
    min-width: 33%;
    max-width: 33%;
  }
}
.form-item-pais,
.form-item-ciudad,
.form-item-codigo-postal
{ 
    padding-left: 5px;
}
.make-donation-form .title{
    display: flex;
    flex: 1;
    align-self: center;
    color: #FFF;
    width: 100%;
}
@media (min-width: 768px) {

  .make-donation-form .title {
    max-width: 700px;
  }
}
.make-donation-form .title{
    margin-bottom: 20px;
    padding-left: 5px;
}
.make-donation-form a{
    text-decoration: underline;
}
.make-donation-form .form-item--error-message{
    font-size: 13px;
    color: #FF0000;
    display: flex;
    line-height: 14px;
}
.make-donation-form .form-item-he-leido-y-aceptado input,
.make-donation-form .form-item-acepto-que-me-envien-publicidad input
{
    background-color: #FFF;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    border: 1px solid #6E3D21;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#182A3E;
}
.make-donation-form .form-item-he-leido-y-aceptado input:checked,
.make-donation-form .form-item-acepto-que-me-envien-publicidad input:checked{
    background-color: #182A3E;
    color:#FFF;
}
.form-item-he-leido-y-aceptado .form-item--error-message,
.form-item-acepto-que-me-envien-publicidad .form-item--error-message
{
    order: 1;
    line-height: 13px;   
    margin-bottom: 5px;
}
.webform-card,
.webform-card.webform-card--active{
    width: 100%;
    border: none;
    padding: 20px;
}
.form-item-datos-de-pago{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.make-donation-form .form-actions input{
    width: 180px;
    background-color: #FFAD00;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.make-donation-form .form-actions{
    align-self: center;
    flex-basis: 100%;
}
.StripeElement {
    border: 1px solid #6E3D21;
    background-color: #FFF;
    font-size: 0.929em;
    margin: 2px 0;
    padding: 4px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.webform-submission-hacer-donacion-en-form
.form-item label + input,
.form-item label + div textarea 
{
    border: 1px solid #182A3E;
    background-color: #FFF;
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
    color: #182A3E;
}
.make-donation-en-form {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: "TradeGothic-Code-Eighteen";
    font-size: 20px;
    color: #FFF;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.make-donation-en-form form{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}
@media (min-width: 768px) {

  .make-donation-en-form form {
    max-width: 700px;
  }
}
.make-donation-en-form .title{
    display: flex;
    flex: 1;
    align-self: center;
    color: #FFF;
    width: 100%;
}
@media (min-width: 768px) {

  .make-donation-en-form .title {
    max-width: 700px;
  }
}
.make-donation-en-form .title{
    margin-bottom: 20px;
    padding-left: 5px;
}
.make-donation-en-form a{
    text-decoration: underline;
}
.make-donation-en-form .form-item--error-message{
    font-size: 13px;
    color: #FF0000;
    display: flex;
    line-height: 14px;
}
.make-donation-en-form .form-item-he-leido-y-aceptado input,
.make-donation-en-form .form-item-acepto-que-me-envien-publicidad input
{
    background-color: #FFF;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    border: 1px solid #6E3D21;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#182A3E;
}
.make-donation-en-form .form-item-he-leido-y-aceptado input:checked,
.make-donation-en-form .form-item-acepto-que-me-envien-publicidad input:checked{
    background-color: #182A3E;
    color:#FFF;
}
.make-donation-en-form .form-actions input{
    width: 180px;
    background-color: #FFAD00;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.make-donation-en-form .form-actions{
    align-self: center;
    flex-basis: 100%;
}
.form-item-tarjeta,
.form-item-vence,
.form-item-ccv {
  margin-bottom: 10px;
    margin-left: 5px;
}
.form-item-vence,
.form-item-ccv{
    margin-left: 5px;
}
.form-item-tarjeta input,
.form-item-vence input,
.form-item-ccv input{
    margin-top: 0px !important;
}
#edit-payment-container{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-top: 10px;
}
#edit-payment-container div{
    display: flex;
    
}
#edit-payment-container h2{
    margin-left: 5px;
}
.make-donation-form .form-item-he-leido-y-aceptado,
.make-donation-form .form-item-acepto-que-me-envien-publicidad {
    margin-left: 10px;
}
.make-donation-form .form-item-codigo-postal{
    margin-left: 5px;
}
.webform-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}
.progress-step.is-active .progress-marker-quacker::before {
    background-color: #FFAD00;
}
.progress-marker-quacker {
    display: block;
    position: relative;
}
.progress-marker-quacker::before {
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 44px;
    height: 44px;
    padding-bottom: 2px;
    border-radius: 50%;
    transition: background-color, border-color;
    transition-duration: 0.3s;
}
.progress-marker::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -10;
    top: 14px;
    right: -12px;
    width: 100%;
    height: 4px;
    transition: background-color 0.3s, background-position 0.3s;
}
.webform-section-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#edit-valores {
    width: 100%;
    margin-top: 32px;
}
#edit-valores .webform-section-title {
    display: none;
}
#edit-cards-prev {
    display: none !important;
}
#edit-valores .form-item {
    width: 100px;
    height: 67px;
    border-radius: 10px;
    background-color: #132334;
    position: relative;
}
#edit-valores .form-item label {
    border: 4px solid #FFAD00;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 50%;
    background-color: #FFAD00;
    width: 100%;
    text-align: center;
    border-radius: 5rem 5rem 20rem 24rem;
    height: 86%;
    line-height: 40px;
    font-size: 1.75rem;
}
body {
  overflow-x: hidden;
}
.mobile,
.masthead-search {
  display: none;
}
.masthead {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
}
.masthead + main {
  padding-top: 99px;
}
.masthead-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-inline: 2vw;
  max-width: 1710px;
  margin-inline: auto;
}
#buscador {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#buscador svg {
  width: 24px;
  fill: #002854;
}
#paises {
  height: 40px;
  display: flex;
  flex-flow: column wrap;
  gap: .0625rem;
  justify-content: center;
  align-items: center;
  width: 80px;
}
.tiny {
  font-size: 10px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.logo {
  max-width: 68px;
}
.nav-left {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
}
.main_menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
}
.main_menu > li {
  position: relative;
}
.main_menu > li > a {
  font-weight: 700;
  font-family: 'TradeGothic-Code-Eighteen';
  font-size: 18px;
  color: #01274f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 2.25rem;
  padding-inline: 1vw;
}
.main_menu > li:hover > a,
.main_menu > li.li--active-trail > a {
  color: #c5a785;
}
.main_menu > li:hover .main_sub_menu {
  display: block;
}
.main_sub_menu {
  display: none;
  position: absolute;
  background-color: white;
  padding-top: .5rem;
  padding-bottom: 1rem;
  top: 100%;
  left: 0;
  white-space: nowrap;
  width: auto;
  box-shadow: 3px 3px 3px -3px rgba(0,0,0,.25), 3px 3px 3px -3px rgba(0,0,0,.25), -3px 3px 3px -3px rgba(0,0,0,.25), inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.main_sub_menu > li:hover .main_subs_menu,
.main_subs_menu > li:hover .main_subt_menu {
  display: block;
}
.main_sub_menu > li:hover > a,
.main_sub_menu > li.li--active-trail > a {
  color: #c5a785;
}
.main_sub_menu > li > a,
.main_subs_menu > li > a,
.main_subt_menu > li > a {
  position: relative;
  font-weight: 400;
  font-family: 'TradeGothic-Regular';
  line-height: 1;
  display: block;
  padding-block: .5rem;
  padding-inline: 1.5rem;
  padding-right: 2rem;
  min-width: 250px;
  font-size: 18px;
  color: #01274f;
  white-space: break-spaces;
}
.main_subs_menu > li > a,
.main_subt_menu > li > a {
  color: white;
}
.main_subs_menu > li:hover > a,
.main_subs_menu > li.li--active-trail > a {
  color: #01274f;
}
.main_subt_menu > li:hover > a,
.main_subt_menu > li.li--active-trail > a {
  color: #01274f;
}
.main_subs_menu,
.main_subt_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding-top: .5rem;
  padding-bottom: 1rem;
  min-height: calc(100% + 1rem);
}
.main_subs_menu::after,
.main_subt_menu::after {
  content: '';
  background: #c4a684;
  width: calc(100% + 2rem);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: -2rem;
  box-shadow: 3px 3px 3px -3px rgba(0,0,0,.25), 3px 3px 3px -3px rgba(0,0,0,.25), -3px 3px 3px -3px rgba(0,0,0,.25), inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.main_subt_menu::after {
  background-color: #bb9e7e
}
.main_sub_menu > .li--expanded > a::after,
.main_subs_menu > .li--expanded > a::after,
.main_subt_menu > .li--expanded > a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #01274f;
  border-right: 1px solid #01274f;
  position: absolute;
  transform: rotate(-45deg);
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main_sub_menu > .li--expanded:hover > a::after,
.main_sub_menu > .li--active-trail > a::after {
  border-color: #c5a785;
}
.main_subs_menu .li--expanded > a::after,
.main_subt_menu .li--expanded > a::after {
  border-color: white;
}
.main_subs_menu .li--expanded:hover > a::after,
.main_subt_menu .li--expanded:hover > a::after,
.main_subs_menu .li--active-trail > a::after,
.main_subt_menu .li--active-trail > a::after {
  border-color: #01274f;
}
.nav-countries {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: relative;
}
.tiny {
  font-size: 10px;
}
.countries {
  transform: none;
  top: calc(100% + 27px);
  right: 0;
  padding: 1rem;
  background-color: white;
  z-index: 100;
  box-shadow: 3px 3px 3px -3px rgba(0,0,0,.25), 3px 3px 3px -3px rgba(0,0,0,.25), -3px 3px 3px -3px rgba(0,0,0,.25), inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.country-a {
  display: flex;
  gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .5rem;
  line-height: 1;
  min-width: 220px;
  font-size: 14px;
}
.country-a span {
  order: -1;
}
.navbar-burger {
  display: none;
}
@media (max-width: 1199px) {
  .masthead + main {
    padding-top: 76px;
  }
  .masthead-container {
    padding-block: 1rem;
  }
  .navbar-burger {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-burger svg {
    width: 20px;
    fill: #002854;
    height: 20px;
  }
  #openM {
    width: 20px;
    height: 20px;
    position: relative;
  }
  #openM i {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #002854;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #openM i::before,
  #openM i::after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: -6px;
    position: absolute;
    display: block;
    background-color: #002854;
  }
  #openM i::before {
    top: -6px;
    bottom: auto;
  }
  #block-quaker-main-menu,
  #block-menudecuentadeusuario {
    display: none;
  }
  .logo {
    width: 48px;
  }
  .nav-left {
    position: absolute;
    width: 48px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .countries {
    top: calc(100% + 15px);
  }
}
[class*="item-list-"]> ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  flex-flow: row wrap;
}
.item-list-1 > ul {
  row-gap: 4.5rem;
}
[class*="item-list-"]> ul li {
  flex: 0 0 100%;
}
@media (min-width: 420px) {
  .item-list-4 > ul li {
    flex: 0 0 calc(50% - 1.5rem);
  }
  .item-list-1 > ul li {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .item-list-2 > ul li {
    flex: 0 0 calc(50% - 1.5rem);
  }
  .item-list-3 > ul li{
    flex: 0 0 calc(33.3% - 1.5rem);
  }
  .item-list-4 > ul li {
    flex: 0 0 calc(33.3% - 1.5rem);
  }
}
@media (min-width: 1024px) {
  .item-list-4 > ul li {
    flex: 0 0 calc(25% - 1.5rem);
  }
}
.page-header {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(177,149, 117, 1);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}
.title-container {
  background-color: rgba(177,149, 117, .75);
  color: white;
  padding: 2.75rem;
  padding-top: 1.5rem;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 0 0 1rem 1rem;
}
.title {
  font-family: 'TradeGothic-Code-Eighteen';
  text-transform: uppercase;
  font-weight: bold;
  font-size: clamp(1.6875rem, 1.4402rem + 1.413vw, 2.5rem);
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-header {
    min-height: 460px;
  }
  .title-container {
    padding: 4.75rem;
    padding-top: 3.5rem;
  }
}
.block-title {
  text-align: center;
  margin-bottom: 4rem;
  font-family: 'TradeGothic-Code-Eighteen';
  text-transform: uppercase;
  font-weight: bold;
  font-size: clamp(1.6875rem, 1.4402rem + 1.413vw, 2.5rem);
  color: #6E3D21;
  line-height: 1;
}
.block-title-productos {
  margin-bottom: 5.5rem;
}
.node_recetas .block-title {
  color: #002854;
}
.bg-blue .block-title {
  color: white;
}
.page-preview.page-body {
  padding-block: 0;
  margin-bottom: 4rem;
  text-align: center;
}
.page-preview .block-title {
  margin-bottom: 2rem;
}
.page-preview p {
  max-width: 90%;
  margin-inline: auto;
  color: #6E3D21;
  text-align: center!important;
}
.bg-blue .page-preview p {
  color: white;
}
@media (min-width: 768px) {
  .page-preview p {
    max-width: 60%;
  }
}
.img-inlineb,
.img-inlinef img {
  display: inline-block;
  min-width: 100px;
}
.page-footer {
  margin-top: 1rem;
  text-align: right;
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-pull {
    margin-inline: -1rem;
  }
}
.page-figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 25rem;
  min-height: 10rem;
}
.node_recetas .page-figure img {
  max-height: 35rem;
}
.page-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-around;
  padding-block: 3rem;
  flex-flow: wrap row;
}
.page-flex .page-body {
  padding-block: 0;
}
@media (min-width: 768px) {
  .page-flex {
    gap: 5%;
  }
}
.page-carousel {
  flex: 0 0 100%;
}
.page-carousel .tw-overflow-hidden {
  min-height: 30rem;
}
@media (min-width: 420px) {
  .page-carousel .tw-overflow-hidden {
    min-height: 40rem;
  }
}
@media (min-width: 768px) {
  .page-carousel {
    flex: 0 0 35%;
  }
  .page-carousel .tw-overflow-hidden {
    min-height: 36rem;
  }
}
@media (min-width: 420px) {
  .link-silhouette > div {
    max-width: 320px;
    min-width: 320px;
    }
}
.page-body {
  flex: 1;
  color: #002854;
  padding-block: 3.75rem;
  font-family: 'TradeGothic-Regular';
}
.node_page-basica .page-body {
  color: #6E3D21;
}
.node_page-basica-bg {
  background-color: #00263b;
  color: white !important;
}
.page-body > *:not(:first-child):not(h4) {
  margin-top: 1rem;
}
.page-body > .decorative + *:not(h4) {
  margin-top: 2rem!important;
}
.page-body h2,
.page-body h4 {
  font-family: 'TradeGothic-Code-Eighteen';
  text-transform: uppercase;
  font-weight: bold;
}
.page-body > h2 {
  font-size: clamp(1.6875rem, 1.4402rem + 1.413vw, 2.5rem);
}
.page-body > h4 {
  font-size: clamp(1.125rem, 1.0679rem + 0.3261vw, 1.3125rem);
}
.page-body > h3 {
  font-size: clamp(1.125rem, 1.0679rem + 0.3261vw, 1.3125rem);
  font-weight: bold;
}
.page-body > p,
.page-body > ul li,
.page-body > ol li  {
  font-size: clamp(1rem, 0.9239rem + 0.4348vw, 1.25rem);
  text-align: justify;
}
.page-body > ul,
.page-body > ol {
  padding-left: 1.5rem;
}
.page-body > ul ul,
.page-body > ol ul,
.page-body > ul ol,
.page-body > ol ol {
  padding-left: 3rem;
}
.page-body > ul li {
  list-style: disc;
}
.page-body > ol li {
  list-style: decimal;
}
.page-body > p strong {
  font-weight: bold;
}
.page-header-centered {
  color: #002854;
}
.page-header-centered .title,
.page-header-centered .page-body > p {
  text-align: center;
}
.page-header-centered .page-body > p {
  margin-top: 0;
  font-weight: 400;
}
.page-header-centered .flex-data p {
  font-size: clamp(1.125rem, 1.0679rem + 0.3261vw, 1.3125rem);
  text-transform: uppercase;
  font-family: 'TradeGothic-Bold';
}
.page-centered.page-body > p {
  text-align: center;
}
@media (min-width: 600px) {
  .page-centered.page-body > p {
    max-width: 75%;
    margin-inline: auto;
  }
}
.node_recetas .page-header-centered > .page-body {
  padding-bottom: 2rem;
}
.node_recetas .page-header-centered + .page-body {
  padding-top: 0;
}
.page-body hr {
  border-color: #002854;
}
.page-body hr + small {
  display: block;
}
.page-body img {
  max-width: 100%;
}
.page-body > img[data-align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.page-body-promotion h2 {
  text-align: center;
}
.splide__slide__widget {
  /* margin: 0% 10% 0% 10%; */
  /* padding: 10px 0px 4px 0px; */
  background-image: url("https://quaker.lat/promo/gt/wp-content/uploads/sites/2/2023/05/Ribon-Red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-body > p br,
.page-body br {
  display: none;
}
@media (min-width: 600px) {
  .page-body .page-body-left {
    float: left;
    margin-right: 2rem;
    max-width: 20rem;
  }
  .page-body .page-body-right {
    float: right;
    margin-left: 2rem;
    max-width: 20rem;
  }
  .page-body > p br,
  .page-body br {
    clear: both;
    display: block;
  }
}
.page-video {
  margin-top: 3.75rem;
  margin-inline: auto;
  max-width: 1200px;
}
.page-video > * {
  width: 100%;
}
.flex-data {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  max-width: 75%;
  margin-inline: auto;
}
.quaker-button {
  background-color: #002854;
  color: white;
  text-transform: uppercase;
  padding: .75rem;
  display: inline-flex;
  border-radius: .25rem;
  font-weight: bold;
  font-family: 'TradeGothic-Code-Eighteen';
  gap: .75rem;
  font-size: 20px;
  line-height: 1;
  align-items: center;
}
.quaker-button svg {
  fill: white;
  width: 30px;
}
input.quaker-button {
  margin-top: 2rem;
  padding-inline: 3rem;
}
.section-details .page-flex {
  align-items: flex-start;
}
.section-details + .page-section {
  padding-bottom: 0!important;
}
.page-details {
  flex: 1;
}
summary {
  font-size: clamp(1.125rem, 1.0109rem + 0.6522vw, 1.5rem);
  text-transform: uppercase;
  font-weight: bold;
  list-style: none;
  font-family: 'Quaker-Regular';
  padding: 1rem;
  border-bottom: 2px solid #002854;
  color: #002854;
  position: relative;
}
summary::after {
  content: '';
  width: 12px;
  height: 12px;
  right: .75em;
  position: absolute;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  inset-block: 0;
  margin: auto;
  transform-origin: center;
}
.node_article .page-section summary::after {
  border-color: #002854;
}
[open] summary::after {
  transform: rotate(225deg);
}
.node_productos summary {
  border-bottom-color: rgba(255,255,255,.5);
  color: white;
}
summary + div {
  background-color: rgba(0,0,0,.125);
  padding: 2rem;
  font-size: 15px;
  font-family: 'TradeGothic-Regular';
  color: #002854;
}
summary + div ol,
summary + div ul {
  padding-left: 1.5rem;
}
summary + div ol li {
  list-style: decimal;
}
summary + div ul li {
  list-style: disc;
}
.node_productos summary + div {
  background-color: rgba(0,0,0,.25);
  color: white;
}
summary + div > *:not(:first-child) {
  margin-top: 1rem;
}
summary + div h3,
summary + div table {
  text-transform: uppercase;
  font-family: 'Quaker-Regular';
  font-size: 21px;
  font-weight: 700;
}
summary + div h3 em {
  font-style: normal;
  font-family: 'TradeGothic-Regular';
  font-weight: 400;
  font-size: 19px;
}
summary + div table {
  width: 100%;
  text-align: left;
}
summary + div table thead {
  font-size: 18px;
}
summary + div table tbody {
  font-size: 14px;
}
summary + div table thead tr {
  border-bottom: 1px solid rgba(255,255,255,.5);
}
summary + div table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,.25);
}
@media (max-width: 600px) {
  .section-details .page-details {
    flex: 0 0 100%;
  }
}
.page-section {
  padding-bottom: 3.75rem;
}
.link-full {
  display: block;
}
.link-cover {
  border-radius: 0 0 1rem 1rem;
  position: relative;
  overflow: hidden;
}
.link-cover .heart {
  background-color: #B19575;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.link-cover .heart svg {
  position: static;
  width: 30px;
  height: 30px;
  fill: white;
  stroke: white;
  stroke-width: 5;
}
.heart-full {
  background-color: #B19575;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.heart-full svg {
  position: static;
  width: 30px;
  height: 30px;
  fill: white;
  stroke: white;
  stroke-width: 5;
}
.link-cover img {
  height: 325px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.link-cover article {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
  background-color: rgba(177,149,117,.7);
  color: white;
  font-family: 'TradeGothic-Regular';
  font-size: clamp(1rem, 0.962rem + 0.2174vw, 1.125rem);
  gap: .25rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .cover-mouse .link-cover article {
    bottom: -25%;
    transition: .25s bottom;
  }
  .cover-mouse .link-cover:hover article {
    bottom: 0;
  }
}
div:not(.item-list-3) > ul .link-cover article {
  padding-block: 1rem;
}
.link-cover h3 {
  font-size: clamp(1rem, 0.9239rem + 0.4348vw, 1.25rem);
  text-transform: uppercase;
  font-family: 'TradeGothic-Code-Eighteen';
  font-weight: 700;
  line-height: 1;
}
div:not(.item-list-3) > ul .link-cover h3 {
  font-size: clamp(1.5rem, 1.3859rem + 0.6522vw, 1.875rem);
}
.link-cover h3,
.link-cover p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.link-cover.link-mini h3 {
  -webkit-line-clamp: 2;
}
.link-cover p {
  -webkit-line-clamp: 2;
}
.link-cover .quaker-button {
  margin-top: .5rem;
  font-size: 16px;
  padding-inline: 1.5rem;
}
@media (min-width: 1024px) {
  div:not(.item-list-3) > ul .link-cover img {
    height: 450px;
  }
}
.link-silhouette {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
  max-width: 320px;
}
.link-silhouette > figure {
  position: absolute;
  max-width: 200px;
  z-index: 2;
  right: -5vw;
  top: -36px;
}
.link-silhouette > div {
  background-color: #C4A684;
  border-radius: 1rem;
  display: flex;
  flex-flow: column wrap;
  min-height: 400px;
  justify-content: flex-end;
  margin-right: 10vw;
  overflow: hidden;
  position: relative;
  max-width: 360px;
}
@media (min-width: 420px) {
  .link-silhouette {
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 360px;
  }
  .link-silhouette > figure {
    max-width: 260px;
    z-index: 2;
    right: -55px;
  }
  .link-silhouette > div {
    min-height: 420px;
    margin-right: 2rem;
  }
}
.link-silhouette > div::after {
  content: '';
  width: 24rem;
  height: 24rem;
  background-color: var(--color-base);
  position: absolute;
  border-radius: 50%;
  display: block;
  top: -20%;
  z-index: 0;
  right: -19%;
}
.link-silhouette strong {
  font-size: clamp(8.75rem, 8.3696rem + 2.1739vw, 10rem);
  text-transform: uppercase;
  position: absolute;
  font-family: 'TradeGothic-Code-Eighteen';
  font-weight: 700;
  color: rgba(255,255,255,.0625);
  top: 20%;
  line-height: 1;
  z-index: 1;
}
.link-silhouette article {
  padding-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.link-silhouette h3 {
  font-family: 'TradeGothic-Code-Eighteen';
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: clamp(1rem, 0.962rem + 0.2174vw, 1.125rem);
  margin-inline: 1rem;
  line-height: 1.25;
}
.link-silhouette .quaker-button {
  font-size: 16px;
  margin-top: .5rem;
  padding-inline: 1.5rem;
}
.link-full svg {
  width: 100px;
  height: 100px;
  z-index: 2;
  position: absolute;
  left: 3rem;
  top: 4rem;
}
.block-webform {
  padding-inline: 1rem;
  color: #6E3D21;
  font-family: 'TradeGothic-Regular';
  font-size: clamp(1rem, 0.9239rem + 0.4348vw, 1.25rem);
}
@media (min-width: 768px) {
  .block-webform {
    padding-inline: 3.5rem;
  }
}
#webform-submission-contact-node-34-add-form .form-item label,
.form-item-privacidad a {
  text-transform: uppercase;
  display: block;
  font-family: 'TradeGothic-Code-Eighteen';
  font-weight: 700;
}
#webform-submission-contact-node-34-add-form .form-item label + input, .form-item label + div textarea {
  border: 1px solid #6E3D21;
  background-color: rgba(255,255,255,.5);
  border-radius: 0.5rem;
  max-width: 850px;
  width: 100%;
  margin-bottom: 1rem;
}
.form-item-privacidad {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.form-item-privacidad input + label {
  display: none;
}
.form-item-privacidad input {
  background-color: rgba(255,255,255,.5);
  text-indent: -9999em;
  width: 42px;
  height: 42px;
  border: 1px solid #6E3D21;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-item-privacidad a {
  border-bottom: 1px solid #6E3D21;
}
.block-webform [data-drupal-messages] {
  margin-bottom: 2rem;
  background-color: rgba(255,255,255,.5);
  max-width: 800px;
  width: 100%;
  padding: 2rem;
  border-radius: 0.5rem;
}
.bg-blue {
  background-color: #002854;
  color: white;
}
.decorative,
.bg-deco {
  position: relative;
}
.decorative::after,
.bg-deco::before,
.bg-deco::after {
  content: '';
  position: absolute;
  background-image: radial-gradient(ellipse, white 0%, white 40%, transparent 47%);
  background-size: 1rem 1rem;
  background-repeat: repeat;
  width: calc(8 * 1rem);
  height: 1rem;
  left: 50%; bottom: 0;
  transform: translateX(-50%) translateY(150%);
}
.hero-home .decorative::after {
  width: calc(100% + 12px);
}
.block-title.decorative::after {
  background-image: radial-gradient(ellipse, #6E3D21 0%, #6E3D21 40%, transparent 47%);
}
.node_system .title::after,
.node_recetas .block-title.decorative::after,
footer.bg-deco::before {
  background-image: radial-gradient(ellipse, #002854 0%, #002854 40%, transparent 47%);
}
.bg-deco::before,
.bg-deco::after {
  background-image: radial-gradient(ellipse, #F0E7DB 0%, #F0E7DB 40%, transparent 47%);
  background-size: 1.5rem 1.5rem;
  height: 1.5rem;
  width: 100%;
  top: -.75rem;
  transform: none;
  left: auto;
}
.bg-deco::after {
  top: calc(100% - .75rem);
}
.bg-deco.bg-base::before,
.bg-deco.bg-base::after {
  background-image: radial-gradient(ellipse, var(--color-base) 0%, var(--color-base) 40%, transparent 47%);
}
.bg-deco.bg-blue::before,
.bg-deco.bg-blue::after,
.hero-home .decorative::after,
.hero-home-mobile .decorative::after {
  background-image: radial-gradient(ellipse, #002854 0%, #002854 40%, transparent 47%);
}
.bg-blue .decorative::after {
  background-image: radial-gradient(ellipse, #F0E7DB 0%, #F0E7DB 40%, transparent 47%);
}
.page-header.bg-deco::before,
.page-figure.bg-deco::before,
footer.bg-deco::after {
  content: none;
}
.bg-base {
  background-color: var(--color-base);
  color: white;
}
.hero-home {
  background-size: cover;
  background-position: center;
  display: none;
}
.hero-home > * {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
}
.hero-home-container {
  padding-inline: 3rem;
  max-width: 1650px;
  margin-inline: auto;
}
.hero-home .page-body {
  margin-top: -180px;
}
.hero-home .decorative {
  display: inline-block;
}
.hero-home p {
  max-width: 50%;
  text-align: left;
}
@media (min-width: 768px) {
  .hero-home {
    display: block;
  }
  .hero-home-mobile {
    display: none;
  }
}
.icons {
  text-align: center;
  color: #6E3D21;
}
.icons > *:not(:first-child) {
  margin-top: 1rem;
}
.icons-title {
  font-size: clamp(1.6875rem, 1.4402rem + 1.413vw, 2.5rem);
  font-family: 'TradeGothic-Code-Eighteen';
  font-weight: 700;
  text-transform: uppercase;
}
.icons p {
  font-family: 'TradeGothic-Regular';
  max-width: 75%;
  margin-inline: auto;
}
.icons p em {
  font-size: 80%;
  font-style: normal;
}
.carousel-desktop {
  display: none;
}
.carousel-mobile > div {
  min-height: 360px;
}
.item-carousel {
  opacity: 0;
  transition: .25s opactity;
}
.item-carousel.z-20 {
  opacity: 1;
}
@media (min-width: 768px) {
  .carousel-desktop {
    display: block;
  }
  .carousel-mobile {
    display: none;
  }
}
.promocionados-home .link-cover article {
  align-items: center;
  padding-block: 1rem;
}
.promocionados-home .link-cover article h3 {
  font-size: clamp(1.5rem, 1.3859rem + 0.6522vw, 1.875rem);
}
@media (min-width: 768px) {
  .promocionados-home .page-pull {
    max-width: 1100px;
    margin-inline: auto;
  }
  .promocionados-home .page-pull ul {
    justify-content: center;
    gap: 1rem
  }
}
.node_recetas section.page-body {
  margin-block: 1rem;
}
@media (min-width: 768px) {
  .node_recetas section.page-body {
    margin-block: 3rem;
  }
  .node_recetas section.page-body > .page-body {
    order: 1;
  }
}
@media (max-width: 767px) {
  .node_recetas section.page-flex {
    gap: 4.5rem;
  }
  .node_recetas section.page-body > article {
    flex: 0 0 100%;
  }
}
.node_productos section.page-section {
  padding-block: 3.75rem;
}
@media (min-width: 768px) {
  .node_productos .page-flex > .page-body {
    order: 1;
  }
}
.bef-exposed-form input[type="text"],
.befs input[type="text"] {
  font-size: clamp(1rem, 0.9239rem + 0.4348vw, 1.25rem);
  color: #002854;
  font-family: 'TradeGothic-Regular';
  border-color: #002854;
  max-width: 880px;
  margin-inline: auto;
  display: block;
  margin-bottom: 1rem;
  padding-right: 3rem;
}
.bef-exposed-form input[type="text"] {
  margin-bottom: -1rem;
}
.w_nutricion .bef-exposed-form input[type="text"] {
  margin-bottom: 1rem;
}
.w_nutricion .block_menu {
  margin-top: 1rem;
}
.filtro_productos {
  margin-bottom: 6rem;
}
.block_menu .ul_menu,
.bef-links > ul {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.bef-links > ul {
  margin-bottom: -1rem;
}
.block_menu .ul_menu a,
.bef-links > ul a {
  background-color: #002854;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'TradeGothic-Code-Eighteen';
  font-size: clamp(0.875rem, 0.7609rem + 0.6522vw, 1.25rem);
  padding: .5rem;
  display: inline-block;
  line-height: 1;
  padding-left: 2.5rem;
  border-radius: .25rem;
  position: relative;
}
.block_menu .ul_menu a::before,
.bef-links > ul a::before {
  content: '';
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  background-color: white;
  z-index: 1;
  left: .25rem;
  border-radius: .125rem;
  top: .25rem;
}
.block_menu .ul_menu a::after,
.bef-links > ul a::after {
  content: '';
  border-right: 3px solid #002854;
  border-bottom: 3px solid #002854;
  width: 9px;
  height: 18px;
  position: absolute;
  transform: rotate(45deg);
  margin-block: auto;
  left: 14px;
  z-index: 2;
  opacity: 0;
}
.block_menu .ul_menu a.is-active::after,
.bef-links > ul a.bef-link--selected::after {
  opacity: 1;
}
@media (max-width: 420px) {
  .block_menu .ul_menu a::after,
  .bef-links > ul a::after {
    top: 4px;
    left: 12px;
  }
}
.bef-exposed-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 0;
}
.bef-exposed-form edit-actions {
  display: none;
}
.bef-exposed-form > div {
  flex: 0 0 100%;
  max-width: 100%;
  height: 44px;
  position: relative;
}
.bef-exposed-form .form-item-title > div {
  max-width: 880px;
  position: relative;
  margin-inline: auto;
}
.bef-exposed-form input[type="text"] + svg {
  width: 20px;
  position: absolute;
  right: .75rem;
  top: 0;
  margin: auto;
  bottom: 0;
}
.bef-exposed-form .form-item-tags {
  max-width: 520px;
}
.bef-fieldset {
  width: 220px;
  position: relative;
  flex: inherit;
  height: 36px;
  z-index: 5;
}
.bef-fieldset summary {
  background-color: #002854;
  color: white;
  font-family: 'TradeGothic-Code-Eighteen';
  font-size: clamp(0.875rem, 0.7609rem + 0.6522vw, 1.25rem);
  padding: .5rem 1rem;
  border-radius: .25rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  cursor: pointer;
}
.bef-fieldset [open] summary {
  border-radius: .25rem .25rem 0 0;
}
.bef-fieldset .fieldset-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #283f58;
  color: white;
  font-family: 'TradeGothic-Regular';
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.25);
}
.bef-fieldset .fieldset-wrapper .form-item {
  display: flex;
  padding: .5rem 1rem;
  gap: .5rem;
  position: relative;
}
.bef-fieldset details [type="radio"] {
  display: none;
}
.bef-fieldset .fieldset-wrapper label {
  font-family: 'TradeGothic-Regular';
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  padding-left: 1.75rem;
}
details [type="radio"] + label::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: white;
  position: absolute;
  left: 1rem;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: .25rem;
}
details [type="radio"] + label::after {
  content: '';
  width: 7px;
  height: 14px;
  border-bottom: 2px solid #002854;
  border-right: 2px solid #002854;
  display: block;
  position: absolute;
  z-index: 1;
  margin: auto;
  inset-block: 0;
  left: 20px;
  transform: rotate(28deg);
  opacity: 0;
}
details [type="radio"]:checked + label::after {
  opacity: 1;
}
.bef-fieldset summary + div ul {
  padding: 0;
}
.bef-fieldset summary + div ul li {
  list-style: none;
}
@media (max-width: 599px) {
  .block_menu .ul_menu,
  .bef-links > ul {
    gap: .5rem;
  }
  .block_menu .ul_menu a::before,
  .bef-links > ul a::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .bef-exposed-form {
    gap: .5rem;
  }
  .bef-fieldset {
    width: 145px;
  }
  .bef-fieldset summary {
    padding-inline: .5rem;
  }
}
@media (max-width: 408px) {
  .bef-exposed-form .form-item-tags {
    margin-bottom: 2rem;
  }
}
.pager__items.js-pager__items {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-size: clamp(1.125rem, 1.0109rem + 0.6522vw, 1.5rem);
  font-family: 'TradeGothic-Regular';
  gap: 1rem;
  text-transform: uppercase;
}
#block-pestanas > ul {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-flow: row wrap;
  align-items: center;
}
#block-pestanas > ul a {
  background-color: #002854;
  color: white;
  font-size: 18px;
  padding: 0.5rem;
  display: inline-block;
}
#block-pestanas > ul a.is-active {
  background-color: black;
}
[data-drupal-messages] > [role*='contentinfo'] {
  margin-inline: auto;
  max-width: 1100px;
  text-align: center;
  font-size: 17px;
  padding: 0.5rem;
  background-color: rgba(0,0,0,.5);
  color: white;
}
.node_system .title::after {
  width: 100%;
}
.node_system .page-header {
  min-height: calc(100vh - 350px);
}
@media (min-width: 768px) {
  .node_system .title {
    max-width: 45%;
  }
}
.foo {
  font-family: 'TradeGothic-Regular';
  font-size: clamp(0.875rem, 0.7989rem + 0.4348vw, 1.125rem);
  line-height: 1.5;
}
.foo > * {
  margin-top: 1.5rem;
}
.foo .tw-w-[30px]:hover {
  opacity: .5;
}
.foo-det {
  margin-top: 2rem;
}
.foo-det summary {
  padding: 0;
  pointer-events: none;
}
.foo-det h2 {
  color: white;
  font-family: 'TradeGothic-Code-Eighteen';
  font-size: clamp(1.125rem, 1.0489rem + 0.4348vw, 1.375rem);
}
.foo-det a {
  font-size: clamp(0.875rem, 0.7989rem + 0.4348vw, 1.125rem);
  font-family: 'TradeGothic-Regular';
}
@media (max-width: 639px) {
  .foo {
    text-align: center;
  }
  .foo_icons {
    display: flex;
    justify-content: center;
    gap: .5rem;
  }
  .foo-det {
    margin-block: 0;
    width: 100%;
  }
  .foo-det summary {
    padding: 0;
    border-bottom: 1px solid white;
    pointer-events: inherit;
  }
  .foo-det nav {
    background-color: rgba(0,0,0,.5);
    padding: .5rem 1rem 1rem;
  }
}
@media (min-width: 640px) {
  .foo-det summary::after {
    content: none;
  }
}
div#default-carousel {
  overflow: hidden;
}
#closeM {
  display: none;
}
body.burger-active {
  overflow: hidden;
}
.burger-active .mobile {
  display: block;
  position: fixed;
  background-color: white;
  height: calc(100vh - 76px);
  top: 72px;
  left: 0;
  width: 100%;
  z-index: 99;
  overflow-x: auto;
  padding-bottom: 5rem;
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.burger-active.buscar-active .mobile {
  top: 144px;
  height: calc(100vh - 144px);
}
.mobile .block_menu > * {
  display: contents;
}
.main_mob {
  padding-block: 1rem;
}
.main_mob > li > a {
  text-transform: uppercase;
  padding: .5rem 2rem;
  display: block;
  text-transform: none;
  font-size: 22px;
  font-family: 'TradeGothic-Code-Eighteen';
  font-weight: 700;
  color: #002854;
  position: relative;
}
.main_sub_mob {
  background-color: #bb9e7e;
  padding: 1rem 3rem;
  box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, .22);
  display: none;
}
.li--open .main_sub_mob {
  display: block;
}
.main_sub_mob a {
  font-size: 18px;
  font-family: 'TradeGothic-Regular';
  font-weight: 400;
  padding: .5rem 0;
  line-height: 1;
  display: block;
  color: white;
}
.main_mob > .li--expanded > a::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #002854;
  border-right: 2px solid #002854;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  right: 2rem;
  inset-block: 0;
  transform: rotate(-45deg);
}
.main_mob > .li--active-trail > a {
  color: #bb9e7e;
}
.main_mob > .li--active-trail > a::after {
  border-color: #bb9e7e;
}
.main_sub_mob > .li--active-trail a {
  color: #002854;
}
.masthead-search {
  width: 100%;
  background-color: #EBEBEC;
}
.buscar-active .masthead-search {
  display: flex;
}
.masthead-search > * {
  padding-inline: 2vw;
  max-width: 1710px;
  margin-inline: auto;
  width: 100%;
  padding-block: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-block-form {
  display: contents;
}
.masthead-search form {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 2vw;
  position: relative;
}
.masthead-search input[type='search'] {
  width: 100%;
  border: 0;
  background-color: white;
}
.masthead-search svg {
  width: 20px;
  position: absolute;
  z-index: 1;
  right: calc(2vw + 1rem);
  top: 0;
  bottom: 0;
  margin: auto;
}
.masthead-search .form-actions {
  display: contents;
}
.masthead-search input[type='submit'] {
  position: absolute;
  top: 0;
  right: 2vw;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.search-form {
  margin-bottom: 48px;
}
.search-form .container-inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.search-form .container-inline > div {
  flex: 1;
}
.search-form .container-inline label,
.search-form .container-inline svg,
.search-form .search-help-link {
  display: none;
}
.search-form .form-item > div,
.search-form [type='search'] {
  width: 100%;
}
.title-search {
  display: inline-block;
  font-weight: 700;
  font-family: 'TradeGothic-Code-Eighteen';
  font-size: clamp(1.125rem, 0.9239rem + 0.4348vw, 1.5rem);
}
.search-article {
  border-bottom: 10px dotted;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.but-left svg,
.but-right svg {
  stroke: #6E3D21;
  width: 4rem;
  height: 4rem;
  right: 1rem;
  position: relative;
}
.but-right svg {
  right: auto;
  left: 1rem
}
.flexme {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: .5rem;
}
.flexme svg {
  width: 55px;
  fill: #002854;
}
.flexme.time svg {
  width: 40px;
}
.flexme.video svg {
  width: 45px;
}
.page-nothing {
  font-size: 24px;
  font-family: 'TradeGothic-Regular';
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
details summary::-webkit-details-marker {
  display: none;
}
/* desing table ranking */
.table-section table {
  width: 100%;
}
.table-section th {
  font-size: 18px;
  font-weight: 700;
  padding: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(110 61 33 / var(--tw-text-opacity));
}
.table-section td {
  font-size: 18px;
  font-weight: 700;
  color: #6E3D21;
}
.fila {
  background-color: #B09475;
}
.fila:nth-child(2n) {
  background-color: #C4A684;
}
.ranking-body p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#promotion__title h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 40 84 / var(--tw-text-opacity));
}
#promotion__mecanicas h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
/** 
 * CSS Form
 */
[type="email"],
[type="text"],
[type="date"],
[type="number"],
[type="password"] {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(177 149 117 / var(--tw-border-opacity));
  background-size: cover;
}
.password-suggestions {
  background-color: white;
  border-radius: 0.375rem;
  padding: 1rem;
}
.password-suggestions > ul {
  max-width: 28rem;
  list-style-position: inside;
  list-style-type: disc;
}
.password-suggestions > ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.password-suggestions > ul {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.form-item label,
.form-item h4,
.field--type-datetime {
  display: block;
  font-family: 'TradeGothic-Code-Eighteen';
  font-weight: 700;
}
.form-item label + input {
  border: 1px solid #6E3D21;
  background-color: white;
  border-radius: 0.5rem;
  width: 100%;
}
.form-item-field-terms-and-conditions-value input,
.form-item-field-accept-whatsapp-value input,
.form-item-field-accept-email-value input
{
  background-color: rgba(255,255,255,.5);
  text-indent: -9999em;
  width: 22px;
  height: 22px;
  border: 1px solid #6E3D21;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-checkbox {
  color: #C5A785 !important;
  accent-color: #C5A785;
}
#btn-facebook:hover{
  cursor:pointer;
}
.hr-text {
  width: 50%;
  height: 15px;
  text-align: center;
  margin: 0.5vw auto;
  border-bottom: 4px dotted #c5a785;
}
.hr-text span {
  font-size: 1.1rem;
  padding: 0 10px;
  background-color: #f1eadf;
}
@media print {
  .noPrint{
    display:none;
  }
}
.qkc .btn-faqs{
  padding-top: 8px !important;
  height: 40px;
  margin-top: 20px;
  font-size: 16px !important;
  margin-left: 10px;
}
html{
  overflow-x: hidden;
}
@media (min-width: 768px) {

  .md\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .md\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .md\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .md\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:tw-container {
      max-width: 1536px;
    }
  }
}
@media (min-width: 640px) {

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-flex {
    display: flex;
  }

  .sm\:tw-h-11 {
    height: 2.75rem;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .md\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:tw-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-h-48 {
    height: 12rem;
  }

  .md\:tw-h-\[40rem\] {
    height: 40rem;
  }

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-justify-start {
    justify-content: flex-start;
  }

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-gap-6 {
    gap: 1.5rem;
  }

  .md\:tw-border {
    border-width: 1px;
  }

  .md\:tw-border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:tw-p-2 {
    padding: 0.5rem;
  }

  .md\:tw-px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:tw-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:tw-px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:tw-shadow-custom {
    --tw-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.3);
    --tw-shadow-colored: 0px 0px 15px 6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1536px) {

  .\32xl\:tw-px-\[160px\] {
    padding-left: 160px;
    padding-right: 160px;
  }
}