@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Thin.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-ThinItalic.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Light.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-LightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Regular.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Italic.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Medium.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-MediumItalic.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Bold.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-BoldItalic.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Black.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-BlackItalic.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-BlackItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic; }

body {
  overflow: auto; }
  body .inbenta-helpsite__body {
    max-width: 1255px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 30px; }
    body .inbenta-helpsite__body--fluid {
      max-width: 100%;
      background-color: #f2f2f2;
      padding: 20px 0; }
      body .inbenta-helpsite__body--fluid .inbenta-helpsite__body {
        max-width: 970px; }
    @media (max-width: 1280px) {
      body .inbenta-helpsite__body {
        max-width: 1060px; } }
    @media (max-width: 1100px) {
      body .inbenta-helpsite__body {
        max-width: 960px; } }
    body .inbenta-helpsite__body * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      body .inbenta-helpsite__body *:not([class^="icon"]) {
        font-family: "Roboto", Helvetica, arial, sans-serif; }
      body .inbenta-helpsite__body *:focus {
        outline: none; }
    body .inbenta-helpsite__body a {
      color: #0097A9;
      text-decoration: none;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      body .inbenta-helpsite__body a:hover {
        color: #0097A9;
        text-decoration: underline; }
    body .inbenta-helpsite__body .tab-pane {
      display: none; }
      body .inbenta-helpsite__body .tab-pane.active {
        display: block; }
    body .inbenta-helpsite__body iframe,
    body .inbenta-helpsite__body img {
      max-width: 100%; }
    /*body .inbenta-helpsite__body iframe {
      height: auto;}  CAMBIO*/
    body .inbenta-helpsite__body .inbenta-km {
      background-color: white;
      color: #666;
      font-family: "Roboto", Helvetica, arial, sans-serif;
      font-size: 16px; }
      body .inbenta-helpsite__body .inbenta-km-input {
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        font-family: "Roboto", Helvetica, arial, sans-serif;
        font-size: 16px;
        color: #666;
        border-radius: 0;
        border-top-right-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 1px solid #dfdfdf;
        margin-bottom: 0;
        font-weight: 300; }
        body .inbenta-helpsite__body .inbenta-km-input:focus {
          border-color: #9b9b9b; }
      body .inbenta-helpsite__body .inbenta-km-button, body .inbenta-helpsite__body .inbenta-km__page-error__button {
        font-family: "Roboto", Helvetica, arial, sans-serif;
        font-size: 16px;
        background-color: #DA291C;
        border: 1px solid #f01d16;
        border-radius: 0;
        color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        body .inbenta-helpsite__body .inbenta-km-button:hover:not([disabled]), body .inbenta-helpsite__body .inbenta-km__page-error__button:hover:not([disabled]) {
          background-color: #D22C00;
          color: #fff;
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          border-color: #D22C00; }
        body .inbenta-helpsite__body .inbenta-km-button—-disabled {
          opacity: 0.3; }
          body .inbenta-helpsite__body .inbenta-km-button—-disabled:hover {
            background-color: #DA291C;
            color: #fff;
            border: 1px solid #DA291C; }
            body .inbenta-helpsite__body .inbenta-km-button—-disabled:hover:hover {
              background-color: #DA291C;
              color: #fff;
              border: 1px solid #DA291C; }
      body .inbenta-helpsite__body .inbenta-km__title, body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__title, body .inbenta-helpsite__body .inbenta-km__results__not-found .inbenta-km-title, body .inbenta-helpsite__body .inbenta-km__page-error__title, body .inbenta-helpsite__body .inbenta-km__page-error__text {
        font-family: "Roboto", Helvetica, arial, sans-serif;
        font-size: 1.5625em;
        font-weight: 400;
        color: #666;
        text-align: center;
        padding-bottom: 30px; }
      body .inbenta-helpsite__body .inbenta-km__subtitle {
        font-family: "Roboto", Helvetica, arial, sans-serif;
        font-size: 2em;
        font-weight: 300;
        color: #666; }
      body .inbenta-helpsite__body .inbenta-km__search {
        padding-bottom: 30px; }
        body .inbenta-helpsite__body .inbenta-km__search__title {
          font-size: 1.875em;
          color: #666;
          font-family: "Roboto", Helvetica, arial, sans-serif;
          padding-top: 20px;
          color: #373c3f;
          text-align: left; }
        body .inbenta-helpsite__body .inbenta-km__search__subtitle {
          font-weight: 300;
          text-align: center;
          padding: 30px 0; }
        body .inbenta-helpsite__body .inbenta-km__search__form {
          -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-radius: 0; }
          body .inbenta-helpsite__body .inbenta-km__search__form .form__input.inbenta-km-input {
            font-size: 0.9em;
            color: #666;
            height: 46px;
            border-top-right-radius: 0;
            border-right: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
            min-width: 0; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__input.inbenta-km-input::-webkit-input-placeholder {
              color: #666;
              opacity: 0.7; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__input.inbenta-km-input::-moz-placeholder {
              color: #666;
              opacity: 0.7; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__input.inbenta-km-input:-ms-input-placeholder {
              color: #666;
              opacity: 0.7; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__input.inbenta-km-input:-moz-placeholder {
              color: #666;
              opacity: 0.7; }
          body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button, body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km__page-error__button {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -ms-justify-content: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-align-items: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 1.25em;
            font-weight: 400;
            height: 46px;
            width: 148px;
            padding: 0;
            border: 1px solid #DA291C; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button__text {
              display: block;
              white-space: nowrap; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button__icon {
              padding-left: 10px; }
              body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button__icon:before {
                content: '\F002';
                font-family: "FontAwesome" !important;
                font-size: 20px; }
          body .inbenta-helpsite__body .inbenta-km__search__form:hover {
            -webkit-transition: none;
            transition: none;
            -webkit-box-shadow: none;
                    box-shadow: none; }
        @media (max-width: 500px) {
          body .inbenta-helpsite__body .inbenta-km__search__subtitle {
            font-size: 1.4375em; }
          body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button, body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km__page-error__button {
            width: 60px;
            padding: 5px; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button__text {
              display: none; }
            body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button__icon {
              padding-left: 0; } }
        @media (max-width: 480px) {
          body .inbenta-helpsite__body .inbenta-km__search__title {
            padding-top: 106px; } }
      body .inbenta-helpsite__body .inbenta-km__autocompleter {
        position: absolute !important;
        top: 40px !important;
        right: !important;
        bottom: !important;
        left: !important;
        padding: 0 15px;
        -webkit-box-shadow: 0 2px 6px -3px;
                box-shadow: 0 2px 6px -3px;
        background-color: #FDFDFD;
        border-radius: 0;
        border: none;
        font-family: "Roboto", Helvetica, arial, sans-serif;
        font-size: 1em;
        width: calc(100% - 148px);
        border: 1px solid #ddd;
        border-top: none; }
        body .inbenta-helpsite__body .inbenta-km__autocompleter__link {
          background: transparent;
          color: #888888;
          border-top: 1px solid #ddd;
          padding: 10px 15px;
          line-height: 1.4; }
          body .inbenta-helpsite__body .inbenta-km__autocompleter__link:first-of-type {
            border: none;
            border-radius: 0; }
          body .inbenta-helpsite__body .inbenta-km__autocompleter__link strong, body .inbenta-helpsite__body .inbenta-km__autocompleter__link:hover {
            color: #333; }
        body .inbenta-helpsite__body .inbenta-km__autocompleter--selected {
          background: transparent;
          color: #333; }
        @media (max-width: 500px) {
          body .inbenta-helpsite__body .inbenta-km__autocompleter {
            width: calc(100% - 60px); } }
      body .inbenta-helpsite__body .inbenta-km__home-categories {
        padding-bottom: 80px; }
        body .inbenta-helpsite__body .inbenta-km__home-categories__container {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-align-items: stretch;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
        body .inbenta-helpsite__body .inbenta-km__home-categories__box {
          position: relative;
          /*border: 1px solid #E1E1E1;
          border-radius: 4px;*/
          margin: 16px 15px 10px;
          padding: 14px 14px 30px;
          min-height: 230px;
          width: 100%; }
          body .inbenta-helpsite__body .inbenta-km__home-categories__box:first-child {
            margin-left: 0; }
          body .inbenta-helpsite__body .inbenta-km__home-categories__box:last-child {
            margin-right: 0; }
          body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__title {
            color: black;
            /*border-bottom: 1px solid #DA291C;*/
            font-size: 1.125em;
            text-align: center;
            font-family: "Roboto", Helvetica, arial, sans-serif;
            padding: 5px 10px 17px;
            margin-bottom: 2px;
            /*font-weight: 700;*/
            display: block; }
          body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__content__link {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-align-items: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            /*border-top: 1px dashed #E6E6E6;*/
            text-decoration: none;
            /*padding: 10px 0;*/
            width: 100%; }
            body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__content__link:first-child {
              border: none; }
            body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__content__link .link__icon {
              -ms-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              margin-right: 5px;
			  display: none;}
			.box__content__link:after {
				font-family: inbenta-app-icons;
              font-style: normal;
              font-weight: 400;
              font-variant: normal;
              text-transform: none;
              speak: none;
              line-height: 1;
              font-size: 21px;
              content: "g";
              color: #0097A9;
              margin-left: 8px;
			  }

              body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__content__link .link__icon:before {
                font-family: "FontAwesome";
                content: '\F101';
                color: #DA291C; }
            body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__content__link .link__text {
              /*font-weight: 400;
              font-size: 0.875em;
              color: #0097A9;
              line-height: 1.4; */
              align-items: center;
              padding: 8px 30px;
              width: 100%;
              font-size: 16px;
              color: #666;
              vertical-align: top;
              border-radius: 4px;
              font-weight: 600;
              margin: 0;
              line-height: 1.3;
			}
            body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__content__link:hover .link__text {
              text-decoration: none; }
          body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__icon {
            position: absolute !important;
            top: !important;
            right: !important;
            bottom: -16px !important;
            left: 50% !important;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            position: relative;
            background-color: #DA291C;
            padding: 17px;
            border-radius: 100px;
            -webkit-transition: 0.3s ease-out;
            transition: 0.3s ease-out; }
            body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__icon:before, body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__icon:after {
              position: absolute !important;
              top: 16px !important;
              right: 8px !important;
              bottom: !important;
              left: !important;
              content: "";
              width: 17px;
              height: 3px;
              background-color: white; }
            body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__icon:after {
              position: absolute !important;
              top: 9px !important;
              right: 15px !important;
              bottom: !important;
              left: !important;
              height: 17px;
              width: 3px; }
            body .inbenta-helpsite__body .inbenta-km__home-categories__box .box__icon:hover {
              background-color: #D22C00; }
        @media (max-width: 768px) {
          body .inbenta-helpsite__body .inbenta-km__home-categories__container {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          body .inbenta-helpsite__body .inbenta-km__home-categories__box {
            margin: 0px 0px 26px 0px; }
            body .inbenta-helpsite__body .inbenta-km__home-categories__box:last-child {
              margin: 0; } }
      body .inbenta-helpsite__body .inbenta-km__info {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-align-items: stretch;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        body .inbenta-helpsite__body .inbenta-km__info__title {
          font-size: 1.75em;
          font-weight: 300;
          color: #373c3f;
          padding: 15px 0 25px;
          width: 100%; }
        body .inbenta-helpsite__body .inbenta-km__info__item {
          width: 35%;
          background: white;
          border: 1px solid #E1E1E1;
          text-align: center;
          border-radius: 4px;
          padding: 30px 20px;
          margin-left: 26px;
          margin-bottom: 30px; }
          body .inbenta-helpsite__body .inbenta-km__info__item:first-child {
            margin-left: 0; }
          body .inbenta-helpsite__body .inbenta-km__info__item .item__image {
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            width: 100%;
            background-size: 41px;
            height: 50px; }
            body .inbenta-helpsite__body .inbenta-km__info__item .item__image--phone {
              background-image: url("https://static-or01.inbenta.com/06db37ddaafe602c481ca668b2dee604a8ace9f9956857663e12b1b90e56c54e/assets/ico-contactanos.svg"); }
            body .inbenta-helpsite__body .inbenta-km__info__item .item__image--centros {
              background-image: url("https://static-or01.inbenta.com/06db37ddaafe602c481ca668b2dee604a8ace9f9956857663e12b1b90e56c54e/assets/ico-servicios-tienda.svg"); }
            body .inbenta-helpsite__body .inbenta-km__info__item .item__image--pago {
              background-image: url("https://static-or01.inbenta.com/06db37ddaafe602c481ca668b2dee604a8ace9f9956857663e12b1b90e56c54e/assets/ico-mi-claro.svg"); }
          body .inbenta-helpsite__body .inbenta-km__info__item .item__title {
            font-size: 1.125em;
            font-weight: 500;
            padding: 10px 0; }
          body .inbenta-helpsite__body .inbenta-km__info__item .item__text {
            font-size: 0.875em;
            line-height: 1.4;
            font-weight: 400; }
        @media (max-width: 768px) {
          body .inbenta-helpsite__body .inbenta-km__info {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            body .inbenta-helpsite__body .inbenta-km__info__item {
              width: 100%;
              margin-left: 0;
              margin: 5px 0 0 0; } }
      body .inbenta-helpsite__body .inbenta-km__popular .inbenta-km-title {
        text-align: left;
        font-size: 22px;
        color: #373c3f; }
      body .inbenta-helpsite__body .inbenta-km__faqs {
        padding: 0; 
		display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		}
        body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq, body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq {
          -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          font-family: "Roboto", Helvetica, arial, sans-serif;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-radius: 0;
          margin: 0; 
		  width: 100%;}
          body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__title, body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-align-items: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-transition: none;
            transition: none;
            color: #DA291C;
            padding: 0 0 10px 0;
            border-top: 1px solid #dfdfdf;
 			margin: 10px;}
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__title .title__icon, body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title .title__icon {
              width: 8px;
              min-width: 8px;
              height: 8px;
              min-height: 8px;
              border-radius: 8px;
              background-color: #DA291C;
              display: block;
              margin-right: 16px; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__title .title__faq__text, body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title .title__faq__text {
              color: #0097A9;
              font-weight: 400;
              padding: 0; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon, body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title .title__faq__icon {
              display: none; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__title .title__faq:hover {
              -webkit-transition: 0.3s ease-out;
              transition: 0.3s ease-out;
              color: #D22C00; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__title:hover .title__faq__text {
              -webkit-text-decoration: underline #0097A9;
                      text-decoration: underline #0097A9; }
          body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title, body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title {
            border-style: solid;
            cursor: default; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__icon {
              -ms-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              background-color: transparent;
              color: #373c3f;
              width: auto;
              height: auto;
              font-size: 1.875em;
              margin: 0 13px 0 10px;
              border-bottom: 1px solid #E6E6E6;
			  }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__icon:before {
                font-family: "FontAwesome";
                content: '\F0F6'; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__faq {
              padding: 0;}
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__faq__text {
                color: #0097A9;
                font-weight: 400;
                color: #373c3f;
                font-size: 1.625em;
                line-height: 29px; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__faq__icon {
                display: none; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__faq:hover {
                -webkit-transition: 0.3s ease-out;
                transition: 0.3s ease-out;
                color: #D22C00; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title:hover .title__faq__text {
              text-decoration: none; }
          body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related {
            margin: 0; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__title {
              text-align: left;
              padding-bottom: 0;
              margin-bottom: 10px;
              text-transform: none;
              font-size: 1.375em; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title {
              border-bottom: 1px dashed #e6e6e6;
              padding: 13px 0; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title .title__faq {
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                    -ms-flex-direction: row-reverse;
                        flex-direction: row-reverse;
                -ms-justify-content: flex-end;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end;
                -ms-align-items: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title .title__faq__text {
                  color: #0097A9;
                  font-weight: 400;
                  padding: 0;
                  font-size: 1em; }
                body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title .title__faq__icon {
                  width: 8px;
                  min-width: 8px;
                  height: 8px;
                  min-height: 8px;
                  border-radius: 8px;
                  background-color: #DA291C;
                  display: block;
                  margin-right: 16px; }
                  body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title .title__faq__icon:before {
                    content: none; }
          body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            color: #666; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents {
              padding: 15px 0 25px 0;
              font-size: 0.9375em;
              color: #666;
              font-family: "Roboto", Helvetica, arial, sans-serif;
              line-height: 25px; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents a {
                color: #DA291C;
                text-decoration: underline;
                cursor: pointer; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item h1,
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item h2,
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item h3,
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item h4,
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item h5,
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item h6 {
                font-size: 1em; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item ol,
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item ul {
                margin: 10px 0; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item ul li:before {
                position: relative !important;
                top: !important;
                right: !important;
                bottom: 2.5px !important;
                left: !important;
                color: #d42c1e;
                font-size: 8px;
                content: "\F0C8";
                font-family: "FontAwesome";
                padding: 0 10px 0 0; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item ol li {
                list-style: inside decimal; }
              body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents__item strong {
                font-weight: 700; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body p {
              margin: 0; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__contents {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .inbenta-km__related {
              -webkit-box-ordinal-group: 4;
                  -ms-flex-order: 3;
                      order: 3; }
            body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq__body .body__rating {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              margin: 0 0 0;
			  width: 100%;}
        @media (max-width: 768px) {
          body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__icon {
            font-size: 1.4375em; }
          body .inbenta-helpsite__body .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__faq__text {
            font-size: 1.25em;
            line-height: inherit; } }
      body .inbenta-helpsite__body .inbenta-km__rating {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 16px;
        font-weight: 400;
        color: #9D9E9A;
        background-color: #f5f5f5;
        border-radius: 0;
        margin: 0;
        padding: 15px 15px 15px;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        /*max-width: 500px;*/
        min-height: 115px; }
        body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km-button, body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km__page-error__button {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-justify-content: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-align-items: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 40px;
          max-width: 134px;
          width: 100%;
          background: #ADAFAE;
          border: none;
          border-radius: 2px;
          padding: 10px 40px;
          margin-right: 30px;
          margin-left: 0;
          color: white; }
          body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km-button__icon:before {
            content: "";
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 26px;
            width: 26px;
            height: 26px;
            display: block;
            margin-right: 10px; }
          body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km-button__icon.inbenta-km-icon--no:before {
            background-image: url(https://static-or01.inbenta.com/8481dda455604aea0398185379180a61b1e94fb2d328ffa09d79db3cde7ae33e/HelpsiteResources/ico-no.png); }
          body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km-button__icon.inbenta-km-icon--sí:before {
            background-image: url(https://static-or01.inbenta.com/8481dda455604aea0398185379180a61b1e94fb2d328ffa09d79db3cde7ae33e/HelpsiteResources/ico-si.png); }
          body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km-button__text {
            display: inline-block;
            font-size: 0.875em; }
          body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km-button:hover, body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km__page-error__button:hover {
            background: #ADAFAE; }
        body .inbenta-helpsite__body .inbenta-km__rating__content {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-align-items: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 15px 0 0 0; }
          body .inbenta-helpsite__body .inbenta-km__rating__content .content__phrase {
            color: #555;
            margin-bottom: 20px;
            font-size: 0.9375em; }
          body .inbenta-helpsite__body .inbenta-km__rating__content .content__buttons {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body .inbenta-helpsite__body .inbenta-km__rating__comment {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-align-items: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 5px 0 0 0; }
          body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__phrase {
            color: #d32d1e;
            margin-bottom: 16px;
            font-size: 0.9375em; }
          body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -ms-align-items: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            width: 100%; }
            body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__textarea {
              padding: 10px;
              margin: 0;
              border: 1px solid #ddd;
              border-radius: 6px;
              height: 72px;
              font-size: 0.8125em;
              margin-bottom: 25px; }
            body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__button {
              text-align: center;
              width: 100%; }
              body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__button .inbenta-km-button, body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__button .inbenta-km__page-error__button {
                background-color: #2c82b3;
                padding: 3px 20px;
                border-radius: 4px;
                min-height: 0;
                height: auto;
                margin: 0 auto;
                min-width: 78px;
                font-size: 16px; }
                body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__button .inbenta-km-button:hover, body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__button .inbenta-km__page-error__button:hover {
                  border: none; }
                body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__button .inbenta-km-button__icon {
                  display: none; }
                body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__feedback__button .inbenta-km-button__text {
                  font-size: 0.875em;
                  font-weight: 200; }
        body .inbenta-helpsite__body .inbenta-km__rating__thanks {
          padding: 6px 0 0 0;
          color: #555;
          font-size: 1em; }
        @media (max-width: 500px) {
          body .inbenta-helpsite__body .inbenta-km__rating {
            min-height: 57px; }
            body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km-button, body .inbenta-helpsite__body .inbenta-km__rating .inbenta-km__page-error__button {
              max-width: 204px;
              width: 100%; }
            body .inbenta-helpsite__body .inbenta-km__rating__content .content__buttons {
              display: -ms-flexbox;
              display: -webkit-box;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              body .inbenta-helpsite__body .inbenta-km__rating__content .content__buttons__button-wrapper {
                width: 100%; }
                body .inbenta-helpsite__body .inbenta-km__rating__content .content__buttons__button-wrapper:first-child {
                  margin-bottom: 10px; }
            body .inbenta-helpsite__body .inbenta-km__rating__comment .comment__phrase {
              margin-bottom: 0; }
            body .inbenta-helpsite__body .inbenta-km__rating__thanks {
              text-align: left; } }
      body .inbenta-helpsite__body .inbenta-km__categories {
        font-family: "Roboto", Helvetica, arial, sans-serif; }
        body .inbenta-helpsite__body .inbenta-km__categories__container .container__category-name {
          padding: 0 0 35px; }
          body .inbenta-helpsite__body .inbenta-km__categories__container .container__category-name__title {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-align-items: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #363d40;
            font-size: 1.6875em;
            border-bottom: 3px solid #363d40;
            font-weight: 400;
            width: 100%;
            padding: 10px 0; }
            body .inbenta-helpsite__body .inbenta-km__categories__container .container__category-name__title:before {
              content: "";
              background-image: url("https://static-or01.inbenta.com/8481dda455604aea0398185379180a61b1e94fb2d328ffa09d79db3cde7ae33e/HelpsiteResources/mobile.jpg");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 100%;
              min-width: 25px;
              width: 25px;
              min-height: 35px;
              height: 35px;
              display: block;
              margin-right: 19px; }
          body .inbenta-helpsite__body .inbenta-km__categories__container .container__category-name__button-wrapper {
            display: none; }
        body .inbenta-helpsite__body .inbenta-km__categories__container .container__category__group .inbenta-km__category {
          -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          font-family: "Roboto", Helvetica, arial, sans-serif;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-radius: 4px;
          border: 1px solid #E1E1E1; }
          body .inbenta-helpsite__body .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__icon {
            display: none;
            -webkit-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
            min-height: auto; }
            body .inbenta-helpsite__body .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__icon:before {
              font-size: #747474;
              color: #DA291C;
              border-radius: 0;
              -webkit-box-shadow: none;
                      box-shadow: none;
              height: 60px; }
          body .inbenta-helpsite__body .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__title {
            background-color: transparent;
            padding: 16px;
            color: #0097A9;
            font-weight: normal;
            line-height: 1.6; }
          body .inbenta-helpsite__body .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category:hover {
            -webkit-text-decoration: underline #0097A9;
                    text-decoration: underline #0097A9; }
      body .inbenta-helpsite__body .inbenta-km__breadcrumb {
        font-size: 1em;
        font-family: "Roboto", Helvetica, arial, sans-serif;
        font-weight: normal;
        margin: 10px 0 20px; }
        body .inbenta-helpsite__body .inbenta-km__breadcrumb__element {
          -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          color: #9d9e9a;
          position: relative; }
          body .inbenta-helpsite__body .inbenta-km__breadcrumb__element:first-child:before {
            content: none; }
          body .inbenta-helpsite__body .inbenta-km__breadcrumb__element:last-child:after {
            content: none; }
          body .inbenta-helpsite__body .inbenta-km__breadcrumb__element:last-child:hover:before {
            content: none; }
          body .inbenta-helpsite__body .inbenta-km__breadcrumb__element:after {
            content: "g";
            font-size: 1.3125em;
            color: #cccccc;
            padding: 0 2px 6px 10px;
            display: block; }
          body .inbenta-helpsite__body .inbenta-km__breadcrumb__element:hover {
            -webkit-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
            color: #9d9e9a; }
            body .inbenta-helpsite__body .inbenta-km__breadcrumb__element:hover:before {
              position: absolute !important;
              top: !important;
              right: 25px !important;
              bottom: 6px !important;
              left: 0 !important;
              content: "";
              height: 1px;
              background-color: #9d9e9a; }
            body .inbenta-helpsite__body .inbenta-km__breadcrumb__element:hover:after {
              text-decoration: none; }
          body .inbenta-helpsite__body .inbenta-km__breadcrumb__element.inbenta-km-active {
            color: #DA291C; }
            body .inbenta-helpsite__body .inbenta-km__breadcrumb__element.inbenta-km-active:hover {
              text-decoration: none; }
      body .inbenta-helpsite__body .inbenta-km__last-search {
        font-size: 1.125em;
        padding-bottom: 25px; }
        body .inbenta-helpsite__body .inbenta-km__last-search__title {
          color: #666; }
        body .inbenta-helpsite__body .inbenta-km__last-search__query {
          font-style: italic;
          font-weight: 700;
          color: #333; }
      body .inbenta-helpsite__body .inbenta-km__tabs {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-align-items: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: 350px 26px 0 -26px #ccc, -350px 26px 0 -26px #ccc, 900px 26px 0 -26px #ccc, -900px 26px 0 -26px #ccc;
                box-shadow: 350px 26px 0 -26px #ccc, -350px 26px 0 -26px #ccc, 900px 26px 0 -26px #ccc, -900px 26px 0 -26px #ccc;
        margin-bottom: 50px; }
        body .inbenta-helpsite__body .inbenta-km__tabs__item .item__link {
          background-color: #333;
          color: white;
          padding: 13px 30px;
          border: 1px solid #333;
          border-bottom: none;
          font-size: 0.9375em;
          margin-right: 10px;
          display: inline-block;
          cursor: pointer;
          -webkit-transition: none;
          transition: none; }
          body .inbenta-helpsite__body .inbenta-km__tabs__item .item__link:hover {
            text-decoration: none;
            background-color: black;
            border-color: black; }
        body .inbenta-helpsite__body .inbenta-km__tabs__item.active .item__link {
          background-color: white;
          color: #333;
          padding: 18px 30px;
          border-color: #ddd;
          cursor: default; }
          body .inbenta-helpsite__body .inbenta-km__tabs__item.active .item__link:hover {
            background-color: white;
            border-color: #dddddd; }
        @media (max-width: 500px) {
          body .inbenta-helpsite__body .inbenta-km__tabs {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border: none;
            -webkit-box-shadow: none;
                    box-shadow: none; }
            body .inbenta-helpsite__body .inbenta-km__tabs__item {
              width: 100%; }
              body .inbenta-helpsite__body .inbenta-km__tabs__item .item__link {
                width: 100%;
                border-bottom: 1px solid #333; }
              body .inbenta-helpsite__body .inbenta-km__tabs__item:first-child {
                margin-bottom: 5px; } }
      body .inbenta-helpsite__body .inbenta-km__results__button .inbenta-km-button, body .inbenta-helpsite__body .inbenta-km__results__button .inbenta-km__page-error__button {
        color: #666;
        font-size: 14px;
        font-weight: normal; }
        body .inbenta-helpsite__body .inbenta-km__results__button .inbenta-km-button:hover:not([disabled]), body .inbenta-helpsite__body .inbenta-km__results__button .inbenta-km__page-error__button:hover:not([disabled]) {
          background-color: transparent;
          color: #666; }
        body .inbenta-helpsite__body .inbenta-km__results__button .inbenta-km-button:before, body .inbenta-helpsite__body .inbenta-km__results__button .inbenta-km__page-error__button:before {
          color: #DA291C; }
      body .inbenta-helpsite__body .inbenta-km__results__contents .inbenta-km-subtitle {
        display: none; }
      body .inbenta-helpsite__body .inbenta-km__results__extended {
        -webkit-box-shadow: none;
                box-shadow: none; }
      body .inbenta-helpsite__body .inbenta-km__results__not-found .inbenta-km-title {
        text-align: left;
        padding-bottom: 0;
        margin: 0; }
      body .inbenta-helpsite__body .inbenta-km__results__not-found .not-found__text {
        font-size: 1.125em;
        font-family: "Roboto", Helvetica, arial, sans-serif;
        color: #666; }
        body .inbenta-helpsite__body .inbenta-km__results__not-found .not-found__text + .not-found__text {
          font-style: italic;
          font-weight: 700;
          color: #333; }
      body .inbenta-helpsite__body .inbenta-km__content {
        max-width: 970px;
        margin: 0 auto 55px; }
        body .inbenta-helpsite__body .inbenta-km__content .inbenta-km__faqs .inbenta-km__faq__title, body .inbenta-helpsite__body .inbenta-km__content .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__related__faq .inbenta-km__faq__title {
          padding: 20px 0; }
          body .inbenta-helpsite__body .inbenta-km__content .inbenta-km__faqs .inbenta-km__faq__title .title__icon {
            color: #9a9a9a;
            background-color: transparent;
            width: auto;
            height: auto;
            font-size: 2.375em;
            margin: 0 20px 0 0;
            -ms-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            body .inbenta-helpsite__body .inbenta-km__content .inbenta-km__faqs .inbenta-km__faq__title .title__icon:before {
              font-family: "FontAwesome";
              content: "\F0F6"; }
        @media (max-width: 768px) {
          body .inbenta-helpsite__body .inbenta-km__content .inbenta-km__faqs .inbenta-km__faq__title .title__icon {
            font-size: 1.25em; } }
      body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item {
        position: relative;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 20px 0 20px 55px;
        border-bottom: 1px dashed #e6e6e6; }
        body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item:before {
          position: absolute !important;
          top: 50% !important;
          right: !important;
          bottom: !important;
          left: 0 !important;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          content: "";
          background-image: url("https://static-or01.inbenta.com/8481dda455604aea0398185379180a61b1e94fb2d328ffa09d79db3cde7ae33e/HelpsiteResources/icon-seo.jpg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 35px;
          height: 35px;
          display: block; }
        body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item .item__link {
          text-transform: none;
          color: #0097A9;
          font-size: 1.0625em; }
        body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item .item__summary {
          padding: 4px 0;
          color: #666; }
        body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item .item__url {
          color: #faa97d;
          font-size: 0.8125em;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block; }
        body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item:hover {
          background: white; }
      @media (max-width: 768px) {
        body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item {
          padding: 20px 0 20px 40px; }
          body .inbenta-helpsite__body .inbenta-km__search-results .inbenta-search-results__item:before {
            width: 20px;
            height: 20px; } }
      body .inbenta-helpsite__body .inbenta-km__page-error {
        margin-bottom: 30px; }
        body .inbenta-helpsite__body .inbenta-km__page-error__title, body .inbenta-helpsite__body .inbenta-km__page-error__text {
          text-align: left;
          padding-bottom: 15px; }
        body .inbenta-helpsite__body .inbenta-km__page-error__title {
          width: 100%; }
        body .inbenta-helpsite__body .inbenta-km__page-error__text {
          font-size: 1em; }
        body .inbenta-helpsite__body .inbenta-km__page-error__button {
          cursor: pointer;
          padding: 8px 15px;
          font-weight: 400; }
      body .inbenta-helpsite__body .inbenta-km__powered {
        padding: 14px;
        -webkit-box-shadow: none;
                box-shadow: none; }

/* Estilos adicionales */
.inbenta-km__faqs .inbenta-km__faq {
    width: 50%;
}
.categories-title {
    font-size: 25px;
    color: #373c3f;
    font-weight: 400;
    line-height: 1.1;
    padding: 50px 0 50px 0;
    margin: 0;
    text-align: center;
}
#categories {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#search {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.16))), url(https://static-or01.inbenta.com/06db37ddaafe602c481ca668b2dee604a8ace9f9956857663e12b1b90e56c54e/assets/banner_2023_2.png) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.16)), url(https://static-or01.inbenta.com/06db37ddaafe602c481ca668b2dee604a8ace9f9956857663e12b1b90e56c54e/assets/banner_2023_2.png) !important;
    border-bottom: 1px solid #ccc !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    padding: 88px 20px 132px 20px !important;
}

#search .search-container {
    width: 100% !important;
    max-width: 811px !important;
    margin: 0 auto !important;
    padding-top: 25px !important;
}

#search .search-title {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-shadow: 2px 2px 2px #666 !important;
    font-weight: normal !important;
    font-size: 25px !important;
    color: white !important;
    margin-bottom: 38px !important;
    line-height: 1.3 !important;
}

#search .search-form {
    position: relative !important;
    border-radius: 5px !important;
}

#search .search-form .input-group {
    position: relative !important;
}

.inbenta-km-input{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333 !important;
    border-radius: 5px 0 0 5px !important;
    border: 1px solid black !important;
    border-right: none !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    height: 46px !important;
    width: 100% !important;
    box-shadow: none !important;
    min-width: 0 !important;
  	margin: 0px !important;
  	height: 48px !important;
}

.inbenta-km-button {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-justify-content: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 0 5px 5px 0 !important;
    min-width: 30px !important;
    height: 46px !important;
    width: 60px !important;
    border: 1px solid black !important;
    border-left: none !important;
    background-color: white !important;
    padding: 0 !important;
  	color: #000 !important;
}

.inbenta-km__search__form .form__button .inbenta-km-button .inbenta-km-icon:before {
    display: inline-block;
    font-family: inbenta-app-icons!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    content: "I";
    color: #EC3A32 !important;
    opacity: .3;
}

.inbenta-km__home-categories__title {
  	font-size: 25px;
    color: #373c3f;
    font-weight: 400;
    line-height: 1.1;
    padding: 50px 0 30px 0;
    margin: 0;
    text-align: center;
}

.inbenta_subcategory a {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-justify-content: space-between !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 8px 0px !important;
    width: 100% !important;
    font-size: 16px !important;
    color: #666 !important;
    vertical-align: top !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.inbenta_subcategory a:hover {
  text-decoration: none !important;
}

.inbenta_subcategory a:after {
  font-family: inbenta-app-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  font-size: 21px;
  content: "g";
  color: #0097A9;
  margin-left: 8px;
}

.inbenta__category__main__icon {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background: transparent;
    background-position: 50%;
    background-size: 40%;
    border-radius: 150px;
    text-align: center;
    margin: 0 auto;
    height: 100px;
    width: 100px;
}

.inbenta__category__main__icon img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 40px;
    width: 40px;
}

.inbenta__category__main__title {
    font-size: 20px;
    padding: 25px 10px 17px;
    text-align: center;
    font-weight: 400;
    color: black;
    width: 100%;
}

.inbenta__category:hover .inbenta__category__main__icon {
    background-size: 50px;
    -webkit-box-shadow: rgba(10, 10, 10, 0.1) 1px 1px 0 0, inset rgba(10, 10, 10, 0.1) 2px 2px 0 0, inset rgba(10, 10, 10, 0.1) 4px 4px 0 0, inset rgba(10, 10, 10, 0.1) 8px 8px 0 0;
    box-shadow: rgba(10, 10, 10, 0.1) 1px 1px 0 0, inset rgba(10, 10, 10, 0.1) 2px 2px 0 0, inset rgba(10, 10, 10, 0.1) 4px 4px 0 0, inset rgba(10, 10, 10, 0.1) 8px 8px 0 0;
}

.inbenta__category:hover .inbenta__category__main__icon img {
    width: 50px;
    height: 50px;
}

.inbenta__category:hover a {
  	text-decoration: none !important;
}

.container__category-name__title h1,.title__faq__text h1 {
    font-size: 26px;
    margin-bottom: initial;
}

.inbenta-helpsite__body, .categories.container {
  	width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0 !important;
}

.inbenta-km__autocompleter__link {
    text-align: left !important;
}

.inbenta-km__results__extended {
  	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1) !important;
    border-radius: 8px !important;
}

.inbenta-km__results__extended .inbenta-km__faq {
  width: 100% !important;
}

.inbenta-km__results__extended .inbenta-km__faq__title {
  border: none !important;
}

.body__contents {
  padding: 10px !important;
}

.grayBlock {
    background-color: #f5f5f5;
    border-radius: 0;
    margin: 20px 0;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #9d9e9a;
    border: 1px solid #dfdfdf;
    min-height: 115px;
}

.grayBlock span {
    color: #555;
    font-size: 15px;
    padding: 0 0 10px 0;
}

.grayBlock .buttons {
    padding: 10px 0;
    margin: 0;
}

.grayBlock .buttons .inline {
    border-radius: 150px;
    background-color: #e14b40;
    padding: 5px 13px;
    cursor: pointer;
}

.grayBlock .buttons .inline.facebook {
    background-color: #385790;
    padding: 8px 11px;
}

.grayBlock .buttons .inline.twitter {
    background-color: #4eaee9;
    padding: 8px 9px;
}

.grayBlock .buttons .inline.whatsapp {
    padding: 6px 12px 10px;
    background-color: #189D0E;
    display: none;
}

.inbenta-helpsite__body .buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 0;
}

.inbenta-helpsite__body .buttons .facebook,
.inbenta-helpsite__body .buttons .twitter {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #385790;
    padding: 8px 11px;
    border-radius: 100px;
}

.inbenta-helpsite__body .buttons .facebook .icon.facebook,
.inbenta-helpsite__body .buttons .facebook .icon.twitter,
.inbenta-helpsite__body .buttons .twitter .icon.facebook,
.inbenta-helpsite__body .buttons .twitter .icon.twitter {
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.inbenta-helpsite__body .buttons .facebook {
    margin-right: 10px;
}

.inbenta-helpsite__body .buttons .facebook .icon.facebook {
    background-image: url(https://static-or01.inbenta.com/9ff37706f6fcd5857280ab0e2c300fe5f0733747c1eb8585e89767645e348295/DesignIconsHelpsite/facebook.svg);
    width: 16px;
    height: 28px;
    margin-right: 0;
}

.inbenta-helpsite__body .buttons .twitter {
    background-color: #4eaee9;
    padding: 8px 9px;
}

.inbenta-helpsite__body .buttons .twitter .icon.twitter {
    background-image: url(https://static-or01.inbenta.com/9ff37706f6fcd5857280ab0e2c300fe5f0733747c1eb8585e89767645e348295/DesignIconsHelpsite/twitter.svg);
    width: 26px;
    height: 28px;
}

.inbenta-helpsite__body .inbenta-km-button {
    background-color: #007f25 !important;
    border-bottom: 2px solid #005315 !important;
    color: #fff !important;
    padding: 0 9px; !important;
    height: 32px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: none !important;
  	margin-left: 16px !important;
    -webkit-box-shadow: 0px 2px 3px 0px transparent !important;
    box-shadow: 0px 2px 3px 0px transparent !important;
    border-radius: 4px !important;
    border-bottom: 2px solid #005315 !important;
}

.inbenta-km-icon--sí, .inbenta-km-icon--no {
  display: none;
}


.content__buttons div.content__buttons__button-wrapper:nth-child(2) .inbenta-km-button {
  background-color: #959595 !important;
  margin: 0px !important;
  border-bottom: 2px solid #666 !important;
}

.more-help-container {
    margin-top: 65px;
  	margin-bottom: 30px;
}

.more-help-container .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.more-help-container .row .border-r {
    border-right: 1px solid #c5c5c5;
    padding-right: 40px;
    margin-right: 15px;
}

.more-help-container .title {
    color: #373c3f;
    font-size: 22px;
    margin: 15px 0;
    font-weight: 400;
}

.more-help-container .subtitle {
    color: #585858;
    font-size: 17px;
}

.more-help-container .text {
    margin: 15px 0 28px;
    line-height: 20px;
}

.more-help-button {
    border: 2px solid #65a0c3;
    border-radius: 0;
    color: #65a0c3;
    font-size: 15px;
    padding: 6px 12px;
    cursor: pointer;
    background-color: white;
}

@media (min-width: 1100px) {
 	.header-superior .container, .header-inferior .container, .inbenta-helpsite__body, .categories.container {
        width: 100% !important;
        max-width: 1255px !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
    }
  
.inbenta__category {
  width: 20%;
  margin: 16px 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 5px 5px 5px #ddd;
}
  
  	.inbenta-km__faq {
      	width: 50% !important;
  	}
}

@media (max-width: 1100px) {
  .header-inferior {
  	background-color: #DA291C;  
  }
  
  .bloqueMenu, .header__logo {
    margin-left: 10px;
  }
  
  #categories, .inbenta-km__popular {
    padding: 0 10px;
  }
  
  .inbenta__category {
      width: 100%;
      margin: 30px 0;
  }
}

.inbenta-km__faq--active .inbenta-km__faq__body {   
    overflow: auto !important;
}

#idev__twitter-button{
    background-color: #000000 !important;
}
 .icon.twitter {
     -webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
    background-image: url('https://static-or01.inbenta.com/06db37ddaafe602c481ca668b2dee604a8ace9f9956857663e12b1b90e56c54e/logo-white.png') !important;
    background-size: cover !important;
    display: inline-block !important;
    width: 20px !important; /* Ajusta el ancho según sea necesario */
    height: 20px !important; /* Ajusta la altura según sea necesario */
    background-color: #000000 !important;
    margin: 4px !important;
 }
 
img.cd-center-img {
    display: block;
    margin-inline: auto;
    vertical-align: bottom;
}

.inbenta-km__autocompleter {
    max-height: 300px;
    overflow-y: auto;
}





/* Nuevo estilo de menú */

:root {
    --clr-primary: #bf2418;
    --clr-primary-dark: #9b1c12;
    --clr-accent: #facd25;
    --clr-text-dark: #525252;
    --clr-text-light: #eeedede5;
    --clr-white: #fff;
    --clr-bg-light: #f8f8f8;
    --clr-overlay: rgba(0, 0, 0, 0.5);

    --max-width-lg: 1280px;
    --max-width-xl: 1440px;

    --header-height-initial: 104px;
    --header-height-fixed: 64px;

    --transition-fast: 0.3s ease;
    --transition-base: 0.4s ease-in-out;
}

.body-no-scroll {
    overflow: hidden;
    height: 100%;
}

.cdh-claro-header {
    position: relative;
    z-index: 1001;
}

.cdh-top-bar {
    height: 40px;
    background: var(--clr-white);
}

.cdh-top-bar-container {
    max-width: var(--max-width-lg);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cdh-top-bar li a,
.cdh-top-bar li span {
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    color: var(--clr-text-dark);
    font-size: 14px;
}

.cdh-top-bar-menu {
    display: flex;
    margin: 0;
    padding: 0;
}

.cdh-top-bar-menu li {
    list-style: none;
    padding: 8px;
}

.cdh-top-bar-menu .active {
    box-shadow: inset 0px 4px 0px 0px var(--clr-accent);
}

.cdh-top-bar-extra {
    display: flex;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.cdh-top-bar-extra li {
    list-style: none;
    padding: 8px;
}

.cdh-menu-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid var(--clr-text-dark);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: var(--transition-fast);
}

.cdh-top-bar-country-ab {
    display: none;
}

.cdh-menu {
    font-size: 18px;
    color: var(--clr-text-dark);
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.76) 0%, rgba(245, 245, 245, 0.66) 100%);
    backdrop-filter: blur(4px);
    min-height: var(--header-height-fixed);
    transition: all var(--transition-fast);
    align-content: center;
}

.cdh-menu-container {
    max-width: var(--max-width-lg);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cdh-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cdh-menu a {
    text-decoration: none;
    color: var(--clr-text-dark);
    font-weight: bold;
}

.cdh-menu-main {
    display: flex;
    align-items: center;
}

.cdh-menu-logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.cdh-menu-logo img {
    width: 82px;
}

.cdh-menu-items {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.cdh-menu-items li {
    list-style: none;
    padding: 16px 22px;
    cursor: pointer;
    min-height: 64px;
    transition: background-color var(--transition-fast), color var(--transition-fast);
}

.cdh-menu-items li:hover,
.cdh-menu-items li.active {
    background-color: var(--clr-primary);
}

.cdh-menu-items li:hover a,
.cdh-menu-items li.active a {
    color: var(--clr-white);
}

.cdh-menu-items li:hover .cdh-menu-arrow,
.cdh-menu-items li.active .cdh-menu-arrow {
    border-top-color: var(--clr-white);
}

.cdh-menu-extra {
    display: flex;
    align-items: center;
}

.cdh-menu-extra a {
    display: inline-block;
    padding: 6px 16px;
    border: 2px solid var(--clr-text-dark);
    border-radius: 20px;
    transition: background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.cdh-menu-extra a:hover {
    background-color: var(--clr-primary);
    color: var(--clr-white);
    border-color: var(--clr-primary);
}

.cdh-hamburger-menu {
    cursor: pointer;
    display: none;
}

.cdh-hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--clr-text-dark);
    margin: 5px 0;
}

#submenu-container {
    position: absolute;
    top: var(--header-height-initial);
    left: 0;
    width: 100%;
    pointer-events: none;
}

#submenu-container.cdh-menu-submenu-fixed {
    position: fixed;
    top: var(--header-height-fixed);
    left: 0;
    width: 100%;
    pointer-events: auto;
}

#submenu-container>.cdh-menu-submenu {
    background-color: rgba(60, 60, 60, 0.6);
    backdrop-filter: blur(3px);
    height: calc(100vh - var(--header-height-initial));
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity var(--transition-fast), transform var(--transition-fast), visibility 0s 0.3s;
    pointer-events: auto;
}

/* .cdh-menu-fixed + #submenu-container > .cdh-menu-submenu {
    height: calc(100vh - var(--header-height-fixed));
} */

.cdh-menu-submenu {
    display: none;
}

#submenu-container>.cdh-menu-submenu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
    display: block;
}

.cdh-menu-submenu-content {
    display: flex;
    flex-direction: column;
    background: linear-gradient(19.75deg, rgba(97, 16, 10, 0.86) 0%, rgba(212, 41, 28, 0.86) 100%);
    padding-left: calc(((100vw - var(--max-width-lg)) / 2) + 10px);
    padding-right: 50px;
    width: fit-content;
}

.cdh-menu-submenu-title {
    color: var(--clr-white);
    font-weight: bold;
    font-size: 32px;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px solid rgba(245, 245, 245, 0.6);
    height: 90px;
}

.cdh-menu-submenu-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 60px;
    padding: 20px 0;
    margin: 0 20px 0 80px;
    height: calc(100vh - var(--header-height-initial) - 90px);
    width: fit-content;
}

.cdh-menu-submenu-fixed .cdh-menu-submenu-list {
    height: calc(100vh - var(--header-height-fixed) - 90px);
}

.cdh-menu-submenu-list a, .cdh-menu-submenu-list a:not([href]):not([tabindex]) {
    color: var(--clr-text-light);
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 0;
}

.cdh-menu-submenu-list a:hover, .cdh-menu-submenu-list a:not([href]):not([tabindex]):hover {
    color: var(--clr-white);
    text-decoration: underline;
}

.cdh-menu-submenu-category {
    flex-grow: 0;
}

.cdh-menu-submenu-list .cdh-menu-submenu-category-title, .cdh-menu-submenu-list a.cdh-menu-submenu-category-title:not([href]):not([tabindex]) {
    font-weight: bold;
    text-decoration: underline;
}

.cdh-menu-submenu-list a.cdh-menu-submenu-category-title:hover, .cdh-menu-submenu-list a.cdh-menu-submenu-category-title:not([href]):not([tabindex]):hover {
    text-decoration: none;
}

.cdh-menu-submenu-icon {
    margin-right: 10px;
}

.cdh-menu-submenu-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;

    filter: invert(1);
}

.cdh-menu-submenu-sublist {
    margin-top: 15px;
}

.cdh-menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    background-color: var(--clr-primary-dark);
}

.cdh-menu-mobile.open {
    display: block;
}

.cdh-menu-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 2px solid rgba(245, 245, 245, 0.6);
}

.cdh-menu-toggle {
    cursor: pointer;
}

.cdh-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--clr-white);
    margin: 5px 0;
}

.cdh-menu-mobile-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 74px);
}

.cdh-menu-mobile-menu,
.cdh-menu-mobile-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-primary-dark);
    transition: transform var(--transition-base);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.cdh-menu-mobile-menu {
    transform: translateX(0);
}

.cdh-menu-mobile-submenu {
    transform: translateX(100%);
    z-index: 10;
}

.cdh-menu-mobile-content.submenu-is-active .cdh-menu-mobile-menu {
    transform: translateX(-100%);
}

.cdh-menu-mobile-content.submenu-is-active .cdh-menu-mobile-submenu.is-active {
    transform: translateX(0);
}

.cdh-menu-mobile-back {
    cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.cdh-menu-mobile-list {
    padding: 10px 16px;
}

.cdh-menu-mobile-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.cdh-menu-mobile-list .cdh-menu-mobile-item a {
    text-decoration: none;
    color: var(--clr-white);
    font-weight: bold;
    font-size: 28px;
}

.cdh-menu-mobile-submenu-title {
    font-weight: bold;
    color: var(--clr-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    font-size: 24px;
    min-height: 72px;
}

.cdh-menu-mobile-submenu-list {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 10px;
}

.cdh-menu-mobile-submenu-item a, .cdh-menu-mobile-submenu-item a:not([href]):not([class]) {
    color: var(--clr-bg-light);
    text-decoration: none;
}

.cdh-menu-mobile-submenu-item a:hover, .cdh-menu-mobile-submenu-item a:not([href]):not([class]):hover {
    color: var(--clr-white);
}

.cdh-menu-mobile-submenu-item {
    border-bottom: 1px solid rgba(245, 245, 245, 0.6);
}

.cdh-menu-mobile-submenu-item:last-child {
    border-bottom: none;
}

.cdh-menu-mobile-submenu-item-title {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
}

.cdh-menu-mobile-submenu-item-title a {
    font-weight: bold;
}

.cdh-menu-mobile-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0deg);
}

.cdh-menu-mobile-arrow.arrow-right {
    transform: rotate(-90deg);
}

.cdh-menu-mobile-submenu-item.open .cdh-menu-mobile-arrow:not(.arrow-right) {
    transform: rotate(180deg);
}

.cdh-menu-mobile-submenu-sublist {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-base);
    padding-left: 15px;
}

body.body-overlay-active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--clr-overlay);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-fast), visibility 0s 0.3s;
}

body.body-overlay-active::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

@media screen and (min-width: 1500px) {

    .cdh-top-bar-container,
    .cdh-menu-container {
        max-width: var(--max-width-xl);
    }

    .cdh-menu-submenu-content {
        padding-left: calc(((100vw - var(--max-width-xl)) / 2) + 10px);
    }
}

@media screen and (max-width: 960px) {
    .cdh-top-bar-menu>li:not(.active) {
        display: none;
    }

    .cdh-top-bar-country-ab {
        display: inline-block;
    }

    .cdh-top-bar-country {
        display: none;
    }

    .cdh-hamburger-menu {
        display: block;
    }

    .cdh-menu-items,
    .cdh-menu-extra {
        display: none;
    }

    #submenu-container {
        display: none;
    }
}