@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred_light.otf);
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred_medium.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred_bold.otf);
  font-weight: 500;
  font-display: swap;
}
.btn-base-cta-big {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.62em 1.2em;
  border: none;
  border-radius: 4.4em;
  font-size: 1.2em;
  line-height: 1;
  max-width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: Edenred, "Montserrat";
  font-weight: 300;
  white-space: nowrap;
  color: white;
}
.btn-base-cta-big:hover {
  color: #ffffff;
}
.btn-base-cta-big .btn-icon {
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.8em;
}
.btn-base-cta-big.shadow-blue {
  filter: drop-shadow(0px 2px 6px rgba(34, 74, 156, 0.5));
}
.btn-base-cta-big.shadow-pink {
  filter: drop-shadow(0px 2px 6px #fba6ab);
}
@media only screen and (min-width: 340px) {
  .btn-base-cta-big {
    font-size: calc(1.4em + 0.1 * (100vw - 320px) / 1080);
    width: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-base-cta-big {
    font-size: 1.5em;
  }
}
.btn-base-cta {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.62em 1.2em;
  border: none;
  border-radius: 4.4em;
  font-size: 1.2em;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: Edenred, "Montserrat";
  font-weight: 300;
  white-space: nowrap;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (min-width: 340px) {
  .btn-base-cta {
    font-size: calc(1.3em + 4 * ((100vw - 300px) / (1400 - 300)));
    width: auto;
  }
}
@media only screen and (min-width: 576px) {
  .btn-base-cta {
    font-size: calc(1.2em + 0.2 * ((100vw - 300px) / (1400 - 300)));
    width: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-base-cta {
    font-size: 1.4em;
  }
}
.btn-base-cta:hover {
  color: #ffffff;
}
.btn-base-cta:hover .btn-icon.forward {
  transform: translate(5px, 0);
}
.btn-base-cta .btn-icon {
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.8em;
}
.btn-base-cta .btn-icon.forward {
  transform: translate(0, 0);
  transition: transform 0.5s ease;
}
.btn-base-cta.shadow-blue {
  filter: drop-shadow(0px 2px 6px rgba(34, 74, 156, 0.5));
}
.btn-base-cta.shadow-blue-lg {
  filter: drop-shadow(0px 2px 6px rgba(34, 74, 156, 0.4));
}
.btn-base-cta.shadow-pink {
  filter: drop-shadow(0px 2px 6px #fba6ab);
}
.bg-cobalt20 {
  background-color: #cfe8ff;
  color: #28292c;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-cobalt20:active {
  background-color: #9ed0ff;
  color: #28292c;
}
.bg-cobalt20:hover {
  transform: scale(1.03);
  color: #28292c;
}
.bg-outline-red {
  background: linear-gradient(180deg, #fdfeff 0%, #d3e0ff 100%);
  border: 2px solid #f72717;
  color: #28292c;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-outline-red:active {
  background: #fdfeff;
  background: linear-gradient(180deg, #fdfeff 0%, #fdfeff 100%);
  color: #28292c;
}
.bg-outline-red:hover {
  transform: scale(1.03);
  color: #28292c;
}
.bg-radial-orange {
  background: #f90;
  background: linear-gradient(180deg, #f90 0%, #ff4d00 100%);
  color: #ffffff;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-radial-orange:active {
  background: #f90;
  background: linear-gradient(180deg, #f90 0%, #f90 100%);
}
.bg-radial-orange:hover {
  transform: scale(1.03);
}
.bg-radial-bp {
  background: #106232;
  background: linear-gradient(180deg, #31864e 0%, #106232 100%);
  color: #ffffff;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-radial-bp:active {
  background: #31864e;
  background: linear-gradient(180deg, #31864e 0%, #31864e 100%);
  transform: scale(1.01);
}
.bg-radial-bp:hover {
  transform: scale(1.03);
}
.bg-radial-blue {
  background: #0d8aff;
  background: linear-gradient(180deg, #9ed0ff 0%, #0d8aff 100%);
  color: #ffffff;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-radial-blue:active {
  background: #0d8aff;
  background: linear-gradient(180deg, #9ed0ff 0%, #9ed0ff 100%);
  transform: scale(1.01);
}
.bg-radial-blue:hover {
  transform: scale(1.03);
}
.bg-radial-green {
  background: #00ca2c;
  background: linear-gradient(180deg, #00ca2c 0%, #029f25 100%);
  color: #ffffff;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-radial-green:active {
  background: #00ca2c;
  background: linear-gradient(180deg, #00ca2c 0%, #00ca2c 100%);
  transform: scale(1.01);
}
.bg-radial-green:hover {
  transform: scale(1.03);
}
.bg-radial-blue {
  background: #0d8aff;
  background: linear-gradient(180deg, #9ed0ff 0%, #0d8aff 100%);
  color: #ffffff;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-radial-blue:active {
  background: #0d8aff;
  background: linear-gradient(180deg, #9ed0ff 0%, #9ed0ff 100%);
  transform: scale(1.01);
}
.bg-radial-blue:hover {
  transform: scale(1.03);
}
.bg-radial-yellow {
  background: #ffcf00;
  background: linear-gradient(180deg, #fee471 0%, #ffcf00 100%);
  color: #000000;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-radial-yellow svg,
.bg-radial-yellow img {
  fill: #000000;
}
.bg-radial-yellow:active {
  background: #ffcf00;
  background: linear-gradient(180deg, #fee471 0%, #fee471 100%);
  transform: scale(1.01);
}
.bg-radial-yellow:hover {
  transform: scale(1.03);
}
.bg-radial-pink {
  background: #ff5978;
  background: linear-gradient(180deg, #ffbdc9 0%, #ff5978 100%);
  color: #ffffff;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
}
.bg-radial-pink:active {
  background: #ff5978;
  background: linear-gradient(180deg, #ffbdc9 0%, #ffbdc9 100%);
  transform: scale(1.01);
}
.bg-radial-pink:hover {
  transform: scale(1.03);
}
.bg-white-bred {
  background: #fdfeff;
  background: linear-gradient(180deg, #fdfeff 0%, #d3e0ff 100%);
  border: 2px solid #f72717;
  color: #28292c;
  transform: scale(1);
  transition: background 0.1s ease-out, transform 0.5s ease;
  box-sizing: border-box;
}
.bg-white-bred:active {
  background: #d3e0ff;
  background: linear-gradient(180deg, #d3e0ff 0%, #d3e0ff 100%);
  transform: scale(1.01);
}
.bg-white-bred:hover {
  color: #28292c;
  transform: scale(1.03);
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #f72717;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #697282;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #f72717;
  --bs-light: #697282;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 247, 39, 23;
  --bs-light-rgb: 105, 114, 130;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
iframe {
  border: 0;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0 {
  --bs-gutter-x: 0;
}
.g-0 {
  --bs-gutter-y: 0;
}
.g-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5 {
  --bs-gutter-x: 3rem;
}
.g-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.w-50 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.visible {
  visibility: visible !important;
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
}
.bg-white {
  background-color: #ffffff;
}
.bg-eden-white {
  background-color: #f1f7ff;
}
.bg-edenred-gray-dark {
  background-color: #697282;
}
.bg-cobalt5 {
  background-color: #f3f9ff;
}
.bg-cobalt10 {
  background-color: #e7f3ff;
}
.bg-cobalt20 {
  background-color: #cfe8ff;
}
.bg-cobalt30 {
  background-color: #b6dcff;
}
.bg-cobalt40 {
  background-color: #9ed0ff;
}
.bg-cobalt100 {
  background-color: #0d8aff;
}
.bg-bp100 {
  background-color: #116031;
}
.bg-mint5 {
  background-color: #f2faf9;
}
.bg-mint10 {
  background-color: #ccfbed;
}
.bg-mint90 {
  background-color: #00a184b3;
}
.bg-mint100 {
  background-color: #00a184;
}
.bg-mint-light {
  background-color: #99f6db;
}
.bg-mint-temp {
  background-color: #ebfff9;
}
.bg-pink5 {
  background-color: #fff7f8;
}
.bg-pink20 {
  background-color: #ffdee4;
}
.bg-pink30 {
  background-color: #ffcdd7;
}
.bg-pink40 {
  background-color: #ffbdc9;
}
.bg-pink100 {
  background-color: #ff5978;
}
.bg-grayA3 {
  background-color: #c5c9cf;
}
.bg-grayB0 {
  background-color: #d3d6db;
}
.bg-gray20 {
  background-color: #e2e4e7;
}
.bg-gray40 {
  background-color: #c5c9cf;
}
.bg-gray100 {
  background-color: #697282;
}
.bg-gray-light {
  background-color: #f2f2f2;
}
.bg-olive10 {
  background-color: #f1f5e6;
}
.bg-olive-lg {
  background-color: #ddf691;
}
.bg-yellows {
  background-color: #ffdd4a;
}
.bg-yellowt {
  background-color: #edab00;
}
.bg-yellowlight {
  background-color: #fffbea;
}
.bg-form-round {
  border-radius: 40px;
}
.bg-round {
  border-radius: 30px;
}
.bg-round-top {
  border-radius: 30px 30px 0 0;
}
.bg-round-bottom {
  border-radius: 0 0 30px 30px;
}
.bg-round30 {
  border-radius: 30px;
}
ul.color-bullet {
  padding-left: 3em;
  list-style: none;
}
ul.color-bullet li {
  margin-bottom: 20px !important;
  position: relative;
}
ul.color-bullet li::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  top: 7px;
  left: -1.5em;
  transform: translate(-50%, 0%);
  box-sizing: border-box;
}
ul.color-bullet.ribbon li::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0.4em;
  width: 1.5em;
  height: 0.6em;
  top: 7px;
  left: -1.5em;
  transform: translate(-50%, 0%);
  box-sizing: border-box;
}
ul.color-bullet.cobalt100 li::before {
  background-color: #0d8aff !important;
}
ul.color-bullet.pink100 li::before {
  background-color: #ff5978 !important;
}
ul.color-bullet.pinklight li::before {
  background-color: #fed0c8 !important;
}
ul.color-bullet.violet20 li::before {
  background-color: #e3d2ff !important;
}
ul.color-bullet.yellow100 li::before {
  background-color: #fccd00 !important;
}
ul.color-bullet.mint100 li::before {
  background-color: #00a184 !important;
}
ul.color-bullet.bp100 li::before {
  background-color: #116031 !important;
}
ul.color-bullet.olive100 li::before {
  background-color: #739a01 !important;
}
@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred_light.otf);
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred_medium.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Edenred;
  src: url(https://www.edenred.mx/hubfs/rmkt/controla-y-deduce-A/fonts/edenred_bold.otf);
  font-weight: 500;
  font-display: swap;
}
.navbar-offset {
  margin-top: 149px;
}
@media only screen and (min-width: 340px) {
  .navbar-offset {
    margin-top: 154px;
  }
}
@media only screen and (min-width: 576px) {
  .navbar-offset {
    margin-top: 79px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-offset {
    margin-top: 79px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-offset {
    margin-top: 86px;
  }
}
.navbar-offset.no-home {
  margin-top: 79px;
}
@media only screen and (min-width: 576px) {
  .navbar-offset.no-home {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-offset.no-home {
    margin-top: 78px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-offset.no-home {
    margin-top: 76px;
  }
}
.holder {
  width: 100%;
  height: 149px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 0;
}
@media only screen and (min-width: 340px) {
  .holder {
    height: 154px;
  }
}
@media only screen and (min-width: 576px) {
  .holder {
    height: 79px;
  }
}
@media only screen and (min-width: 992px) {
  .holder {
    height: 79px;
  }
}
@media only screen and (min-width: 1400px) {
  .holder {
    height: 86px;
  }
}
.navbar {
  box-shadow: 0 2px 4px #28469440;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
}
.navbar .w-logo {
  width: 100%;
  max-width: 100px;
}
.navbar .w-logo img {
  width: 100%;
  max-width: 100%;
}
.navbar .cta-container {
  margin: 16px 0 8px;
}
@media only screen and (min-width: 576px) {
  .navbar .cta-container {
    margin: 8px 0 8px;
  }
}
.navbar .drop-down {
  width: 100%;
  position: absolute;
  top: -100%;
  right: -200%;
  opacity: 0;
  transition-property: right, top, transform, opacity;
  transition-duration: 0ms, 300ms, 130ms, 65ms;
  transition-delay: 460ms, 0ms, 0ms, 30ms;
  transition-timing-function: ease-in;
  z-index: -1;
}
.navbar .drop-down .drop-down-wrapper {
  position: relative;
  width: 100%;
}
.navbar .drop-down .drop-down-wrapper .drop-down-container {
  width: 100%;
  margin: 0 auto;
  background-color: #f0f1f3;
  box-shadow: 0 8px 12px 0 rgba(8, 90, 166, 0.4);
  border-radius: 8px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.navbar .drop-down .drop-down-wrapper .drop-down-container .drop-down-head {
  width: 100%;
  background-color: #0d8aff;
  padding: 35px 8px 15px;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-head
  .drop-down-close {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 15px;
  transform: scale(1);
  transition: 0.2s 0s ease-out;
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-head
  .drop-down-close:hover {
  transform: scale(1.1);
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-head
  .drop-down-close
  span {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-head
  .drop-down-close
  span::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-head
  .drop-down-close
  span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-head
  .title {
  text-align: center;
  font-weight: bold;
  font-family: Ubuntu;
  font-size: 21px;
  color: #ffffff;
}
.navbar .drop-down .drop-down-wrapper .drop-down-container .drop-down-body {
  width: 100%;
  padding: 20px 10px 10px;
  border-radius: 0 0 8px 8px;
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-body
  .drop-down-section {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d3d6db;
  padding: 13px 7px;
}
.navbar
  .drop-down
  .drop-down-wrapper
  .drop-down-container
  .drop-down-body
  .drop-down-section:last-child {
  border-bottom: none;
}
.navbar .drop-down .drop-down-wrapper .drop-down-container .drop-down-footer {
  width: 100%;
  padding: 10px 10px 20px;
}
.navbar .drop-down .drop-down-wrapper .drop-down-container .drop-down-footer p {
  text-align: center;
  margin: 0;
}
.navbar .drop-down.active {
  top: calc(100% + 10px);
  right: 0;
  display: block;
  opacity: 1;
  z-index: 888;
  transform: rotateY(0deg);
  transition-property: top, transform, opacity, right;
  transition-duration: 400ms, 180ms, 160ms, 0ms;
  transition-delay: 0ms, 200ms, 240ms, 0ms;
}
.navbar .menu-collapsable {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.navbar .menu-collapsable #menu-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #607d8b80;
  z-index: 998;
  transition: opacity, right;
  transition-delay: 0.2s, 0.7s;
  transition-duration: 0.4s, 0s;
  transition-timing-function: linear, linear;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .navbar .menu-collapsable #menu-container {
    width: 100%;
    height: auto !important;
    position: static;
    opacity: 1;
    background-color: #607d8b00;
    visibility: visible;
  }
}
.navbar .menu-collapsable #menu-container.active {
  opacity: 1;
  height: 100vh;
  visibility: visible;
  right: 0;
  transition: opacity, right;
  transition-delay: 0.2s, 0s;
  transition-duration: 0.3s, 0s;
  transition-timing-function: ease-in, linear;
}
.navbar .menu-collapsable #menu-container.active #menu {
  width: 100%;
  top: 0;
  right: 0;
}
.navbar .menu-collapsable #menu-container #menu {
  display: block;
  width: 80%;
  max-width: 320px;
  height: 100%;
  padding: 7em 2em 2em;
  background-color: #ffffff;
  border-left: 1px solid #697282;
  position: absolute;
  top: 0;
  right: -120%;
  transition: right 0.3s 0.2s ease-out;
  box-shadow: -6px 0 8px #28469440;
}
@media only screen and (min-width: 992px) {
  .navbar .menu-collapsable #menu-container #menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: static;
    padding: 0;
    opacity: 1;
    border: none;
    right: 0;
    box-shadow: none;
  }
}
.navbar .menu-collapsable #menu-container #menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .navbar .menu-collapsable #menu-container #menu ul {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.navbar .menu-collapsable #menu-container #menu ul li {
  width: 100%;
  min-width: 120px;
  display: block;
  border-top: 1px solid #d5d8dd;
}
.navbar .menu-collapsable #menu-container #menu ul li:last-child {
  border-bottom: 1px solid #d5d8dd;
}
@media only screen and (min-width: 992px) {
  .navbar .menu-collapsable #menu-container #menu ul li {
    width: 25%;
    max-width: 220px;
    padding: 0 20px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none !important;
  }
}
.navbar .menu-collapsable #menu-container #menu ul li a.menu-option {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #28292c;
  font-family: "Ubuntu", Edenred, "Monserrat", "Sans Serif";
  font-size: 1.5em;
  font-weight: 400;
  position: relative;
  transform: scale(1);
  transition: opacity 0.5s ease-out, transform 0.3s ease-in-out;
}
.navbar .menu-collapsable #menu-container #menu ul li a.menu-option:hover {
  color: #f72717;
  transform: scale(1.1);
}
.navbar
  .menu-collapsable
  #menu-container
  #menu
  ul
  li
  a.menu-option:hover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 10px);
  height: 100%;
  background-color: #f72717;
  opacity: 0.2;
  z-index: 999;
}
@media only screen and (min-width: 992px) {
  .navbar
    .menu-collapsable
    #menu-container
    #menu
    ul
    li
    a.menu-option:hover::before {
    display: none;
    position: static;
  }
}
.navbar .menu-collapsable #menu-container #menu ul li a.menu-option::before {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media only screen and (min-width: 768px) {
  .navbar .menu-collapsable #menu-container #menu ul li a.menu-option {
    font-size: 1em;
  }
}
.navbar .menu-collapsable #btn-mobile {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 8px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  transition: transform 0.5s ease-out;
  transform: scale(1);
  z-index: 999;
}
.navbar .menu-collapsable #btn-mobile:hover {
  transform: scale(1.05);
}
.navbar .menu-collapsable #btn-mobile:hover span {
  background-color: #f72717 !important;
}
.navbar .menu-collapsable #btn-mobile:active {
  transform: scale(0.9);
}
.navbar .menu-collapsable #btn-mobile .icon-menu {
  width: 100%;
  height: 100%;
  position: relative;
}
.navbar .menu-collapsable #btn-mobile .icon-menu span {
  display: block;
  width: 100%;
  height: 5px;
  content: "";
  border-radius: 3px;
  background-color: #f72717;
  transition: all 0.3s cubic-bezier(0.97, -0.85, 0.11, 1.64),
    background-color 0.5s ease-out;
  position: absolute;
}
.navbar .menu-collapsable #btn-mobile .icon-menu span:first-child {
  top: 3px;
  left: 0;
  transform: translate(0, 0) rotate(0deg);
}
.navbar .menu-collapsable #btn-mobile .icon-menu span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(0deg);
  opacity: 1;
}
.navbar .menu-collapsable #btn-mobile .icon-menu span:last-child {
  width: 70%;
  bottom: 3px;
  right: 0;
  transform: translate(0, 0) rotate(0deg);
}
.navbar .menu-collapsable #btn-mobile.active .icon-menu span:first-child {
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%) rotate(-135deg);
}
.navbar .menu-collapsable #btn-mobile.active .icon-menu span:nth-child(2) {
  opacity: 0;
}
.navbar .menu-collapsable #btn-mobile.active .icon-menu span:last-child {
  width: 100%;
  bottom: 50%;
  right: -50%;
  transform: translate(-50%, 50%) rotate(135deg);
}
#btn-scroll-container {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  position: fixed;
  transform: translate(0, 0);
  bottom: 20px;
  right: 20px;
  z-index: 994;
}
@media only screen and (min-width: 768px) {
  #btn-scroll-container {
    right: 50%;
    transform: translate(50%, 0);
  }
}
#btn-scroll-container #btn-scroll {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: none;
  border: none;
  transform: scale(1);
  transition: transform 0.5s ease-out;
  animation: breathe 4s ease-out infinite;
  z-index: 996;
}
@media only screen and (min-width: 768px) {
  #btn-scroll-container #btn-scroll {
    transform: scale(1);
  }
}
#btn-scroll-container #btn-scroll:hover {
  transform: scale(1.1);
  animation: none !important;
}
#btn-scroll-container #btn-scroll:active {
  transform: scale(0.8) !important;
}
#btn-scroll-container #btn-scroll:active::before {
  opacity: 0.5;
  transition-duration: 0s;
  transition-delay: 0s;
  transform: translate(-50%, -50%) scale(1.3);
}
#btn-scroll-container #btn-scroll::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e30613;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0.3s;
  transition-timing-function: ease;
  z-index: 995;
}
#btn-scroll-container #btn-scroll img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-out;
  z-index: 997;
}
#btn-scroll-container #btn-scroll.up img {
  transform: rotate(180deg);
}
#btn-scroll-container #btn-scroll.down img {
  transform: rotate(0deg);
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.text-cobalt100 {
  color: #0d8aff;
}
.text-gray100 {
  color: #697282;
}
.text-mint100 {
  color: #00a184;
}
.text-pink100 {
  color: #ff5978;
}
.text-pink100-bold {
  font-weight: bolder;
  color: #ff5978;
}
.text-mint-black {
  color: #00604e !important;
}
.text-gray44 {
  color: #697282;
}
.text-gray23 {
  color: #28292c;
}
.text-decorated {
  display: block;
  font-size: 2em;
  font-family: Edenred, "Montserrat";
  top: 0;
  right: 0;
}
.text-decorated .ligth {
  font-weight: 200;
}
.text-decorated .bold {
  font-weight: 500;
}
.text-decorated .circle {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.6em;
}
.text-decorated .circle.olive-light {
  background-color: #ddf691;
}
.text-decorated .circle.mint5 {
  background-color: #f2faf9;
}
.text-decorated .circle.mint40 {
  background-color: #99dace;
}
.text-decorated .circle.mint100 {
  background-color: #00a184;
}
.text-decorated .circle.mint-light {
  background-color: #99f6db;
}
.text-decorated .circle.cobalt40 {
  background-color: #9ed0ff;
}
.text-decorated .circle.cobalt100 {
  background-color: #0d8aff;
}
.text-decorated .circle.pink5 {
  background-color: #fff7f8;
}
.text-decorated .circle.pink40 {
  background-color: #ffbdc9;
}
.text-decorated .circle.pink100 {
  background-color: #ff5978;
}
.text-decorated .circle.white {
  background-color: #fff;
}
.text-decorated .circle.gray100 {
  background-color: #697282;
}
.text-decorated .circle.x2 {
  width: 1.2em;
}
.text-decorated .circle.x3 {
  width: 1.8em;
}
.text-decorated .circle.x4 {
  width: 2.4em;
}
.text-decorated .circle.width-50 {
  width: 1.25em;
}
.text-decorated .circle.width-100 {
  width: 2.5em;
}
.text-ribbon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.62em 1.2em;
  border: none;
  border-radius: 4.4em;
  font-size: 1.2em;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: Edenred, "Montserrat";
  font-weight: 300;
  color: white;
}
.text-ribbon-onbreak {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
}
@media only screen and (min-width: 610px) {
  .text-ribbon-onbreak {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0.62em 1.2em;
    border: none;
    border-radius: 4.4em;
    font-size: 1.2em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    font-family: Edenred, "Montserrat";
    font-weight: 300;
    color: white;
    background-color: #00a184;
  }
}
.text-ribbon-onbreak span {
  display: block;
  padding: 0.5em 1em;
  border: none;
  border-radius: 4.4em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: Edenred, "Montserrat";
  font-weight: 300;
  background-color: #00a184;
  margin: 5px 0;
}
@media only screen and (min-width: 610px) {
  .text-ribbon-onbreak span {
    display: inline;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: none;
  }
}
.no-break {
  white-space: nowrap;
}
.rpx-5 {
  padding: 0 1.8rem;
}
@media only screen and (min-width: 576px) {
  .rpx-5 {
    padding: 0 3rem;
  }
}
.footer-rule {
  display: block;
  content: "";
  border-left: 1px solid #d5d8dd;
  width: 1px;
  height: 50px;
  margin: 0 10px;
}
body {
  padding: 0;
  margin: 0;
}
.hero-arrow {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
  margin-left: 0px;
  display: block;
  position: relative;
  animation: pulse_v 1s ease-out infinite;
}
@media only screen and (min-width: 992px) {
  .hero-arrow {
    max-width: 100px;
    margin-top: 0px;
    margin-left: 10px;
    animation: pulse_h 1s ease-out infinite;
  }
}
.container-full {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 149px);
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 340px) {
  .container-full {
    height: calc(100vh - 154px);
  }
}
@media only screen and (min-width: 576px) {
  .container-full {
    height: calc(100vh - 79px);
  }
}
@media only screen and (min-width: 992px) {
  .container-full {
    height: calc(100vh - 79px);
  }
}
@media only screen and (min-width: 1400px) {
  .container-full {
    height: calc(100vh - 86px);
  }
}
.container-full.no-home {
  height: calc(100vh - 79px);
}
@media only screen and (min-width: 576px) {
  .container-full.no-home {
    height: calc(100vh - 66px);
  }
}
@media only screen and (min-width: 992px) {
  .container-full.no-home {
    height: calc(100vh - 78px);
  }
}
@media only screen and (min-width: 1400px) {
  .container-full.no-home {
    height: calc(100vh - 76px);
  }
}
.container-full .scroll-container {
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -150%;
  padding: 0 15px 0 0;
  margin: 0;
  opacity: 0;
  transition-property: opacity, left;
  transition-delay: 0s, 0.25s;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease-out, ease-out;
  overflow-y: scroll;
}
.container-full .scroll-container.active {
  top: 0;
  left: 0;
  opacity: 1;
}
.container-full .scroll-container .scroll-content {
  width: 100%;
  padding: 0 0 0 0;
}
.card-wrapper {
  padding: 4em 10px 0 10px;
}
@media only screen and (min-width: 400px) {
  .card-wrapper {
    padding: 4em 30px 0 30px;
  }
}
@media only screen and (min-width: 500px) {
  .card-wrapper {
    padding: 4em 50px 0 50px;
  }
}
@media only screen and (min-width: 576px) {
  .card-wrapper {
    padding: 4em 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .card-wrapper {
    padding: 4em 30px 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .card-wrapper {
    padding: 3em 20px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-wrapper {
    padding: 3em 40px 0 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .card-wrapper {
    padding: 4em 40px 0 40px;
  }
}
.card-wrapper:hover .card-container {
  transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
}
.card-wrapper .card-container {
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  position: relative;
  perspective: 500px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.4s ease-out;
  transform: rotateY(-10deg) rotateX(5deg) rotateZ(0deg);
}
.card-wrapper .card-container:hover span {
  transform: translate(-50%, -50%) rotate(0);
}
.card-wrapper .card-container:hover span::after,
.card-wrapper .card-container:hover span::before {
  transform: translate(-50%, -50%) rotate(0);
}
.card-wrapper .card-container a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-wrapper .card-container a img {
  display: block;
  width: 100%;
  box-shadow: 4px 4px 8px #69728280;
  border-radius: 10px;
}
.card-wrapper .card-container span {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  border: 2px solid white;
  border-radius: 15px;
  transition: transform 0.25s ease-in;
  opacity: 0.75;
  box-shadow: 4px 4px 8px #69728280;
}
.card-wrapper .card-container span.pink {
  background-color: #ffcdd7;
}
.card-wrapper .card-container span.pink::before {
  background-color: #ffbdc9;
}
.card-wrapper .card-container span.pink::after {
  background-color: #ff5978;
}
.card-wrapper .card-container span.blue {
  background-color: #b6dcff;
}
.card-wrapper .card-container span.blue::before {
  background-color: #9ed0ff;
}
.card-wrapper .card-container span.blue::after {
  background-color: #0d8aff;
}
.card-wrapper .card-container span.yellow {
  background-color: #fce891;
}
.card-wrapper .card-container span.yellow::before {
  background-color: #fce891;
}
.card-wrapper .card-container span.yellow::after {
  background-color: #fce891;
}
.card-wrapper .card-container span.green {
  background-color: #f9da03;
}
.card-wrapper .card-container span.green::before {
  background-color: #82c341;
}
.card-wrapper .card-container span.green::after {
  background-color: #00a550;
}
.card-wrapper .card-container span::before {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  border: 2px solid white;
  border-radius: 15px;
  opacity: 0.5;
  transition: transform 0.3s ease-in;
  box-shadow: 4px 4px 8px #69728280;
}
.card-wrapper .card-container span::after {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  border: 2px solid white;
  border-radius: 15px;
  opacity: 0.25;
  transition: transform 0.5s ease-in;
  box-shadow: 4px 4px 8px #69728280;
}
.card-wrapper .title {
  width: 100%;
  padding: 4em 0 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .card-wrapper .title {
    padding: 4em 0 1em 0;
  }
}
@media only screen and (min-width: 768px) {
  .card-wrapper .title {
    padding: 4em 0 1em 0;
  }
}
.card-wrapper .title h2 {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-16u {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: calc(18px + 0 * (100vw - 300px) / 1100);
}
.text-16u.bold {
  font-weight: 500;
}
.text-16u strong {
  font-weight: 500;
}
.text-21u {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: calc(16px + 2 * (100vw - 300px) / 1100);
}
.text-21u.bold {
  font-weight: 500;
}
.text-21u strong {
  font-weight: 500;
}
.text-27u {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: calc(24px + 3 * (100vw - 300px) / 1100);
}
.text-27u.medium {
  font-weight: 400;
}
.text-27u.bold {
  font-weight: 500;
}
.text-27u strong {
  font-weight: 500;
}
.text-33u {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: calc(27px + 6 * (100vw - 300px) / 1100);
}
.text-33u.bold {
  font-weight: 500;
}
.text-39u {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: calc(31px + 8 * (100vw - 300px) / 1100);
}
.text-39u.bold {
  font-weight: 500;
}
.text-42u {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: calc(27px + 6 * (100vw - 300px) / 1100);
}
.text-70e {
  font-family: Edenred;
  font-weight: 600;
  font-size: calc(40px + 20 * (100vw - 300px) / 1100);
}
.footer-light {
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .footer-light {
    padding: 20px 80px;
    justify-content: flex-end;
  }
}
.footer-light .footer-link {
  color: #f72717;
  padding: 0 20px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #f72717;
}
.footer-light .footer-link:last-child {
  border-right: none;
}
@media only screen and (min-width: 576px) {
  .footer-light .footer-link {
    padding: 0 40px;
  }
}
.copy-section {
  padding: 2rem 2.5rem 2rem 1.5rem;
}
@media only screen and (min-width: 576px) {
  .copy-section {
    padding: 2rem 2.5rem 2rem 2rem;
  }
}
.agenda-section {
  padding: 2rem 0.5rem;
}
@media only screen and (min-width: 576px) {
  .agenda-section {
    padding: 2rem 0 2rem 2.5rem;
  }
}
.agenda-section .agenda-wrapper {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-radius: 30px;
  box-shadow: -8px 8px 12px #3d8c9d30;
}
@media only screen and (min-width: 576px) {
  .agenda-section .agenda-wrapper {
    border-right: none;
    border-radius: 40px 0 0 40px;
  }
}
.agenda-section .agenda-wrapper .agenda-container {
  width: 100%;
  height: 0;
  padding-bottom: 640px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .agenda-section .agenda-wrapper .agenda-container {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .agenda-section .agenda-wrapper .agenda-container {
    padding-bottom: 700px;
  }
}
@media only screen and (min-width: 1420px) {
  .agenda-section .agenda-wrapper .agenda-container {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1800px) {
  .agenda-section .agenda-wrapper .agenda-container {
    width: 100%;
    max-width: 100%;
  }
}
.agenda-section .agenda-wrapper .agenda-container .meetings-iframe-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.agenda-section .agenda-wrapper .agenda-container .agenda-loader {
  width: 180px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}
.agenda-section .agenda-wrapper .agenda-container .agenda-loader.pink100 span {
  background-color: #ff5978;
}
.agenda-section
  .agenda-wrapper
  .agenda-container
  .agenda-loader.cobalt100
  span {
  background-color: #0d8aff;
}
.agenda-section .agenda-wrapper .agenda-container .agenda-loader.bpy100 span {
  background-color: #ffda00;
}
.agenda-section
  .agenda-wrapper
  .agenda-container
  .agenda-loader.yellow100
  span {
  background-color: #fccd00;
}
.agenda-section .agenda-wrapper .agenda-container .agenda-loader.white span {
  background-color: #f1f7ff;
}
.agenda-section .agenda-wrapper .agenda-container .agenda-loader span {
  display: block;
  content: "";
  width: 20px;
  height: 0;
  border-radius: 10px;
  animation-name: agendaloader;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
.agenda-section
  .agenda-wrapper
  .agenda-container
  .agenda-loader
  span:nth-child(2) {
  animation-delay: 0.2s;
}
.agenda-section
  .agenda-wrapper
  .agenda-container
  .agenda-loader
  span:nth-child(3) {
  animation-delay: 0.4s;
}
.agenda-section
  .agenda-wrapper
  .agenda-container
  .agenda-loader
  span:nth-child(4) {
  animation-delay: 0.6s;
}
.agenda-section
  .agenda-wrapper
  .agenda-container
  .agenda-loader
  span:nth-child(5) {
  animation-delay: 0.8s;
}
.agenda-section
  .agenda-wrapper
  .agenda-container
  .agenda-loader
  span:nth-child(6) {
  animation-delay: 1s;
}
.prx-1-5 {
  padding: 2em 1em;
}
@media only screen and (min-width: 576px) {
  .prx-1-5 {
    padding: 2.5em 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .prx-1-5 {
    padding: 2.5em 5em;
  }
}
@media only screen and (min-width: 992px) {
  .prx-1-5 {
    padding: 2.5em 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .prx-1-5 {
    padding: 3em 2.5em 2em;
  }
}
@media only screen and (min-width: 1400px) {
  .prx-1-5 {
    padding: 3em 4em 2.5em;
  }
}
.prx-2-5 {
  padding: 2em 1em;
}
@media only screen and (min-width: 576px) {
  .prx-2-5 {
    padding: 2.5em 2.5em;
  }
}
.prx-0-2 {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .prx-0-2 {
    padding: 0 0 0 1.5rem;
  }
}
.pr-2-0 {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .pr-2-0 {
    padding-bottom: 0;
  }
}
.pr-se {
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .pr-se {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
.pr-ag3 {
  padding: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .pr-ag3 {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@keyframes agendaloader {
  0% {
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes pulse_h {
  0% {
    opacity: 0;
    transform: translate(0px, 0);
  }
  80% {
    opacity: 1;
    mtransform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(20px, 0);
  }
}
@keyframes pulse_v {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(90deg);
  }
  80% {
    opacity: 1;
    mtransform: translate(0, 20px) rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 20px) rotate(90deg);
  }
}
