/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-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-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start-50 {
    inset-inline-start: calc(var(--spacing) * 50);
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .col-2 {
    grid-column: 2;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .ps-\[calc\(\(100\%-482px\)\/2\)\] {
    padding-inline-start: calc((100% - 482px) / 2);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sm\:col-span-6 {
    @media (width >= 40rem) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:ps-\[calc\(\(100\%-482px\)\/2\)\] {
    @media (width >= 40rem) {
      padding-inline-start: calc((100% - 482px) / 2);
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-12 {
    @media (width >= 48rem) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[248px\] {
    @media (width >= 48rem) {
      width: 248px;
    }
  }
  .md\:w-\[276px\] {
    @media (width >= 48rem) {
      width: 276px;
    }
  }
  .md\:w-\[360px\] {
    @media (width >= 48rem) {
      width: 360px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:self-start {
    @media (width >= 48rem) {
      align-self: flex-start;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[360px\] {
    @media (width >= 64rem) {
      width: 360px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_1fr_1fr_1fr_380px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 1fr 1fr 1fr 380px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:self-center {
    @media (width >= 64rem) {
      align-self: center;
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:ps-0 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 0);
    }
  }
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
html {
  font-size: 16px;
}
body {
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Manrope",sans-serif;
  font-size: 16px;
  background: #fff;
  color: #1b1b1b;
  -webkit-font-smoothing: antialiased;
}
.container {
  max-width: 1440px;
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1028px) {
  .container {
    padding: 0 2rem;
  }
}
.container.pr-0 {
  padding-right: 0;
}
@media only screen and (min-width: 640px) {
  .container.pr-0 {
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  .container.pr-0 {
    padding-right: 2rem;
  }
}
.section {
  padding: 2rem 0;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .section {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    padding: 4rem 0;
  }
}
.section.pt-0 {
  padding-top: 0;
}
.section .container {
  position: relative;
}
.section.black {
  background: #1b1b1b;
}
.section.black h1,.section.black h2,.section.black h3,.section.black h4,.section.black h5,.section.black p,.section.black li,.section.black label {
  color: #fff;
}
.section.orange {
  background: #ff4235;
}
.section.beige {
  background: #e6d9ca;
}
.section.beige2 {
  background: #e5dbca;
}
.section.beige-light {
  background: #f7f3ee;
}
.section.grey {
  background: #f2f2f2;
}
.section.section-1 {
  padding-top: 96px;
}
@media only screen and (min-width: 1024px) {
  .section.section-1 {
    padding-top: 120px;
  }
}
.section.pb-0 {
  padding-bottom: 0;
}
p {
  line-height: 1.5;
  color: #1b1b1b;
  font-size: .875rem;
}
@media only screen and (min-width: 767px) {
  p {
    font-size: 1.125rem;
    line-height: 150%;
  }
}
.bg-page {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 332px;
  z-index: -1;
  display: none;
}
.bg-page.lg {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .bg-page {
    display: block;
  }
}
.bg-page img {
  height: auto;
  width: 100%;
}
.content-page {
  position: relative;
}
.wrap-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.wrap-video img {
  width: 100%;
}
.wrap-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media only screen and (min-width: 640px) {
  .breadcrumb {
    max-width: 482px;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    max-width: 1144px;
  }
}
.breadcrumb li {
  margin-right: 0;
}
.breadcrumb a img {
  width: 1.5rem;
}
.breadcrumb a:hover {
  color: #ffa099;
}
.breadcrumb a:hover span {
  color: #ffa099;
}
.breadcrumb .icon {
  display: inline-block;
  margin: 0 .5rem;
}
.breadcrumb span {
  font-size: .875rem;
  font-weight: 700;
  color: #ff4235;
  transition: all .3s ease;
}
.breadcrumb span.sr-only {
  width: 0;
}
.bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bgs img {
  width: 40%;
  position: absolute;
}
@media only screen and (min-width: 640px) {
  .bgs img {
    width: 33.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .bgs img {
    width: 29.5%;
  }
}
@media only screen and (min-width: 1550px) {
  .bgs img {
    width: 426px;
  }
}
.bgs .bg1 {
  top: .5rem;
  left: .5rem;
}
@media only screen and (min-width: 640px) {
  .bgs .bg1 {
    top: 1rem;
    left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .bgs .bg1 {
    top: 2rem;
    left: 2rem;
  }
}
.bgs .bg2 {
  top: .5rem;
  right: .5rem;
  display: none;
}
@media only screen and (min-width: 640px) {
  .bgs .bg2 {
    top: 1rem;
    right: 1rem;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .bgs .bg2 {
    top: 2rem;
    right: 2rem;
  }
}
.bgs .bg3 {
  bottom: .5rem;
  left: .5rem;
  display: none;
}
@media only screen and (min-width: 640px) {
  .bgs .bg3 {
    bottom: 1rem;
    left: 1rem;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .bgs .bg3 {
    bottom: 2rem;
    left: 2rem;
  }
}
.bgs .bg4 {
  bottom: .5rem;
  right: .5rem;
}
@media only screen and (min-width: 640px) {
  .bgs .bg4 {
    bottom: 1rem;
    right: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .bgs .bg4 {
    bottom: 2rem;
    right: 2rem;
  }
}
.black .bgs img {
  opacity: .1;
}
.paginador {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 2rem;
}
@media only screen and (min-width: 640px) {
  .paginador {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .paginador {
    justify-content: flex-end;
  }
}
.paginador .pag-link {
  display: flex;
  padding: .5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #1b1b1b;
  border-bottom: 1px solid rgba(0,0,0,0);
}
.paginador .pag-link:nth-child(4) {
  display: none;
}
@media only screen and (min-width: 640px) {
  .paginador .pag-link:nth-child(4) {
    display: flex;
  }
}
.paginador .pag-link:nth-child(5) {
  display: none;
}
@media only screen and (min-width: 640px) {
  .paginador .pag-link:nth-child(5) {
    display: flex;
  }
}
.paginador .pag-link.current {
  color: #ff4235;
  border-bottom: 1px solid #ff4235;
}
.paginador .pag-link:hover {
  color: #ff4235;
  border-bottom: 1px solid #ff4235;
}
.paginador span {
  display: flex;
  width: 26px;
  height: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #1b1b1b;
}
.paginador .pag-nav {
  background: #ff4235;
  color: #fff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all .2s ease;
  padding-bottom: 4px;
  margin-left: .75rem;
}
.paginador .pag-nav:first-of-type {
  margin-left: 1.5rem;
}
.paginador .pag-nav:hover {
  background: #ffa099;
}
.title {
  font-size: 2.125rem;
  color: #1b1b1b;
  line-height: 105%;
  font-weight: 800;
  margin: 0 0 1rem;
}
.title b,.title strong {
  display: inline;
  color: #ff4235;
}
@media only screen and (min-width: 640px) {
  .title {
    font-size: 3rem;
  }
}
.title-2 {
  font-size: 1.5rem;
  color: #1b1b1b;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 1rem;
}
.title-2 b,.title-2 strong {
  display: inline;
  color: #ff4235;
}
.title-2 .tagline {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #464646;
  display: block;
}
@media only screen and (min-width: 640px) {
  .title-2 {
    font-size: 2.125rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1024px) {
  .title-2 {
    font-size: 2.5rem;
    line-height: 105%;
  }
}
.title-3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.375;
}
.title-3 b,.title-3 strong {
  display: inline;
  color: #ff4235;
}
@media only screen and (min-width: 1024px) {
  .title-3 {
    font-size: 2.125rem;
  }
}
.title-3b {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.375;
}
.title-3b b,.title-3b strong {
  display: inline;
  color: #ff4235;
}
@media only screen and (min-width: 640px) {
  .title-3b {
    font-size: 2.125rem;
  }
}
.title-4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.375;
}
.title-4 b,.title-4 strong {
  display: inline;
  color: #ff4235;
}
.title-5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.375;
}
.title-5 b,.title-5 strong {
  display: inline;
  color: #ff4235;
}
@media only screen and (min-width: 640px) {
  .title-5 {
    font-size: 1.5rem;
  }
}
.title-6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.375;
}
.title-6 b,.title-6 strong {
  display: inline;
  color: #ff4235;
}
.tagline {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #464646;
  display: block;
}
.img {
  border-radius: 12px;
}
.btn {
  border-radius: 100px;
  color: #fff;
  padding: 10px 32px 10px;
  line-height: 1.3;
  font-weight: 700;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all .2s ease;
  max-width: 100%;
  cursor: pointer;
}
.btn .ic-btn {
  margin-left: .5rem;
}
.btn.disabled {
  background: #ddd;
  color: #a1a1a1;
  border-color: #ddd;
  cursor: not-allowed !important;
}
.btn.disabled:hover {
  background: #ddd;
  color: #a1a1a1;
  border-color: #ddd;
}
.btn-icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--primary {
  background: #ff4235;
  border: 1px solid #ff4235;
}
.btn--primary:hover {
  background: #ffa099;
  border-color: #ffa099;
}
.btn--primary:active {
  border: 1px solid #ffa099;
  background: #ff4235;
}
.btn--secondary {
  background: #fff;
  border: 1px solid #fff;
  color: #ff4235;
}
.btn--secondary:hover {
  background: #ff4235;
  border-color: #ff4235;
  color: #fff;
}
.btn--secondary:active {
  background: #ff4235;
  border-color: #ff4235;
  color: #fff;
}
.btn--secondary-black {
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #fff;
}
.btn--secondary-black:hover {
  background: #ff4235;
  border-color: #ff4235;
  color: #fff;
}
.btn--secondary-black:active {
  background: #ff4235;
  border-color: #ff4235;
  color: #fff;
}
.btn--outline {
  border: 1px solid #fff;
}
.btn--outline:hover {
  border-color: #ff4235;
}
.btn--outline:active {
  border: 1px solid #ff4235;
  background: rgba(0,0,0,0);
  color: #ff4235;
}
.btn--terciary {
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
}
.btn--terciary:hover {
  background: #1b1b1b;
  color: #fff;
}
.btn--text {
  background: rgba(0,0,0,0);
  color: #fff;
}
.btn--text:hover {
  color: #ff4235;
}
.btn--text-primary {
  background: rgba(0,0,0,0);
  color: #ff4235;
}
.btn--text-primary:hover {
  color: #ffa099;
}
.tag {
  background: #ff4235;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 4px 8px 4px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  vertical-align: top;
}
@media only screen and (min-width: 1028px) {
  .tag {
    font-size: .625rem;
    padding-top: 4px;
  }
}
.tag.red {
  background: #e12845;
}
.tag.green {
  background: #46d281;
}
.tag.blue {
  background: #275ffd;
}
.tag.yellow {
  background: #fbcc29;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media only screen and (min-width: 1024px) {
  .wrap-carousel {
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
  }
}
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-areas: "scroll scroll scroll" "buttons . .";
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  overflow: hidden;
  contain: layout;
}
.carousel {
  --cards-per-view: 1;
  --preview-width: 60px;
  --card-width: calc((100% - var(--preview-width) - (var(--gap) * var(--cards-per-view))) / var(--cards-per-view));
  --gap: 20px;
  --total-cards: 6;
  --pages: calc(ceil(var(--total-cards) / var(--cards-per-view)));
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  gap: var(--gap);
  padding: 20px var(--preview-width) 20px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  grid-area: scroll;
}
@media (prefers-reduced-motion: no-preference) {
  .carousel {
    scroll-behavior: smooth;
  }
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel-item {
  flex: 0 0 var(--card-width);
  padding: 0;
  scroll-snap-align: start;
  position: relative;
  transition: transform .3s ease,box-shadow .3s ease;
  list-style-type: none;
}
.fallback-buttons {
  display: none;
  gap: 10px;
  grid-area: buttons;
  margin: 0 5px 5px 5px;
}
.fallback-button {
  background: #ff4235;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all .2s ease;
  padding-bottom: 4px;
}
.fallback-button:hover {
  background: #ffa099;
}
.fallback-button:disabled {
  opacity: .3;
  cursor: not-allowed;
}
.fallback-buttons {
  display: flex;
}
@media (max-width: 767px) {
  .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 90%;
  }
}
@media (min-width: 768px) {
  .carousel {
    --cards-per-view: 2;
    --preview-width: 40px;
  }
}
@media (min-width: 1024px) {
  .carousel {
    --cards-per-view: 5;
    --preview-width: 40px;
    --card-width: 360px;
  }
}
@media (min-width: 1440px) {
  .carousel {
    --cards-per-view: 6;
    --preview-width: 40px;
    --card-width: 360px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .carousel {
    scroll-behavior: smooth;
  }
}
.carousel-nav-dots {
  display: flex;
  justify-content: center;
  gap: .75rem;
  margin-top: 1rem;
}
.carousel-dot {
  width: 12px;
  height: 12px;
  background: rgba(0,0,0,0);
  border-radius: 50%;
  border: 1px solid #f7f3ee;
  padding: 0;
  cursor: pointer;
  transition: background .3s;
}
.carousel-dot.active {
  background: #ff4235;
}
.accordion-item {
  border-radius: 12px;
  border: 1px solid #b3b3b3;
  margin-bottom: 1rem;
  cursor: pointer;
}
.accordion-item__header {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.accordion-item__header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.32;
}
@media only screen and (min-width: 640px) {
  .accordion-item__header h3 {
    font-size: 1.5rem;
  }
}
.accordion-item__header h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.32;
}
@media only screen and (min-width: 640px) {
  .accordion-item__header h4 {
    font-size: 1.5rem;
  }
}
.accordion-item__icon {
  margin-right: .75rem;
  transition: all .3s ease;
}
.accordion-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease,padding .3s ease;
  padding: 0 1rem;
}
.accordion-item.open .accordion-item__icon {
  transform: rotate(180deg);
}
.accordion-item.open .accordion-item__content {
  padding: 0 1rem;
}
.select-custom {
  position: relative;
  width: 100%;
  max-width: 300px;
  font-family: sans-serif;
  cursor: pointer;
  user-select: none;
  font-size: .875rem;
}
.select-custom .select-current {
  padding: 1rem;
  border: none;
  height: 56px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.select-custom .select-current:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/bg-select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  position: absolute;
  right: 1rem;
  transition: all .3s ease;
}
.select-custom .select-current .option__icon {
  display: none;
}
.select-custom .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: none;
  border-radius: 8px;
  margin-top: 4px;
  display: none;
  z-index: 10;
}
.select-custom .option {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .2s;
}
.select-custom .option:hover {
  background-color: #f0f0f0;
}
.select-custom .option__icon img {
  width: 16px;
  height: 16px;
  display: none;
}
.select-custom .select-dropdown {
  display: none;
}
.select-custom.open .select-current:after {
  transform: rotate(180deg);
}
.select-custom.open .select-dropdown {
  display: block;
}
.card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding: 12px 24px;
}
.card--featured-head {
  display: flex;
  padding: 0;
  background: #f7f3ee;
}
.card--featured-head a {
  display: flex;
}
.card--featured-head a:hover p strong {
  color: #ff4235;
}
.card--featured-head a:hover p svg {
  opacity: 1;
  visibility: visible;
}
.card--featured-head .card__img {
  width: 128px;
  min-width: 128px;
  border-radius: 8px;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .card--featured-head .card__img {
    display: block;
  }
}
.card--featured-head .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--featured-head .card__content {
  padding: 12px;
}
@media only screen and (min-width: 1024px) {
  .card--featured-head .card__content {
    padding: 12px 24px;
  }
}
.card--featured-head .card__content p {
  display: flex;
  align-items: center;
}
.card--featured-head .card__content p strong {
  font-weight: 700;
  font-size: .875rem;
  margin-bottom: .2rem;
}
.card--featured-head .card__content p svg {
  margin-left: .2rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.card--featured-head .card__content p {
  font-size: .875rem;
  margin-bottom: 0;
}
.card--featured {
  height: 147px;
  border: 1px solid #a1a1a1;
  border-radius: 12px;
  text-align: center;
  background: rgba(0,0,0,0);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card--featured__icon {
  text-align: center;
  margin: 0 auto 1rem;
}
.card--featured__icon img {
  margin: 0 auto;
  width: 28px;
  height: auto;
}
.card--featured p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.card--testimonial {
  background: #f2f2f2;
  padding: 1rem;
  min-height: 218px;
}
@media only screen and (min-width: 640px) {
  .card--testimonial {
    padding: 2rem;
    height: 251px;
  }
}
.card--testimonial__author {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: .75rem;
}
.card--testimonial__author-txt {
  padding-left: 10px;
}
.card--testimonial__author-txt h4 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}
.card--testimonial__author-txt p {
  font-size: .875rem;
  margin-bottom: 0;
}
.card--testimonial__text {
  text-align: left;
  position: relative;
  padding-left: 2.56rem;
}
.card--testimonial__text span {
  font-size: 4rem;
  font-weight: 800;
  color: #a1a1a1;
  position: absolute;
  left: 0;
  top: -6px;
  line-height: 1;
}
.card--testimonial__text p {
  font-size: .875rem;
  color: #464646;
}
@media only screen and (min-width: 640px) {
  .card--testimonial__text p {
    font-size: 1rem;
  }
}
.card--product {
  border-radius: 12px;
  border: 1px solid #a1a1a1;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
  transition: all .3s ease;
  position: relative;
}
.card--product .tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
.card--product__img {
  position: relative;
}
.card--product__img img {
  width: 100%;
}
.card--product__content {
  padding: 1rem 1rem 4rem;
}
@media only screen and (min-width: 640px) {
  .card--product__content {
    padding: 1.5rem 1.5rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card--product__content {
    padding: 1.5rem 1.5rem 4rem;
  }
}
.card--product__content h4 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.card--product__content p {
  font-size: 1rem;
}
.card--product__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.card--product__footer {
  padding: 0 1rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .card--product__footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.card--product__footer .link {
  color: #ff4235;
  font-weight: bold;
  transition: all .3s ease;
}
.card--product__footer .link:hover {
  color: #ffa099;
}
.card--product.small .card--product__content {
  padding: 1.5rem 1.5rem 5rem;
}
.card--product.small .card--product__footer {
  padding: 0 1.5rem 1.5rem;
}
.card--product:hover {
  box-shadow: 0px 12px 26px 0px rgba(27,27,27,.12);
}
.card--column-product {
  padding: 0;
  background: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .card--column-product {
    background: rgba(0,0,0,0);
  }
}
.card--column-product__head {
  background: #f2f2f2;
  border-radius: 12px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .5rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .card--column-product__head {
    min-height: 100px;
  }
}
.card--column-product__head h3 {
  font-weight: bold;
}
.card--column-product__content {
  padding: 0 1rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .card--column-product__content {
    padding: 0 4rem 2rem;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .card--column-product__content {
    padding: 2rem;
    text-align: left;
  }
}
.card--column-product__content p {
  font-size: 1rem;
}
.card--column-product__content .item-list-check {
  text-align: center;
  margin-bottom: 2rem;
}
.card--column-product__content .item-list-check h3,.card--column-product__content .item-list-check h4 {
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .card--column-product__content .item-list-check {
    text-align: left;
  }
  .card--column-product__content .item-list-check h3,.card--column-product__content .item-list-check h4 {
    justify-content: flex-start;
  }
}
.card--client {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .card--client.horizontal {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .card--client.horizontal .card--client__img {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .card--client.horizontal .card--client__txt {
    width: 50%;
  }
}
.card--client .tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: .75rem;
}
.card--client__img {
  flex-grow: 1;
  position: relative;
}
.card--client__img img {
  width: 100%;
}
.card--client__txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.card--client__txt .title-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ff4235;
  width: 100%;
}
.card--client__txt .title-5 img {
  margin-right: .5rem;
  margin-bottom: .4rem;
}
@media only screen and (min-width: 640px) {
  .card--client__txt .title-5 img {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 640px) {
  .card--client__txt .title-5 {
    flex-direction: row;
    align-items: center;
  }
}
.card--client__txt p {
  font-size: 1rem;
}
.card--client__txt p a {
  color: #ff4235;
}
@media only screen and (min-width: 1024px) {
  .card--client__txt {
    width: 50%;
    gap: 2rem;
  }
}
.card--integration {
  border-radius: 12px;
  border: 1px solid #a1a1a1;
  height: 450px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  transition: all .3s ease;
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
}
.card--integration:hover {
  box-shadow: 0px 12px 26px 0px rgba(27,27,27,.12);
}
.card--integration .tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: .875rem;
  border-radius: 8px;
}
.card--integration__img img {
  width: 100%;
}
.card--integration__body {
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
  flex-grow: 1;
}
.card--integration__body p {
  font-size: 1rem;
  line-height: 1.5;
}
.card--integration__title {
  font-weight: 700;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
.card--integration__link {
  color: #ff4235;
  font-weight: 700;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
.card--stat {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
  padding: 1rem 1.125rem;
  display: flex;
  align-items: center;
  width: 354px;
  max-width: 100%;
}
.card--stat__ic {
  margin-right: 1rem;
  background: #f7f3ee;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.card--stat__txt p {
  color: #464646;
  font-weight: 700;
}
.card--stat__txt p span {
  display: block;
  color: #ff4235;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
}
.card--stat__txt p span.cifra {
  display: inline;
}
.card--collection {
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  border: 1px solid #cfcfcf;
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
  margin-bottom: 1rem;
  transition: all .3s ease;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .card--collection {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
  }
}
.card--collection.disabled {
  cursor: default;
}
.card--collection.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0,0%,100%,.6);
}
.card--collection.disabled:hover {
  box-shadow: none;
}
.card--collection.disabled:hover h3 {
  color: #464646;
}
.card--collection.disabled:hover h3 span {
  opacity: 0;
}
.card--collection.disabled:hover p {
  color: #464646;
}
.card--collection__ic {
  width: 2rem;
  margin-right: 1rem;
}
.card--collection__ic img {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .card--collection__ic {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
.card--collection__txt h3 {
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s ease;
}
.card--collection__txt h3 span {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) {
  .card--collection__txt h3 {
    margin-bottom: .5rem;
  }
}
.card--collection__txt p {
  display: none;
  transition: all .3s ease;
}
@media only screen and (min-width: 1024px) {
  .card--collection__txt p {
    display: block;
    margin-bottom: 0;
  }
}
.card--collection .ic-mobile {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s ease;
}
.card--collection .ic-mobile .icon {
  width: .5rem;
}
@media only screen and (min-width: 1024px) {
  .card--collection .ic-mobile {
    display: none;
  }
}
.card--collection:hover {
  box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
}
.card--collection:hover h3 {
  color: #ff4235;
}
.card--collection:hover p {
  color: #ff4235;
}
.card--collection:hover .ic-mobile {
  opacity: 1;
  color: #ff4235;
}
@media only screen and (min-width: 1024px) {
  .card--collection:hover h3 span {
    opacity: 1;
  }
}
.card--featured-post {
  position: relative;
  padding: 0;
}
.card--featured-post__img {
  width: 100%;
}
.card--featured-post__img img {
  width: 100%;
}
.card--featured-post__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45);
  display: block;
}
.card--featured-post__text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 2;
  padding: 1rem;
  max-width: 580px;
}
@media only screen and (min-width: 1024px) {
  .card--featured-post__text {
    text-align: left;
    align-items: flex-start;
  }
}
.card--featured-post__text .tag {
  font-size: .75rem;
  margin-bottom: 1rem;
}
.card--featured-post__text .title-2 {
  color: #fff;
  margin-bottom: 1rem;
}
.card--featured-post__text p {
  font-size: .875rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .card--featured-post__text {
    padding: 2rem;
  }
}
.card--blog {
  padding: 0;
}
.card--blog__img {
  margin-bottom: 1.5rem;
}
.card--blog__img img {
  width: 100%;
}
.card--blog__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .75rem;
  transition: all .3s ease;
}
.card--blog p {
  font-size: 1rem;
}
.card--blog p.card--blog__meta {
  font-size: .875rem;
  margin-bottom: .75rem;
}
.card--blog:hover .card--blog__title {
  color: #ff4235;
}
.card--ultimo {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .card--ultimo {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .card--ultimo {
    margin-bottom: 2rem;
  }
}
.card--ultimo__img {
  width: 100%;
  margin-bottom: .75rem;
}
.card--ultimo__img img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .card--ultimo__img {
    min-width: 233px;
    width: 233px;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .card--ultimo__img {
    min-width: 282px;
    width: 282px;
  }
}
.card--ultimo__txt .title-4 {
  font-size: 1.25rem;
  transition: all .3s ease;
}
@media only screen and (min-width: 1024px) {
  .card--ultimo__txt .title-4 {
    font-size: 1.5rem;
  }
}
.card--ultimo__txt p.tag {
  font-size: .875rem;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 1024px) {
  .card--ultimo__txt p.tag {
    margin-bottom: 1rem;
  }
}
.card--ultimo__txt p.meta {
  font-size: .875rem;
  color: #464646;
  margin-bottom: .2rem;
}
.card--ultimo:hover .title-4 {
  color: #ff4235;
}
.card--ultimo-cat {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .card--ultimo-cat {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .card--ultimo-cat {
    margin-bottom: 2rem;
    max-width: 50%;
  }
}
.card--ultimo-cat__img {
  width: 100%;
  margin-bottom: .75rem;
}
.card--ultimo-cat__img img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .card--ultimo-cat__img {
    min-width: 192px;
    width: 192px;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .card--ultimo-cat__img {
    min-width: 216px;
    width: 216px;
  }
}
.card--ultimo-cat__txt .title-4 {
  font-size: 1.25rem;
  margin-bottom: .75rem;
  transition: all .3s ease;
}
.card--ultimo-cat__txt p.tag {
  font-size: .875rem;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 1024px) {
  .card--ultimo-cat__txt p.tag {
    margin-bottom: 1rem;
  }
}
.card--ultimo-cat__txt p.meta {
  font-size: .875rem;
  color: #464646;
  margin-bottom: .2rem;
}
.card--ultimo-cat:hover .title-4 {
  color: #ff4235;
}
.dudas {
  border-radius: 15px;
  padding: 1rem;
  background: #f7f7f7;
  text-align: center;
}
.dudas h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .dudas h4 {
    font-size: 1.5rem;
  }
}
.dudas p {
  font-size: 1rem;
  font-weight: 400;
  max-width: 400px;
  margin: 0 auto;
}
.dudas p a {
  color: #ff4235;
}
.input {
  height: 50px;
  border-radius: 8px;
  padding: 1rem .75rem;
  width: 100%;
  font-size: .75rem;
  color: #1b1b1b;
  transition: all .3s ease;
  border: 1px solid rgba(0,0,0,0);
}
.input:focus {
  border-color: #464646;
  outline: none;
}
.input:hover {
  border-color: #464646;
  outline: none;
}
.input::placeholder {
  color: #1b1b1b;
  opacity: 1;
}
.input--search {
  background: #f2f2f2;
}
.input--search:focus {
  border: 1px solid #cfcfcf;
  outline: none;
}
.group-search {
  position: relative;
}
.group-search__btn {
  position: absolute;
  right: .75rem;
  top: 50%;
}
.group-search__btn svg {
  position: relative;
  right: auto;
  top: auto;
}
.group-search svg {
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a1a1a1;
  cursor: pointer;
}
.select-custom {
  font-size: 1rem;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
}
.select-custom .select-current {
  height: 50px;
}
.input {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  font-size: 1rem;
  background: #fff;
}
.input:focus {
  border-color: #464646;
}
.input:hover {
  border-color: #464646;
}
.input::placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 14px auto;
  background-position: 96% center;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  padding: .5rem .75rem;
}
.select:focus {
  border-color: #464646;
  outline: none;
}
.select:hover {
  border-color: #464646;
  outline: none;
}
.form .btn {
  margin-top: 1rem;
  cursor: pointer;
}
.form .form-head .title-4 {
  font-size: 1.5rem;
}
.form .title-6 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
  display: block;
}
.form .small {
  color: #464646;
  font-size: .875rem;
}
.form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ddd;
  height: 80px;
  padding: .5rem;
  background: #fff;
  resize: none;
  margin-bottom: 1rem;
}
.form textarea:focus {
  border-color: #464646;
  outline: none;
}
.form textarea:hover {
  border-color: #464646;
  outline: none;
}
.form select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 14px auto;
  background-position: 96% center;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  padding: .5rem .75rem;
  margin-bottom: 1rem;
}
.form select:focus {
  border-color: #464646;
  outline: none;
}
.form select:hover {
  border-color: #464646;
  outline: none;
}
.form input {
  height: 50px;
  border-radius: 8px;
  padding: 1rem .75rem;
  width: 100%;
  font-size: .75rem;
  color: #1b1b1b;
  transition: all .3s ease;
  border: 1px solid rgba(0,0,0,0);
  margin-bottom: 1rem;
  background: #fff;
}
.form input:focus {
  border-color: #464646;
  outline: none;
}
.form input:hover {
  border-color: #464646;
  outline: none;
}
.form input::placeholder {
  color: #1b1b1b;
  opacity: 1;
}
.form input[type=submit] {
  border-radius: 100px;
  color: #fff;
  padding: 10px 32px 10px;
  line-height: 1.3;
  font-weight: 700;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all .2s ease;
  max-width: 100%;
  cursor: pointer;
  background: #ff4235;
  border: 1px solid #ff4235;
  margin-bottom: 0;
  font-size: 1rem;
}
.text-small {
  text-align: center;
  color: #a1a1a1;
  font-size: .875rem;
}
.text-small a {
  color: #275ffd;
}
.textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ddd;
  height: 80px;
  padding: .5rem;
  background: #fff;
  resize: none;
}
.textarea:focus {
  border-color: #464646;
  outline: none;
}
.textarea:hover {
  border-color: #464646;
  outline: none;
}
.widget {
  width: 100%;
  max-width: 482px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .widget {
    max-width: 1144px;
  }
}
@media only screen and (min-width: 640px) {
  .widget--big {
    max-width: 514px;
  }
}
.hero {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .hero {
    flex-direction: row;
  }
}
.hero__txt {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero__txt {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__txt {
    padding-right: 60px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__txt {
    padding-right: 116px;
  }
}
.hero__txt p {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero__txt p {
    margin-bottom: 2rem;
  }
}
.hero__txt .btn--primary {
  box-shadow: 0px 5px 16px 0px rgba(255,72,46,.2392156863);
}
.hero__img {
  width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero__img {
    width: 50.6994%;
    min-width: 50.6994%;
  }
}
.hero__img img {
  width: 100%;
}
.hero.reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .hero.reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .hero.reverse .hero__txt {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.reverse .hero__txt {
    padding-left: 116px;
  }
}
.hero.reverse .hero__img {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero.reverse .hero__img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero.reverse .hero__img {
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero--btn {
    min-height: 552px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--btn .hero__txt {
    padding-right: 96px;
  }
}
.hero--btn .hero__img {
  width: 100%;
  min-width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .hero--btn .hero__img {
    width: 52.448%;
    min-width: 52.448%;
  }
}
.hero--btn .hero__img .btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.bg-terciary-light {
  background: #f7f3ee;
}
.logo-strip {
  text-align: left;
}
@media only screen and (min-width: 640px) {
  .logo-strip {
    text-align: center;
  }
}
.logo-strip .title-4 {
  margin-bottom: 2rem;
}
.logo-strip p {
  font-size: .875rem;
  max-width: 450px;
  margin: 0 auto;
}
.logo-strip .wrap-logos {
  margin: 0 auto 2rem;
  max-width: 1144px;
  overflow: hidden;
  position: relative;
}
.logo-strip .wrap-logos:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 10%;
  background: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  display: none;
  height: 100%;
  z-index: 10;
}
@media only screen and (min-width: 640px) {
  .logo-strip .wrap-logos:before {
    display: block;
  }
}
.logo-strip .wrap-logos:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 10%;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, rgb(255, 255, 255) 100%);
  display: none;
  height: 100%;
  z-index: 10;
}
@media only screen and (min-width: 640px) {
  .logo-strip .wrap-logos:after {
    display: block;
  }
}
.logo-strip .logos-carousel {
  margin: 0 auto 1rem;
  width: 100%;
  display: flex;
}
.logo-strip .logos-carousel:nth-child(2) {
  transform: translateX(-80px);
}
.logo-strip .logos-carousel>* {
  flex: 0 0 100%;
}
.logo-strip .logos-carousel:hover .group-logos {
  animation-play-state: paused;
}
.logo-strip .logos-carousel .group-logos {
  display: flex;
  gap: 14px;
  padding-right: 14px;
  will-change: transform;
  animation: scrolling 20s linear infinite;
}
.logo-strip .card-logo {
  min-width: 148px;
  width: 148px;
  height: 72px;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(27,27,27,.14);
  border: .52px solid #f1f3f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}
.logo-strip .card-logo img {
  max-width: 100%;
  max-height: 100%;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.card-features {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 46px 0;
}
@media only screen and (min-width: 640px) {
  .card-features {
    padding: 22px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .card-features {
    flex-direction: row;
    min-height: 552px;
  }
}
.card-features__txt {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .card-features__txt {
    padding-right: 40px;
    margin-bottom: 0;
  }
}
.card-features__txt p {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .card-features__txt p {
    margin-bottom: 2rem;
  }
}
.card-features__img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .card-features__img {
    width: 57.3%;
    min-width: 57.3%;
    margin-bottom: 0;
  }
}
.card-features__img img {
  width: 100%;
}
.card-features__img .globe-info {
  background: #e6d9ca;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 150px;
  line-height: 1.15;
  padding: 7px 12px;
  display: none;
  position: absolute;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .card-features__img .globe-info {
    display: flex;
  }
}
.card-features__img .globe-info.globe-1 {
  bottom: 0;
  left: 3%;
}
.card-features__img .globe-info.globe-2 {
  top: -10px;
  left: 59%;
}
.card-features__img .globe-info.globe-2 .globe-info__content {
  right: 0;
  left: auto;
}
.card-features__img .globe-info.globe-3 {
  bottom: 0;
  left: 59%;
}
.card-features__img .globe-info.globe-4 {
  top: 36%;
  right: 1%;
}
.card-features__img .globe-info.globe-4 .globe-info__content {
  right: 0;
  left: auto;
}
.card-features__img .globe-info img {
  width: 16px;
  margin-right: .5rem;
}
.card-features__img .globe-info__content {
  position: absolute;
  background: #e6d9ca;
  padding: 1rem;
  border-radius: 4px;
  width: calc(100% - 10px);
  font-size: .875rem;
  min-width: 200px;
  margin-top: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
  left: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.card-features__img .globe-info:hover .globe-info__content {
  opacity: 1;
  visibility: visible;
}
.content-cards {
  text-align: left;
  overflow: visible;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-cards {
    text-align: center;
    max-width: 1144px;
    min-height: 552px;
  }
}
.content-cards__txt {
  margin: 0 auto 4rem;
  padding-right: 1rem;
  max-width: 482px;
}
@media only screen and (min-width: 1024px) {
  .content-cards__txt {
    max-width: 768px;
  }
}
.content-cards__icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto 1.625rem;
  display: none;
}
@media only screen and (min-width: 640px) {
  .content-cards__icon {
    display: inline-block;
  }
}
.content-cards p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .content-cards .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 90%;
    --card-width: 212px;
  }
}
@media (min-width: 768px) {
  .content-cards .carousel {
    --cards-per-view: 2;
    --preview-width: 40px;
    --card-width: 227px;
  }
}
@media (min-width: 1024px) {
  .content-cards .carousel {
    --cards-per-view: 5;
    --preview-width: 16px;
    --card-width: 216px;
    gap: 16px;
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  .content-cards .carousel {
    --cards-per-view: 5;
    --preview-width: 16px;
    --card-width: 216px;
    gap: 16px;
  }
}
.testimonials {
  text-align: left;
  overflow: visible;
  max-width: 100%;
  position: relative;
  padding-top: 4rem;
}
.testimonials__bg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .testimonials__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1rem);
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials {
    text-align: center;
    max-width: 1144px;
  }
}
.testimonials__txt {
  margin: 0 auto 2rem;
  padding-right: 1rem;
  max-width: 482px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .testimonials__txt {
    max-width: 100%;
  }
}
.testimonials__txt .title-2 {
  margin-bottom: 1.5rem;
}
.testimonials__txt p {
  font-size: 1rem;
  display: none;
}
@media only screen and (min-width: 640px) {
  .testimonials__txt p {
    display: block;
  }
}
.testimonials .testimonials-grid {
  position: relative;
  z-index: 2;
  max-width: 911px;
  margin: 0 auto;
  display: none;
  padding-top: .75rem;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  grid-template-areas: "item1 item1 item1 item2 item2 item2" "item3 item3 item4 item4 item5 item5";
}
@media only screen and (min-width: 1024px) {
  .testimonials .testimonials-grid {
    display: grid;
  }
}
.testimonials .testimonials-grid .item1 {
  grid-area: item1;
}
.testimonials .testimonials-grid .item2 {
  grid-area: item2;
}
.testimonials .testimonials-grid .item3 {
  grid-area: item3;
}
.testimonials .testimonials-grid .item3.card--testimonial {
  height: 346px;
}
.testimonials .testimonials-grid .item4 {
  grid-area: item4;
}
.testimonials .testimonials-grid .item4.card--testimonial {
  height: 346px;
}
.testimonials .testimonials-grid .item5 {
  grid-area: item5;
}
.testimonials .testimonials-grid .item5.card--testimonial {
  height: 346px;
}
@media (max-width: 767px) {
  .testimonials .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 90%;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .testimonials .carousel {
    --cards-per-view: 2;
    --preview-width: 40px;
    --card-width: 80%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials .carousel-container {
    display: none;
  }
}
.content-list {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .content-list {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .content-list {
    min-height: 552px;
    flex-direction: row;
    gap: 44px;
  }
}
.content-list.reverse {
  flex-direction: column;
}
.content-list.reverse .content-list__txt {
  margin-bottom: 2rem;
}
.content-list.reverse .content-list__img {
  margin-bottom: 0rem;
}
@media only screen and (min-width: 1024px) {
  .content-list.reverse {
    flex-direction: row-reverse;
  }
  .content-list.reverse .content-list__txt {
    margin-bottom: 0;
  }
}
.content-list__txt {
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-list__txt {
    margin-bottom: 0;
    width: calc(50% - 22px);
    min-width: calc(50% - 22px);
  }
}
.content-list__txt p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .content-list__txt p {
    margin-bottom: 2rem;
  }
}
.content-list__img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .content-list__img {
    width: calc(50% - 22px);
    min-width: calc(50% - 22px);
    margin-bottom: 0;
  }
}
.content-list__img img {
  width: 100%;
}
.widget-banner {
  position: relative;
  height: 408px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .widget-banner {
    height: 376px;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-banner {
    height: 279px;
  }
}
.widget-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-banner__txt {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(27,27,27,.55);
}
@media only screen and (min-width: 640px) {
  .widget-banner__txt {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-banner__txt {
    padding: 1rem 116px;
    flex-direction: row;
  }
}
.widget-banner__txt h3 {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .widget-banner__txt h3 {
    max-width: 430px;
  }
}
.widget-banner__txt .botones {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .widget-banner__txt .botones {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-banner__txt .botones {
    text-align: right;
  }
}
.widget-banner__txt .botones .btn {
  margin-bottom: 1rem;
}
.widget-banner__txt .botones .btn:last-child {
  margin-bottom: 0;
}
.widget-banner-2 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  background: #f2f2f2;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .widget-banner-2 {
    flex-direction: row;
  }
}
.widget-banner-2__txt {
  margin-bottom: 1rem;
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 640px) {
  .widget-banner-2__txt {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-banner-2__txt {
    margin-bottom: 0;
    flex-grow: 1;
  }
}
.widget-banner-2__txt .title-3 {
  margin-bottom: 2rem;
  line-height: 1.2;
}
.widget-banner-2__txt p {
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .widget-banner-2__txt p {
    margin-bottom: 2rem;
    font-size: 1rem;
    padding-right: 1rem;
  }
}
.widget-banner-2__img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0rem;
}
@media only screen and (min-width: 1024px) {
  .widget-banner-2__img {
    width: 45.1924%;
    min-width: 45.1924%;
    margin-bottom: 0;
  }
}
.widget-banner-2__img img {
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.widget-banner-3 {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .widget-banner-3 {
    height: 329px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-banner-3 {
    height: 329px;
  }
}
.widget-banner-3.beige {
  background: #e6d9ca;
}
.widget-banner-3.white {
  background: #fff;
}
.widget-banner-3.orange {
  background: #ff4235;
  color: #fff;
}
.widget-banner-3.orange .title-3 {
  color: #fff;
}
.widget-banner-3.orange p {
  color: #fff;
}
.widget-banner-3__img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 241px;
  min-height: 241px;
}
@media only screen and (min-width: 640px) {
  .widget-banner-3__img {
    text-align: right;
    height: 100%;
  }
}
.widget-banner-3__img:first-child {
  display: none;
}
@media only screen and (min-width: 640px) {
  .widget-banner-3__img:first-child {
    display: flex;
    justify-content: flex-end;
  }
}
.widget-banner-3__img img {
  height: 100%;
  max-width: 1000%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 640px) {
  .widget-banner-3__img img {
    width: auto;
  }
}
.widget-banner-3__txt {
  padding: 2rem .5rem;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .widget-banner-3__txt {
    width: 514px;
    min-width: 514px;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-banner-3__txt {
    width: 782px;
    min-width: 782px;
    padding: 1rem;
    align-items: center;
  }
}
.widget-banner-3__txt h3 {
  line-height: 1.1;
  margin-bottom: 2rem;
}
.widget-banner-3__txt p {
  max-width: 447px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.widget-banner-3__txt .botones {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .widget-banner-3__txt .botones {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-banner-3__txt .botones {
    text-align: right;
  }
}
.widget-banner-3__txt .botones .btn {
  margin-bottom: 1rem;
}
.widget-banner-3__txt .botones .btn:last-child {
  margin-bottom: 0;
}
.widget-banner-3__txt .botones .btn:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .widget-banner-3__txt .botones .btn:nth-child(2) {
    display: inline-flex;
  }
}
.faq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .faq {
    flex-direction: row;
  }
}
.faq .title-2 {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1024px) {
  .faq .title-2 {
    text-align: left;
  }
}
.faq .accordion {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .faq .accordion {
    max-width: 700px;
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .faq .accordion {
    max-width: 792px;
    width: 792px;
  }
}
.s-tabs {
  background: #f2f2f2;
}
@media only screen and (min-width: 640px) {
  .s-tabs {
    background: rgba(0,0,0,0);
  }
}
.tabs__header {
  display: flex;
  gap: 8px;
  padding: 0rem 0rem 1rem;
  background: #f2f2f2;
}
@media only screen and (min-width: 640px) {
  .tabs__header {
    border-radius: 12px 12px 0 0;
    padding: 2rem 1rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__header {
    display: flex;
    background: rgba(0,0,0,0);
    padding-bottom: 0;
    padding-left: 0;
  }
}
.tabs__header .select-custom {
  width: 288px;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .tabs__header .select-custom {
    display: none;
  }
}
.tabs__header-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .tabs__header-desktop {
    display: flex;
  }
}
.tabs__header-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .tabs__header-mobile {
    display: none;
  }
}
.tabs__link {
  font-size: .875rem;
  color: #464646;
  display: none;
  gap: 10px;
  height: 41px;
  padding: 9px .75rem .75rem;
  background: #f2f2f2;
  align-items: center;
  border-radius: 8px 8px 0 0;
  border-top: 3px solid #f2f2f2;
  transition: all .3s ease;
}
.tabs__link:hover {
  border-color: #ff4235;
  background: #fbd7dd;
  color: #ff4235;
}
.tabs__link:hover svg {
  color: #1b1b1b;
}
.tabs__link.active {
  border-color: #ff4235;
  background: #fbd7dd;
  color: #ff4235;
  font-weight: 700;
}
.tabs__link.active svg {
  color: #1b1b1b;
}
.tabs__link.disabled {
  color: #a1a1a1;
}
.tabs__link.disabled svg {
  color: #1b1b1b;
}
@media only screen and (min-width: 1024px) {
  .tabs__link {
    display: flex;
  }
}
.tabs__link .icon {
  width: .875rem;
  height: .875rem;
}
.tabs__content {
  border-radius: 0;
  background: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .tabs__content {
    border-radius: 0 12px 12px 12px;
  }
}
.tabs__panel {
  display: none;
  gap: 32px;
  padding: 1rem 0;
  flex-direction: column;
}
.tabs__panel--active {
  display: flex;
}
@media only screen and (min-width: 640px) {
  .tabs__panel {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__panel {
    flex-direction: row;
  }
}
.tabs__panel__imgs {
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "item1 item1" "item2 item3";
  gap: 12px;
}
@media only screen and (min-width: 1024px) {
  .tabs__panel__imgs {
    width: 510px;
    min-width: 510px;
    gap: 16px;
  }
}
.tabs__panel__imgs .item1 {
  grid-area: item1;
  width: 100%;
}
.tabs__panel__imgs .item2 {
  grid-area: item2;
  width: 100%;
}
.tabs__panel__imgs .item3 {
  grid-area: item3;
  width: 100%;
}
.tabs__panel__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.tabs__panel__text .title-3 {
  margin-bottom: 2rem;
}
.tabs__panel__text p {
  font-size: 1rem;
}
.tabs__panel__text .btn {
  font-size: .875rem;
}
@media only screen and (min-width: 640px) {
  .tabs__panel__text .btn {
    font-size: 1rem;
  }
}
.tabs__panel .products p {
  margin-bottom: 1rem;
}
.tabs__panel .products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tabs__panel .products-grid .product-link {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #a1a1a1;
  height: 80px;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all .3s ease;
  position: relative;
  padding-right: 1.5rem;
}
.tabs__panel .products-grid .product-link img {
  margin-right: 1rem;
}
.tabs__panel .products-grid .product-link .icon {
  color: #ff4235;
  display: none;
  position: absolute;
  right: .8rem;
  width: .5rem;
  top: 50%;
  transition: all .3s ease;
  transform: translateY(-50%);
}
.tabs__panel .products-grid .product-link:hover {
  background: #fff;
  color: #ff4235;
}
.tabs__panel .products-grid .product-link:hover .icon {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .tabs__panel .products-grid .product-link {
    width: calc(50% - 8px);
  }
}
.s-content-list.black {
  background: #1b1b1b;
}
.s-content-list.black .container .tagline {
  color: #a1a1a1;
}
.s-content-list.black .container .title-2 {
  color: #fff;
}
.s-content-list.black .container p {
  color: #fff;
}
.s-content-list.black .container h3 {
  color: #fff;
}
.s-content-list.beige {
  background: #e6d9ca;
}
.s-content-list.beige-light {
  background: #f7f3ee;
}
.pagination {
  display: flex;
  gap: 20px;
  font-weight: 600;
}
.hero-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .hero-form {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-form {
    min-height: 552px;
    flex-direction: row;
    justify-content: space-between;
    gap: 44px;
  }
}
.hero-form__txt {
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-form__txt {
    margin-bottom: 0;
    width: calc(50% - 22px);
    max-width: 448px;
  }
}
.hero-form__txt .title-2 {
  font-size: 2.125rem;
  line-height: 1.1;
}
.hero-form__txt p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .hero-form__txt p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.hero-form__form {
  width: 100%;
  min-width: 100%;
  margin-bottom: 2rem;
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
  background: #f2f2f2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 12px;
}
@media only screen and (min-width: 640px) {
  .hero-form__form {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-form__form {
    width: 54.7207%;
    min-width: 54.7207%;
    margin-bottom: 0;
  }
}
.hero-form__form .form-head h4 {
  color: #1b1b1b;
  font-size: 1.25rem;
  font-weight: bold;
}
.hero-form__form .form-head p {
  font-size: 1.125rem;
}
.hero-form__form .ayuda {
  font-size: .875rem;
  color: #464646;
  font-weight: 700;
}
.hero-form__form .ayuda a {
  color: #ff4235;
  text-decoration: underline;
}
.hero-form__form .ayuda a:hover {
  color: #ffa099;
}
.hero-form__form .small {
  font-size: .75rem;
}
.hero-form__form .small a {
  color: #ff4235;
  text-decoration: underline;
}
.hero-form__form .small a:hover {
  color: #ffa099;
}
.hero-interior {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .hero-interior {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-interior {
    flex-direction: row;
    justify-content: space-between;
    gap: 44px;
    padding-top: 1rem;
  }
}
.hero-interior__txt {
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-interior__txt {
    margin-bottom: 0;
    max-width: 448px;
    width: calc(50% - 22px);
  }
}
.hero-interior__txt p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .hero-interior__txt p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.hero-interior__txt .btn--primary {
  box-shadow: 0px 5px 16px 0px rgba(255,72,46,.2392156863);
}
.hero-interior__img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .hero-interior__img {
    width: 52.448%;
    min-width: 52.448%;
    margin-bottom: 0;
  }
}
.hero-interior__img img {
  width: 100%;
}
.hero-img {
  position: relative;
  height: auto;
  min-height: 451px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .hero-img {
    height: 530px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-img {
    max-width: 1144px;
  }
}
.hero-img__txt {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  max-width: 680px;
  margin: 0 auto;
  gap: 2rem;
  min-height: 451px;
  padding: 1rem;
}
.hero-img__txt .title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
@media only screen and (min-width: 640px) {
  .hero-img__txt .title {
    font-weight: 800;
  }
}
.hero-img__txt p {
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero-img__txt p {
    font-size: 1.125rem;
  }
}
.hero-img__txt .buttons {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .hero-img__txt .buttons {
    width: auto;
  }
}
.hero-img__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-img__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(27,27,27,.7);
}
.hero-img__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-img--full {
  max-width: 100%;
  border-radius: 0;
  height: 650px;
}
@media only screen and (min-width: 1550px) {
  .hero-img--full {
    height: 800px;
  }
}
.hero-img--full .hero-img__txt {
  text-align: left;
  gap: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero-img--full .hero-img__txt {
    gap: 2rem;
    text-align: center;
  }
}
.hero-img--full .hero-img__img .img {
  border-radius: 0;
}
.content-section-img {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .content-section-img {
    min-height: 552px;
  }
}
.content-section-img__txt {
  max-width: 680px;
  margin: 0 auto 2rem;
}
.content-section-img__txt p {
  font-size: 1rem;
  line-height: 1.5;
}
.content-section-img__img {
  width: 100%;
}
.content-section-img__img img {
  width: 100%;
}
.s-card-img.black {
  background: #1b1b1b;
}
.s-card-img.black .title-3,.s-card-img.black p,.s-card-img.black h3 {
  color: #fff;
}
.s-card-img.beige {
  background: #f7f3ee;
}
.content-card-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  background: #f2f2f2;
  border-radius: 12px;
}
@media only screen and (min-width: 640px) {
  .content-card-img {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .content-card-img {
    min-height: 552px;
    flex-direction: row;
    justify-content: space-between;
    gap: 44px;
  }
}
.content-card-img__txt {
  margin-bottom: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-card-img__txt {
    margin-bottom: 0;
    width: calc(50% - 22px);
    min-width: calc(50% - 22px);
  }
}
.content-card-img__txt .title-3 {
  line-height: 1.1;
  margin-bottom: 1rem;
}
.content-card-img__txt p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .content-card-img__txt p {
    margin-bottom: 2rem;
  }
}
.content-card-img__txt .buttons {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .content-card-img__txt .buttons {
    flex-direction: row;
  }
}
.content-card-img__txt .buttons .btn {
  margin-bottom: 1rem;
}
.content-card-img__txt .buttons .btn:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .content-card-img__txt .buttons .btn {
    min-width: 210px;
    margin-bottom: 0;
  }
}
.content-card-img__img {
  width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-card-img__img {
    width: 46.667%;
    min-width: 46.667%;
    margin-bottom: 0;
  }
}
.content-card-img__img img {
  width: 100%;
}
.content-card-img.reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .content-card-img.reverse {
    flex-direction: row-reverse;
  }
}
.content-card-img.reverse .content-card-img__txt {
  margin-bottom: 0;
}
.content-card-img.reverse .content-card-img__img {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .content-card-img.reverse .content-card-img__img {
    margin-bottom: 0;
  }
}
.content-card-img--full {
  padding: 0;
  background: rgba(0,0,0,0);
}
.content-card-img--full .content-card-img__txt {
  max-width: 492px;
  min-width: 0;
}
.content-card-img--full .content-card-img__txt .buttons {
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width: 640px) {
  .content-card-img--full .content-card-img__txt .buttons .btn {
    min-width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-card-img--full .content-card-img__img {
    width: 44.056%;
    min-width: 44.056%;
  }
}
.content-card-img--full.reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .content-card-img--full.reverse {
    flex-direction: row-reverse;
  }
}
.content-card-img.black {
  background: #1b1b1b;
}
.content-card-img.black .title-3,.content-card-img.black p,.content-card-img.black h3 {
  color: #fff;
}
.content-card-img.beige {
  background: #f7f3ee;
}
.cards-products {
  overflow: visible;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cards-products {
    max-width: 1144px;
  }
}
.cards-products__txt {
  text-align: left;
  margin: 0 auto 2rem;
  padding: 0 1rem 0 0;
}
@media only screen and (min-width: 640px) {
  .cards-products__txt {
    text-align: center;
    max-width: 482px;
  }
}
@media only screen and (min-width: 1024px) {
  .cards-products__txt {
    max-width: 680px;
  }
}
@media only screen and (min-width: 640px) {
  .cards-products__txt .title-2 {
    padding: 0 .5rem;
  }
}
.cards-products__txt p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cards-products .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 90%;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .cards-products .carousel {
    --cards-per-view: 2;
    --preview-width: 40px;
    --card-width: 65%;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .cards-products .carousel {
    --cards-per-view: 2;
    --preview-width: 0px;
    --card-width: calc(50% - 1rem);
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cards-products .carousel-container {
    display: none;
  }
  .cards-products .fallback-buttons {
    display: none;
  }
}
@media (min-width: 1024px) {
  .cards-products.size-m .carousel {
    --cards-per-view: 3;
    --preview-width: 0px;
    --card-width: calc(33.33% - 1rem);
    padding-top: 0;
  }
}
.s-col-prods.black {
  background: #1b1b1b;
}
.s-col-prods.black .columns-products__txt {
  color: #fff;
}
.s-col-prods.black .columns-products__txt .tagline,.s-col-prods.black .columns-products__txt .title-2,.s-col-prods.black .columns-products__txt p {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .s-col-prods.black .card--column-product__head .title-3 {
    color: #1b1b1b;
  }
  .s-col-prods.black .card p,.s-col-prods.black .card h3,.s-col-prods.black .card h2,.s-col-prods.black .card h4 {
    color: #fff;
  }
}
.columns-products {
  overflow: visible;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .columns-products {
    max-width: 1144px;
  }
}
.columns-products__txt {
  text-align: center;
  margin: 0 auto 2rem;
  padding: 0 1rem 0 0;
}
@media only screen and (min-width: 640px) {
  .columns-products__txt {
    max-width: 482px;
  }
}
@media only screen and (min-width: 1024px) {
  .columns-products__txt {
    max-width: 680px;
  }
}
@media only screen and (min-width: 640px) {
  .columns-products__txt .title-2 {
    padding: 0 .5rem;
  }
}
.columns-products__txt p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .columns-products .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 90%;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .columns-products .carousel {
    --cards-per-view: 2;
    --preview-width: 40px;
    --card-width: 360px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .columns-products .carousel-container {
    display: none;
  }
}
.list-products {
  overflow: visible;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .list-products {
    max-width: 1144px;
  }
}
.list-products__txt {
  text-align: center;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 640px) {
  .list-products__txt {
    max-width: 482px;
  }
}
@media only screen and (min-width: 1024px) {
  .list-products__txt {
    max-width: 680px;
  }
}
@media only screen and (min-width: 640px) {
  .list-products__txt .title-2 {
    padding: 0 .5rem;
  }
}
.list-products__txt p {
  font-size: 1rem;
}
.list-products__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 680px;
  margin: 0 auto;
}
.s-form {
  position: relative;
}
.s-form.orange {
  background: #ff4235;
}
.s-form.black {
  background: #1b1b1b;
}
.s-form.beige {
  background: #e6d9ca;
}
.s-form.grey {
  background: #f2f2f2;
}
.section-form {
  display: flex;
  justify-content: flex-end;
  padding: 110px 1rem 0;
}
@media only screen and (min-width: 640px) {
  .section-form {
    padding-top: 160px;
    max-width: 547px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form {
    max-width: 1144px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1550px) {
  .section-form {
    min-height: 552px;
  }
}
.section-form__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
  overflow: hidden;
  border-radius: 0;
}
@media only screen and (min-width: 640px) {
  .section-form__img {
    height: 536px;
    border-radius: 0 12px 12px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form__img {
    width: 61%;
    height: 100%;
  }
}
.section-form__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-form__form {
  position: relative;
  width: 100%;
  min-width: 100%;
  margin-bottom: 2rem;
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
  background: #f2f2f2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}
@media only screen and (min-width: 640px) {
  .section-form__form {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form__form {
    width: 54.7207%;
    min-width: 54.7207%;
    margin-bottom: 0;
  }
}
.section-form__form .title-form {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}
.section-form__form p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.s-form2 {
  overflow: hidden;
}
.section-form2 {
  display: flex;
  align-items: center;
  padding: 1rem;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 640px) {
  .section-form2 {
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form2 {
    justify-content: space-between;
    max-width: 1144px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    min-height: 552px;
  }
}
@media only screen and (min-width: 640px) {
  .section-form2__img {
    height: 536px;
    margin-left: 2rem;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form2__img {
    width: 44.9301%;
    min-width: 44.9301%;
    height: 100%;
  }
}
.section-form2__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 640px) {
  .section-form2__img img {
    position: absolute;
    width: 435px;
    height: auto;
    left: 0;
    top: 0;
    max-width: 435px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form2__img img {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }
}
.section-form2__form {
  position: relative;
  width: 100%;
  min-width: 100%;
  margin-bottom: 2rem;
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}
@media only screen and (min-width: 640px) {
  .section-form2__form {
    padding: 2rem;
    width: 296px;
    min-width: 296px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form2__form {
    width: 49.301%;
    min-width: 49.301%;
    margin-bottom: 0;
    padding: 2rem 0 2rem 2rem;
  }
}
.section-form2__form .title-form {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 1rem;
}
.section-form2__form p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.black .card--column-product {
  color: #464646;
}
.black .card--column-product h3,.black .card--column-product h4,.black .card--column-product p,.black .card--column-product li {
  color: #464646;
}
.content-clientes__title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .content-clientes__title {
    margin-bottom: 4rem;
    flex-direction: row;
    align-items: flex-end;
  }
}
.content-clientes__title .title-2 {
  margin-bottom: 0;
}
.content-clientes__title p {
  font-size: 1rem;
}
.content-clientes.sin-img {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .content-clientes.sin-img {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
  }
  .content-clientes.sin-img>* {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-clientes.sin-img .content-clientes__title {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
    justify-content: center;
  }
}
.content-clientes.v2 .content-clientes__title {
  margin-bottom: 2rem;
}
.content-clientes.v2 .content-clientes__title .title-2 {
  margin-bottom: 1rem;
}
.content-clientes.v2 .card--client {
  flex-direction: column;
}
.content-clientes.v3 {
  max-width: 100%;
}
.content-clientes.v3 .content-clientes__title {
  max-width: 482px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .content-clientes.v3 .content-clientes__title {
    max-width: 1144px;
  }
}
.content-clientes__cards {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .content-clientes__cards {
    flex-direction: row;
  }
}
.content-clientes__cards .card--client {
  width: 100%;
}
.content-clientes__cards .card--client__img {
  width: 100%;
}
.content-clientes__cards .card--client__txt {
  width: 100%;
}
.content-clientes .carousel-container .carousel {
  gap: 2rem;
}
.content-clientes .carousel-container .card--client__img {
  width: 100%;
}
.content-clientes .carousel-container .card--client__txt {
  width: 100%;
}
@media (max-width: 767px) {
  .content-clientes .carousel-container .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 90%;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .content-clientes .carousel-container .carousel {
    --cards-per-view: 2;
    --preview-width: 40px;
    --card-width: 360px;
    padding-top: 0;
  }
}
.black .title-5 {
  color: #fff;
}
.black .tagline {
  color: #fff;
}
.black .horarios {
  color: #fff;
}
.cards-section__txt {
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .cards-section__txt {
    text-align: center;
  }
}
.cards-section__txt p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1rem;
}
.cards-section__grid {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cards-section__grid {
    display: grid;
    margin-bottom: 2rem;
  }
}
.cards-section .wrap-accordion {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cards-section .wrap-accordion {
    display: none;
  }
}
.cards-section .wrap-accordion h3 {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.cards-section .wrap-accordion h3 .tag {
  font-size: .75rem;
  border-radius: 8px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: .6rem;
}
.cards-section .wrap-accordion p {
  font-size: 1rem;
}
.cards-section .wrap-accordion .card--integration__link {
  position: relative;
  left: auto;
  bottom: auto;
  display: inline-block;
  margin-top: 1rem;
}
.cards-section .cards-hidden {
  display: none;
}
.cards-section .cards-hidden.visible {
  display: grid;
}
.cards-section .btn.toggle .icon {
  transform: rotate(180deg);
}
.article-integration {
  padding: 2rem 0;
}
.article-integration__header {
  max-width: 680px;
  margin: 0 auto 2rem;
}
.article-integration__img {
  border-radius: 12px;
  max-width: 512px;
  border: 1px solid #a1a1a1;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem;
  margin-bottom: 1rem;
}
.article-integration__img img {
  max-width: 100%;
}
.article-integration__cats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.article-integration__cats .category {
  display: inline-block;
  padding: .5rem .75rem;
  background: #f7f3ee;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 36px;
}
.article-integration__body {
  max-width: 680px;
  margin: 0 auto;
  color: #464646;
}
.article-integration__body .title-2 {
  color: #464646;
  margin-bottom: 2rem;
}
.article-integration__body .title-4 {
  color: #464646;
}
.article-integration__body p {
  color: #464646;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.article-integration__body .beneficios {
  margin-top: 4rem;
}
.article-integration__body .beneficios .title-4 {
  margin-bottom: 2rem;
}
.link-visit {
  background: #f7f3ee;
  padding: 2rem;
  display: block;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .link-visit {
    text-align: left;
  }
}
.link-visit p {
  font-weight: bold;
  font-size: 1rem;
  max-width: 680px;
  margin: 0 auto;
}
.link-visit p span,.link-visit p b,.link-visit p strong {
  color: #ff4235;
}
@media only screen and (min-width: 640px) {
  .link-visit p {
    font-size: 1.25rem;
  }
}
.filtros {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 2rem;
  flex-direction: column;
  gap: .5rem;
}
@media only screen and (min-width: 640px) {
  .filtros {
    max-width: 482px;
  }
}
@media only screen and (min-width: 1024px) {
  .filtros {
    max-width: 1144px;
    flex-direction: row;
  }
}
.filtros .filtro-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
}
.filtros .filtro-group .input {
  width: 100%;
}
.filtros .filtro-group .form-group {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .filtros .filtro-group .form-group {
    min-width: 250px;
  }
}
@media only screen and (min-width: 640px) {
  .filtros .filtro-group {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .filtros .filtro-group {
    max-width: 250px;
  }
}
.filtros .filtro-group .select {
  width: 100%;
}
.filtros .group-search {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .filtros .group-search {
    max-width: 360px;
    width: 360px;
  }
}
.filtros .input--search {
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  transition: all .3s ease;
}
.filtros .input--search:hover {
  border-color: #464646;
}
.filtros .input--search::placeholder {
  color: #1b1b1b;
  opacity: 1;
}
.grid-integraciones .card--integration {
  display: none;
}
.grid-integraciones .card--integration:nth-child(-n+6) {
  display: flex;
}
.grid-integraciones .card--integration.hidden {
  display: none;
}
.grid-integraciones.visible .card--integration {
  display: flex;
}
.grid-integraciones.visible .card--integration.hidden {
  display: none;
}
.grid-integraciones2 .accordion-item {
  display: none;
}
.grid-integraciones2 .accordion-item:nth-child(-n+6) {
  display: block;
}
.grid-integraciones2 .accordion-item.hidden {
  display: none;
}
.grid-integraciones2.visible .accordion-item {
  display: block;
}
.grid-integraciones2.visible .accordion-item.hidden {
  display: none;
}
.wrap-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrap-404 {
    flex-direction: row;
    gap: 90px;
  }
}
.wrap-404 .img-404 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap-404 .img-404 {
    width: 50%;
  }
}
.wrap-404 .img-404 img {
  width: 100%;
}
.wrap-404 .text-404 {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wrap-404 .text-404 {
    width: 50%;
    text-align: left;
  }
}
.wrap-404 .text-404 h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}
@media only screen and (min-width: 640px) {
  .wrap-404 .text-404 h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap-404 .text-404 h1 {
    font-size: 160px;
  }
}
.wrap-404 .text-404 h2 {
  margin: 0 0 .5rem;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 640px) {
  .wrap-404 .text-404 h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap-404 .text-404 h2 {
    font-size: 24px;
  }
}
.wrap-404 .text-404 p {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .stats {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.stats__head {
  text-align: center;
  margin-bottom: 2rem;
}
.stats__head p {
  font-size: 1rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.stats__cards {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .stats__cards {
    gap: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .stats__cards {
    flex-direction: row;
  }
}
.section-bullets {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-bullets__head {
  margin-bottom: 2rem;
}
.section-bullets__head p {
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .section-bullets__head p {
    max-width: 50%;
  }
}
.section-bullets__list .title-4 {
  font-size: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
}
.section-bullets__list .title-4 img {
  margin-bottom: .4rem;
}
@media only screen and (min-width: 1024px) {
  .section-bullets__list .title-4 {
    font-size: 1.5rem;
  }
}
.s-form-satelite {
  padding-bottom: 4rem;
  border-bottom: 1rem solid #ff4235;
}
@media only screen and (min-width: 640px) {
  .s-form-satelite {
    padding-bottom: 2rem;
  }
}
.hero-form--satelite {
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-start;
}
.hero-form--satelite .hero-form__txt {
  margin-bottom: 2rem;
}
.hero-form--satelite .hero-form__txt .title-2 {
  margin-bottom: 1rem;
}
.hero-form--satelite .hero-form__txt p {
  margin-bottom: 1rem;
}
.hero-form--satelite .hero-form__txt .item-list-check p {
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
}
.hero-form--satelite .hero-form__txt .item-list-check p img {
  margin-right: .75rem;
}
.hero-form--satelite .hero-form__form {
  background: rgba(0,0,0,0);
  padding: 0;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .hero-form--satelite .hero-form__form {
    width: 44.056%;
    min-width: 44.056%;
  }
}
.hero-form--satelite .hero-form__form h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.hero-form--satelite .hero-form__restaurantes {
  border-top: 1px solid #ffa099;
  padding-top: 2rem;
  margin-top: 2rem;
}
.hero-form--satelite .hero-form__restaurantes h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: .75rem;
}
.hero-form--satelite .hero-form__restaurantes h4 span {
  color: #ff4235;
}
.hero-form--satelite .hero-form__restaurantes p {
  font-size: .875rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.hero-form--satelite .hero-form__restaurantes img {
  width: 100%;
}
.logo-strip-testimonios .title-4 {
  margin-bottom: 1rem;
}
.logo-strip-testimonios p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}
.logo-strip-testimonios .wrap-logos {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 960px;
  display: flex;
  gap: 1rem;
  padding: .5rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .logo-strip-testimonios .wrap-logos {
    gap: 2rem;
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: nowrap;
  }
}
.logo-strip-testimonios .wrap-logos:before {
  display: none;
}
.logo-strip-testimonios .wrap-logos:after {
  display: none;
}
.logo-strip-testimonios .wrap-logos .card-logo {
  width: calc(50% - 1rem);
  min-width: calc(50% - 1rem);
  height: 90px;
}
@media only screen and (min-width: 640px) {
  .logo-strip-testimonios .wrap-logos .card-logo {
    width: calc(33.333% - 1rem);
    min-width: calc(33.333% - 1rem);
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo-strip-testimonios .wrap-logos .card-logo {
    width: 130px;
    min-width: 130px;
  }
}
.logo-strip-testimonios .testimonials {
  margin-top: 0;
  padding-top: 0;
}
.logo-strip-testimonios .testimonials .testimonials-grid {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .logo-strip-testimonios .testimonials .testimonials-grid {
    flex-direction: row;
  }
}
.cta-text {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.cta-text .title-4 {
  margin-bottom: 1rem;
}
.cta-text p {
  font-size: 1.125rem;
}
.cta-text .btn {
  margin-top: 2rem;
}
.cta-text .btn--primary {
  box-shadow: 0px 5px 16px 0px rgba(255,72,46,.2392156863);
}
.hero--video {
  flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 640px) {
  .hero--video {
    text-align: center;
  }
}
.hero--video .hero__txt {
  max-width: 680px;
  margin: 0 auto;
  padding-right: 0;
}
@media only screen and (min-width: 640px) {
  .hero--video .hero__txt {
    margin-bottom: 4rem;
  }
}
.hero--video .hero__img {
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}
.s-banner3 {
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .s-banner3 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-3 {
    max-width: 564px;
  }
}
.banner-3__txt {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .banner-3__txt {
    padding-top: 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-3__txt {
    padding-top: 0;
  }
}
.banner-3__txt .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .banner-3__txt .title {
    font-size: 2.125rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-3__txt .title {
    font-size: 3rem;
    margin-bottom: 0;
    text-align: left;
  }
}
.banner-3__img img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .banner-3__img {
    width: 45%;
    min-width: 45%;
  }
}
.contacto-wsp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
  cursor: pointer;
}
.video-card {
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
  border: 1px solid #a1a1a1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .video-card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.video-card .tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .video-card__video {
    width: 48.424%;
    min-width: 48.424%;
  }
}
.video-card__video .wrap-video {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video-card__video img {
  width: 100%;
}
.video-card__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-card__body {
  padding: 1rem;
}
@media only screen and (min-width: 640px) {
  .video-card__body {
    padding: 2rem;
  }
}
.video-card__body .title-4 {
  margin-bottom: 1rem;
  line-height: 1.2;
}
.video-card__body p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.video-card__body p.lugar {
  font-size: .875rem;
  margin-bottom: 0;
}
.video-card__link {
  color: #ff4235;
  font-weight: 700;
  font-size: 1rem;
}
.video-card__link:hover {
  color: #ffa099;
}
.section-video-featured {
  padding-bottom: 0;
}
.section-videos-small__title {
  max-width: 482px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .section-videos-small__title {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-videos-small__title {
    display: none;
  }
}
.section-videos-small .cards-products__txt {
  text-align: left;
  max-width: 482px;
  margin: 0 auto 2rem;
  padding-right: 1rem;
}
.section-videos-small .cards-products__txt p {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .section-videos-small .cards-products__txt {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-videos-small .cards-products__txt {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-videos-small {
    padding-top: 0rem;
  }
}
.section-video-featured {
  margin-bottom: 2rem;
}
.search-section {
  padding: 0 1rem;
}
.search-section__img {
  margin: 0 -1rem;
}
.search-section__img img {
  width: 100%;
}
.search-section__box {
  width: 100%;
  border-radius: 12px;
  padding: 1.5rem 1rem;
  text-align: center;
  background: #f2f2f2;
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
  position: relative;
  z-index: 2;
  max-width: 482px;
  margin: -2rem auto 0;
}
@media only screen and (min-width: 640px) {
  .search-section__box {
    margin-top: -6rem;
    padding: 2.2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .search-section__box {
    max-width: 1164px;
    padding: 2.2rem 2rem;
  }
}
.search-section__box h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .search-section__box h2 {
    margin-bottom: .5rem;
  }
}
.search-section__box p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.search-section__box .group-search .input--search {
  border-color: rgba(0,0,0,0);
}
.search-section__box .group-search .input--search:focus {
  border-color: #a1a1a1;
}
.collections {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 1rem;
}
.collections .breadcrumb {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .collections {
    padding: 4rem 4rem 3rem;
  }
}
.collections .collection {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .collections .collection {
    margin-bottom: 2rem;
  }
}
.collections .collection:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.collections .collection__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.collections .collection p {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.collections .collection .grid-collections {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .collections .collection .grid-collections {
    gap: 2rem 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.collections .collection .grid-collections .card--collection p {
  margin-bottom: 0;
}
.articulos-destacados .title-6 {
  margin-bottom: 2rem;
}
.articulos-destacados .links-destacados {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .articulos-destacados .links-destacados {
    column-count: 2;
    padding-bottom: 2.5rem;
  }
}
.articulos-destacados .link-destacado {
  color: #ff4235;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
  transition: all .3s ease;
}
.articulos-destacados .link-destacado:hover {
  color: #ffa099;
}
@media only screen and (min-width: 1024px) {
  .articulos-destacados .link-destacado {
    margin-bottom: 1.5rem;
  }
}
.subcategorias {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 1rem;
}
.subcategorias .breadcrumb {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .subcategorias {
    padding: 4rem 4rem 3rem;
  }
}
.subcategorias__header {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .subcategorias__header {
    margin-bottom: 3rem;
  }
}
.subcategorias__header .tagline {
  margin-bottom: .3rem;
  font-size: .875rem;
}
.subcategorias__header .title-3 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: .75rem;
}
.subcategorias__header .title-3 img {
  width: 1.875rem;
  margin-right: .75rem;
}
@media only screen and (min-width: 640px) {
  .subcategorias__header .title-3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .subcategorias__header .title-3 {
    font-size: 2.125rem;
  }
}
.subcategorias__header p {
  margin-bottom: .75rem;
  font-size: 1rem;
}
.subcategorias__header .count-articles {
  color: #ff4235;
}
.subcategorias .subcategoria {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .subcategorias .subcategoria {
    margin-bottom: 3rem;
  }
}
.subcategorias .subcategoria:last-child {
  margin-bottom: 0;
}
.subcategorias .subcategoria .title-5 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cfcfcf;
}
.subcategorias .subcategoria__link {
  display: block;
  position: relative;
  padding: .5rem 1rem .5rem .5rem;
  transition: all .3s ease;
}
.subcategorias .subcategoria__link .icon {
  width: .5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subcategorias .subcategoria__link:hover {
  color: #ff4235;
}
.article-section {
  max-width: 680px;
  margin: 0 auto;
}
.article-section .breadcrumb {
  margin-bottom: 2rem;
}
.article-section__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .4rem;
}
@media only screen and (min-width: 1024px) {
  .article-section__meta {
    flex-wrap: nowrap;
  }
}
.article-section__meta .item {
  display: flex;
  align-items: center;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: .875rem;
}
.article-section__meta .item:last-child {
  margin-right: 0;
}
.article-section__meta .item:first-child {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .article-section__meta .item:first-child {
    width: auto;
    margin-bottom: 4px;
  }
}
.article-section__meta .item__img img {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  margin-right: 6px;
}
.article-section__meta .item__ic {
  width: .875rem;
  min-width: .875rem;
  height: .875rem;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-section__meta .item__ic img {
  max-width: 100%;
  min-width: 0;
  width: auto;
}
@media only screen and (min-width: 640px) {
  .article-section__meta .item {
    margin-right: 1.5rem;
  }
}
.article-section .title-3 {
  font-size: 1.25rem;
  margin-bottom: .75rem;
}
@media only screen and (min-width: 640px) {
  .article-section .title-3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .article-section .title-3 {
    font-size: 2.125rem;
  }
}
.article-section .bajada {
  font-size: 1.125rem;
  font-weight: 400;
  color: #464646;
  margin-bottom: 1.5rem;
}
.article-section .img-full {
  width: 100%;
  margin-bottom: 1rem;
}
.article-section .img-full img {
  width: 100%;
}
.article-section__content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.article-section__content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.article-section__content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.article-section__content .subtitulo {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.article-section__content .imagenes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.article-section__content .imagenes img {
  width: 100%;
}
.article-section__content .links {
  margin: 1.5rem 0;
}
.article-section__content .list-link {
  margin-bottom: 1.5rem;
}
.article-section__content .list-link:last-child {
  margin-bottom: 0;
}
.article-section__content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.article-section__content ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: .875rem;
}
.article-section__content ul li:after {
  content: "";
  background-image: url("../images/check-beige.svg");
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.res-busqueda {
  max-width: 1080px;
  margin: 0 auto;
}
.res-busqueda .res {
  color: #464646;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.res-busqueda .card--resultado {
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  padding: 1rem;
  display: block;
  margin-bottom: .75rem;
}
.res-busqueda .card--resultado .categoria {
  color: #ff4235;
  font-size: 1rem;
}
.res-busqueda .card--resultado .title-5 {
  margin-bottom: 1rem;
  transition: all .3s ease;
}
.res-busqueda .card--resultado p {
  color: #464646;
  font-size: 1rem;
}
.res-busqueda .card--resultado:hover .title-5 {
  color: #ff4235;
}
.widget.article-section {
  max-width: 482px;
}
@media only screen and (min-width: 1024px) {
  .widget.article-section {
    max-width: 680px;
  }
}
.hero-blog {
  margin-bottom: 4rem;
}
.hero-blog.mb-0 {
  margin-bottom: 0;
}
.hero-blog .btn-vermas {
  width: 100%;
  padding-right: 1rem;
}
.hero-blog .btn-vermas .btn {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .hero-blog .btn-vermas {
    width: 482px;
    margin-top: 1rem;
  }
  .hero-blog .btn-vermas .btn {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-blog .btn-vermas {
    width: 100%;
  }
}
.hero-blog .carousel {
  margin-bottom: 1.5rem;
}
.hero-blog .carousel-container {
  gap: 0;
}
.featured-posts__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.featured-posts .carousel-featured-post {
  position: relative;
}
.featured-posts .carousel-featured-post .carousel-nav-dots {
  position: absolute;
  right: 2rem;
  bottom: 4rem;
}
.featured-posts .carousel-featured-post .carousel {
  padding-right: 0;
}
.featured-posts .title-3b {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .featured-posts .title-3b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .featured-posts .carousel-featured-post .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .featured-posts .carousel-featured-post .carousel {
    --cards-per-view: 1;
    --preview-width: 0px;
    --card-width: 100%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-posts .carousel-featured-post .carousel {
    --cards-per-view: 1;
    --preview-width: 0px;
    --card-width: 100%;
    padding-top: 0;
  }
}
.recent-news {
  max-width: 100%;
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  .recent-news {
    max-width: 1144px;
  }
}
.recent-news__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff4235;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .recent-news__title {
    margin-bottom: 2rem;
  }
}
.recent-news__title .title-4 {
  display: flex;
  align-items: center;
  width: auto;
  flex: 1;
  margin-bottom: 0;
  padding-right: 100px;
}
@media only screen and (min-width: 640px) {
  .recent-news__title .title-4 {
    white-space: nowrap;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recent-news__title .title-4:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #1b1b1b;
    display: block;
    margin-left: 2rem;
  }
}
.recent-news__title.full {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .recent-news__title.full .title-4 {
    padding-right: 0;
  }
}
.recent-news__title-link {
  display: none;
  transition: all .3s ease;
}
.recent-news__title-link:hover {
  color: #ffa099;
}
@media only screen and (min-width: 1024px) {
  .recent-news__title-link {
    display: block;
  }
}
.recent-news .carousel-cards-blog.carousel-container {
  grid-template-areas: ". . buttons" "scroll scroll scroll";
  overflow: visible;
  gap: 0;
}
.recent-news .carousel-cards-blog .fallback-buttons {
  position: absolute;
  grid-area: unset;
  top: -4.2rem;
  right: .7rem;
}
@media only screen and (min-width: 640px) {
  .recent-news .carousel-cards-blog .fallback-buttons {
    left: 380px;
    right: auto;
    top: -4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recent-news .carousel-cards-blog .fallback-buttons {
    display: none;
  }
}
.recent-news .carousel-cards-blog .carousel {
  --cards-per-view: 1;
  --preview-width: 60px;
  --card-width: calc((100% - var(--preview-width) - (var(--gap) * var(--cards-per-view))) / var(--cards-per-view));
  --gap: 16px;
  --total-cards: 6;
  --pages: calc(ceil(var(--total-cards) / var(--cards-per-view)));
}
@media (max-width: 767px) {
  .recent-news .carousel-cards-blog .carousel {
    --cards-per-view: 1;
    --preview-width: calc(10% - var(--gap));
    --card-width: 90%;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .recent-news .carousel-cards-blog .carousel {
    --cards-per-view: 2;
    --preview-width: 40px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .recent-news .carousel-cards-blog .carousel {
    padding-right: 0;
    --gap: 2rem;
    overflow-x: hidden;
    --cards-per-view: 3;
    --preview-width: 0;
  }
}
.s-subscribe {
  padding: 0;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.subscribe-section {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .subscribe-section {
    flex-direction: row;
    align-items: center;
  }
}
.subscribe-section__txt {
  text-align: center;
  padding: 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .subscribe-section__txt {
    text-align: left;
    padding-right: 70px;
  }
}
.subscribe-section__txt .title-2 {
  margin-bottom: 1rem;
  color: #fff;
}
.subscribe-section__txt .title-2 b {
  color: #1b1b1b;
}
.subscribe-section__txt p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .subscribe-section__txt .form-subscribe {
    display: flex;
    gap: 1rem;
  }
}
.subscribe-section__txt .form-subscribe .input {
  border: 1px solid #cfcfcf;
  margin-bottom: 1rem;
}
.subscribe-section__txt .form-subscribe .input:hover {
  border-color: #a1a1a1;
}
.subscribe-section__img {
  margin-bottom: -4rem;
}
.subscribe-section__img img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .subscribe-section__img {
    min-width: 449px;
    width: 449px;
    margin: -4rem 0;
  }
}
.subscribe-section .btn--secondary-black:hover {
  border-color: #fff;
}
.lo-ultimo .wrap-lo-ultimo {
  max-width: 796px;
}
.lo-ultimo__title {
  margin-bottom: 2rem;
}
.lo-ultimo__title .title-4 {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.lo-ultimo__title .title-4:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #1b1b1b;
  display: block;
  margin-left: 2rem;
}
.blog-subscription {
  border: 1px solid #a1a1a1;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  background: #fff;
  flex-direction: column;
  box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
}
@media only screen and (min-width: 640px) {
  .blog-subscription {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-subscription {
    flex-direction: row;
    align-items: center;
  }
}
.blog-subscription__img {
  position: relative;
  width: 100%;
  margin-bottom: 1.125rem;
}
@media only screen and (min-width: 640px) {
  .blog-subscription__img {
    width: 240px;
    min-width: 240px;
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-subscription__img {
    margin-bottom: 0;
  }
}
.blog-subscription__img img {
  width: 100%;
}
.blog-subscription__img .ic-blog {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .blog-subscription__body {
    padding-left: 2rem;
  }
}
.blog-subscription__body .title-4 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 640px) {
  .blog-subscription__body .title-4 {
    font-size: 2.125rem;
  }
}
.blog-subscription__body p {
  color: #464646;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.blog-subscription__body p.small {
  font-size: .875rem;
  color: #a1a1a1;
  line-height: 1.2;
}
.blog-subscription__body p.small a {
  color: #ff4235;
}
.blog-subscription__body .form-subs {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .blog-subscription__body .form-subs {
    display: flex;
    align-items: center;
  }
}
.blog-subscription__body .form-subs .input {
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .blog-subscription__body .form-subs .input {
    margin-bottom: 0;
    max-width: 450px;
    margin-right: 1rem;
  }
}
.blog-subscription__body .form-subs__btn {
  display: flex;
  gap: 1rem;
}
.blog-subscription__body .form-subs__btn .btn {
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
}
@media only screen and (min-width: 1024px) {
  .blog-subscription__body .form-subs__btn .btn {
    width: auto;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}
.ultimos-cat__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #ff4235;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ultimos-cat__title .title-4 {
  display: flex;
  align-items: center;
  width: auto;
  flex: 1;
  margin-bottom: .5rem;
  padding-right: 2rem;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .ultimos-cat__title .title-4:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #1b1b1b;
    display: block;
    margin-left: 2rem;
  }
}
.ultimos-cat-link {
  transition: all .3s ease;
  margin-bottom: .5rem;
  white-space: nowrap;
}
.ultimos-cat-link:hover {
  color: #ffa099;
}
.article-blog__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.article-blog .article-detail {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 1024px) {
  .article-blog .article-detail {
    flex-direction: row;
  }
}
.article-blog .article-section {
  margin: 0;
}
.article-blog .sidebar-blog {
  position: sticky;
  top: 100px;
  display: block;
  height: 100%;
  width: 100%;
}
.article-blog .sidebar-blog.visible {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .article-blog .sidebar-blog {
    width: 352px;
    display: block;
  }
}
.article-blog .sidebar-blog .widget-sidebar {
  margin-bottom: 2.5rem;
}
.article-blog .sidebar-blog .widget-sidebar__title {
  margin: 0 0 .75rem;
  color: #0d0d0d;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.article-blog .sidebar-blog .widget-sidebar__title:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #1b1b1b;
  display: block;
  margin-left: .75rem;
}
.article-blog .sidebar-blog .link-shared {
  color: #464646;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-bottom: .75rem;
  transition: all .3s ease;
}
.article-blog .sidebar-blog .link-shared:hover {
  color: #ff4235;
}
.article-blog .sidebar-blog .mas-visto {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.article-blog .sidebar-blog .mas-visto__img {
  width: 110px;
  min-width: 110px;
}
.article-blog .sidebar-blog .mas-visto__img img {
  width: 100%;
}
.article-blog .sidebar-blog .mas-visto__txt {
  padding: 1rem;
}
.article-blog .sidebar-blog .mas-visto__txt .tag {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.article-blog .sidebar-blog .mas-visto__title {
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s ease;
}
.article-blog .sidebar-blog .mas-visto:hover .mas-visto__title {
  color: #ff4235;
}
.article-blog .sidebar-blog .blog-subscription {
  flex-direction: column;
  padding: 1rem;
}
.article-blog .sidebar-blog .blog-subscription__img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.article-blog .sidebar-blog .blog-subscription__body {
  margin-left: 0;
  padding-left: 0;
}
.article-blog .sidebar-blog .blog-subscription__body .title-4 {
  font-size: 1.25rem;
}
.article-blog .sidebar-blog .blog-subscription__body .form-subs {
  flex-direction: column;
  margin-bottom: 0;
}
.article-blog .sidebar-blog .blog-subscription__body .form-subs .input {
  margin-bottom: 1rem;
  margin-right: 0;
}
.article-blog .sidebar-blog .blog-subscription__body .form-subs .btn {
  width: 100%;
}
.widget-blog {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  border: 1px solid #a1a1a1;
  box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
  border-radius: 12px;
  padding: 2rem;
  background: #fff;
}
@media only screen and (min-width: 640px) {
  .widget-blog {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
  }
}
.widget-blog.gray {
  background: #f2f2f2;
  border: none;
}
.widget-blog__txt .img-logo {
  margin-bottom: .75rem;
}
.widget-blog__txt .widget-blog__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
@media only screen and (min-width: 1024px) {
  .widget-blog__txt .widget-blog__title {
    font-size: 2.125rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
.widget-blog__txt .btn {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .widget-blog__txt .btn {
    width: auto;
  }
}
.widget-blog__img {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .widget-blog__img {
    margin-bottom: 0;
    width: 170px;
    min-width: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-blog__img {
    width: 53.3%;
    min-width: 53.3%;
    gap: 2rem;
  }
}
.widget-blog__img picture {
  flex: 1;
  display: none;
}
.widget-blog__img picture img {
  width: 100%;
}
.widget-blog__img picture img.img-banner2 {
  display: block;
  width: 100%;
}
.widget-blog__img picture:first-child {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .widget-blog__img picture {
    display: block;
    min-width: 0;
  }
}
@media only screen and (min-width: 640px) {
  .widget-blog.v2 {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .widget-blog.v2 {
    flex-direction: row;
  }
}
.widget-blog.v2 .widget-blog__img {
  width: 100%;
}
.recent-news-black {
  overflow: visible;
}
.recent-news-black__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff4235;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .recent-news-black__title {
    margin-bottom: 2rem;
  }
}
.recent-news-black__title .title-4 {
  display: flex;
  align-items: center;
  width: auto;
  flex: 1;
  margin-bottom: 0;
  padding-right: 100px;
}
@media only screen and (min-width: 640px) {
  .recent-news-black__title .title-4 {
    white-space: nowrap;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recent-news-black__title .title-4:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    display: block;
    margin-left: 2rem;
  }
}
.recent-news-black__title.full {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .recent-news-black__title.full .title-4 {
    padding-right: 0;
  }
}
.recent-news-black__title-link:hover {
  color: #ffa099;
}
@media only screen and (min-width: 1024px) {
  .recent-news-black__title-link {
    display: block;
  }
}
.recent-news-black .card--blog {
  background: rgba(0,0,0,0);
}
.sidebar-stories {
  border-radius: 12px;
  border: 1px solid #a1a1a1;
  box-shadow: 0px .5px 2px 0px rgba(27,27,27,.14);
  padding: 2rem;
  background: #fff;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sidebar-stories {
    max-width: 332px;
  }
}
.sidebar-stories__avatar {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1.5rem;
}
.sidebar-stories__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.sidebar-stories__avatar span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ff4235;
  position: absolute;
  top: 8px;
  right: 8px;
}
.sidebar-stories__item {
  border-top: 1px solid #a1a1a1;
  padding: .75rem 0;
  margin-bottom: .5rem;
}
.sidebar-stories__item h4 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: .875rem;
  color: #ff4235;
  margin-bottom: 1rem;
}
.sidebar-stories__item h4 span {
  width: 20px;
  margin-right: .5rem;
  text-align: center;
}
.sidebar-stories__item p {
  font-size: 1rem;
  color: #464646;
  margin-bottom: 0;
}
.section-blog {
  padding-bottom: 0;
}
.grid-news {
  display: none;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .grid-news {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-news .card--blog {
    width: calc(33.3% - 1.32rem);
  }
  .grid-news .card--blog:nth-child(n+4) {
    display: none;
  }
  .grid-news .card--blog.visible:nth-child(n+4) {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-container.carousel-category {
    display: none;
  }
}
.recent-news .btn-vermas {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .recent-news .btn-vermas {
    display: inline-flex;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-container.carousel-cards-blog .carousel-item {
    flex: 1;
    max-width: 33.3%;
  }
}
.widget-blog__img picture {
  width: 100%;
}
.article-section__content p a {
  color: #ff4235;
  text-decoration: underline;
}
.article-section__content ul li a {
  color: #ff4235;
  text-decoration: underline;
}
.article-section__content div a {
  color: #ff4235;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .recent-news-black .card--blog {
    flex: 1;
  }
}
.toast {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #f7f7f7;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 9999;
  width: 750px;
  max-width: calc(100vw - 2rem);
  background: #fff;
  margin-bottom: .5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease,transform .3s ease;
}
@media only screen and (min-width: 640px) {
  .toast {
    bottom: 2rem;
    left: 2rem;
    max-width: calc(100vw - 4rem);
  }
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
}
.toast.hidden {
  display: none;
}
.toast.relative {
  position: relative;
  opacity: 1;
  transform: none;
}
.toast__ic {
  width: 21px;
  min-width: 21px;
}
.toast__txt {
  padding-left: .5rem;
}
.toast__title {
  margin: 0;
  font-weight: 700;
}
.toast p {
  font-size: .875rem;
}
.toast__close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.modal-leave {
  border: 1px solid #a1a1a1;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  background: #fff;
  width: 900px;
  max-width: 100%;
  flex-direction: column;
  box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
}
@media only screen and (min-width: 640px) {
  .modal-leave {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-leave {
    flex-direction: row;
    align-items: center;
  }
}
.modal-leave__img {
  position: relative;
  width: 100%;
  margin-bottom: 1.125rem;
  display: none;
}
@media only screen and (min-width: 640px) {
  .modal-leave__img {
    width: 240px;
    min-width: 240px;
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-leave__img {
    margin-bottom: 0;
    display: block;
  }
}
.modal-leave__img img {
  width: 100%;
}
.modal-leave__img .ic-blog {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .modal-leave__body {
    padding-left: 2rem;
  }
}
.modal-leave__body .title-5 {
  margin-bottom: 1rem;
}
.modal-leave__body p {
  color: #464646;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.modal-leave__body p.small {
  font-size: .875rem;
  color: #a1a1a1;
  line-height: 1.2;
}
.modal-leave__body p.small a {
  color: #ff4235;
}
.modal-leave__body .botones {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .modal-leave__body .botones {
    flex-direction: row;
  }
}
.modal-leave__body .botones .btn {
  padding: .6rem 2.5rem;
}
.modal-video {
  position: relative;
  width: 980px;
  max-width: 100%;
  padding: 0rem;
  border-radius: 12px;
  border: none;
  background: rgba(0,0,0,0);
}
@media only screen and (min-width: 640px) {
  .modal-video {
    padding: 2rem;
    box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
    border: 1px solid #a1a1a1;
    background: #fff;
  }
}
.modal-video__close {
  position: absolute;
  right: 0rem;
  top: 0rem;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .modal-video__close {
    right: 2rem;
    top: 2rem;
  }
}
.modal-video__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .modal-video__title {
    margin-bottom: 2rem;
  }
}
.form .link-small {
  text-align: right;
  color: #275ffd;
  font-size: .875rem;
}
.form label {
  font-size: .875rem;
  padding-left: .5rem;
}
.form .form-head h4 {
  margin-bottom: .5rem;
}
.form .form-head p {
  font-size: 1rem;
}
.form .form-block {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
.form .form-block.big {
  row-gap: 2rem;
}
.selector-pais {
  width: 480px;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.selector-pais__item {
  font-size: 1.25rem;
  color: #1b1b1b;
  display: block;
  border-bottom: 1px solid #ff4235;
  text-align: center;
  padding: .5rem 1rem;
  transition: all .3s ease;
}
.selector-pais__item:last-child {
  border-bottom: none;
}
.selector-pais__item:hover {
  background: #f2f2f2;
}
dialog.modal {
  border: none;
  border-radius: 8px;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0);
}
dialog.modal .blog-subscription {
  max-width: 100%;
  width: 100vw;
}
@media only screen and (min-width: 640px) {
  dialog.modal .blog-subscription {
    width: 482px;
  }
}
@media only screen and (min-width: 1024px) {
  dialog.modal .blog-subscription {
    width: 1144px;
  }
}
dialog::backdrop {
  background: rgba(0,0,0,.5);
}
.modal-content {
  background-color: rgba(0,0,0,0);
  padding: 0rem;
  border-radius: 8px;
  width: auto;
  max-width: 100%;
  position: relative;
}
.close-btn {
  position: absolute;
  top: .5rem;
  right: .5rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
.hero-form__form .form input {
  font-size: 1rem;
  margin-bottom: 0;
}
.hero-form__form .form input::placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.hero-form__form .form select {
  font-size: 1rem;
  border: none;
  margin-bottom: 0;
}
.hero-form__form .form select::placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.hero-form__form .form textarea {
  height: 120px;
  margin-bottom: 0;
}
.selector-idioma {
  width: 400px;
  max-width: 100%;
  border-radius: 12px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
}
@media only screen and (min-width: 640px) {
  .selector-idioma {
    width: 480px;
    padding: 1.25rem;
  }
}
.selector-idioma h2 {
  font-size: 1.25rem;
  margin: 0;
  font-weight: bold;
}
.selector-idioma p {
  font-size: 1rem;
  margin: 0;
}
.selector-idioma .botones {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: .5rem;
}
.selector-idioma .botones .btn {
  flex: 1;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .selector-idioma .botones {
    flex-direction: row;
    justify-content: flex-end;
  }
  .selector-idioma .botones .btn {
    width: auto;
    flex: 0;
  }
}
.item-list-check {
  margin-bottom: 0rem;
}
.item-list-check h3 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 .75rem;
}
.item-list-check h3 img {
  margin-right: .5rem;
}
.item-list-check h4 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 .75rem;
}
.item-list-check h4 img {
  margin-right: .5rem;
}
.item-list-check p {
  font-size: 1rem;
  margin-bottom: 0;
}
.item-list-check.title-big h3,.item-list-check.title-big h4 {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
}
.item-list-check.title-big h3 img,.item-list-check.title-big h4 img {
  margin-bottom: .5rem;
}
@media only screen and (min-width: 1024px) {
  .item-list-check.title-big h3,.item-list-check.title-big h4 {
    flex-direction: row;
    text-align: left;
  }
}
.list-link {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #a1a1a1;
  border-radius: 12px;
  padding: 1rem 2.5rem 1rem 1rem;
  position: relative;
  transition: all .3s ease;
  line-height: 1.3;
}
@media only screen and (min-width: 640px) {
  .list-link {
    font-size: 1.25rem;
  }
}
.list-link .tag {
  font-size: .75rem;
  height: 26px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.list-link .icon {
  position: absolute;
  right: 1rem;
}
.list-link:hover {
  color: #ff4235;
}
.list-link:hover .icon {
  color: #ff4235;
}
.list-plan li {
  position: relative;
  padding-left: 36px;
  margin-bottom: .8rem;
  font-size: .875rem;
}
.list-plan li:before {
  content: "";
  background-image: url("../images/check-beige.svg");
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
.list-plan li.highlight:before {
  background-image: url("../images/ic-check-otras.svg");
}
.list-plan__mobile {
  font-size: .875rem;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.list-plan__mobile li {
  padding: 10px 0;
  line-height: 1.1;
  border-bottom: 1px solid #ff4235;
}
.header {
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #1b1b1b;
  transition: all .3s ease;
  position: fixed;
}
@media only screen and (min-width: 1028px) {
  .header {
    background: rgba(0,0,0,0);
  }
}
.header .header-wrap {
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  width: 288px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #1b1b1b;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  transform: translateX(100%);
  z-index: 10;
}
@media only screen and (min-width: 767px) {
  .header .header-wrap {
    width: 588px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .header .header-wrap {
    width: 100%;
    position: relative;
    top: auto;
    right: 0;
    height: auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    min-height: 0;
    background: rgba(0,0,0,0);
    opacity: 1;
    visibility: visible;
    transform: none;
    display: flex;
    overflow: visible;
  }
}
.header .header-mobile {
  width: 100%;
  min-height: 64px;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease;
}
.header .header-mobile .logo {
  transition: all .3s ease;
}
.header .header-mobile .logo img {
  width: 63px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .header .header-mobile {
    display: none;
  }
}
.header__main {
  display: block;
  background: #1b1b1b;
  padding: 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header__main {
    padding: 1.125rem 2rem;
    margin-right: 1rem;
    border-radius: 1000px;
    width: 748px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__main .logo {
  padding: 1.5rem 1rem;
  display: block;
  border-bottom: 1px solid #464646;
}
@media only screen and (min-width: 1024px) {
  .header__main .logo {
    border: none;
    padding: 0;
  }
}
.header__main .logo img {
  width: 63px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .header__main .logo img {
    width: 95px;
    height: 24px;
  }
}
.header .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header .menu {
    flex-direction: row;
  }
}
.header .menu__item {
  padding: 0 .5rem;
}
@media only screen and (min-width: 767px) {
  .header .menu__item {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header .menu__item {
    margin-left: 1rem;
    padding: 0;
  }
  .header .menu__item:hover .megamenu {
    display: flex;
  }
  .header .menu__item:hover .menu__link {
    color: #ffa099;
  }
  .header .menu__item:hover .menu__link svg {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 1380px) {
  .header .menu__item {
    position: relative;
  }
}
.header .menu__item.open .megamenu {
  display: flex;
}
@media only screen and (min-width: 767px) {
  .header .menu__item.open .megamenu {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1028px) {
  .header .menu__item.open .megamenu {
    flex-direction: row;
  }
}
.header .menu__item.open .menu__link {
  color: #ffa099;
}
.header .menu__item.open .menu__link svg {
  transform: rotate(180deg);
}
.header .menu__link {
  color: #fff;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 1rem .5rem;
  border-bottom: 1px solid #464646;
  transition: all .3s ease;
}
.header .menu__link svg {
  transition: all .2s ease;
  margin-left: .2rem;
  margin-top: .2rem;
}
@media only screen and (min-width: 767px) {
  .header .menu__link {
    padding: 1.25rem .5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header .menu__link {
    border: none;
    padding: 0;
  }
}
.header .menu__link__icon {
  width: 12px;
  margin-left: .2rem;
  height: 12px;
  margin-top: 4px;
}
.header__btns {
  background: #1b1b1b;
  border-radius: 1000px;
  padding: 8px 10px 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .header__btns {
    flex-direction: row;
    gap: .75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header__btns {
    padding: 8px 10px;
    gap: 0;
  }
}
.header__btns .btn {
  margin-bottom: .75rem;
}
@media only screen and (min-width: 767px) {
  .header__btns .btn {
    flex-grow: 1;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .header__btns .btn {
    margin-left: 1rem;
    margin-bottom: 0;
  }
  .header__btns .btn:first-child {
    margin-left: 0;
  }
}
.header .btn-menu {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all .3s ease;
}
@media only screen and (min-width: 1024px) {
  .header .btn-menu {
    display: none;
  }
}
.header .btn-menu span {
  width: 15px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 2px;
  transition: all .3s ease;
}
.header .btn-menu span:nth-child(3) {
  background: #ff4235;
}
.header .btn-menu span:last-child {
  margin-bottom: 0;
}
.header .btn-menu:hover {
  border-color: #ff4235;
}
.header .btn-menu:active {
  border-color: #ffa099;
}
.header .btn-menu:active span {
  background: #ff4235;
}
.megamenu {
  display: none;
  padding: .75rem;
}
.megamenu:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2.5rem;
  top: -1.5rem;
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,.8);
}
@media only screen and (min-width: 767px) {
  .megamenu {
    padding: .75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .megamenu {
    position: absolute;
    width: 976px;
    border-radius: 12px;
    padding: 1rem;
    left: 0;
    top: 4rem;
    background: #1b1b1b;
    max-width: calc(100vw - 16px);
    display: none;
  }
}
@media only screen and (min-width: 1380px) {
  .megamenu {
    left: 1rem;
    top: 3rem;
  }
  .megamenu.megamenu-blog {
    left: -290px;
  }
}
.megamenu__title {
  color: #fff;
  font-size: .875rem;
  border-bottom: 1px solid #464646;
  padding: .8rem 0;
  margin-bottom: .8rem;
}
.megamenu__link {
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  display: block;
  position: relative;
  padding-left: 2.5rem;
  transition: all .3s ease;
}
@media only screen and (min-width: 1024px) {
  .megamenu__link {
    padding: .75rem;
    padding-left: 2.5rem;
  }
}
.megamenu__link__ic {
  position: absolute;
  left: 8px;
  top: 8px;
}
@media only screen and (min-width: 1024px) {
  .megamenu__link__ic {
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.megamenu__link p strong {
  font-size: .875rem;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}
.megamenu__link p {
  margin: 0;
  color: #a1a1a1;
  font-size: .875rem;
}
.megamenu__link:hover {
  background: #f7f3ee;
  color: #ff4235;
  font-weight: 700;
}
.megamenu__link:hover .megamenu__link__ic svg {
  color: #464646;
}
.megamenu__link:hover p strong {
  color: #ff4235;
  font-weight: 700;
}
.megamenu__link:hover p {
  color: #464646;
}
.menu-open .header {
  background: rgba(0,0,0,0);
}
.menu-open .header-mobile {
  background: rgba(0,0,0,0);
}
.menu-open .header-mobile .logo {
  opacity: 0;
  visibility: hidden;
}
.menu-open .header-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.menu-open .btn-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
}
.menu-open .btn-menu span:nth-child(2) {
  transform: rotate(45deg) translate(3px, 3px);
}
.menu-open .btn-menu span:nth-child(3) {
  opacity: 0;
}
.menu-open .btn-menu span:nth-child(4) {
  transform: rotate(-45deg) translate(3px, -3px);
}
.menu-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27,27,27,.35);
}
.header-min {
  padding: 23px 0px;
}
@media only screen and (min-width: 640px) {
  .header-min {
    padding: 46px 0px 40px;
  }
}
@media only screen and (min-width: 1028px) {
  .header-min {
    padding: 46px 0px;
  }
}
.header-min .container {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .header-min .container {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1028px) {
  .header-min .container {
    padding: 0 148px;
  }
}
.header-min.black {
  background: #1b1b1b;
}
.header-min.white {
  background: #fff;
}
.header-min.beige {
  background: #e6d9ca;
}
.header-min .logo img {
  width: 94px;
  height: 24px;
}
@media only screen and (min-width: 640px) {
  .header-min .logo img {
    width: 128px;
    height: 32px;
  }
}
.header-min .frase img {
  width: 96px;
  height: 24px;
}
@media only screen and (min-width: 640px) {
  .header-min .frase img {
    width: 129px;
    height: 32px;
  }
}
#megamenu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(27,27,27,.35);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
#megamenu-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
footer {
  padding: 1rem 0;
}
@media only screen and (min-width: 640px) {
  footer {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1028px) {
  footer {
    padding: 37px 0;
  }
}
footer .container {
  padding: 0 1rem;
}
@media only screen and (min-width: 640px) {
  footer .container {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 1028px) {
  footer .container {
    padding: 0 32px;
  }
}
footer a {
  transition: all .3s ease;
}
footer .group-footer .logo {
  margin-bottom: 8px;
  display: block;
}
footer .group-footer p {
  font-size: .875rem;
  color: #464646;
  margin-bottom: 8px;
}
footer .group-footer .link__rrss {
  color: #a1a1a1;
}
footer .group-footer .link__rrss:hover {
  color: #ffa099;
}
footer .group-footer .link__rrss:active {
  color: #ff4235;
}
footer .group-footer .link__rrss:focus {
  color: #ff4235;
}
footer nav h3 {
  margin: 0 0 .75rem;
  font-weight: 700;
  color: #1b1b1b;
  font-size: .875rem;
  line-height: 1.1;
}
footer nav a {
  display: block;
  margin: 0 0 .75rem;
  font-weight: 400;
  color: #464646;
  font-size: .875rem;
  line-height: 1.1;
  transition: all .3s ease;
}
footer nav a:last-child {
  margin-bottom: 0;
}
footer nav a:hover {
  color: #ffa099;
}
footer nav a:active {
  color: #ff4235;
}
footer nav a:focus {
  color: #ff4235;
}
footer .footer-bottom {
  padding-top: .75rem;
  line-height: 1.2;
  font-size: .875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 0;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 767px) {
  footer .footer-bottom {
    justify-content: space-between;
  }
}
footer .footer-bottom button.flex.gap-2 {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 5px 20px 5px 10px;
  text-align: left;
  background-image: url(../images/bg-select.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 8px auto;
}
footer .footer-bottom p {
  font-size: .875rem;
  color: #464646;
}
footer .footer-bottom p:last-child {
  flex-basis: 100%;
  margin-top: .8rem;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  footer .footer-bottom p:last-child {
    flex-basis: auto;
    margin-top: 0;
    text-align: right;
  }
}
footer .footer-bottom a {
  transition: all .3s ease;
}
footer .footer-bottom a:hover {
  color: #ffa099;
}
footer .footer-bottom a:active {
  color: #ff4235;
}
footer .footer-bottom a:focus {
  color: #ff4235;
}
footer .group-search button {
  background: rgba(0,0,0,0);
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a1a1a1;
  cursor: pointer;
  padding: 0;
  border: none;
}
footer .group-search button svg {
  position: relative;
  top: auto;
  transform: none;
}
footer .group-search button:hover {
  background: rgba(0,0,0,0);
}
.footer-min {
  padding: 2rem 0;
}
@media only screen and (min-width: 640px) {
  .footer-min {
    padding: 46px 0px 40px;
  }
}
@media only screen and (min-width: 1028px) {
  .footer-min {
    padding: 46px 0px;
  }
}
.footer-min .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 2rem;
}
@media only screen and (min-width: 640px) {
  .footer-min .container {
    padding: 0 32px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1028px) {
  .footer-min .container {
    padding: 0 148px;
  }
}
.footer-min.black {
  background: #1b1b1b;
}
.footer-min.black p {
  color: #fff;
}
.footer-min.white {
  background: #fff;
}
.footer-min.beige {
  background: #e6d9ca;
}
.footer-min .logo img {
  width: 94px;
  height: 24px;
  margin-bottom: .75rem;
}
@media only screen and (min-width: 640px) {
  .footer-min .logo img {
    width: 128px;
    height: 32px;
    margin-bottom: 0;
  }
}
.footer-min p {
  font-size: 11px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer-min p {
    text-align: right;
  }
}
.hero-pricing {
  text-align: center;
  max-width: 1380px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  background: #1b1b1b;
  padding: 100px 0 30px;
  border-radius: 0 0 50px 50px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .hero-pricing {
    width: calc(100% - 4rem);
    padding: 135px 0 60px;
  }
}
.hero-pricing .bg1 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 30%;
}
.hero-pricing .bg2 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30%;
}
.hero-pricing__txt {
  max-width: 680px;
  margin: 0 auto;
}
.hero-pricing .tagline {
  color: #a1a1a1;
}
.hero-pricing .title-2 {
  color: #fff;
  font-weight: 800;
}
.hero-pricing p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.hero-pricing .select-paises {
  position: relative;
  width: 193px;
  margin: 0 auto;
}
.hero-pricing .select-paises .img-select {
  position: absolute;
  top: .5rem;
  left: .5rem;
}
.hero-pricing .select-paises .img-select img {
  display: none;
}
.hero-pricing .select-paises .img-select img.active {
  display: block;
}
.hero-pricing select {
  border-radius: 100px;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 8px 12px 8px 40px;
  background-image: url("../images/bg-select-small.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  appearance: none;
}
.planes {
  padding: 77px 0 137px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .planes {
    display: block;
  }
}
.planes .grid {
  max-width: 1144px;
  margin: 0 auto;
}
.card--plan {
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-bottom: 85px;
}
.card--plan__header img {
  margin-bottom: 4px;
}
.card--plan__header h3 {
  font-size: 1.25rem;
  font-weight: 800;
}
.card--plan__body h4 {
  color: #ff4235;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
}
.card--plan__body .small {
  color: #464646;
  font-size: .75rem;
  margin-bottom: 1rem;
}
.card--plan__body p {
  font-size: 1rem;
}
.card--plan__body p strong {
  color: #ff4235;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  display: block;
}
.card--plan__body .wrap-list-plan {
  border-top: 1px solid #b3b3b3;
  padding-top: 2rem;
  margin-top: 2rem;
}
.card--plan__body .wrap-list-plan p {
  color: #ff4235;
  font-weight: 700;
  font-size: .875rem;
  margin-bottom: .5rem;
}
.card--plan__body .wrap-list-plan p.letra-chica {
  font-size: .875rem;
  color: #a1a1a1;
}
.card--plan__footer {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem;
}
.card--plan__footer .btn {
  font-size: .875rem;
  padding: .5rem 1.2rem;
  line-height: 1;
  height: 35px;
  flex-grow: 1;
}
.metodos-pago .container {
  position: relative;
}
.metodos-pago .bg1 {
  position: absolute;
  left: 1rem;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (min-width: 640px) {
  .metodos-pago .bg1 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .metodos-pago .bg1 {
    height: 100%;
  }
}
.metodos-pago .bg2 {
  position: absolute;
  right: 1rem;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (min-width: 640px) {
  .metodos-pago .bg2 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .metodos-pago .bg2 {
    height: 100%;
  }
}
.metodos-pago__txt {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 108px 0 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .metodos-pago__txt {
    padding-bottom: 10px;
  }
}
.metodos-pago__txt .tagline {
  color: #a1a1a1;
}
.metodos-pago__txt .title-2 {
  font-weight: 800;
}
.metodos-pago__txt p {
  font-size: 1rem;
}
.metodos-pago .metodos {
  display: flex;
  justify-content: space-around;
  padding-top: 42px;
  align-items: flex-end;
  max-width: 400px;
  margin: 0 auto;
}
.metodos-pago .metodos .item-metodo {
  text-align: center;
  max-width: 127px;
}
.metodos-pago .metodos .item-metodo figcaption {
  font-size: .875rem;
  font-weight: 800;
  color: #454545;
  margin-bottom: .75rem;
  line-height: 1.2;
}
.metodos-pago .metodos .item-metodo img {
  margin: 0 auto;
}
.planes-detalles {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .planes-detalles {
    display: block;
    margin-bottom: 137px;
  }
}
.planes-detalles__header {
  display: flex;
  justify-content: flex-end;
  gap: 1.875rem;
  max-width: 1144px;
  margin: 0 auto;
  position: sticky;
  top: 0px;
  background: #fff;
  padding-top: 140px;
}
.planes-detalles__header .item-plan-head {
  border-radius: 30px 30px 0 0;
  border: 1px solid #b3b3b3;
  padding: 1.875rem 1.25rem;
  text-align: center;
  width: 244px;
  background: #fff;
}
.planes-detalles__header .item-plan-head:first-child {
  border: none;
  flex-grow: 1;
}
.planes-detalles__header .item-plan-head h4 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.75rem;
}
.planes-detalles__header .item-plan-head h4 img {
  margin-left: .5rem;
  max-height: 19px;
}
.planes-detalles__header .item-plan-head h5 {
  font-weight: 800;
  font-size: 1rem;
  color: #ff4235;
}
.planes-detalles__header .item-plan-head p {
  font-size: .75rem;
  color: #464646;
}
.planes-detalles__body {
  max-width: 1144px;
  margin: 0 auto;
}
.planes-detalles__body .item-row {
  display: flex;
  justify-content: flex-end;
  gap: 1.875rem;
}
.planes-detalles__body .item-row .item-col {
  width: 244px;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-top: none;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.planes-detalles__body .item-row .item-col:first-child {
  border-left: none;
  border-right: none;
  flex-grow: 1;
  text-align: left;
  justify-content: flex-start;
}
.planes-detalle-mobile {
  display: block;
  padding-top: 35px;
}
@media only screen and (min-width: 1024px) {
  .planes-detalle-mobile {
    display: none;
  }
}
.ac--plan {
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  padding: 1.875rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  max-width: 795px;
  margin: 0 auto 1rem;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .ac--plan {
    padding: 1.875rem;
  }
}
.ac--plan__ic {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: all .3s ease;
}
.ac--plan__header {
  display: flex;
  align-items: center;
}
.ac--plan__header img {
  margin-right: .5rem;
  width: 1.5rem;
}
.ac--plan__header h3 {
  font-size: 1.25rem;
  font-weight: 800;
}
.ac--plan__body h5 {
  color: #ff4235;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
}
.ac--plan__body .small {
  color: #a1a1a1;
  font-size: .75rem;
  margin-bottom: 0rem;
}
.ac--plan__body p {
  font-size: .75rem;
  margin-bottom: 1rem;
}
.ac--plan__body .btn {
  font-size: .875rem;
  padding: .5rem 1.2rem;
  line-height: 1;
  height: 35px;
  flex-grow: 1;
}
.ac--plan__body .ac-hide {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.ac--plan.open .ac--plan__ic {
  transform: rotate(180deg);
}
.otras-integraciones {
  padding-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .otras-integraciones {
    padding-top: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-interior__img {
    max-width: 550px;
    min-width: 550px;
  }
}
.content-card-img--full .content-card-img__txt {
  max-width: 550px;
}
.section-bullets {
  min-height: 0;
}
.cards-products__cards {
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.cards-products__cards .card {
  width: calc(33.333% - 2rem);
}
.cards-products__cards.col-2 .card {
  width: calc(50% - 1rem);
}
.terminos {
  margin: 0 auto 6rem;
  max-width: 1144px;
}
.terminos:last-child {
  margin-bottom: 0rem;
}
.terminos__img {
  text-align: center;
  margin-bottom: 60px;
}
.terminos__img img {
  margin: 0 auto;
  width: 300px;
  max-width: 80%;
}
.terminos p {
  font-size: .875rem;
  margin-bottom: .875rem;
}
.terminos h2 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.terminos h3 {
  text-align: left;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.terminos h4 {
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.buscador .btn-volver {
  width: 101px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1rem;
}
.buscador .btn-volver:hover {
  background: #f2f2f2;
  color: #a1a1a1;
  border-color: #f2f2f2;
}
.buscador .btn-volver .icon {
  margin-right: .5rem;
}
.buscador .form-buscador {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .buscador .form-buscador {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    max-width: 564px;
  }
}
.buscador .form-buscador .group-search {
  margin-bottom: .75rem;
}
@media only screen and (min-width: 640px) {
  .buscador .form-buscador .group-search {
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.buscador .form-buscador .group-search input {
  width: 100%;
  border-radius: 8px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.buscador .form-buscador .group-search input:hover {
  border: 1px solid #cfcfcf;
}
.buscador .form-buscador .group-search input:focus {
  border: 1px solid #cfcfcf;
}
.buscador .form-buscador .btn {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .buscador .form-buscador .btn {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .buscador .grid-buscador {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.buscador .grid-buscador .tambien-buscan {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .buscador .grid-buscador .tambien-buscan {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .buscador .grid-buscador .tambien-buscan {
    order: 3;
    width: 332px;
  }
}
.buscador .grid-buscador .tambien-buscan p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.buscador .grid-buscador .tambien-buscan .tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.buscador .grid-buscador .tambien-buscan .tags .tag-item {
  display: inline-block;
  font-size: .875rem;
  border: 1px solid #a1a1a1;
  color: #1b1b1b;
  border-radius: 36px;
  padding: .55rem 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  transition: all .3s ease;
}
.buscador .grid-buscador .tambien-buscan .tags .tag-item:hover {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.buscador .grid-buscador .num-res {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .buscador .grid-buscador .res-busqueda {
    max-width: 680px;
    width: 60%;
  }
}
.buscador .grid-buscador .res-busqueda .item-resultado {
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  padding: 1rem;
  display: block;
  margin-bottom: .75rem;
  transition: all .3s ease;
}
.buscador .grid-buscador .res-busqueda .item-resultado:hover {
  box-shadow: 0px 2px 6px 0px rgba(27,27,27,.12);
}
.buscador .grid-buscador .res-busqueda .item-resultado:hover .title-4 {
  color: #ff4235;
}
@media only screen and (min-width: 640px) {
  .buscador .grid-buscador .res-busqueda .item-resultado {
    margin-bottom: 1rem;
  }
}
.buscador .grid-buscador .res-busqueda .item-resultado .cat {
  font-size: 1rem;
  color: #ff4235;
  line-height: 1.4;
  margin-bottom: .2rem;
}
.buscador .grid-buscador .res-busqueda .item-resultado .title-4 {
  line-height: 1.3;
  margin-bottom: .875rem;
  transition: all .3s ease;
}
.buscador .grid-buscador .res-busqueda .item-resultado p {
  font-size: .875rem;
  line-height: 1.2;
}
@media only screen and (min-width: 640px) {
  .buscador .grid-buscador .res-busqueda .item-resultado p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
