@charset "UTF-8";
/* CONFIGURATION */
/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
  color: black;
}

p a:hover {
  text-decoration: underline;
  color: #555;
}

/*input[type='submit'],
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
textarea {
  resize: none;
  border: none;
  color: rgb(161, 166, 169);
  border-bottom: 2px solid #000;
  font-family: MyriadPro-Semibold;
  font-size: 20px;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 4px 5px;
  background: none;
}

/* REFACTOR COLOURS -- HEADER NEW */
@font-face {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "Kepler Std";
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff") format("woff");
}
/* STRUCTURE */
.show-on-mobile,
.show-on-tablet,
.show-on-small-desktop,
.show-on-mobile--flex,
.show-on-tablet--flex,
.show-on-small-desktop--flex {
  display: none !important;
}

@media only screen and (max-width: 950px) {
  .no-show-on-small-desktop {
    display: none !important;
  }
  .show-on-small-desktop {
    display: block !important;
  }
  .show-on-small-desktop--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 860px) {
  .no-show-on-tablet {
    display: none !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .show-on-tablet--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .no-show-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  .show-on-mobile--flex {
    display: flex !important;
  }
}
p,
li,
a,
span {
  text-align: left;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  line-height: 120%;
}

a {
  transition: all 0.5s ease-in-out;
}

strong,
b,
b span {
  font-weight: 900;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

ul {
  padding-left: 20px;
}
ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ol {
  padding-left: 20px;
}
ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

table,
th,
td {
  border: 1px solid #000;
}

th,
td {
  padding: 8px;
  text-align: left;
}

th {
  background-color: #888888;
  opacity: 0.8;
}

tr:hover {
  background-color: #ddd;
}

.p-text {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 120%;
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text span {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--small {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}
.p-text--small span {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}
.p-text--regular {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--regular span {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--medium {
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
}
.p-text--medium span {
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
}
.p-text--mid {
  font-size: 0.875rem;
}
.p-text--big {
  font-size: min(max(1.3125rem, 1.575vw), 1.575rem);
}
.p-text--big span {
  font-size: min(max(1.3125rem, 1.575vw), 1.575rem);
}
.p-text--super {
  font-size: min(max(1.5rem, 1.8vw), 1.8rem);
}
.p-text--super span {
  font-size: min(max(1.5rem, 1.8vw), 1.8rem);
}
.p-text--ultra {
  font-size: min(max(1.8125rem, 2.175vw), 2.175rem);
}
.p-text--ultra span {
  font-size: min(max(1.8125rem, 2.175vw), 2.175rem);
}
.p-text--thin {
  font-weight: 400;
}
.p-text--centered {
  text-align: center;
}
.p-text--condensed {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
}
.p-text--light {
  color: #fff !important;
}
.p-text--light span {
  color: #fff !important;
}
.p-text--default {
  color: #888888;
}
.p-text--highlight {
  color: #04CDAE !important;
}
.p-text--highlight-share {
  color: #095FC6;
}
.p-text--highlight-b2b {
  color: #92D050;
}
.p-text--soft {
  color: #888888;
}
.p-text--semi {
  font-weight: 600;
}
.p-text--bold {
  font-weight: 900;
}
.p-text--upper {
  text-transform: uppercase;
}
.p-text--blue {
  color: #00B0F0;
}
.p-text--red {
  color: #FF5050;
}
.p-text--green {
  color: #009999;
}
.p-text--purple {
  color: #BD92DE;
}

.str-header {
  position: absolute;
  background-color: transparent;
  top: 0px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 10;
  height: auto;
  transition: all 0.5s ease-in-out;
  /* @include utils.media-breakpoint (sm) {
     height: 66px;
  } */
}
@media only screen and (max-width: 600px) {
  .str-header {
    padding-top: 10px;
    height: 50px;
    padding-bottom: 10px;
  }
}
.str-header .a-logo {
  display: flex;
  align-items: center;
  background-color: transparent;
  z-index: 6;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.str-header .a-logo img {
  background-color: transparent;
  max-width: 224px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo img {
    max-width: 110px;
  }
}
.str-header .a-logo--b2b img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--b2b img {
    max-height: 30px;
  }
}
.str-header .a-logo--nochef img {
  width: auto;
  max-width: 250px !important;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--nochef img {
    max-height: unset !important;
    max-width: 224px !important;
  }
}
.str-header .a-logo--light {
  display: none;
}
.str-header .a-logo--sections img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--sections img {
    max-height: 30px;
  }
}
.str-header .a-logo--svg svg {
  width: 150px;
  transition: all 0.5s ease-in-out;
}
.str-header .a-logo--svg svg path {
  transition: all 0.5s ease-in-out;
  fill: #000;
}
.str-header .a-logo--blog .a-logo__svg-cib {
  fill: #EFA300 !important;
}
.str-header--black a,
.str-header--black p,
.str-header--black li,
.str-header--black span,
.str-header--black select,
.str-header--black option,
.str-header--black .m-menu__list-item--selector select,
.str-header--black .m-menu__list-item a,
.str-header--black .m-menu__list-item p {
  color: #fff;
}
.str-header--black .a-burguer span {
  background: #fff;
}
.str-header--black .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-header--black .m-menu__list-item:hover,
.str-header--black .m-menu__list-item:hover a,
.str-header--black .m-menu__list-item:hover p,
.str-header--black .wpml-ls li:hover,
.str-header--black .wpml-ls li:hover a,
.str-header--black .wpml-ls li:hover span {
  color: #fff !important;
  opacity: 0.7;
}

.a-logo__text {
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  max-width: 200px;
  margin-left: 17px;
  margin-top: 0px;
  transition: all 0.5s ease-in-out;
}

.str-header .str-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.str-header__menus {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .str-header__menus {
    position: fixed;
    padding: 30px 50px;
    background-color: #fff;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 5;
    padding-top: 130px;
    display: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 600px) {
  .str-header__menus {
    padding: 30px 20px;
    padding-top: 95px;
  }
}

@media only screen and (max-width: 950px) {
  body.black .str-header__menus {
    background-color: #000;
  }
}

.str-body-blog--home .str-header a,
.str-body-blog--home .str-header p,
.str-body-blog--home .str-header li,
.str-body-blog--home .str-header span,
.str-body-blog--home .str-header select,
.str-body-blog--home .str-header option,
.str-body-blog--home .str-header .m-menu__list-item--selector select,
.str-body-blog--home .str-header .m-menu__list-item a,
.str-body-blog--home .str-header .m-menu__list-item p {
  color: #fff;
}
.str-body-blog--home .str-header .a-burguer span {
  background: #fff;
}
.str-body-blog--home .str-header .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-body-blog--home .str-header .m-menu__list-item:hover,
.str-body-blog--home .str-header .m-menu__list-item:hover a,
.str-body-blog--home .str-header .m-menu__list-item:hover p,
.str-body-blog--home .str-header .wpml-ls li:hover,
.str-body-blog--home .str-header .wpml-ls li:hover a,
.str-body-blog--home .str-header .wpml-ls li:hover span {
  color: #fff !important;
  opacity: 0.7;
}
.str-body-blog--home .str-header .a-logo--light {
  display: block;
}
.str-body-blog--home .str-header .a-logo--dark {
  display: none;
}
.str-body-blog--home .a-logo {
  transition: all 0.5s ease-in-out;
}
.str-body-blog--home .a-logo--svg svg {
  width: 150px;
}
.str-body-blog--home .a-logo--svg svg path {
  fill: #fff;
}
.str-body-blog--home .a-logo--blog .a-logo__svg-cib {
  fill: #EFA300;
}
.str-body-blog--home .str-header.active a,
.str-body-blog--home .str-header.active p,
.str-body-blog--home .str-header.active li,
.str-body-blog--home .str-header.active span,
.str-body-blog--home .str-header.active select,
.str-body-blog--home .str-header.active option,
.str-body-blog--home .str-header.active .m-menu__list-item--selector select,
.str-body-blog--home .str-header.active .m-menu__list-item a,
.str-body-blog--home .str-header.active .m-menu__list-item p {
  color: #000;
}
.str-body-blog--home .str-header.active .a-burguer span {
  background: #000;
}
.str-body-blog--home .str-header.active .m-menu__list-item--selector:after {
  border-top-color: #000;
}
.str-body-blog--home .str-header.active .m-menu__list-item:hover,
.str-body-blog--home .str-header.active .m-menu__list-item:hover a,
.str-body-blog--home .str-header.active .m-menu__list-item:hover p,
.str-body-blog--home .str-header.active .wpml-ls li:hover,
.str-body-blog--home .str-header.active .wpml-ls li:hover a,
.str-body-blog--home .str-header.active .wpml-ls li:hover span {
  color: #000 !important;
  opacity: 0.7;
}
.str-body-blog--home .str-header.active .a-logo--light {
  display: none;
}
.str-body-blog--home .str-header.active .a-logo--dark {
  display: block;
}

.str-header__menus-top {
  display: flex;
  gap: 30px;
  align-self: flex-end;
  height: 40px;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .str-header__menus-top {
    width: 100%;
    flex-direction: column;
    gap: 0px;
  }
}

.str-header.active {
  background-color: #fff;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0px;
}
.str-header.active .a-logo--b2b img {
  max-height: 30px;
}
.str-header.active .a-logo--share img {
  max-height: 30px;
}
.str-header.active .a-logo--sections img {
  max-height: 30px;
}
.str-header.active .a-logo--svg svg {
  width: 120px;
}
.str-header.active .a-logo--svg svg path {
  fill: #000;
}
.str-header.active .str-header__menus-top {
  opacity: 0;
  height: 0px;
  padding-bottom: 0px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .str-header.active .str-header__menus-top {
    gap: 30px;
    align-self: flex-end;
    height: 40px;
    padding-bottom: 20px;
    opacity: 1;
  }
}
.str-header.active .a-logo__text {
  opacity: 0;
  line-height: 12px;
}

.str-header--black.active {
  background-color: #000;
}

.str-header.mobile-open .str-header__menus-top {
  opacity: 1;
}

/* ATOMS */
.a-burguer {
  display: inline-block;
  position: relative;
  z-index: 6;
  width: 30px;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.a-burguer span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  border-radius: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.a-burguer span {
  background: #000;
}

.a-burguer span:nth-child(1) {
  top: 0px;
}

.a-burguer span:nth-child(2) {
  top: 10px;
}

.a-burguer span:nth-child(3) {
  top: 20px;
}

.a-burguer.a-burguer--open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  width: 35px;
  left: -2px;
}

.a-burguer.a-burguer--open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

.a-burguer.a-burguer--open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  width: 35px;
  left: -2px;
}

.a-menu-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.15));
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  background-color: white;
  text-align: left;
  display: flex;
  gap: 10px;
}
.a-menu-item span {
  font-weight: 600;
}

.a-menu-item:hover {
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
}

.a-menu-item__before {
  width: 5px;
  background-color: black;
}

.a-menu-item__after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid black;
  transform: rotate(90deg);
  align-self: center;
  margin-right: 5px;
}

.a-menu-item--special .a-menu-item__before {
  background-color: #891679;
}
.a-menu-item--special .a-menu-item__after {
  border-bottom: 10px solid #891679;
}

.a-menu-item--manage .a-menu-item__before {
  background-color: #0874B7;
}
.a-menu-item--manage .a-menu-item__after {
  border-bottom: 10px solid #0874B7;
}

.a-menu-item--start .a-menu-item__before {
  background-color: #F24034;
}
.a-menu-item--start .a-menu-item__after {
  border-bottom: 10px solid #F24034;
}

.a-menu-item--all .a-menu-item__before {
  background-color: #393939;
}
.a-menu-item--all .a-menu-item__after {
  border-bottom: 10px solid #393939;
}

.a-menu-item--special:hover {
  filter: drop-shadow(1px 2px 2px #891679);
}

.a-menu-item--start:hover {
  filter: drop-shadow(1px 2px 2px #F24034);
}

.a-menu-item--manage:hover {
  filter: drop-shadow(1px 2px 2px #0874B7);
}

.a-menu-item--all:hover {
  filter: drop-shadow(1px 2px 2px #393939);
}

.a-menu-item__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.a-menu-item__content .new {
  text-transform: uppercase;
  color: #04CDAE;
  margin-right: 5px;
}

.a-menu-item--navmenu {
  padding: 10px 10px 10px 8px !important;
  display: flex !important;
  gap: 8px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.a-menu-item--navmenu .a-menu-item__content {
  gap: 3px;
}
.a-menu-item--navmenu .a-menu-item__after {
  margin-right: 0px;
}

@media only screen and (max-width: 800px) {
  .a-menu-item--navmenu {
    padding: 10px 10px 10px 10px !important;
  }
}
/* MOLECULES */
.m-menu {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 950px) {
  .m-menu {
    width: 100%;
  }
}
.m-menu--footer {
  justify-content: flex-start;
}

.m-menu__list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.m-menu__list--footer {
  flex-direction: column;
  gap: 3px;
}
.m-menu__list--legal {
  gap: 0px;
}
@media only screen and (max-width: 950px) {
  .m-menu__list {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
}

.m-menu__list-item {
  list-style-type: none;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
  /* Oculta inicialmente el submenú */
}
@media only screen and (max-width: 950px) {
  .m-menu__list-item {
    width: 100%;
    padding: 11px 0px;
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list-item {
    padding: 8px 0px;
  }
}
.m-menu__list-item a,
.m-menu__list-item p {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .m-menu__list-item a,
  .m-menu__list-item p {
    font-size: 1.1875rem;
  }
}
.m-menu__list-item--black, .m-menu__list-item--selected {
  font-weight: 600;
}
.m-menu__list-item--black a,
.m-menu__list-item--black p, .m-menu__list-item--selected a,
.m-menu__list-item--selected p {
  font-weight: 600;
}
.m-menu__list-item--black .sub-menu a,
.m-menu__list-item--black .sub-menu p, .m-menu__list-item--selected .sub-menu a,
.m-menu__list-item--selected .sub-menu p {
  font-weight: 400;
}
.m-menu__list-item--black {
  padding-top: 2px;
}
.m-menu__list-item--image a {
  display: flex;
  gap: 5px;
}
.m-menu__list-item--image img {
  max-height: 100%;
  width: auto;
}
.m-menu__list-item:hover {
  color: #ffce00;
}
.m-menu__list-item:hover a,
.m-menu__list-item:hover p {
  color: #ffce00;
}
.m-menu__list-item:hover .sub-menu a,
.m-menu__list-item:hover .sub-menu p {
  color: #000;
}
.m-menu__list-item--selector {
  position: relative;
}
.m-menu__list-item--selector select {
  background-color: transparent;
  cursor: pointer;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  outline: 0;
  padding-right: 20px;
  width: 100%;
}
.m-menu__list-item--selector select:hover {
  border-bottom: 1px solid #000;
}
.m-menu__list-item--selector:after {
  border: 6px solid transparent;
  border-top-color: #000;
  content: "";
  height: 0;
  position: absolute;
  right: 2px;
  top: calc(50% - 4px);
  width: 0;
}
.m-menu__list-item .sub-menu {
  display: none;
  background-color: white;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: -20px;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  gap: 10px;
  /* Opcional, para dar un efecto de profundidad */
}
@media only screen and (max-width: 860px) {
  .m-menu__list-item .sub-menu {
    padding: 0px 20px;
    position: relative;
    top: 0px;
    gap: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list-item .sub-menu li {
    padding: 5px 0px;
  }
}
.m-menu__list-item .sub-menu li:hover {
  color: #ffce00;
}
.m-menu__list-item .sub-menu li:hover a,
.m-menu__list-item .sub-menu li:hover p {
  color: #ffce00;
}
.m-menu__list-item:hover .sub-menu {
  display: flex;
  animation: slideDown 300ms ease-out forwards;
}

.m-menu--contact .m-menu__list-item {
  font-size: 0.875rem;
}
.m-menu--contact .m-menu__list-item a,
.m-menu--contact .m-menu__list-item p {
  font-size: 0.875rem;
}

.m-menu--language .m-menu__list {
  gap: 8px;
}
@media only screen and (max-width: 950px) {
  .m-menu--language .m-menu__list {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.m-menu--language .m-menu__list-item {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  .m-menu--language .m-menu__list-item {
    width: auto;
  }
}
.m-menu--language .m-menu__list-item a,
.m-menu--language .m-menu__list-item p {
  font-size: 0.75rem;
}

.m-menu--phones .m-menu__list-item {
  font-size: 1rem;
  padding: 5px 0px;
}
.m-menu--phones .m-menu__list-item a,
.m-menu--phones .m-menu__list-item p {
  font-size: 1rem;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 950px) {
  .m-menu--footer .m-menu__list-item {
    padding: 0px 0px;
    font-size: unset;
  }
}
.m-menu--footer .m-menu__list-item a {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 950px) {
  .m-menu--footer .m-menu__list-item a {
    font-size: unset;
  }
}
.m-menu--footer .m-menu__list-item a:hover {
  color: #888888;
}

@media only screen and (max-width: 950px) {
  .m-menu--legal .m-menu__list-item {
    padding: 0px 0px;
    font-size: unset;
    width: unset;
  }
}
.m-menu--legal .m-menu__list-item a {
  font-size: 0.875rem;
  color: #fff;
  padding: 0px 5px;
  border-left: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .m-menu--legal .m-menu__list-item a {
    padding: 0px 0px;
    border-left: 0px;
  }
}
.m-menu--legal .m-menu__list-item a:hover {
  color: #888888;
}

@media only screen and (max-width: 950px) {
  .m-menu__list--legal {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list--legal {
    flex-direction: column;
  }
}

/* Animación de slide down */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.str-body-b2b--bootcamp .m-menu li select,
.str-body-b2b--bootcamp .m-menu li p,
.str-body-b2b--bootcamp .m-menu li a,
.str-body-b2b--bootcamp .m-menu li a span,
.str-body-b2b--bootcamp .m-menu li span,
.str-body-b2b--bootcamp .wpml-ls li a span {
  color: #fff;
}
.str-body-b2b--bootcamp .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-body-b2b--bootcamp .a-burguer span {
  background: #fff;
}
.str-body-b2b--bootcamp .str-header.active .m-menu li select,
.str-body-b2b--bootcamp .str-header.active .m-menu li p,
.str-body-b2b--bootcamp .str-header.active .m-menu li a,
.str-body-b2b--bootcamp .str-header.active .m-menu li a span,
.str-body-b2b--bootcamp .str-header.active .m-menu li span,
.str-body-b2b--bootcamp .str-header.active .wpml-ls li a span,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li select,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li p,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li a,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li a span,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li span,
.str-body-b2b--bootcamp .str-header.mobile-open .wpml-ls li a span {
  color: #000;
}
.str-body-b2b--bootcamp .str-header.active .m-menu__list-item--selector:after,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu__list-item--selector:after {
  border-top-color: #000;
}
.str-body-b2b--bootcamp .str-header.active .a-burguer span,
.str-body-b2b--bootcamp .str-header.mobile-open .a-burguer span {
  background: #000;
}

.str-body-b2b--bootcamp .a-logo--light {
  display: flex;
}
.str-body-b2b--bootcamp .a-logo--dark {
  display: none;
}
.str-body-b2b--bootcamp .str-header.active .a-logo--light,
.str-body-b2b--bootcamp .str-header.mobile-open .a-logo--light {
  display: none;
}
.str-body-b2b--bootcamp .str-header.active .a-logo--dark,
.str-body-b2b--bootcamp .str-header.mobile-open .a-logo--dark {
  display: flex;
}

.m-menu--separated .m-menu__list {
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .m-menu--separated .m-menu__list {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.m-menu--separated .m-menu__item {
  position: relative;
}
.m-menu--separated .m-menu__item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.85rem;
  color: currentColor;
  opacity: 0.5;
}
@media only screen and (max-width: 600px) {
  .m-menu--separated .m-menu__item:not(:last-child)::after {
    display: none;
  }
}
