@charset "UTF-8";
/* -----------------------------------------------------------

	Theme Name: ZANMA v2.1
	Theme URI: ----
	Author: RoyPhoenix
	Author URI: http://royphoenix.com
	Description: ----
	License: Private
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

----------------------------------------------------------- */
/*----------------------------------------------------*\
    ANIMATION
    -
    Mixins que contienen el efecto de animación
    modo de uso simple
    .elemento {
      @include animation-(TIMEs);
    }
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    SHADOW
    -
    Mixin to add boxshadow
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    SHADOW
    -
    Mixin to add boxshadow
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    SHADOW
    -
    Mixin to add boxshadow
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    VALUES
    -
    General values for the project
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    RESET
    -
    Limpia los margenes en los elementos
\*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Quicksand:wght@300..700&display=swap");
body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
  margin: 0;
  padding: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------*\
    NORMALIZE
    -
    Elimina y normaliza la visualización en los
    distintos navegadores
\*----------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

ode, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*----------------------------------------------------*\
    GLOBAL SPACING
    -
    Espaciado general epara el todo el sitio, se
    define una unidad base de la que parten todas
    las demas variables
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    FONTS
    -
    Import fonts from Google Fonts and Icons
\*----------------------------------------------------*/
@font-face {
  font-family: "Intro";
  src: url("../assets/fonts/intro_regular-webfont.woff2") format("woff2"), url("../assets/fonts/intro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scalter";
  src: url("../assets/fonts/scalter_sans_bold-webfont.woff2") format("woff2"), url("../assets/fonts/scalter_sans_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../assets/icons/icons.eot");
  src: url("../assets/icons/icons.eot") format("embedded-opentype"), url("../assets/icons/icons.woff2") format("woff2"), url("../assets/icons/icons.woff") format("woff"), url("../assets/icons/icons.ttf") format("truetype"), url("../assets/icons/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Quicksand", sans-serif;
  font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Changa One", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: 48pt;
}

h2, h3 {
  font-size: 34pt;
}

h4, h5, h6 {
  font-size: 24pt;
}

/*----------------------------------------------------*\
    BOX-SIZING
    -
    Le da la propiedad a los elementos de ocupar su
    espacio normal sin inportar el padding
\*----------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*----------------------------------------------------*\
    PAGE
    -
    Reglas generales para el canvas
\*----------------------------------------------------*/
html {
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Quicksand", sans-serif;
  min-height: 100%;
  background: #FCFCFC;
  color: #161615;
}

/*----------------------------------------------------*\
    SHARE
    -
    Share rules for the site styles
\*----------------------------------------------------*/
address, blockquote, p, pre, dl, ol, ul, figure, hr, table, fieldset {
  margin-bottom: calc(30px / 18px * 1rem);
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: calc(30px / 18px * 1rem);
  margin-top: 0;
}

dd, ol, ul {
  margin-left: calc(30px / 18px * 1rem);
}

body {
  background: #F5F0DE;
}

.wrapper {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

/*----------------------------------------------------*\
    BODY SHADOW
    -
    Body shadow for the blur body in panels shows
\*----------------------------------------------------*/
body:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -15;
  transition: all 0.5s ease;
}

body.active:before {
  opacity: 1;
  z-index: 20;
}

/*----------------------------------------------------*\
    BTN
    -
    Buttons for all site
\*----------------------------------------------------*/
.btn {
  display: block;
  cursor: pointer;
}
.btn a {
  display: block;
  cursor: pointer;
}

.btn-std {
  display: inline-block;
  background: transparent;
  color: #FCFCFC;
  border: none;
  text-transform: none;
  border: 2px solid #E74F10;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  padding: 0.4em 1.5em;
  text-decoration: none;
  line-height: 1;
  transition: all 0.25s ease;
}
.btn-std:hover {
  background: #E74F10;
  color: #FCFCFC;
}
.btn-std:hover {
  background: #E74F10;
  color: #fff;
}

.btn-solid {
  display: inline-block;
  background: #E74F10;
  color: #fff;
  border: none;
  text-transform: none;
  border: 2px solid #E74F10;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  padding: 0.4em 1.5em;
  text-decoration: none;
  line-height: 1;
  transition: all 0.25s ease;
}
.btn-solid:hover {
  background: rgb(192.8429149798, 65.9506072874, 13.3570850202);
  color: #fff;
}
.btn-solid:hover {
  background: transparent;
  border-color: #E74F10;
  color: #E74F10;
}

.masthead .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.masthead .buttons .button-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.masthead .buttons .btn-heading {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #161615;
}

/*----------------------------------------------------*\
    PAGINATOR BUTTONS
\*----------------------------------------------------*/
.pagination {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.pagination a, .pagination span {
  display: inline-block;
  background: #E74F10;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border: solid 3px #161615;
  border-radius: 1em;
  font-size: 16px;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.pagination a:hover, .pagination span:hover {
  background: #FFCE4F;
  color: #fff;
}
.pagination a:hover, .pagination span:hover {
  text-decoration: none;
}
.pagination .current {
  background: #FFCE4F;
  color: #161615;
  border-color: #161615;
  cursor: default;
}
.pagination .prev, .pagination .next {
  font-weight: 800;
}

/*----------------------------------------------------*\
    ICO
    -
    Icons set
\*----------------------------------------------------*/
.icon {
  font-family: "icons";
  font-style: normal;
  font-weight: 100;
}

.icon--twitter:before {
  content: "\e849";
}

.icon--facebook:before {
  content: "\f09a";
}

.icon--facebook-alt:before {
  content: "\f308";
}

.icon--instagram:before {
  content: "\f16d";
}

.icon--snapchat:before {
  content: "\f2ac";
}

.icon--linkedin:before {
  content: "\f0e1";
}

.icon--youtube:before {
  content: "\f16a";
}

.icon--twitch:before {
  content: "\f1e8";
}

.icon--search:before {
  content: "\e801";
}

.icon--angle-down:before {
  content: "\e800";
}

.icon--angle-left:before {
  content: "\e802";
}

.icon--angle-right:before {
  content: "\e803";
}

.icon--angle-up:before {
  content: "\e804";
}

.icon--arrow-down:before {
  content: "\f175";
}

.icon--arrow-left:before {
  content: "\f177";
}

.icon--arrow-right:before {
  content: "\f178";
}

.icon--arrow-up:before {
  content: "\f176";
}

.icon--whatsapp:before {
  content: "\f232";
}

.icon--quote-open:before {
  content: "\e805";
}

.icon--quote-close:before {
  content: "\e806";
}

.icon--heart:before {
  content: "\e807";
}

.icon--heart-alter:before {
  content: "\e807";
}

.icon--star:before {
  content: "\e809";
}

.icon--star-alter:before {
  content: "\e80a";
}

.icon--check:before {
  content: "\e80b";
}

.icon--multiply:before {
  content: "\e80c";
}

.icon--plus:before {
  content: "\e80d";
}

.icon--minus:before {
  content: "\e80e";
}

.icon--lock:before {
  content: "\e80f";
}

.icon--lock-alter:before {
  content: "\f13e";
}

.icon--bookmark:before {
  content: "\e810";
}

.icon--bookmark-alter:before {
  content: "\f097";
}

.icon--like:before {
  content: "\e811";
}

.icon--dislike:before {
  content: "\e812";
}

.icon--like-alter:before {
  content: "\f164";
}

.icon--dislike-alter:before {
  content: "\f165";
}

.icon--quote-open-alter:before {
  content: "\f10d";
}

.icon--quote-close-alter:before {
  content: "\f10e";
}

.icon--text-ballon:before {
  content: "\e813";
}

.icon--text-ballons:before {
  content: "\e814";
}

.icon--text-ballon-alter:before {
  content: "\f0e5";
}

.icon--text-ballons-alter:before {
  content: "\f0e6";
}

.icon--warning:before {
  content: "\e815";
}

.icon--warning-alter:before {
  content: "\e816";
}

.icon--folder:before {
  content: "\e817";
}

.icon--folder-open:before {
  content: "\e818";
}

.icon--folder-alter:before {
  content: "\f114";
}

.icon--folder-open-alter:before {
  content: "\f115";
}

.icon--phone:before {
  content: "\e819";
}

.icon--gear:before {
  content: "\e81a";
}

.icon--tools:before {
  content: "\e81b";
}

.icon--gears:before {
  content: "\e81c";
}

.icon--cart:before {
  content: "\e81d";
}

.icon--cart-plus:before {
  content: "\f217";
}

.icon--cart-down:before {
  content: "\f218";
}

.icon--calendar:before {
  content: "\e81e";
}

.icon--event:before {
  content: "\f133";
}

.icon--log-out:before {
  content: "\e81f";
}

.icon--log-out:before {
  content: "\e820";
}

.icon--mic:before {
  content: "\f130";
}

.icon--sound:before {
  content: "\e821";
}

.icon--zoom-in:before {
  content: "\e822";
}

.icon--zoom-out:before {
  content: "\e823";
}

.icon--circle-down:before {
  content: "\e824";
}

.icon--circle-up:before {
  content: "\e825";
}

.icon--circle-left:before {
  content: "\f190";
}

.icon--circle-right:before {
  content: "\f18e";
}

.icon--down:before {
  content: "\e826";
}

.icon--up:before {
  content: "\e827";
}

.icon--left:before {
  content: "\e828";
}

.icon--right:before {
  content: "\e829";
}

.icon--angle-huge-down:before {
  content: "\e82a";
}

.icon--angle-huge-left:before {
  content: "\e82b";
}

.icon--angle-huge-right:before {
  content: "\e82c";
}

.icon--angle-huge-up:before {
  content: "\e82d";
}

.icon--angle-mini-left:before {
  content: "\f104";
}

.icon--anlge-mini-right:before {
  content: "\f105";
}

.icon--angle-mini-up:before {
  content: "\f106";
}

.icon--angle-mini-down:before {
  content: "\f107";
}

.icon--doble-angle-left:before {
  content: "\f100";
}

.icon--doble-angle-right:before {
  content: "\f101";
}

.icon--doble-angle-up:before {
  content: "\f102";
}

.icon--doble-angle-down:before {
  content: "\f103";
}

.icon--arrow-huge-down:before {
  content: "\e82e";
}

.icon--arrow-huge-left:before {
  content: "\e82f";
}

.icon--arrow-huge-right:before {
  content: "\e830";
}

.icon--arrow-huge-up:before {
  content: "\e831";
}

.icon--hand-right:before {
  content: "\e832";
}

.icon--hand-left:before {
  content: "\e833";
}

.icon--hand-up:before {
  content: "\e834";
}

.icon--hand-down:before {
  content: "\e835";
}

.icon--square-down:before {
  content: "\f150";
}

.icon--square-up:before {
  content: "\f151";
}

.icon--square-right:before {
  content: "\f152";
}

.icon--square-left:before {
  content: "\f191";
}

.icon--desktop-device:before {
  content: "\f108";
}

.icon--laptop-device:before {
  content: "\f109";
}

.icon--tablet-device:before {
  content: "\f10a";
}

.icon--mobile-device:before {
  content: "\f10b";
}

.icon--paper-plane:before {
  content: "\f1d8";
}

.icon--paper-plane-alter:before {
  content: "\f1d9";
}

.icon--ellipsis-vertical:before {
  content: "\f141";
}

.icon--ellipsis-horizontal:before {
  content: "\f142";
}

.icon--powe:before {
  content: "\e836";
}

.icon--toggle-off:before {
  content: "\f204";
}

.icon--toggle-on:before {
  content: "\f205";
}

.icon--point:before {
  content: "\f111";
}

.icon--point-alter:before {
  content: "\f10c";
}

.icon--copyright:before {
  content: "\f1f9";
}

.icon--paypal:before {
  content: "\f1ed";
}

.icon--vimeo:before {
  content: "\f194";
}

.icon--youtube-alter:before {
  content: "\f167";
}

.icon--music:before {
  content: "\e837";
}

.icon--flash:before {
  content: "\e838";
}

.icon--quote-open2:before {
  content: "\e839";
}

.icon--quote-close2:before {
  content: "\e83a";
}

.icon--play:before {
  content: "\e83b";
}

.icon--stop:before {
  content: "\e83c";
}

.icon--pausa:before {
  content: "\e83d";
}

.icon--to-start:before {
  content: "\e83e";
}

.icon--to-end:before {
  content: "\e83f";
}

.icon--fire:before {
  content: "\e840";
}

.icon--heart:before {
  content: "\e841";
}

.icon--heart-alter:before {
  content: "\e842";
}

.icon--star:before {
  content: "\e843";
}

.icon--tiktok:before {
  content: "\e844";
}

.icon--user:before {
  content: "\e845";
}

.icon--clock:before {
  content: "\e846";
}

.icon--mail:before {
  content: "\f0e0";
}

.icon--mail-alter:before {
  content: "\e847";
}

.icon--telegram:before {
  content: "\e84b";
}

.icon--threads:before {
  content: "\e84a";
}

.icon--bluesky:before {
  content: "\e848";
}

.icon--pinterest:before {
  content: "\f231";
}

.icon--menu:before {
  content: "\f0c9";
}

.icon--close:before {
  content: "\e84c";
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.nav ul, .nav ol {
  display: flex;
  padding: 0;
  list-style: none;
}
.nav a {
  display: block;
  text-decoration: none;
}

/*----------------------------------------------------*\
  MASTHEAD
\*----------------------------------------------------*/
.masthead {
  padding: 30px;
  position: relative;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .masthead {
    height: 50vh;
    padding: 0;
  }
}
.masthead > div,
.masthead .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: calc(100vh - 30px * 2);
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 768px) {
  .masthead > div,
  .masthead .wrapper {
    height: 50vh;
    padding: 0;
    border-radius: 0 0 30px 30px;
  }
}
.masthead .media-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.masthead .media-background video,
.masthead .media-background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.masthead .media-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 70%);
  pointer-events: none;
}
.masthead .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px 3.5rem;
  color: #FCFCFC;
  font-family: "Changa One", sans-serif;
}
@media screen and (max-width: 768px) {
  .masthead .content {
    padding: 0 1rem 2rem;
  }
}
.masthead .content h1 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.95;
  color: #FCFCFC;
  font-size: 5.5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .masthead .content h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .masthead .content h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.masthead .content h1::before {
  content: "✱";
  color: #E74F10;
  font-weight: 900;
  font-size: 1em;
  margin-right: 0.25em;
  position: relative;
  top: -0.45em;
  right: -0.5em;
}

/*----------------------------------------------------*\
  IMG BACKGROUND HERO
\*----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .masthead.img-bg {
    height: 50vh;
    padding: 30px;
    border-radius: 30px;
  }
}

.img-bg .content {
  padding: 0 !important;
  color: #FCFCFC;
  height: 100%;
}
@media (max-width: 768px) {
  .img-bg .content {
    margin: 0 20px;
  }
}
.img-bg .content .sign-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem; /* espacio entre hanger y h1 */
}
.img-bg .content .sign-hanger {
  width: 540px;
  height: 120px;
  background: url("../assets/images/sign-hanger.svg") no-repeat center;
  background-size: contain;
  margin-bottom: -32px;
}
.img-bg .content h1 {
  display: inline-block;
  background: #ff6700;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.img-bg .content h1::before {
  content: "✱";
  color: #00e0ff;
  font-weight: 900;
  margin-right: 0.25em;
  position: absolute;
  left: -100%;
}
@media (max-width: 768px) {
  .img-bg .content h1 {
    font-size: 2.5rem;
  }
}
.img-bg .content .content-excerpt {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  text-transform: none;
  color: #fff;
  max-width: 800px;
}
@media (max-width: 768px) {
  .img-bg .content .content-excerpt {
    font-size: 1rem;
  }
}

/*----------------------------------------------------*\
  PAGE CONTENT
\*----------------------------------------------------*/
.content-area {
  margin: 30px;
  background: #fff6e5;
  border-radius: 30px;
  border: 3px solid #565656;
  position: relative;
  max-width: calc(100% - 30px * 2);
}

/* Numeración custom */
.content-area ol {
  list-style: none;
  counter-reset: item;
  padding: 50px 200px;
}

.content-area ol li {
  counter-increment: item;
  margin: 3rem 0;
  padding-left: 4rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  position: relative;
}
.content-area ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #f48fb1;
  color: #391400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 2.5rem;
  font-family: "Changa One", sans-serif;
}

/*----------------------------------------------------*\
  BODY PAGES
\*----------------------------------------------------*/
body.page-template-page-individual .page-content {
  position: relative;
  margin: 0;
  min-height: 100vh;
  background-color: #ffeb65; /* 🌞 fondo base amarillo */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23391400' d='M1440,200 C1080,0 360,320 0,100 L0,320 L1440,320 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
  z-index: 0;
  /* === DECORATIVO NARANJA === */
}
body.page-template-page-individual .page-content footer {
  background-color: #391400;
}
body.page-template-page-individual .page-content .page-content {
  overflow: hidden;
}
body.page-template-page-individual .page-content .decor-wrapper {
  position: relative; /* 🔥 Necesario para que ::before se ubique correctamente */
  z-index: 0;
}
body.page-template-page-individual .page-content .decor-wrapper::before {
  content: "";
  position: absolute;
  bottom: -3%;
  left: 93%;
  width: 450px;
  height: 990px;
  background: url("../assets/images/decor-rosa.svg") no-repeat center/contain;
  transform: rotate(-80deg) scale(1.5);
  transform-origin: center;
  filter: invert(43%) sepia(97%) saturate(3733%) hue-rotate(6deg) brightness(97%) contrast(101%);
  z-index: 0;
}

body.page-template-default,
body.page-template-page-services,
body.page-template-page-services-2 {
  background: #ffeb65;
}

/* Menú naranja en esas mismas páginas */
body:not(.home):not(.page-template-default):not(.page-template-page-services):not(.page-template-page-services-2):not(.page-template-page-individual) .top-bar .nav ul a {
  color: #ff6f00;
}

body:not(.home):not(.page-template-default):not(.page-template-page-services):not(.page-template-page-services-2):not(.page-template-page-individual) .top-bar {
  background-color: #F5F0DE;
  border-bottom: 2px solid #DFDAC7;
}

.content-area .decoration {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-area .smile {
  background-image: url("../assets/images/smile.png");
  width: 180px;
  height: 120px;
  top: -5%;
  right: 20%;
  z-index: 2;
}

.services-flow {
  position: relative;
  padding: 0 6rem;
  border-radius: 30px;
  overflow: hidden;
  /* Zigzag */
  /* Flechas punteadas curvas */
  /* Decoraciones */
}
.services-flow .service-item {
  position: relative;
  max-width: 70%;
  margin: 6rem 0;
  font-size: 1.6rem;
  color: #333;
  padding-left: 4rem;
}
.services-flow .service-item .number {
  background: #f48fb1;
  color: #391400;
  font-weight: 900;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Changa One", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}
.services-flow .item-1 {
  margin-left: 0;
  position: relative;
}
.services-flow .item-2 {
  margin-left: 25%;
  position: relative;
}
.services-flow .item-3 {
  margin-left: 0;
  position: relative;
}
.services-flow .item-4 {
  margin-left: 25%;
  position: relative;
}
.services-flow .item-5 {
  margin-left: 45%;
  position: relative;
}
.services-flow .item-6 {
  margin-left: 25%;
  position: relative;
}
.services-flow .arrow {
  position: absolute;
  width: 120px;
  height: 80px;
  border: 2px dashed #000;
  border-radius: 50%;
  background: transparent;
}
.services-flow .arrow-1 {
  left: 13%;
  border-color: transparent transparent #000 transparent;
  transform: rotate(30deg);
}
.services-flow .arrow-2 {
  top: 100%;
  left: 50%;
  border-color: transparent transparent #000 transparent;
  transform: rotate(-60deg);
}
.services-flow .arrow-3 {
  top: 150%;
  left: 15%;
  border-color: transparent transparent #000 transparent;
  transform: rotate(30deg);
}
.services-flow .arrow-4 {
  top: 130%;
  left: 70%;
  border-color: transparent transparent #000 transparent;
  transform: rotate(-140deg);
}
.services-flow .arrow-5 {
  top: 145%;
  left: 15%;
  border-color: transparent transparent #000 transparent;
  transform: rotate(-40deg);
}
.services-flow .decoration {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.services-flow .like {
  background-image: url("../assets/images/like.png");
  width: 170px;
  height: 180px;
  left: 2%;
  top: 280px;
}
.services-flow .flower {
  background-image: url("../assets/images/flower.svg");
  width: 418px;
  height: 355px;
  bottom: -18%;
  left: -6%;
}
.services-flow .leaf {
  background-image: url("../assets/images/leaf.svg");
  width: 580px;
  height: 580px;
  top: 10%;
  right: -20%;
}

/* 📱 Tablet */
@media (max-width: 1024px) {
  .content-area .smile {
    width: 90px;
    height: 120px;
  }
  .services-flow {
    padding: 0 2rem;
    /* Zigzag más suave */
    /* Flechas más cortas y centradas */
    /* Decoraciones más pequeñas */
  }
  .services-flow .service-item {
    max-width: 90%;
    margin: 4rem auto;
    font-size: 1.4rem;
  }
  .services-flow .item-2,
  .services-flow .item-4 {
    margin-left: 10%;
  }
  .services-flow .arrow {
    display: none;
  }
  .services-flow .like {
    width: 120px;
    height: 120px;
    top: 200px;
  }
  .services-flow .flower {
    width: 300px;
    height: 250px;
    bottom: -10%;
  }
  .services-flow .leaf {
    width: 400px;
    height: 400px;
    right: -15%;
  }
}
/* 📱 Mobile */
@media (max-width: 768px) {
  .services-flow {
    padding: 0 1rem;
    /* Zigzag OFF → todo alineado */
    /* Flechas ocultas en móvil */
    /* Decoraciones muy reducidas */
  }
  .services-flow .service-item {
    max-width: 100%;
    margin: 3rem 0;
    padding-left: 3rem;
    font-size: 1.2rem;
  }
  .services-flow .item-1,
  .services-flow .item-2,
  .services-flow .item-3,
  .services-flow .item-4 {
    margin-left: 0 !important;
  }
  .services-flow .arrow {
    display: none;
  }
  .services-flow .like { /*width: 80px; height: 80px; top: auto; bottom: 10%; left: 5%;*/
    display: none;
  }
  .services-flow .flower {
    width: 200px;
    height: 150px;
    bottom: -13%;
    left: -10%;
  }
  .services-flow .leaf {
    width: 250px;
    height: 250px;
    top: auto;
    bottom: 20%;
    right: -38%;
  }
}
/*----------------------------------------------------*\
   SLIDER GENERAL
\*----------------------------------------------------*/
.slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
  z-index: 0;
  margin-bottom: 60px;
}
.slider .slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
.slider .item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.slider .slider-btn {
  /*
  &:before,
  &:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
  }

  &:before {
    border: solid 3px $yellow;
    top: 5px;
    left: 5px;
  }

  &:after {
    border: solid 3px $orange;
    top: -5px;
    left: -5px;
  }
  */
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  color: #161615;
  border: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  background: #FFCE4F;
  transition: all 0.5s ease;
}
.slider .slider-btn:before, .slider .slider-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider .slider-btn:before {
  border: solid 3px #E74F10;
  top: 5px;
  left: 5px;
}
.slider .slider-btn:after {
  border: solid 3px #635747;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.slider .slider-btn:before,
.slider .slider-btn:after {
  border-radius: 50%;
}
.slider .slider-btn:hover {
  background: #E74F10;
  color: #FCFCFC;
}
.slider .slider-btn.prev {
  left: 10px;
}
.slider .slider-btn.next {
  right: 10px;
}
.slider .slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slider .slider-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #161615;
  border-radius: 50%;
  cursor: pointer;
}
.slider .slider-dots .dot.active {
  background: #E74F10;
}

.slider .item {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .slider .item {
    flex-direction: column;
    align-items: center;
  }
}
.slider .item figure {
  width: 40%;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .slider .item figure {
    width: 80%;
    margin-bottom: 30px;
  }
}
.slider .item figure:before,
.slider .item figure:after {
  border-radius: 30px;
}
.slider .item figure img {
  width: 100%;
  height: 400px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FCFCFC;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .slider .item figure img {
    height: 250px;
  }
}
.slider .item > div {
  width: 40%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .slider .item > div {
    width: 70%;
    margin-left: 0;
  }
}
.slider .item h1, .slider .item h2, .slider .item h3, .slider .item h4, .slider .item h5, .slider .item h6 {
  font-size: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .slider .item h1, .slider .item h2, .slider .item h3, .slider .item h4, .slider .item h5, .slider .item h6 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.slider .item p {
  font-size: 22px;
}
.slider .item a {
  background: #E74F10;
  color: #FCFCFC;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 2.5em;
  border-radius: 15px;
  font-weight: 700;
  transition: all 0.5s ease;
}
.slider .item a:hover {
  background: #161615;
}

/*----------------------------------------------------*\
   STEPS SECTION
\*----------------------------------------------------*/
.steps-section {
  position: relative;
  background: #ffeb65;
  padding: 2rem 2rem 8rem 2rem;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  /* Título naranja */
  /* Decoraciones generales */
}
.steps-section .steps-title {
  display: inline-block;
  margin: 2rem auto;
  position: relative;
  transform: rotate(-8deg);
  /* Decoración encima */
}
.steps-section .steps-title h2 {
  margin: 0;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}
.steps-section .steps-title h2 .bg-line {
  display: inline-block;
  background: #ff6600;
  padding: 0.3rem 0.8rem;
  position: relative;
  z-index: 1;
  transform: rotate(5deg);
}
.steps-section .steps-title .guide-decor {
  position: absolute;
  top: -61%;
  left: 50%;
  transform: translate(-40%, 20%) rotate(6deg);
  width: 140px;
  height: 140px;
  background: url("../assets/images/guide-decor.png") no-repeat center;
  background-size: contain;
  z-index: 0;
}
.steps-section .steps-decor {
  position: absolute;
  width: 180px;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.steps-section .steps-decor.decor-up {
  background-image: url("../assets/images/decor-cafe.svg");
  top: 21%;
  left: 13%;
  z-index: 5;
  width: 146px;
  height: 141px;
}
.steps-section .steps-decor.decor-left {
  background-image: url("../assets/images/decor-rosa.svg");
  bottom: 0%;
  left: 8%;
  z-index: 5;
  width: 300px;
  height: 300px;
}
.steps-section .steps-decor.decor-right {
  background-image: url("../assets/images/decor-azul.svg");
  top: 39%;
  right: -5%;
  z-index: 0;
  width: 772px;
  height: 667px;
}

/*----------------------------------------------------*\
   SLIDER SPECIAL
\*----------------------------------------------------*/
.slider-special {
  position: relative;
  width: 70%;
  margin: auto;
  overflow: hidden;
  padding: 200px 0;
  color: #FCFCFC;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .slider-special {
    padding: 100px 0;
  }
}
.slider-special:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.slider-special .slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.slider-special .slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.slider-special .title {
  text-align: center;
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.slider-special .title > div {
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: -15px;
  margin-left: -15px;
}
.slider-special .title .star {
  background: url("../assets/images/star.png");
  background-size: contain;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.slider-special .step {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: "Changa One", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #161615;
}
.slider-special .item {
  min-width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.slider-special .item p {
  font-size: 32px;
  padding: 60px 15%;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .slider-special .item p {
    font-size: 22px;
    padding: 30px 20%;
  }
}
.slider-special .btn {
  position: absolute;
  top: 50%;
  translateY: -50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFCE4F;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slider-special .btn {
    width: 40px;
    height: 40px;
  }
}
.slider-special .btn:after,
.slider-special .btn:before {
  border-radius: 50%;
}
.slider-special .btn.next {
  right: calc(50% - 570px);
  width: 48px;
  height: 48px;
  background: url("../assets/images/arrow.svg") no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slider-special .btn.next {
    right: 15px;
  }
}
.slider-special .btn.prev {
  left: calc(50% - 570px);
  width: 48px;
  height: 48px;
  background: url("../assets/images/arrow.svg") no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .slider-special .btn.prev {
    left: 15px;
  }
}
.slider-special .dots {
  display: flex;
  justify-content: center;
}
.slider-special .dots > span {
  display: block;
  width: 10px;
  height: 10px;
  background: #FCFCFC;
  opacity: 0.5;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 3px;
}
.slider-special .dots > span.active {
  background: #E74F10;
  opacity: 1;
}
.slider-special .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-special .video-background video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .slider-special .video-background video {
    width: auto;
    height: 100%;
  }
}

/*----------------------------------------------------*\
   MOBILE STYLES
\*----------------------------------------------------*/
@media (max-width: 768px) {
  .steps-section {
    padding: 4rem 1rem;
  }
  .steps-section .steps-title h2 {
    font-size: 2.8rem;
  }
  .steps-section .guide-decor {
    top: -80% !important;
    width: 120px !important;
    height: 120px !important;
  }
  .steps-section .steps-decor {
    width: 120px;
    height: 120px;
    z-index: 0;
  }
  .steps-section .steps-decor.decor-up {
    top: 37%;
    left: 18px;
    width: 80px;
    height: 70px;
  }
  .steps-section .steps-decor.decor-left {
    bottom: -10px;
    left: 4px;
    width: 150px;
    height: 150px;
  }
  .steps-section .steps-decor.decor-right {
    bottom: -80px;
    right: -180px;
    width: 350px;
    height: 330px;
  }
  .slider {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .slider .item {
    flex-direction: column;
    padding: 1rem 0;
  }
  .slider .item figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .slider .item figure img {
    height: auto;
    max-height: 250px;
  }
  .slider .item > div {
    width: 100%;
    margin-left: 0;
  }
  .slider .item h2 {
    font-size: 1.8rem;
  }
  .slider .item p {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .slider .item a {
    font-size: 0.9rem;
    padding: 0.8em 1.5em;
  }
  .slider .slider-btn {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
  .slider .slider-dots .dot {
    width: 8px;
    height: 8px;
  }
  .slider-special {
    width: 90%;
    padding: 80px 0;
  }
  .slider-special .item p {
    font-size: 18px;
    padding: 1rem;
  }
  .slider-special .btn {
    width: 35px;
    height: 35px;
  }
  .slider-special .btn.prev {
    left: 15px;
  }
  .slider-special .btn.next {
    right: 15px;
  }
}
/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
/* Slider general */
.module-title {
  padding: 0 calc(50% - 600px);
  text-align: center;
}
.module-title h1, .module-title h2, .module-title h3, .module-title h4, .module-title h5, .module-title h6 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .module-title h1, .module-title h2, .module-title h3, .module-title h4, .module-title h5, .module-title h6 {
    font-size: 36px;
  }
}
.module-title p {
  font-size: 24px;
  padding: 0 15%;
}
@media screen and (max-width: 768px) {
  .module-title p {
    font-size: 20px;
    padding: 0;
  }
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
/* Slider general */
.hfoods-gallery {
  width: 100%;
  gap: 30px !important;
  margin: 0;
  overflow-x: hidden;
  overflow-y: clip;
  position: revert;
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .hfoods-gallery {
    gap: 15px !important;
    overflow-x: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .hfoods-gallery::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .hfoods-gallery::-webkit-scrollbar-track {
    background: transparent;
  }
  .hfoods-gallery::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.hfoods-gallery > figure {
  margin: 0 !important;
  width: 18% !important;
  max-height: 90% !important;
  min-width: 18% !important;
  position: relative;
  left: 0;
}
@media screen and (max-width: 768px) {
  .hfoods-gallery > figure {
    width: 40% !important;
    min-width: 40% !important;
  }
}
.hfoods-gallery > figure:nth-child(odd) {
  transform: rotate(5deg) translateY(10px);
}
.hfoods-gallery > figure:nth-child(even) {
  transform: rotate(-5deg) translateY(-10px);
}
.hfoods-gallery img {
  border-radius: 30px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hfoods-gallery img {
    height: 250px;
  }
}

.custom-product-gallery {
  display: flex;
  flex-direction: row-reverse;
}
.custom-product-gallery .custom-thumbnails {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.custom-product-gallery .custom-thumbnails img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  border-radius: 8px;
  border: solid 1px #D0D0D2;
  background: #FCFCFC;
}
.custom-product-gallery .custom-main-image {
  flex-grow: 1;
}
.custom-product-gallery .custom-main-image img {
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FCFCFC;
  border-radius: 8px;
  border: solid 1px #D0D0D2;
}

/*----------------------------------------------------*\
    CONTACT SECTION CUSTOM
    -

\*----------------------------------------------------*/
.contact-section {
  position: relative;
  padding: 10rem 2rem 2rem 0;
  text-align: center;
  overflow: hidden;
  /* Decorativos grandes */
}
.contact-section .contact-title-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.contact-section .contact-title-wrapper .contact-title {
  display: inline-block;
  position: relative;
  background: #ff6f00;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  z-index: 2;
  transform: rotate(-3deg);
}
.contact-section .contact-title-wrapper .contact-title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 9px;
  width: 80px;
  height: 80px;
  background: url("../assets/images/cyan-face.svg") no-repeat center/contain;
}
.contact-section .contact-title-wrapper .star {
  position: absolute;
  top: -180px;
  right: -170px;
  width: 480px;
  height: 480px;
  background: url("../assets/images/star-yellow.svg") no-repeat center/contain;
  z-index: 1;
}
.contact-section .contact-desc {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 500;
  color: #391400;
  margin-bottom: 2rem;
}
.contact-section .contact-desc strong {
  font-weight: 900;
}
.contact-section .contact-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.contact-section form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 620px;
}
.contact-section form span {
  width: 100%;
}
.contact-section form input[type=text],
.contact-section form input[type=email],
.contact-section form input[type=tel],
.contact-section form select,
.contact-section form textarea {
  width: 100%;
  padding: 1rem;
  background: none;
  border: 2px solid #3b190c;
  border-radius: 30px;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
}
.contact-section form textarea {
  min-height: 120px;
}
.contact-section form input[type=submit] {
  background: #3b190c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Changa One", sans-serif;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
  transform: rotate(-3deg);
}
.contact-section form input[type=submit]:hover {
  background: #ed6a28;
  color: #3b190c;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -5%;
  width: 320px;
  height: 320px;
  background: url("../assets/images/deco-burger.svg") no-repeat center/contain;
}
.contact-section::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -12%;
  width: 650px;
  height: 650px;
  background: url("../assets/images/deco-ribbon.svg") no-repeat center/contain;
  transform: rotate(-95deg);
}
.contact-section .flower {
  content: "";
  position: absolute;
  bottom: -44%;
  right: 79%;
  width: 650px;
  height: 650px;
  background: url("../assets/images/deco-flower.svg") no-repeat center/contain;
  transform: rotate(180deg);
}

/* Dos columnas (nombre + correo) */
.form-row.two-cols {
  display: flex;
  gap: 1rem;
}

.form-row.two-cols input {
  flex: 1;
  min-width: 0;
}

/* En móvil que vuelvan a apilarse */
@media (max-width: 768px) {
  .form-row.two-cols {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .contact-section {
    padding: 5rem 1.5rem 2rem 1.5rem;
    text-align: center;
    /* Decorativos */
  }
  .contact-section .contact-title-wrapper {
    margin-bottom: 2rem;
  }
  .contact-section .contact-title-wrapper .contact-title {
    font-size: 2rem;
    transform: rotate(0deg);
    padding: 0.5rem 1rem;
  }
  .contact-section .contact-title-wrapper .contact-title::before {
    width: 40px;
    height: 40px;
  }
  .contact-section .contact-title-wrapper .star {
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
  }
  .contact-section .contact-desc {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
  .contact-section form {
    max-width: 100%;
    gap: 0.8rem;
  }
  .contact-section form input[type=text],
  .contact-section form input[type=email],
  .contact-section form input[type=tel],
  .contact-section form select,
  .contact-section form textarea {
    font-size: 1rem;
    padding: 0.8rem;
  }
  .contact-section form input[type=submit] {
    font-size: 1rem;
    width: 100%;
  }
  .contact-section::before {
    width: 120px;
    height: 120px;
    top: 15%;
    left: -10%;
  }
  .contact-section::after {
    width: 280px;
    height: 280px;
    bottom: 5%;
    right: -15%;
    transform: rotate(-60deg);
  }
  .contact-section .flower {
    width: 250px;
    height: 250px;
    bottom: -15%;
    right: 60%;
  }
  /* Filas dobles ya se apilan */
  .form-row.two-cols {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.wpcf7-spinner {
  width: 25px !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.page-header {
  padding: 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding: 0 15px;
  }
}
.page-header figure {
  margin: 0;
}
.page-header figure img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 60px 60px;
  transform: rotate(1deg);
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .page-header figure img {
    height: 250px;
  }
}
.page-header h1 {
  background: #e06718;
  position: relative;
  z-index: 1;
  color: #391400;
  display: inline-block;
  padding: 30px;
  margin: -30px auto 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .page-header h1 {
    font-size: 38px;
    padding: 15px;
    margin: 0 auto 30px auto;
  }
}
.page-header p {
  padding: 0 calc(50% - 600px);
  font-size: 28px;
  line-height: 1.2em;
  color: #391400 !important;
}
@media screen and (max-width: 768px) {
  .page-header p {
    font-size: 22px;
  }
}
.page-header.individual {
  margin-top: 60px;
}

.page-content {
  padding: 0 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-content {
    padding: 0 15px;
  }
}
.page-content p {
  padding: 0 calc(50% - 600px);
  font-size: 26px;
  line-height: 1.2em;
  color: #FCFCFC !important;
}
@media screen and (max-width: 768px) {
  .page-content p {
    font-size: 18px;
  }
}
.page-content li {
  font-size: 26px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .page-content li {
    font-size: 18px;
  }
}

.masthead .content p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.article .post-thumbnail {
  margin: 0;
  padding: 30px 0;
  padding-bottom: 0 !important;
}
.article .post-thumbnail .thumb-wrap {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  transform: rotate(-3deg);
  will-change: transform;
  margin-bottom: 30px;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .article .post-thumbnail .thumb-wrap {
    height: 350px;
  }
}
.article .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.article .post-thumbnail .post-thumbnail-caption {
  background: #e06718;
  position: relative;
  z-index: 1;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .article .post-thumbnail .post-thumbnail-caption {
    flex-direction: column;
  }
}
.article .post-thumbnail .post-thumbnail-caption p {
  margin-bottom: 0;
}
.article .post-thumbnail .photo-credit {
  font-weight: 700;
}

.article .post-header {
  margin-bottom: 30px;
}
.article .post-header .post-category {
  color: #E74F10;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.article .post-header .post-title {
  font-size: 48px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .article .post-header .post-title {
    font-size: 32px;
  }
}
.article .post-header .post-excerpt p {
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article .post-header .post-excerpt p {
    font-size: 20px;
  }
}

.article .article-content > h1, .article .article-content > h2, .article .article-content > h3, .article .article-content > h4, .article .article-content > h5, .article .article-content > h6 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
.article .article-content > p {
  font-size: 20px;
  line-height: 1.4em;
}
.article .article-content > p > a {
  text-decoration: none;
  color: #FFCE4F;
  font-weight: 700;
}
.article .article-content > p > a:hover {
  text-decoration: underline;
}
.article .article-content .fancy-link {
  padding: 30px 0;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.article .article-content .fancy-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.article .article-content .fancy-link a {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #FCFCFC;
}
.article .article-content > ul li a {
  text-decoration: none;
  color: #FCFCFC;
  font-weight: 500;
}
.article .article-content > ul li a:hover {
  text-decoration: underline;
}
.article .article-content > ul, .article .article-content > ol {
  list-style: none;
  margin-bottom: 30px;
}
.article .article-content > ul li, .article .article-content > ol li {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.article .article-content > ul li:before,
.article .article-content > ol li:before {
  content: "";
  font-family: "icons";
  color: #FCFCFC;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  background: #F8EDD6;
  border: solid 2px #635747;
  transition: all 0.5s ease;
}
.article .article-content > ul li.check:before,
.article .article-content > ol li.check:before {
  content: "\e80b";
  border: solid 2px #E74F10;
  background: #E74F10;
}
.article .article-content > ul li a, .article .article-content > ol li a {
  text-decoration: none;
  color: #FCFCFC;
  font-weight: 500;
  margin: 0 0.25em;
}
.article .article-content > ul li a:hover, .article .article-content > ol li a:hover {
  text-decoration: underline;
}
.article .article-content > blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 30px;
}
.article .article-content > blockquote:before,
.article .article-content > blockquote:after {
  border-radius: 30px;
}
.article .article-content > blockquote p {
  margin-bottom: 0;
  font-size: 26px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .article .article-content > blockquote p {
    text-align: center;
    font-size: 26px;
  }
}
.article .article-content > blockquote p:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.article .article-content > blockquote p:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.article .article-content > blockquote p:before,
.article .article-content > blockquote p:after {
  font-family: "icons";
  position: absolute;
  font-size: 42px;
  color: #E74F10;
}
.article .article-content .embed {
  margin: 0;
  margin-bottom: 30px;
}
.article .article-content .audio--spotiffy iframe {
  width: 100%;
  height: 80px;
  border: none;
}
.article .article-content .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.article .article-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.archive-posts {
  margin-top: 15px;
}
.archive-posts h2 {
  font-family: "Quicksand", sans-serif;
  color: #161615;
}

.archive-posts .loop {
  display: grid; /* Activamos grid */
  grid-template-columns: repeat(2, 1fr); /* 2 columnas iguales */
  gap: 2rem; /* Espacio entre posts */
  padding-top: 15px;
}
.archive-posts .loop .post-item {
  width: 100%;
  margin-bottom: 0 !important;
}

/* Ajuste responsive para móvil */
@media (max-width: 768px) {
  .archive-posts .loop {
    grid-template-columns: 1fr; /* 1 columna en móvil */
  }
}
/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.timeline {
  padding: 0 calc(50% - 600px);
}
.timeline > div > div {
  display: flex;
}
.timeline > div > div > figure,
.timeline > div > div > div {
  width: 50%;
  margin: 0;
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .timeline > div > div > figure,
  .timeline > div > div > div {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
  }
}
.timeline > div > div > figure img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .timeline > div > div > figure img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.timeline > div > div:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .timeline > div > div:nth-child(odd) {
    flex-direction: column;
  }
}
.timeline > div > div:nth-child(odd) figure {
  border-left: dotted 2px #635747;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .timeline > div > div:nth-child(odd) figure {
    margin-bottom: 30px;
  }
}
.timeline > div > div:nth-child(odd) div:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  border-bottom: dotted 2px #635747;
  position: absolute;
  right: 0;
  top: 90px;
}
@media screen and (max-width: 768px) {
  .timeline > div > div:nth-child(odd) div:before {
    display: none;
  }
}
.timeline > div > div:nth-child(even) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .timeline > div > div:nth-child(even) {
    flex-direction: column;
  }
}
.timeline > div > div:nth-child(even) figure {
  border-right: dotted 2px #635747;
}
@media screen and (max-width: 768px) {
  .timeline > div > div:nth-child(even) figure {
    margin-bottom: 30px;
  }
}
.timeline > div > div:nth-child(even) div:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  border-bottom: dotted 2px #635747;
  position: absolute;
  left: 0;
  top: 90px;
}
@media screen and (max-width: 768px) {
  .timeline > div > div:nth-child(even) div:before {
    display: none;
  }
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  font-size: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.timeline p {
  line-height: 1.4em;
  padding-right: 120px;
}
@media screen and (max-width: 768px) {
  .timeline p {
    padding-right: 0;
  }
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.products-grid {
  display: flex;
  flex-wrap: wrap;
  border-right: solid 1px #D0D0D2;
  border-bottom: solid 1px #D0D0D2;
  margin-bottom: 30px;
}
.products-grid .post-item {
  width: 25%;
  border-top: solid 1px #D0D0D2;
  border-left: solid 1px #D0D0D2;
  background: #FCFCFC;
}
@media screen and (max-width: 768px) {
  .products-grid .post-item {
    width: 50%;
  }
}
.products-grid .post-item a {
  text-decoration: none;
}
.products-grid .post-item .post-thumbnail {
  margin: 0;
}
.products-grid .post-item .post-thumbnail img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .products-grid .post-item .post-thumbnail img {
    height: 200px;
  }
}
.products-grid .post-item .post-content {
  padding: 15px;
}
.products-grid .post-item .post-content .post-category {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.products-grid .post-item .post-content .post-title,
.products-grid .post-item .post-content p {
  color: #161615;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  margin-bottom: 0.5em;
}
.products-grid .post-item .post-content .post-title {
  font-weight: 700;
}
.products-grid .post-item .post-content .post-meta {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
body.blog .top-bar .nav ul li a {
  color: #161615;
}

/* Slider general */
.widget h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
  color: #161615;
}

.widget--loop .post-item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.widget--loop .post-item:last-child {
  margin-bottom: none;
  padding-bottom: none;
  border-bottom: 0;
}
.widget--loop .post-item a {
  display: flex;
  text-decoration: none;
  background: #3b190c;
  padding: 8px;
  border-radius: 15px;
}
.widget--loop .post-item a:hover .post-title {
  color: #FCFCFC;
}
.widget--loop .post-thumbnail {
  margin: 0;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 15px;
}
.widget--loop .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.widget--loop .post-content .post-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #FCFCFC;
  font-weight: 500;
}
.widget--loop .post-content .post-title {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #FCFCFC;
  font-weight: 700 !important;
  transition: all 0.5s ease;
}
.widget--loop .post-content .post-excerpt,
.widget--loop .post-content .post-meta {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
/* Slider general */
.woocommerce-breadcrumbs nav {
  padding: 0.8em 0;
  font-size: 16px;
}
.woocommerce-breadcrumbs nav a {
  color: #161615;
  font-weight: 300;
  transition: all 0.5s ease;
}
.woocommerce-breadcrumbs nav a:hover {
  color: #E74F10;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
/* Slider general */
.product-header {
  margin-bottom: 60px;
}
.product-header .wrapper,
.product-header > div {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .product-header .wrapper,
  .product-header > div {
    flex-direction: column;
  }
}
.product-header .wrapper > div,
.product-header > div > div {
  width: 50%;
}
.product-header .wrapper > div:nth-child(2),
.product-header > div > div:nth-child(2) {
  padding-left: 30px;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
/* Slider general */
.product-summary .product-brand {
  background: #FFCE4F;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  padding: 0.3em 0.8em;
  border-radius: 1em;
  margin-bottom: 15px;
}
.product-summary .product-title {
  font-size: 42px;
}
.product-summary .product-rating {
  margin-bottom: 30px;
}
.product-summary .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.product-summary .price p {
  margin-bottom: 0;
}
.product-summary .price p:nth-child(1) {
  font-weight: 700;
  font-size: 44px;
  margin-right: 30px;
}
.product-summary .price p:nth-child(2) {
  font-size: 22px;
  color: #212121;
}
.product-summary .cart-options {
  display: flex;
  margin-bottom: 30px;
}
.product-summary .cart-options form:nth-child(1) {
  display: flex;
  margin-right: 15px;
}
.product-summary .cart-options .quantity {
  background: #FCFCFC;
  margin-right: 15px;
  border-radius: 8px;
}
.product-summary .cart-options .quantity button,
.product-summary .cart-options .quantity input {
  background: transparent;
  border: none;
  font-size: 22px;
  text-align: center;
  padding: 8px;
}
.product-summary .cart-options form:nth-child(1) > button,
.product-summary .cart-options form:nth-child(2) > button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: none;
  padding: 0 8px;
  border-radius: 8px;
  cursor: pointer;
  height: 100%;
  transition: all 0.5s ease;
}
.product-summary .cart-options form:nth-child(1) > button {
  background: #FFCE4F;
}
.product-summary .cart-options form:nth-child(1) > button:hover {
  background: #E74F10;
  color: #FCFCFC;
}
.product-summary .cart-options form:nth-child(2) > button {
  background: #E74F10;
  color: #FCFCFC;
}
.product-summary .cart-options form:nth-child(2) > button:hover {
  background: #161615;
}
.product-summary .meta-info {
  border-top: solid 1px #D0D0D2;
  padding-top: 30px;
}
.product-summary .meta-info p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}
.product-summary .meta-info p span {
  font-weight: 200;
}
.product-summary .meta-info p a {
  color: #E74F10;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
/* Slider general */
.woocommerce-tabs .tabs {
  display: flex;
  list-style: none;
  margin-bottom: 30px;
}
.woocommerce-tabs .tabs a {
  font-size: 32px;
  padding: 0 30px;
  text-decoration: none;
}
.woocommerce-tabs .tabs a:first-child {
  padding-left: 0;
}

/* Contenedor de la grilla */
.socios .brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  padding: 32px 0 8px;
  align-items: stretch;
}

/* Card del logo */
.brand-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  aspect-ratio: 4/3; /* tarjetas parejas; quita si no lo quieres */
}

/* Elevación al hover */
.brand-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}

/* Si el logo está dentro de un <a> (cuando hay URL en el extracto) */
.brand-link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  text-decoration: none;
}

/* Enfoque accesible con teclado */
.brand-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.35); /* ajusta a tu $orange */
}

/* Imagen del logo */
.brand-logo {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%) contrast(1.05) saturate(0.9);
  transition: transform 0.25s ease, filter 0.25s ease;
}

/* Gris → color + leve zoom al pasar el mouse */
.brand-item:hover .brand-logo {
  filter: grayscale(0) contrast(1) saturate(1);
  transform: scale(1.04);
}

/* Placeholder sin logo */
.brand-logo--placeholder {
  font-size: 14px;
  color: #777;
  text-align: center;
}

/* Utilidad de accesibilidad */
.screen-reader-text {
  position: absolute;
  left: -9999px;
}

/* Responsive fino */
@media (max-width: 640px) {
  .socios .brands-grid {
    gap: 18px;
  }
  .brand-item {
    padding: 14px;
    border-radius: 12px;
  }
}
/* ========= Mapeo a tus tokens =========
   - Fondo sección: $cream
   - Texto principal: $black
   - Texto secundario: $h-gray
   - Primario / hover: $orange / darken($orange, 8%)
   - Radios y sombras: derivados de tus tokens
======================================= */
/* Helpers derivados de tus vars */
/* Wrapper global (si no lo tienes ya en tu base) */
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* === Componente Ofertas === */
.offers {
  background: #F8EDD6;
  padding: 4rem 0;
  /* Desktop por defecto → 2 columnas.
     En tablet (<=768px) colapsa a 1 columna. */
}
.offers__head {
  margin: 0 auto 2rem;
  text-align: center;
}
.offers__title {
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 800;
  color: #161615;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}
.offers__subtitle {
  color: #212121;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.5;
  margin: 0;
}
.offers__grid {
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .offers__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.offers-card {
  position: relative;
  background: #FCFCFC;
  border-radius: 19.8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  /* Bordes decorativos */
}
.offers-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.offers-card::before, .offers-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 19.8px;
  z-index: -1;
}
.offers-card::before {
  border: 3px solid #E74F10;
  transform: rotate(2deg);
}
.offers-card::after {
  border: 3px solid #FFCE4F;
  transform: rotate(-2deg);
}
.offers-card__title {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  color: #E74F10;
  font-weight: 800;
  margin: 0 0 0.75rem;
}
.offers-card__text {
  color: #161615;
  line-height: 1.3333333333;
  margin: 0 0 1.5rem;
}
.offers-card__footer {
  margin-top: auto;
}

/* ===== Secciones de servicios (layout alterno) ===== */
.hf-sections {
  /*background: #fff6eb;*/
}

.hf-section {
  display: flex;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
}
.hf-section .hf-section__media {
  order: 1;
  flex: 1.1 1 0;
}
.hf-section .hf-section__content {
  order: 2;
  flex: 1 1 0;
}
.hf-section.is-reverse .hf-section__media {
  order: 2;
}
.hf-section.is-reverse .hf-section__content {
  order: 1;
}
@media screen and (max-width: 768px) {
  .hf-section {
    flex-direction: column;
  }
  .hf-section .hf-section__media,
  .hf-section .hf-section__content {
    order: 0;
  }
}

.hf-section__col {
  width: 100%;
}

.hf-section__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #FCFCFC;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.hf-section__text {
  color: #FCFCFC;
  font-size: clamp(1rem, 1.2vw, 1.0625rem);
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

/* En pantallas pequeñas, apilar y cambiar orden */
@media (max-width: 768px) {
  .hf-columns-reverse {
    flex-direction: column-reverse !important;
  }
}
.hf-sublist a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FCFCFC;
  font-weight: 800;
}

/* ===== Media con doble borde decorativo como tus cards ===== */
figure.hf-media {
  margin: 0 !important;
}

.hf-media {
  position: relative;
  display: inline-block;
  transform-origin: center;
}
.hf-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hf-media img {
    border-radius: 80px;
  }
}
.hf-media::before, .hf-media::after {
  content: "";
  position: absolute;
  top: 2%;
  left: 2%;
  width: 100%;
  height: 100%;
  border: 4px solid #FFCE4F;
  border-top: none;
  border-right: none;
  border-radius: 120px;
}
@media screen and (max-width: 768px) {
  .hf-media::before, .hf-media::after {
    border-radius: 80px;
  }
}
.hf-media::before {
  z-index: 10;
  border: 4px solid #FFCE4F;
}

/* Animaciones */
@keyframes hfTiltLeft {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes hfTiltRight {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
/* Clases listas para usar */
.hf-tilt-left {
  animation: hfTiltLeft 15s ease-in-out infinite;
}

.hf-tilt-right {
  animation: hfTiltRight 15s ease-in-out infinite;
}

/* Un poco más de respiro entre bloques */
.hf-section + .hf-section {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

/* ==== Bloque B2X (B2C/B2B) ==== */
/* Lista numerada tipo HappyFoods */
.hf-list {
  list-style: none; /* quita numeración nativa */
  counter-reset: hfitem; /* resetea contador */
  margin: 0;
  padding: 0;
}

.hf-list li {
  counter-increment: hfitem;
  display: grid;
  grid-template-columns: min-content 1fr; /* número | texto */
  align-items: start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin: 0.35rem 0;
}

.hf-list li::before {
  content: counter(hfitem);
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.1;
  color: #E74F10; /* cámbialo a $black si usas tus tokens */
}

.hf-list li p,
.hf-list li span,
.hf-list li div {
  margin: 0; /* limpia márgenes */
  white-space: normal;
  word-break: break-word;
  color: #222; /* texto */
  line-height: 1.5;
}

/* =====  ===== */
/* El wrapper de columnas */
.wp-block-columns.hf-row-50 {
  display: grid !important;
  grid-template-columns: 1fr 1fr; /* mitad y mitad */
  align-items: stretch; /* 👈 que las columnas se estiren */
  min-height: 100vh; /* pantalla completa */
}

.hf-col-img {
  position: relative;
  width: 100%;
  height: 100%; /* altura total del grid */
  min-height: 100vh; /* asegura que siempre sea pantalla completa */
  overflow: hidden; /* recorta bordes */
  border-radius: 50px; /* si quieres esquinas redondeadas */
}

/* Imagen dentro de la columna */
.hf-col-img img {
  position: absolute; /* se pega a los bordes del contenedor */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* cubre todo el espacio sin deformarse */
  /* Transform para efecto inclinado */
  transform: rotate(-5deg) translate(-10%, -8%) scale(1.2);
  transform-origin: center;
  border-radius: inherit; /* mantiene mismo borde redondeado */
}

.hf-sublist a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FCFCFC;
}

.hf-box {
  background: #fff;
  border-radius: 60px;
  padding: 3rem;
  position: relative;
  margin: 2rem 0;
  /* asegura que el texto esté arriba */
}
@media screen and (max-width: 768px) {
  .hf-box {
    padding: 2.3rem;
  }
}
.hf-box > * {
  position: relative;
  z-index: 1;
}
.hf-box figure {
  margin: 0;
}

.hf-titles {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hf-titles {
    font-size: 38px;
    padding-bottom: 8px;
  }
}

.hf-texts p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .hf-texts p {
    font-size: 20px;
  }
}

.btn.wp-block-button {
  padding: 0;
}

.hf-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hf-ul li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  line-height: 1.4;
  color: #161615;
}
@media screen and (max-width: 768px) {
  .hf-ul li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
.hf-ul li::marker {
  content: none;
}
.hf-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFCE4F;
  border: 3px solid #E74F10;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .hf-ul li::before {
    width: 12px;
    height: 12px;
    top: 0.5em;
  }
}

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

.hf-intro {
  position: relative;
  padding: 0;
  background: #391400;
  min-height: 95vh;
  border-radius: 40px;
  /* Columna izquierda */
  /* Columna derecha */
  /* --- Decoraciones --- */
  /* --- Responsive --- */
}
.hf-intro .wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 900px) 1fr;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .hf-intro .wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.hf-intro__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-align: center;
  z-index: 2;
  height: 100%;
}
.hf-intro__logo img {
  width: 100%;
  width: 750px;
  margin: 0 auto 2rem;
  display: block;
}
@media (max-width: 1024px) {
  .hf-intro__logo img {
    width: 320px;
    margin: 0 auto 1rem;
  }
}
.hf-intro .btn-std {
  font-size: 1.2rem;
}
.hf-intro__content {
  color: #FCFCFC;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.hf-intro__content .hf-intro__buttons {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.hf-intro__hero {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  overflow: visible;
}
.hf-intro__hero img {
  height: 85vh;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  position: relative;
}
.hf-intro__bg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hf-intro__bg--blue {
  bottom: -12%;
  left: -11%;
  width: 470px;
}
.hf-intro__bg--blur {
  top: 50px;
  right: 0;
  width: 120px;
  opacity: 0.85;
}
.hf-intro__bg--middle {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}
@media (max-width: 1024px) {
  .hf-intro .wrapper {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hf-intro__hero {
    order: -1;
    justify-content: center;
  }
  .hf-intro__hero img {
    height: auto;
    max-height: 30vh;
  }
  .hf-intro__left {
    order: 0;
    height: auto;
    margin-bottom: 5rem;
    padding: 0 1rem 3rem;
  }
  .hf-intro__bg--blue {
    bottom: -5%;
    left: -5%;
    width: 200px;
    z-index: 10;
  }
  .hf-intro__bg--blur {
    top: 5%;
    right: 0;
    width: 80px;
  }
  .hf-intro__bg--middle {
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
  .hf-intro .btn-std {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .hf-intro {
    min-height: 55vh;
  }
  .hf-intro__logo img {
    width: 315px;
    margin: 0 auto 1rem;
  }
  .hf-intro__content {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .hf-intro__content .hf-intro__buttons {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
  .hf-intro .btn-std {
    font-size: 1rem !important;
    padding: 0.6rem 1.2rem;
  }
  .hf-intro__hero img {
    max-height: 45vh;
  }
}
.hf-our-services-b2c {
  position: relative;
  background: #faf6eb;
  padding: 6rem 2rem 0;
  text-align: center;
  overflow: hidden;
  /* ---- Título ---- */
  /* ---- Galería ---- */
  /* ---- Contenido ---- */
  /* ---- Decoración estrella ---- */
  /* ---- Responsive ---- */
}
.hf-our-services-b2c .hf-our-services__title {
  font-size: 4.8rem;
  font-weight: 800;
  color: #E74F10;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.hf-our-services-b2c .hf-our-services__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  margin: 1rem auto 0;
  background: url("../assets/images/line.png") no-repeat center;
  background-size: contain;
}
.hf-our-services-b2c .hf-our-services__gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  gap: 1rem;
}
.hf-our-services-b2c .hf-our-services__item {
  border-radius: 1.5rem;
  width: 310px;
  height: 370px;
  transition: transform 0.3s ease;
  position: relative;
  /* Rotación + altura dispareja (solo desktop) */
  /* Asterisco en el último */
}
.hf-our-services-b2c .hf-our-services__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: block;
}
.hf-our-services-b2c .hf-our-services__item:nth-child(1) {
  transform: rotate(-6deg);
  margin-top: 20px;
}
.hf-our-services-b2c .hf-our-services__item:nth-child(2) {
  transform: rotate(6deg);
  margin-top: 57px;
  margin-left: -50px;
}
.hf-our-services-b2c .hf-our-services__item:nth-child(3) {
  transform: rotate(3deg);
  margin-top: 10px;
  margin-left: -50px;
}
.hf-our-services-b2c .hf-our-services__item:nth-child(4) {
  transform: rotate(-5deg);
  margin-top: 60px;
  margin-left: -40px;
}
.hf-our-services-b2c .hf-our-services__item:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 3;
}
.hf-our-services-b2c .hf-our-services__item:last-child {
  position: relative;
  display: inline-block;
}
.hf-our-services-b2c .hf-our-services__item:last-child::after {
  content: "✱";
  color: #02D7DF;
  font-weight: 900;
  font-size: 6rem;
  position: absolute;
  top: -15%;
  right: -5%;
}
.hf-our-services-b2c .hf-our-services__content {
  margin: 0 auto;
  max-width: 900px;
}
.hf-our-services-b2c .hf-our-services__content .hf-our-services__subtitle {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
  color: #E74F10;
  text-transform: none;
}
.hf-our-services-b2c .hf-our-services__content .hf-our-services__text {
  color: #E74F10;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}
.hf-our-services-b2c .hf-our-services__content .btn-solid {
  font-size: 1.2rem;
}
.hf-our-services-b2c .hf-our-services__bg--star {
  position: absolute;
  left: 20%;
  top: 45%;
  width: 720px;
  opacity: 0.8;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .hf-our-services-b2c .hf-our-services__gallery {
    justify-content: center;
    gap: 1rem;
  }
  .hf-our-services-b2c .hf-our-services__item {
    width: 45%;
    height: 450px;
    margin-top: 0 !important;
    transform: none;
  }
  .hf-our-services-b2c .hf-our-services__bg--star {
    width: 730px;
    top: 50%;
    left: 20%;
  }
}
@media (max-width: 600px) {
  .hf-our-services-b2c .hf-our-services__gallery {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .hf-our-services-b2c .hf-our-services__item {
    width: 100%;
    max-width: 320px;
    height: 350px;
    margin: 0;
    transform: none;
    margin-top: -40px !important;
  }
  .hf-our-services-b2c .hf-our-services__title {
    font-size: 2.8rem;
    line-height: 0.9;
  }
  .hf-our-services-b2c .hf-our-services__content {
    padding: 0 1rem;
  }
  .hf-our-services-b2c .hf-our-services__content .hf-our-services__text {
    font-size: 1.1rem;
  }
  .hf-our-services-b2c .hf-our-services__bg--star {
    width: 550px;
    top: 15%;
    left: 30%;
    transform: translateX(-50%);
  }
}

.curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}

.curve svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hf-our-services-b2b {
  position: relative;
  background: #faf6eb;
  padding: 6rem 2rem;
  text-align: center;
  overflow: hidden;
  /* 👉 Flecha Canales de Comunicación */
  /* 👉 Flecha Fichas Técnicas */
  /* ---- Galería estilo collage ---- */
  /* 📐 Zigzag posiciones */
  /* ---- Contenido ---- */
  /* ---- Decoraciones flotantes ---- */
  /* ---- Responsive ---- */
}
.hf-our-services-b2b .arrow {
  position: absolute;
  width: 120px;
  height: 80px;
  border: 2px dashed #000;
  border-radius: 50%;
  background: transparent;
  z-index: 1;
}
.hf-our-services-b2b .arrow-cc {
  top: -30px; /* posición vertical */
  left: -116px; /* posición horizontal */
  border-color: transparent transparent #000 transparent;
  transform: rotate(50deg); /* curva hacia la derecha-abajo */
}
.hf-our-services-b2b .arrow-ft {
  bottom: 90px; /* posición vertical desde abajo */
  right: 290px; /* posición horizontal desde derecha */
  border-color: transparent transparent #000 transparent;
  transform: rotate(140deg); /* curva hacia izquierda-arriba */
}
.hf-our-services-b2b__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  justify-items: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
.hf-our-services-b2b__item {
  position: relative;
  border-radius: 1.5rem;
  width: 310px;
  height: 370px;
  transition: transform 0.3s ease;
  /* Etiquetas */
}
.hf-our-services-b2b__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: block;
}
.hf-our-services-b2b__item .hf-our-services-b2b__label {
  position: absolute;
  top: -12px;
  left: 12px;
  padding: 0.4rem 0.8rem;
  border-radius: 60px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
.hf-our-services-b2b__item .label-orange {
  top: -67px;
  left: -191px;
}
.hf-our-services-b2b__item .label-cyan {
  top: 246px;
  left: -191px;
}
.hf-our-services-b2b__item .label-red {
  top: 260px;
  left: -60px;
}
.hf-our-services-b2b__item .label-orange {
  background: #ffeb65;
}
.hf-our-services-b2b__item .label-pink {
  background: #fe9aaf;
}
.hf-our-services-b2b__item .label-red {
  background: #ff6700;
}
.hf-our-services-b2b__item .label-cyan {
  background: #02d7df;
}
.hf-our-services-b2b__item:hover {
  transform: scale(1.05);
  z-index: 3;
}
.hf-our-services-b2b__item:nth-child(1) {
  margin-top: 2rem;
}
.hf-our-services-b2b__item:nth-child(2) {
  margin-top: -2rem;
}
.hf-our-services-b2b__item:nth-child(3) {
  margin-top: -6rem;
  margin-left: -18rem;
}
.hf-our-services-b2b__item:nth-child(4) {
  margin-top: -2rem;
  margin-left: -26rem;
}
.hf-our-services-b2b__content {
  margin: 0 auto;
  max-width: 900px;
}
.hf-our-services-b2b__content__title,
.hf-our-services-b2b__content .hf-our-services-b2b__title {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
  text-transform: none;
  color: #E74F10;
}
.hf-our-services-b2b__content__text,
.hf-our-services-b2b__content .hf-our-services-b2b__text {
  color: #E74F10;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}
.hf-our-services-b2b__content .btn-solid {
  font-size: 1.2rem;
}
.hf-our-services-b2b__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hf-our-services-b2b__deco.deco-1 {
  left: 70%;
  top: 10%;
  width: 195px;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
  box-shadow: none;
}
.hf-our-services-b2b__deco.deco-2 {
  left: -2%;
  bottom: 70%;
  width: 260px;
}
.hf-our-services-b2b__deco.deco-3 {
  left: 100%;
  bottom: 25%;
  transform: translateX(-50%);
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
  box-shadow: none;
}
.hf-our-services-b2b__deco.deco-4 {
  right: -2%;
  bottom: 30%;
  width: 250px;
}
.hf-our-services-b2b__deco.deco-5 {
  right: 32%;
  top: 25%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  border: none;
  box-shadow: none;
}
.hf-our-services-b2b__deco.deco-6 {
  left: -25%;
  top: -40%;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
  box-shadow: none;
}
.hf-our-services-b2b__deco.deco-7 {
  left: -12%;
  bottom: 30%;
  width: 310px;
}
@media (max-width: 1024px) {
  .hf-our-services-b2b__gallery {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .hf-our-services-b2b__item {
    width: 220px;
    height: 280px;
  }
  .hf-our-services-b2b__item:nth-child(1), .hf-our-services-b2b__item:nth-child(2), .hf-our-services-b2b__item:nth-child(3), .hf-our-services-b2b__item:nth-child(4) {
    margin-top: 0;
  }
  .hf-our-services-b2b__deco {
    opacity: 0.7;
    transform: scale(0.8);
  }
}
@media (max-width: 600px) {
  .hf-our-services-b2b__gallery {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .hf-our-services-b2b__item {
    width: 100%;
    max-width: 320px;
    height: 350px;
    margin: 0 !important;
  }
  .hf-our-services-b2b__label {
    top: -12px !important;
    left: 12px !important;
  }
  .hf-our-services-b2b .arrow {
    display: none;
  }
  .hf-our-services-b2b__content .hf-our-services-b2b__title {
    font-size: 1.6rem;
  }
  .hf-our-services-b2b__content .hf-our-services-b2b__text {
    font-size: 1rem;
  }
  .hf-our-services-b2b__deco {
    display: none;
  }
}

.hf-our-brands {
  position: relative;
  background: #3b190c;
  padding: 0;
  /* 🔹 Columna derecha con scroll infinito */
  /* 📱 Estilos móvil */
}
.hf-our-brands__bg {
  position: absolute;
  left: 0;
  top: 35%;
  bottom: 0;
  width: 50%;
  z-index: 0;
}
.hf-our-brands__bg img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hf-our-brands__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.hf-our-brands__left {
  flex: 1;
  min-width: 50%;
  display: flex;
  margin-top: 5rem;
  justify-content: center;
}
.hf-our-brands__title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.hf-our-brands__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url("../assets/images/line-y.png") no-repeat center;
  background-size: contain;
  margin-left: 80px;
}
.hf-our-brands__right {
  flex: 1;
  min-width: 50%;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 30px 100px;
  overflow: hidden;
}
.hf-our-brands__right .hf-brands-scroller {
  position: relative;
  display: flex; /* row por defecto */
  gap: 1rem;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.hf-our-brands__right .hf-brands-scroller::before, .hf-our-brands__right .hf-brands-scroller::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 5;
  pointer-events: none;
}
.hf-our-brands__right .hf-brands-scroller::before {
  top: 0;
  background: linear-gradient(to bottom, #3b190c 0%, rgba(59, 25, 12, 0) 100%);
}
.hf-our-brands__right .hf-brands-scroller::after {
  bottom: 0;
  background: linear-gradient(to top, #3b190c 0%, rgba(59, 25, 12, 0) 100%);
}
.hf-our-brands__right .hf-brands-column {
  height: 500px;
  overflow: hidden;
  flex: 1;
}
.hf-our-brands__right .hf-brands-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hf-our-brands__right .hf-brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 200px;
}
.hf-our-brands__right .hf-brand-item:nth-child(4n+1) {
  background-color: #02d7df;
}
.hf-our-brands__right .hf-brand-item:nth-child(4n+2) {
  background-color: #ffd767;
}
.hf-our-brands__right .hf-brand-item:nth-child(4n+3) {
  background-color: #ff6700;
}
.hf-our-brands__right .hf-brand-item:nth-child(4n+4) {
  background-color: #cde499;
}
.hf-our-brands__right .hf-brand-img {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.hf-our-brands__right .hf-scroll-up .hf-brands-inner {
  animation: scrollUp 90s linear infinite;
}
.hf-our-brands__right .hf-scroll-down .hf-brands-inner {
  animation: scrollDown 90s linear infinite;
}
@media (max-width: 768px) {
  .hf-our-brands__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hf-our-brands__bg {
    display: none;
  }
  .hf-our-brands__left {
    min-width: 100%;
    padding: 2rem 1rem;
    margin-top: 60px;
  }
  .hf-our-brands__title {
    font-size: 2.4rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  .hf-our-brands__title::after {
    margin-left: 0;
  }
  .hf-our-brands__right {
    width: 100%;
    padding: 0 1rem;
  }
  .hf-our-brands__right .hf-brands-scroller {
    flex-direction: row; /* ✅ mantener dos columnas en móvil */
    height: 360px; /* más compacto */
    gap: 0.5rem;
  }
  .hf-our-brands__right .hf-brands-column {
    flex: 1;
    height: 100%;
  }
  .hf-our-brands__right .hf-brand-item {
    height: 140px; /* ítems más chicos */
    padding: 1rem;
  }
  .hf-our-brands__right .hf-brand-img {
    max-height: 80px;
  }
}

.hf-our-recipes {
  background: #3b190c;
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  /* 📱 Estilos móvil */
  /* 📱 Extra pequeño */
}
.hf-our-recipes__title {
  font-size: 4.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4rem;
  position: relative;
  z-index: 10;
}
.hf-our-recipes__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url("../assets/images/happy-face.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 31%;
  top: -17%;
}
.hf-our-recipes__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  margin: 1rem auto 0;
  background: url("../assets/images/line.png") no-repeat center;
  background-size: contain;
}
.hf-our-recipes__slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.hf-our-recipes .swiper,
.hf-our-recipes .swiper-wrapper,
.hf-our-recipes .swiper-slide {
  overflow: visible !important;
}
.hf-our-recipes .swiper-slide {
  width: 520px !important;
  height: 600px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.hf-our-recipes .swiper-slide-active,
.hf-our-recipes .swiper-slide-prev,
.hf-our-recipes .swiper-slide-next {
  visibility: visible;
  opacity: 1;
}
.hf-our-recipes__img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: visible;
}
.hf-our-recipes__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  border: 6px solid #fff;
  display: block;
  transition: all 0.5s ease;
}
.hf-our-recipes__overlay {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translateX(-50%);
  background: #E74F10;
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  min-width: 400px;
}
.hf-our-recipes .swiper-slide-active .hf-our-recipes__overlay {
  opacity: 1;
}
.hf-our-recipes__name {
  font-size: 1.6rem;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  margin: 0;
  text-align: center;
}
.hf-our-recipes .swiper-button-prev,
.hf-our-recipes .swiper-button-next {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
@media (max-width: 768px) {
  .hf-our-recipes {
    padding: 4rem 1rem;
    overflow-x: hidden;
    /* Transformaciones reducidas */
  }
  .hf-our-recipes__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .hf-our-recipes__title::before {
    height: 35px;
    width: 70%;
    left: 55%;
  }
  .hf-our-recipes__title::after {
    height: 20px;
    width: 70%;
  }
  .hf-our-recipes .swiper-slide {
    width: 85% !important;
    height: 380px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hf-our-recipes__img {
    border: 4px solid #fff;
  }
  .hf-our-recipes__overlay {
    bottom: -5%;
    padding: 0.3rem 0.8rem;
    min-width: 250px;
  }
  .hf-our-recipes__name {
    font-size: 1.2rem;
  }
  .hf-our-recipes .swiper-slide-prev .hf-our-recipes__img {
    transform: scale(0.95) rotate(-3deg) translateX(60px);
    margin-top: 20px;
  }
  .hf-our-recipes .swiper-slide-next .hf-our-recipes__img {
    transform: scale(0.95) rotate(3deg) translateX(-60px);
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .hf-our-recipes__title {
    font-size: 2.8rem;
    line-height: 0.9;
  }
  .hf-our-recipes .swiper-slide {
    width: 90% !important;
    height: 450px;
  }
  .hf-our-recipes__name {
    font-size: 1rem;
  }
  .hf-our-recipes .swiper-slide-prev .hf-our-recipes__img {
    transform: scale(0.95) rotate(-2deg) translateX(30px);
  }
  .hf-our-recipes .swiper-slide-next .hf-our-recipes__img {
    transform: scale(0.95) rotate(2deg) translateX(-30px);
  }
}

/* 🎨 Efectos de giro y escala (desktop optimizados) */
.hf-our-recipes .swiper-slide-active .hf-our-recipes__img {
  border: 8px solid #fff;
  transform: scale(1) rotate(0deg);
  z-index: 3;
  opacity: 1;
}

.hf-our-recipes .swiper-slide-prev .hf-our-recipes__img {
  border: 8px solid #fff;
  transform: scale(0.9) rotate(-8deg) translateX(180px);
  z-index: 2;
  opacity: 0.8;
  margin-top: 50px;
}

.hf-our-recipes .swiper-slide-next .hf-our-recipes__img {
  border: 8px solid #fff;
  transform: scale(0.9) rotate(8deg) translateX(-180px);
  z-index: 2;
  opacity: 0.8;
  margin-top: 50px;
}

.hf-our-recipes .swiper-slide-active {
  z-index: 5 !important;
}

.page-template-page-individual .sign-wrap h1 {
  margin: 0 200px;
}

.single-service p {
  position: relative;
  z-index: 3;
  color: #391400 !important;
  font-weight: 600;
}
.single-service figure {
  width: 100%;
  margin: 0;
}
.single-service img {
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
.single-service .img-deco {
  position: relative;
  z-index: 2;
}
.single-service .img-deco::before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: url("../assets/images/deco-bump.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: -10%;
  top: 60%;
  z-index: 1;
  transform: rotate(220deg);
}
@media screen and (max-width: 768px) {
  .single-service .img-deco::before {
    width: 200px;
    height: 200px;
    left: -14%;
    top: 43%;
  }
}
.single-service .img-deco::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url("../assets/images/pink-flower.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: -6%;
  top: -10%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .single-service .img-deco::after {
    width: 80px;
    height: 80px;
  }
}

.hf_decobottom {
  position: relative;
}
.hf_decobottom::before {
  content: "✱";
  color: #00e0ff;
  font-weight: 900;
  font-size: 6em;
  margin-right: 0.25em;
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: 5;
}

.recipe {
  color: #391400;
  margin-top: 30px;
}
.recipe a {
  text-decoration: none;
  color: #ed6a28;
  font-weight: 500;
}

/* --- Bloque Superior --- */
.recipe__top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 6rem;
}
.recipe__top .recipe__subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ed6a28;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
}

.recipe__image {
  flex: 1;
  position: relative;
}
.recipe__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background: url("../assets/images/pink-seal.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  margin-left: -50%;
  margin-top: -8%;
}

.recipe__image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
  border: 8px solid #3b190c;
}

.recipe__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #3b190c;
  color: #f5f0de;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Changa One", sans-serif;
  text-transform: uppercase;
  padding: 0.4rem 2.5rem;
  border-radius: 120px;
  margin-top: -7%;
  min-width: 500px;
  text-align: center;
}

.recipe__info {
  flex: 1;
  margin: 40px;
}

.recipe__title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ed6a28;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.recipe__intro {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* Ingredientes */
.recipe__ingredients ul,
.recipe__ingredients ol {
  -moz-columns: 2;
       columns: 2;
  padding: 0;
  margin: 0;
  list-style: none;
}

.recipe__ingredients li {
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
  position: relative;
}

.recipe__ingredients li::before {
  content: "✱";
  color: #ffeb65;
  position: absolute;
  left: 0;
}

/* --- Bloque Inferior --- */
.recipe__bottom {
  background: #3b190c;
  color: #fff;
  padding: 2rem;
}

.recipe__bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  max-width: 1200px; /* si tu wrapper limita ancho */
  margin: 0 auto;
}

.recipe__bottom .recipe__subtitle {
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 120px;
  display: inline-block;
  margin-bottom: 1rem;
  color: #3b190c;
  transform: rotate(-2deg);
}

.recipe__steps {
  flex: 1 1 50%;
  max-width: 50%;
}

.recipe__instagram {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

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

.recipe__steps-list li {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.5rem;
}

.recipe__steps-list li::before {
  content: "✱";
  color: #ffeb65;
  position: absolute;
  left: 0;
}

.recipe__cta {
  font-weight: 600;
  color: #FCFCFC;
  font-family: "Changa One", sans-serif;
  margin-top: 1.5rem;
  font-size: 2rem;
}

/* Instagram Frame */
.recipe__insta-frame {
  background: #fff;
  border-radius: 12px;
  padding: 0.5rem;
  max-width: 420px;
  width: 100%;
  border: 3px solid #2e1409;
  display: flex;
  justify-content: center;
}

.recipe__insta-frame img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.recipe__insta-actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.5rem;
}

.recipe__insta-actions img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.recipe__insta-actions img:hover {
  transform: scale(1.2);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .recipe__bottom .wrapper {
    flex-direction: column;
  }
  .recipe__steps,
  .recipe__instagram {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .recipe__ingredients ul,
  .recipe__ingredients ol {
    -moz-columns: 1;
         columns: 1; /* Ingredientes en una columna en móvil */
  }
}
.post-template-default .top-bar .nav ul li a {
  color: #161615;
}

/* --- Responsive Tablet y Móvil --- */
@media (max-width: 1024px) {
  .recipe__info {
    margin: 15px;
  }
  .recipe__image img {
    height: 380px; /* más compacto en tablet */
  }
  .recipe__image::before {
    height: 85px;
    margin-left: -45%;
    margin-top: -6%;
  }
  .recipe__label {
    font-size: 1.6rem;
    min-width: 300px;
    padding: 0.4rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .recipe__top {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
  .recipe__image img {
    height: 320px;
  }
  .recipe__label {
    font-size: 1.4rem;
    min-width: 260px;
    margin-top: -12%; /* sube más la etiqueta en móvil */
    padding: 0.3rem 1.2rem;
  }
  .recipe__title {
    font-size: 1.3rem;
  }
  .recipe__intro {
    font-size: 0.95rem;
  }
  .recipe__bottom .wrapper {
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem 0;
  }
  .recipe__steps,
  .recipe__instagram {
    width: 100%;
  }
  .recipe__insta-frame {
    width: 100%;
  }
  .recipe__insta-frame img {
    height: 360px;
  }
  .recipe__cta {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .recipe__info {
    margin: 15px;
  }
  .recipe__image img {
    height: 350px;
  }
  .recipe__label {
    min-width: 300px;
  }
  .recipe__subtitle {
    font-size: 1rem;
  }
  .recipe__title {
    font-size: 1.1rem;
  }
  .recipe__intro {
    margin-top: 30px;
    font-size: 0.9rem;
  }
  .recipe__ingredients li {
    font-size: 0.9rem;
  }
  .recipe__steps-list li {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .recipe__cta {
    font-size: 1.6rem;
  }
  .recipe__bottom .recipe__subtitle {
    font-size: 1.6rem;
  }
}
/*----------------------------------------------------*\
    TOP BAR
    -
    Barra superior con logo, navegación y botón móvil
\*----------------------------------------------------*/
:root {
  --header-h: 88px;
  --hero-top: 38px;
}

/* Evita que el header tape el contenido */
body {
  padding-top: var(--header-h);
}

/* Compensa el masthead para que suba detrás del header */
.masthead {
  margin-top: calc(var(--header-h) * -1);
}

/* ---------------- TOP BAR ---------------- */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, top 0.25s ease;
  /* --- Logo --- */
  /* --- Navegación desktop --- */
  /* --- Botón hamburguesa (oculto en desktop) --- */
  /* --- Responsivo --- */
}
.top-bar .wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto; /* logo | nav | btn */
  align-items: center;
  gap: 30px;
  width: 100%;
}
.top-bar .logo a {
  position: relative;
  margin-top: 0;
  width: 180px;
}
@media (min-width: 1200px) {
  .top-bar .logo a {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .top-bar .wrapper {
    gap: 10px;
  }
  .top-bar .logo a {
    width: 130px;
  }
  .top-bar .whatsapp-icon img {
    width: 40px;
  }
}
.top-bar .logo img {
  width: 120px;
  height: auto;
  display: block;
}
.top-bar .nav {
  width: auto;
  font-family: "QuickSand", sans-serif;
}
.top-bar .nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: clamp(16px, 5vw, 80px);
}
.top-bar .nav ul li a {
  padding: 8px 6px;
  font-weight: 500;
  color: #fff; /* blanco sobre masthead */
  text-transform: none;
  transition: all 0.3s ease;
}
.top-bar .nav ul li a:hover {
  color: #E74F10;
}
.top-bar .btn--nav {
  justify-self: end;
  font-size: 24px;
  background: none;
  border: none;
  display: none; /* solo móvil */
  color: #161615;
}
.top-bar .btn--nav span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .top-bar { /* oculta menú horizontal */
    /* muestra botón hamburguesa */
  }
  .top-bar .nav {
    display: none;
  }
  .top-bar .btn--nav {
    display: flex;
  }
}

/* --- Estados dinámicos --- */
/* SOBRE el masthead → header baja dentro del cuadro */
.top-bar.over-hero {
  top: var(--hero-top);
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .top-bar.over-hero {
    padding: 30px;
  }
  .top-bar.over-hero .btn--nav {
    color: #FCFCFC;
  }
}

/* FUERA del masthead → header arriba con fondo blanco */
.top-bar.is-solid {
  top: 0;
  background: #FCFCFC;
  border-bottom: 3px solid #161615;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}
.top-bar.is-solid .nav ul li a {
  color: #161615;
}
.top-bar.is-solid .nav ul li a:hover {
  color: #E74F10;
}

/* --- WhatsApp FAB dentro del header --- */
.whatsapp-fab {
  justify-self: end; /* se coloca en la 3ª columna del grid */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
  transition: transform 0.15s ease;
}
.whatsapp-fab img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.whatsapp-fab:hover {
  transform: translateY(-1px) scale(1.02);
}

/* Variante si prefieres que el FAB flote dentro del cuadro del masthead:
.whatsapp-fab{
  position: absolute;
  top: calc(var(--hero-top) + 4px);
  right: calc(30px + 6px); // frame-gap + aire
  width: 56px; height: 56px;
  z-index: 2;
}
.top-bar.is-solid ~ .whatsapp-fab{ top: 12px; }
*/
/* Desktop vs móvil */
@media (max-width: 1024px) {
  .top-bar .nav {
    display: none !important;
  }
  .top-bar .btn--nav {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background: #F8EDD6;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.mobile-nav header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-bottom: solid 3px #635747;
  position: relative;
}
.mobile-nav header button {
  display: block;
  position: relative;
  background: none;
  border: none;
}
.mobile-nav header button:before,
.mobile-nav header button:after {
  border-radius: 50%;
}
.mobile-nav header button span {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.mobile-nav .logo {
  position: absolute;
  top: 8px;
  left: 8px;
}
.mobile-nav .logo img {
  width: 140px;
  height: auto;
}
.mobile-nav nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 15px;
  text-align: left;
  margin-top: 60px;
}
.mobile-nav nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.mobile-nav nav li a {
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: none;
  color: #ff6f00;
  transition: all 0.3s ease;
}
.mobile-nav nav li a:hover {
  color: #E74F10;
}

/* estado abierto */
.mobile-nav.active {
  left: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.woocommerce-nav {
  background: #FCFCFC;
  padding: 8px;
  border-bottom: solid 2px #161615;
}
.woocommerce-nav .wrapper,
.woocommerce-nav > div {
  display: flex;
}
@media screen and (max-width: 768px) {
  .woocommerce-nav .wrapper,
  .woocommerce-nav > div {
    padding: 0;
    justify-content: space-between;
  }
}
.woocommerce-nav .nav-left,
.woocommerce-nav .nav-right {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .woocommerce-nav .nav-left,
  .woocommerce-nav .nav-right {
    width: auto;
  }
}
.woocommerce-nav .nav-left {
  justify-content: flex-start;
}
.woocommerce-nav .nav-right {
  justify-content: flex-end;
}
.woocommerce-nav .btn--nav {
  background: #FCFCFC;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  transition: all 0.5s ease;
}
.woocommerce-nav .btn--nav i {
  margin-bottom: 5px;
  margin-right: 8px;
}
.woocommerce-nav .btn--nav:hover {
  color: #E74F10;
}
@media screen and (max-width: 768px) {
  .woocommerce-nav .btn--nav {
    font-size: 16px;
    white-space: nowrap;
  }
}
.woocommerce-nav .nav-right a {
  color: #161615;
  display: flex;
  margin-left: 15px;
  transition: all 0.5s ease;
}
.woocommerce-nav .nav-right a:before {
  font-family: "icons";
  display: inline-block;
  margin-right: 8px;
}
.woocommerce-nav .nav-right a:hover {
  color: #E74F10;
}
@media screen and (max-width: 768px) {
  .woocommerce-nav .nav-right a {
    margin-left: 0;
  }
  .woocommerce-nav .nav-right a span:nth-child(1) {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
  }
}
.woocommerce-nav .nav-link--account:before {
  content: "\e845";
}
.woocommerce-nav .nav-link--wishlist span:first-child {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.woocommerce-nav .nav-link--wishlist:before {
  content: "\e841";
}
.woocommerce-nav .nav-link--cart span:first-child {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.woocommerce-nav .nav-link--cart span:last-child {
  background: #E74F10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  color: #FCFCFC;
  font-weight: 700;
  font-size: 14px;
  margin-left: -12px;
  margin-top: -7px;
}
.woocommerce-nav .nav-link--cart:before {
  content: "\e81d";
}

.nav--woocommerce-categories {
  background: #FCFCFC;
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 25;
  transition: all 0.5s ease;
}
.nav--woocommerce-categories.active {
  left: 0;
}
@media screen and (max-width: 768px) {
  .nav--woocommerce-categories {
    width: 100%;
  }
}
.nav--woocommerce-categories button {
  background: #161615;
  color: #FCFCFC;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  padding: 15px 15px 15px calc(50vw - 640px);
}
@media screen and (max-width: 768px) {
  .nav--woocommerce-categories button {
    padding: 15px;
  }
}
.nav--woocommerce-categories button i {
  margin-bottom: 3px;
  margin-left: 8px;
}
.nav--woocommerce-categories nav ul {
  flex-direction: column;
}
.nav--woocommerce-categories nav ul li {
  border-bottom: solid 1px #D0D0D2;
}
.nav--woocommerce-categories nav ul a {
  color: #161615;
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .nav--woocommerce-categories nav ul a {
    padding: 15px;
  }
}

.nav--woocommerce-module {
  padding: 30px 0;
  font-weight: 700;
}
.nav--woocommerce-module ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .nav--woocommerce-module ul {
    overflow-x: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .nav--woocommerce-module ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .nav--woocommerce-module ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .nav--woocommerce-module ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.nav--woocommerce-module li {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav--woocommerce-module li {
    width: 60%;
    min-width: 60%;
  }
}
.nav--woocommerce-module li:nth-child(6),
.nav--woocommerce-module li:nth-child(7),
.nav--woocommerce-module li:nth-child(8),
.nav--woocommerce-module li:nth-child(9),
.nav--woocommerce-module li:nth-child(10),
.nav--woocommerce-module li:nth-child(11),
.nav--woocommerce-module li:nth-child(12) {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.nav--woocommerce-module a {
  color: #161615;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav--woocommerce-module a:before {
  content: "\f178";
  font-family: "icons";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: rgba(0, 0, 0, 0.6);
  color: #FCFCFC;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease;
}
.nav--woocommerce-module a:hover:before {
  opacity: 1;
}
.nav--woocommerce-module img {
  padding: 0 !important;
  width: 160px !important;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.nav--woocommerce-module span {
  display: inline-block;
  text-align: center;
  padding-top: 15px;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 60px;
}
.carousel .carousel-track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
}
.carousel img {
  height: 100px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.loop {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  padding-block: 60px;
  padding-inline: max(50% - 600px, 0px);
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .loop {
    overflow-x: auto;
    padding: 30px 15px;
    gap: 15px;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .loop::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .loop::-webkit-scrollbar-track {
    background: transparent;
  }
  .loop::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.loop .post-item {
  width: 33%;
  min-width: 0;
  background: #3b190c;
  border-radius: 30px;
  text-align: center;
  border: 6px solid #3b190c;
}
@media screen and (max-width: 768px) {
  .loop .post-item {
    width: 80%;
    min-width: 80%;
  }
}
.loop .post-item a {
  text-decoration: none;
}
.loop .post-item .post-thumbnail {
  width: 100%;
  margin: 0 0 8px 0;
}
.loop .post-item .post-thumbnail img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .loop .post-item .post-thumbnail img {
    height: 200px;
  }
}
.loop .post-item .post-content {
  padding: 0 30px 30px 30px;
}
.loop .post-item .post-content .post-category {
  margin-bottom: 15px;
  font-weight: 500;
  color: #FCFCFC;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .loop .post-item .post-content .post-category {
    margin-bottom: 0;
  }
}
.loop .post-item .post-content .post-title {
  font-size: 28px;
  text-transform: uppercase;
  color: #f5f0de;
}
@media screen and (max-width: 768px) {
  .loop .post-item .post-content .post-title {
    margin-bottom: 0;
    font-size: 22px;
  }
}
.loop .post-item .post-content .post-meta {
  display: none;
}
.loop .post-item .post-content p {
  color: #161615;
  margin-bottom: 0;
  line-height: 1.4em;
  display: none;
}

/*----------------------------------------------------*\
    NAV
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.content .wrapper,
.content > div {
  display: flex;
}
@media screen and (max-width: 768px) {
  .content .wrapper,
  .content > div {
    flex-direction: column;
  }
}
.content .aside,
.content aside {
  width: 300px;
  min-width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .content .aside,
  .content aside {
    width: 100%;
  }
}
.content .wrapper article,
.content .wrapper > div:nth-child(1) {
  flex-grow: 1;
  margin-right: 30px;
  margin-bottom: 60px;
  color: #FCFCFC;
}
@media screen and (max-width: 768px) {
  .content .wrapper article,
  .content .wrapper > div:nth-child(1) {
    margin-right: 0;
  }
}

.widget--loop .post-item {
  margin-bottom: 0 !important;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.top-offers {
  padding: 30px 0;
}
.top-offers .wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-offers .wrapper {
    overflow-x: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .top-offers .wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .top-offers .wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .top-offers .wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.top-offers .post-item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .top-offers .post-item {
    width: 80%;
    min-width: 80%;
  }
}
.top-offers .post-item:nth-child(1) {
  margin-right: 15px;
  transform: rotate(1deg);
}
.top-offers .post-item:nth-child(2) {
  margin-left: 15px;
  transform: rotate(-1deg);
}
.top-offers .post-item a {
  text-decoration: none;
  position: relative;
  display: block;
}
.top-offers .post-item .post-thumbnail {
  margin: 0;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .top-offers .post-item .post-thumbnail {
    height: 300px;
  }
}
.top-offers .post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.top-offers .post-item .post-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.top-offers .post-item .post-content .post-category {
  background: #FFCE4F;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #161615;
  padding: 0.3em;
  border-radius: 30px;
  margin-bottom: 15px;
}
.top-offers .post-item .post-content .post-title {
  color: #161615;
  background: #FCFCFC;
  padding: 0.2em;
  border-radius: 8px;
  font-size: 32px;
}
.top-offers .post-item .post-content .post-meta {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.top-offers .post-item .post-content p {
  background: #FCFCFC;
  font-size: 22px;
  color: #161615;
  padding: 0.2em;
  border-radius: 8px;
}

/*----------------------------------------------------*\
   FOOTER
\*----------------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: #ffeb65;
  padding: 3rem 1.5rem;
  /* Acceso */
  /* Contacto */
}
.footer__inner {
  background: #fff6e5;
  border-radius: 1.5rem;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}
.footer__item {
  flex: 1;
}
.footer__logo img {
  width: 180px;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 140px;
  }
}
.footer__access ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__access ul li a {
  color: #E74F10;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.footer__access ul li a::before {
  content: "✱";
  vertical-align: middle;
  font-weight: 900;
  color: #E74F10;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .footer__access ul li a {
    font-size: 1rem;
  }
}
.footer__subtitle {
  background: #E74F10;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50px 50px 50px 0;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: none;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .footer__subtitle {
    font-size: 1.2rem;
    border-radius: 30px 30px 30px 0;
  }
}
.footer__contact .footer__mail,
.footer__contact .footer__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #E74F10;
}
.footer__contact .footer__mail img,
.footer__contact .footer__phone img {
  width: 24px;
  height: auto;
}
@media (max-width: 768px) {
  .footer__contact .footer__mail,
  .footer__contact .footer__phone {
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    justify-content: center;
    font-size: 0.9rem;
    padding: 0.4rem;
  }
  .footer__contact .footer__mail img,
  .footer__contact .footer__phone img {
    width: 35px;
  }
}
.footer__contact .footer__mail {
  border: 2px solid #E74F10;
  border-radius: 30px;
  padding: 15px;
  display: inline-flex;
}
.footer__contact .footer__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}
.footer__contact .footer__phone span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #E74F10;
}
.footer__contact .footer__phone strong {
  font-family: "Changa One", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #E74F10;
}
.footer__contact .footer__phone img {
  width: 40px;
  height: auto;
}
@media (max-width: 768px) {
  .footer__contact .footer__phone {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .footer__contact .footer__phone span {
    font-size: 1rem;
  }
  .footer__contact .footer__phone strong {
    font-size: 2rem;
  }
  .footer__contact .footer__phone img {
    width: 28px;
  }
}

.thankyou {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #F8EDD6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FCFCFC;
  text-align: center;
}

.thankyou h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .thankyou h1 {
    font-size: 36px;
  }
}

.thankyou h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .thankyou h2 {
    font-size: 22px;
  }
}

.thankyou button {
  font-family: "Encode Sans Expanded", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #FCFCFC;
  background: #161615;
  border: none;
  border-radius: 15px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.thankyou button:hover {
  background: #000000;
}

/* --- Slides específicos --- */
#thirdSlide {
  display: flex; /* se muestra desde el inicio */
}

#fourthSlide {
  display: none; /* oculto hasta que el usuario agende */
}/*# sourceMappingURL=styles.css.map */