html,
body {
  overflow-x: hidden;
}

body {
  letter-spacing: 0px !important;
  word-spacing: 0px !important;
}
h1,
h2,
h3,
h4,
p,
#logo a,
.font-primary {
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}

:root {
  /* Color Variables */
  --dark-steel-blue: hsl(204, 54%, 33%);
  --full-white: hsl(0, 0%, 100%);
  --color-white: hsl(0, 0%, 100%);
  --cello: hsl(204, 53%, 22%);
  --bunker: hsl(203, 53%, 7%);
  --true-gray: hsl(0, 0%, 58%);
  --pale-silver: hsl(0, 0%, 92%);
  --cnvs-contrast-1000: hsl(203, 53%, 7%) !important;
  --cnvs-contrast-rgb: 255, 255, 255;

  /* Fonts Family */

  --lora: 'Lora';
  --lato: 'Lato';
}

:dark {
  --cnvs-contrast-1000: hsl(0, 0%, 100%) !important;
}

.not-dark {
  --cnvs-themecolor: #aaa;
  --cnvs-themecolor-rgb: 170, 170, 170;

  --cnvs-primary-font: 'Inter', sans-serif;
  --cnvs-body-font: var(--cnvs-primary-font);
}
.is-expanded-menu .menu-item,
.is-expanded-menu .menu-link {
  --cnvs-primary-menu-padding-x: 25px;
}

::selection {
  background: hsl(204, 54%, 33%) !important;
}
.t-200 {
  font-weight: 200 !important;
}
.t-300 {
  font-weight: 300 !important;
}
.t-400 {
  font-weight: 400 !important;
}
.t-500 {
  font-weight: 500 !important;
}
.t-600 {
  font-weight: 600 !important;
}
.t-700 {
  font-weight: 700 !important;
}
.t-800 {
  font-weight: 800 !important;
}

.t-h1 {
  font-size: 3.5rem !important;
}

.t-h2 {
  font-size: 3.5rem !important;
}
.t-h3 {
  font-size: 2rem !important;
}

.t-h4 {
  font-size: 1.5rem !important;
}

.t-h5 {
  font-size: 1.25rem !important;
}

.t-h6 {
  font-size: 1rem !important;
}

.t-b-s {
  font-size: 1.5rem !important;
}
.t-p {
  font-size: 1rem !important;
}
.t-slider {
  font-size: 1.375rem !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}
.lora {
  font-family: 'Lora', sans-serif !important;
}

.title-h1 {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  font-family: 'Lora';
  line-height: 1.2;
}

.title-h2 {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  font-family: 'Lora';
  line-height: 1.2;
}

.title-h3 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  font-family: 'Lora';
  line-height: 1.2;
}
.title-h4 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  font-family: 'Lora';
  line-height: 1.2;
}

.title-h5 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  font-family: 'Lora';
  line-height: 1.2;
}

.title-h6 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: 'Lora';
  line-height: 1.2;
}

.paragraph {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: 'Lato';
  line-height: 1.4 !important;
}

.paragraph-block1 {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  font-family: 'Lato';
  line-height: 1.4;
}

.lato {
  font-family: 'Lato', sans-serif !important;
}
/*Colors*/
.full-white {
  color: hsl(0 0% 100%);
}
.dark-steel-blue {
  color: hsl(204, 54%, 33%) !important;
}
.cello {
  color: hsl(204, 53%, 22%) !important;
}
.bunker {
  color: hsl(203, 53%, 7%) !important;
}
.true-gray {
  color: hsl(0, 0%, 58%) !important;
}
.pale-sirver {
  color: hsl(0, 0%, 92%) !important;
}

.ticker-dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
}

.button-dark-custom {
  font-size: 1rem !important;
  font-weight: 700 !important;
  background-color: var(--cello) !important;
  color: var(--full-white) !important;
  font-family: 'Lora';
}

.button-dark-custom:hover {
  background-color: var(--dark-steel-blue) !important;
}

.button-dark-custom:hover span {
  color: var(--full-white) !important;
}

.button-light-custom {
  font-size: 1rem !important;
  font-weight: 700 !important;
  background-color: transparent;
  border-color: var(--full-white) !important;
  color: var(--full-white) !important;
  font-family: 'Lora';
}

.button-light-custom:hover {
  background-color: var(--full-white) !important;
}

.button-light-custom:hover span {
  color: var(--bunker);
}

.button-menu {
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: 'Lato';
}

.rounded-15 {
  border-radius: 15px;
}

.full-header.transparent-header.sticky-header
  .menu-item.agenda
  .button-light-custom {
  font-size: 1rem !important;
  font-weight: 700 !important;
  background-color: var(--cello) !important;
  color: var(--full-white) !important;
  font-family: 'Lora';
}

.full-header.transparent-header.sticky-header
  .menu-item.agenda
  .button-light-custom:hover {
  background-color: var(--dark-steel-blue) !important;
}

.full-header.transparent-header.sticky-header
  .menu-item.agenda
  .button-light-custom:hover
  span {
  color: var(--full-white);
}

/* WhatsApp style */
.contact-link-wa {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 10px;
  letter-spacing: 0px !important;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 3;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.float i {
  font-size: 2rem;
}

#gotoTop {
  font-size: 2.5rem;
  left: 40px;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: var(cello);
}

#gotoTop:hover {
  background-color: var(--dark-steel-blue) !important;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

a.float:hover {
  background-color: currentcolor !important;
}

.contact-link-wa:hover i {
  filter: invert(1) saturate(0) !important;
}

.contact-link-wa {
  position: fixed !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}

/* hover */
.magnetic-hover {
  transition: all 0.3s linear;
}

.magnetic-hover > span,
.magnetic-hover > div {
  pointer-events: none;
  transition: all 0.1s linear;
}

.device-down-lg .cnvs-cursor {
  display: none;
}

.cnvs-cursor {
  --cnvs-cursor-bg: #fff;
  --cnvs-cursor-action-bg: #fff;
  --cnvs-cursor-opacity: 1;
  --cnvs-cursor-action-opacity: 1;
  --cnvs-cursor-size: 0.5rem;
  mix-blend-mode: difference;
}

.text-fill-effect {
  --cnvs-text-fill-placeholder: rgba(var(--cnvs-contrast-rgb), 0.1);
  --cnvs-text-fill-color: linear-gradient(
    to right,
    var(--cnvs-contrast-1000),
    var(--cnvs-contrast-1000)
  );
  -webkit-text-fill-color: var(--cnvs-text-fill-placeholder);
  position: relative;
  background-image: var(--cnvs-text-fill-color);
  background-size: calc(var(--cnvs-scroll-start) * 100%) 100%;
  background-repeat: no-repeat;
}

.text-splitter.scroll-detect span {
  opacity: calc(0.1 + (1 * var(--cnvs-scroll-percent)));
  transform: rotateX(20deg);
  transition: all 0.3s ease;
  transition-delay: 0s;
}

#section-welfare .text-fill-effect,
#section-services .text-fill-effect {
  --cnvs-text-fill-placeholder: rgba(60, 130, 170, 0.1) !important;
  --cnvs-text-fill-color: linear-gradient(
    to right,
    hsl(204, 54%, 33%),
    hsl(204, 54%, 33%)
  ) !important;
}

.text-splitter.scroll-detect.scroll-detect-inview span {
  transform: rotateX(0);
  transition-delay: calc(0.04s * var(--cnvs-split-index));
}

#section-experience .text-fill-effect {
  --cnvs-text-fill-placeholder: rgba(255, 255, 255, 0.1) !important;
  --cnvs-text-fill-color: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  ) !important;
}

#section-experience .text-splitter.scroll-detect span {
  transition-delay: 1s;
}

#section-principles .text-fill-effect {
  -webkit-text-fill-color: rgba(8, 19, 26, 0.1);
}

/* Menu */

.is-expanded-menu .menu-item {
  position: relative;
}

.is-expanded-menu .menu-item:hover::before {
  width: calc(100% - calc(var(--cnvs-primary-menu-padding-x) * 2));
}

.menu-link div {
  text-transform: lowercase;
}

.menu-link div::first-letter {
  text-transform: uppercase;
}

#header-wrap {
  background-color: transparent;
}

.menu-item.current .menu-link {
  color: hsl(0, 0%, 100%, 0.5) !important;
}

.full-header.transparent-header.sticky-header .menu-item.current .menu-link {
  color: hsl(203, 53%, 7%, 0.5) !important;
}

.menu-link {
  color: var(--full-white) !important;
  font-family: 'Lato';
  font-size: 1rem;
  letter-spacing: 0 !important;
}

.full-header.transparent-header.sticky-header .menu-item:hover > .menu-link {
  color: hsl(203, 53%, 7%, 0.5) !important;
}

.full-header.transparent-header .menu-item:hover > .menu-link {
  color: hsl(0, 0%, 100%, 0.5) !important;
}

.is-expanded-menu #header.full-header.transparent-header #header-wrap {
  border-bottom: none;
}

.full-header.transparent-header.sticky-header .menu-link {
  color: var(--bunker) !important;
}

.is-expanded-menu #header.transparent-header.full-header #logo {
  border-right-color: transparent;
}

.full-header.transparent-header.sticky-header #header-wrap {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
}

.is-expanded-menu
  .transparent-header.full-header
  .primary-menu
  .menu-container {
  border-right-color: transparent;
}

#header-wrap #logo img {
  height: 90px;
}
#header-wrap {
  padding: 10px 0;
}

.space-container {
  padding: 120px 0;
}

/* Slider */

.ticker-wrap .ticker .ticker-item {
  color: hsl(0, 0%, 100%, 0.5);
  font-size: 5rem;
  font-weight: 700;
  font-family: 'Lora';
}

/* section-welfare */

#section-welfare,
.section-experience,
.section-principles,
#section-contact {
  min-height: 500px;
}

.section-experience ul {
  padding-left: 1.25rem;
}

.section-works .work-item .ticker-wrap {
  --cnvs-ticker-duration: 180s;
  opacity: 0;
}

.section-works .work-item:hover .ticker-wrap {
  opacity: 1;
}

.section-works .ticker-wrap .ticker-item {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0px;
  color: hsl(0, 0%, 100%, 0.5);
}

.circular-text {
  margin-left: 7rem;
}

.d-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.d-grid .grid-item-1,
.d-grid .grid-item-2,
.d-grid .grid-item-3 {
  display: flex;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.d-grid .grid-item-1 {
  height: 200px;
  grid-column-start: 2;
  -ms-grid-column: 3;
  grid-column-end: 4;
  -ms-grid-column-span: 3;
  grid-row-start: 3;
  -ms-grid-row: 1;
  grid-row-end: 4;
  -ms-grid-row-span: 3;
}

.d-grid .grid-item-2 {
  height: 200px;
  grid-column-start: 5;
  -ms-grid-row: 2;
  grid-column-end: 9;
  -ms-grid-column-span: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  grid-row-end: 3;
  align-self: center;
  justify-self: center;
  -ms-grid-column-align: center;
}

.d-grid .grid-item-3 {
  height: 400px;
  -ms-grid-row: 3;
  grid-row-start: 1;
  grid-column-start: 6;
  -ms-grid-column-span: 3;
  grid-column-end: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
}

/* Image Hover */
.img-hover-block {
  z-index: 0;
}

.hover-reveal {
  position: fixed;
  width: 240px;
  height: 160px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

.device-up-lg .section-blogs-lists > li {
  counter-increment: step-counter;
}

.device-up-lg .section-blogs-lists > li > a {
  padding-left: 10px;
}

.device-up-lg .dark .section-blogs-lists > li > a:hover h3 {
  color: hsl(0, 0%, 100%, 0.5);
}

.device-down-lg .ls-n1,
.device-down-lg .ls-n2,
.device-down-lg .ls-n3,
.device-down-lg .ls-n4 {
  letter-spacing: 0 !important;
}

.section-features ul {
  list-style: none;
}
.section-features ul li::before {
  content: '\2022';
  position: relative;
  display: inline-block;
  width: 1.125rem;
  font-weight: bold;
  color: var(--bs-warning);
  top: -1px;
}

/* experience */
.section-experience .title-experience {
  color: hsl(0, 0%, 100%, 0.5);
}
.section-experience .container-experience li {
  color: hsl(0, 0%, 100%, 0.9);
}

.title-section-experience {
  text-align: start;
}

/* principles of accompaniment  */

.section-principles {
  background-color: var(--pale-silver);
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: var(--dark-steel-blue) !important;
}

.hover-reveal__img {
  border-radius: 15px;
}

.sub-title-principles {
  font-family: 'Lato';
  font-weight: 700;
  color: hsl(0, 0%, 100%, 0.5);
  font-size: 1.25rem;
}

.text-contrast-300,
.h-text-contrast-300:hover {
  color: hsl(0, 0%, 100%, 0.5) !important;
}

/* modals */

.modal {
  background-color: rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(18px);
}
.modal .modal-header {
  padding: 0;
}

.modal .modal-body {
  padding: 48px;
}

.close-modal {
  right: 55px;
  top: 38px;
  position: fixed;
  color: hsl(0, 0%, 100%, 1);
  font-size: 2rem;
  cursor: pointer !important;
  pointer-events: auto !important;
  z-index: 9999;
  border: none;
  padding: 0;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: hsl(0, 0%, 100%);
}

/* contact */
.block-form-9 .form-control {
  --cnvs-input-btn-padding-x: 1rem;
  --cnvs-input-btn-padding-y: 0.875rem;
  --cnvs-input-btn-border-width: 1px;
  --cnvs-input-btn-border-color: var(--cnvs-contrast-1000);
  --cnvs-input-btn-input-color: var(--cnvs-contrast-1000);
  --cnvs-input-focus-color: var(--cnvs-input-btn-input-color);
  --cnvs-form-control-radius: 0.875rem;
}

.block-form-9 label {
  --cnvs-input-label-mb: 0.75rem;
}

.block-form-9 form .btn {
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-border-radius: 0.875rem;
}

.block-form-9 .form-select {
  padding: 0.875rem 1rem;
  border-color: var(--cnvs-contrast-1000);
  border-radius: 0.875rem;
}

.form-control {
  --cnvs-input-btn-input-bg: var(--pale-silver);
  --cnvs-input-focus-bg: var(--pale-silver);
  border: none;
}

.block-form-9 {
  background-color: var(--dark-steel-blue);
}

.invalid-feedback {
  display: block !important;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: hsl(0 100% 50%);
  text-align: right;
  margin-top: 0.25rem;
}

.error {
  border: 1px solid hsl(0 100% 50%);
}

/* footer */
.footer,
.h-bg-dark-green:hover {
  background-color: var(--bunker) !important;
  color: var(--full-white) !important;
}

.footer .description {
  color: hsl(0, 0%, 100%, 0.9);
}

.footer .logo {
  max-width: 250px;
}

.title-footer {
  font-family: 'Lora';
  font-weight: 700;
  font-size: 2rem;
  color: var(--full-white);
}

.footer .sub-title-footer {
  font-family: 'Lato';
  font-weight: 400;
  color: var(--full-white) !important;
  text-decoration: underline !important;
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.footer .line {
  margin: 2rem;
  border-top: 1px solid rgba(var(--cnvs-contrast-rgb), 0.5);
}

.sub-title-container {
  max-width: 330px;
}

.sub-title-footer:hover {
  color: hsl(0, 0%, 100%, 0.5) !important;
}

.copyright-footer {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 0.875rem;
  color: hsl(0, 0%, 100%, 0.5);
}

.border-color-brown,
.h-border-color-brown:hover {
  color: hsl(0, 0%, 100%);
}

.color-dark-green,
.h-color-dark-green:hover {
  color: #061e23 !important;
}

.color-brown,
.h-color-brown:hover {
  color: var(--full-white) !important;
}

#footer .social-icon {
  --cnvs-socialicon-size: 5rem;
  --cnvs-socialicon-fontsize: 2rem;
}

.footer.space-container p.copyright-footer a {
  color: hsl(0, 0%, 100%, 0.5) !important;
}

.footer.space-container p.copyright-footer a:hover {
  color: hsl(0, 0%, 100%, 1) !important;
}

@media (min-width: 992px) {
  .section-bg {
    margin-top: -100px;
  }

  .d-grid .grid-item-3 {
    height: 100%;
    grid-column-end: 9;
  }
  .d-grid .grid-item-2 {
    height: 300px;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-column-end: 6;
  }

  .d-grid .grid-item-1 {
    height: 200px;
    width: 300px;
    grid-row-start: 4;
  }

  #header-wrap #logo img {
    height: auto;
    max-height: 90px;
  }

  .slider-element {
    min-height: 850px;
  }
}

/* tablet */
@media (max-width: 992px) {
  .container {
    padding-inline: 24px;
  }
  .space-container {
    padding: 80px 0;
  }

  .title-h1,
  .title-h2 {
    font-size: 2rem !important;
  }

  .title-h3,
  .title-h4 {
    font-size: 1.5rem !important;
  }

  .title-h5 {
    font-size: 1.25rem !important;
  }

  .title-h6 {
    font-size: 1rem !important;
  }

  /* menu */

  .primary-menu-trigger.primary-menu-trigger-active,
  #page-menu-trigger {
    color: var(--cello) !important;
  }

  .full-header.transparent-header.sticky-header
    .primary-menu-trigger
    .cnvs-hamburger
    .cnvs-hamburger-inner,
  .full-header.transparent-header.sticky-header
    .cnvs-hamburger
    .cnvs-hamburger-inner::before,
  .full-header.transparent-header.sticky-header
    .cnvs-hamburger
    .cnvs-hamburger-inner::after {
    background-color: var(--cello) !important;
  }

  #header-wrap {
    border-bottom: none;
    padding: 10px 0 0 0;
  }

  #header-wrap #logo img {
    height: 60px;
  }

  nav.primary-menu.primary-menu-active {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-inline: 24px;
    max-width: 100vw;
    background-color: var(--full-white);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  nav.primary-menu.primary-menu-active .menu-item.current .menu-link {
    color: hsl(203, 53%, 7%, 0.5) !important;
  }

  nav.primary-menu.primary-menu-active .menu-item.agenda .button-light-custom {
    font-size: 1rem !important;
    font-weight: 700 !important;
    background-color: var(--cello) !important;
    color: var(--full-white) !important;
    font-family: 'Lora';
    width: 100%;
  }

  nav.primary-menu.primary-menu-active
    .menu-item.agenda
    .button-light-custom:hover
    span {
    color: var(--full-white);
  }

  .menu-item .menu-link {
    color: var(--bunker) !important;
  }

  .slider-responsive {
    background-image: url('../img/slider/mobile/javier-hero-back-mobile.webp') !important;
  }

  .slider-element {
    min-height: 100vh !important;
    margin-top: -102px;
    height: 100vh;
  }

  .slider-element .profile {
    transform: translateY(60px);
  }

  .ticker-wrap.cedula {
    bottom: 35% !important;
  }

  /* parallax en welfare */
  .d-grid .grid-item-3 {
    grid-row-start: 1;
    grid-column-start: 5;
    height: 340px;
  }

  .d-grid .grid-item-2 {
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    height: 155px;
  }

  .d-grid .grid-item-1 {
    grid-column-start: 1;
    -ms-grid-column: 3;
    grid-column-end: 5;
    height: 155px;
  }

  #section-welfare .parallax {
    will-change: auto;
  }

  .grid-item-1.scroll-detect {
    transform: none !important;
    opacity: 1 !important;
  }
  #section-welfare .parallax-bg {
    max-width: 100% !important;
    height: 100% !important;
    z-index: 1;
    position: relative !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .section-experience.parallax {
    max-width: 100% !important;
    height: 100% !important;
    z-index: 1;
    position: relative !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  /* section-experience */
  .title-section-experience {
    text-align: center;
  }

  .section-experience {
    padding-inline: 24px;
  }

  /* section-principles */
  .sub-title-principles {
    font-family: 'Lato';
    font-weight: 400;
    color: hsl(0, 0%, 100%, 0.5);
    font-size: 1rem;
  }

  /* modals */
  .close-modal {
    right: 16px;

    position: fixed;

    font-size: 1.25rem;
  }

  /* footer */

  .footer .line {
    margin: inherit;
  }
}

@media (max-width: 761px) {
  .footer.space-container {
    padding-bottom: 0;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .slider-element {
    height: 160vh;
  }

  .container-box {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) and (max-height: 700px) {
  .menu-link {
    padding: 20px 15px;
  }
}

@media (min-width: 1080px) and (max-width: 1225px) {
  .primary-menu a.menu-link {
    padding: 39px 20px;
  }

  .agenda a.button {
    padding: 16px 24px !important;
  }
}

@media (min-width: 992px) and (max-width: 1079.9px) {
  .primary-menu a.menu-link {
    padding: 39px 13px;
  }

  .agenda a.button {
    padding: 16px 24px !important;
  }
}
