
@font-face {
  font-family: 'rasa-regular';
  src: url(../../src/library/fonts/rasa/Rasa-Regular.ttf) format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'rasa-medium';
  src: url(../../src/library/fonts/rasa/Rasa-Medium.ttf) format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'rasa-bold';
  src: url(../../src/library/fonts/rasa/Rasa-Bold.ttf) format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'fira-sans-bold';
  src: url(../../src/library/fonts/fira/FiraSans-Bold.ttf) format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'fira-sans-regular';
  src: url(../../src/library/fonts/fira/FiraSans-Regular.ttf) format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'fira-sans-semibold';
  src: url(../../src/library/fonts/fira/FiraSans-SemiBold.ttf) format('opentype');
  font-weight: 700;
  font-style: normal;
}
/*---------------------------------
		Colors Variables
-----------------------------------*/
/*---------------------------------
		Opacity
-----------------------------------*/
/*---------------------------------
		Gradient
-----------------------------------*/
/*---------------------------------
		Element Colors
-----------------------------------*/
/*---------------------------------
		Border Colors
-----------------------------------*/
/*----------------
		Font
------------------*/
/*---------------------------------
		Body Text Font Sizes
-----------------------------------*/
/**
 * Add font scale with media query as per configuration on $body-text
 * Ex: @include body-text( h1 );
 * This will add font-size and line-height with different breakpoints.
 */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ccc;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -8px; }

sub {
  bottom: -4px; }

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 6px 10px 12px; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* Note: This file is updated by Sagar, To remove ducplication of styles. */
figure {
  margin: 0;
  max-width: 100%; }

/*---------------------------
		Accessiblity
---------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  left: -999em;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }
  .screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    clip-path: none;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*---------------------------
		Alignments
---------------------------*/
.left {
  float: left; }

.right {
  float: right; }

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

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

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

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

/*---------------------------
		Others
---------------------------*/
.hide {
  display: none; }

.hidden {
  visibility: hidden; }

.visible {
  visibility: visible; }

.truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */ }
  .img-container img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.inset-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* stylelint-disable */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* stylelint-enable */
/**
 * 1. Fallback for when there is no custom background color defined. [WordPress]
 * 2. Remove default margin. [normalize.css]
 * 3. Set the base elements `font-size` to the value of your choosing.
 * 4. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your projects
 *    base font size.
 */
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.43;
  background: #fff;
  color: #414042; }
  @media (min-width: 64em) {
    body {
      font-size: 18px;
      line-height: 1.43; } }
  body.mce-content-body {
    font-family: inherit;
    margin: 15px; }

blockquote,
q,
blockquote.wp-block-quote {
  quotes: "" "";
  border-left: 4px solid #eee;
  font-style: italic;
  margin: 0 0 30px 30px;
  padding-left: 16px;
  background: transparent;
  text-align: left;
  /* stylelint-disable */
  /* stylelint-enable */ }
  blockquote p,
  q p,
  blockquote.wp-block-quote p {
    font-size: 16px;
    font-style: normal; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  q cite,
  q .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    display: block;
    font-size: 16px;
    margin-top: 12px;
    text-transform: uppercase; }
  blockquote p:last-of-type,
  q p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  q.is-large,
  q.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: 0 auto; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/* Image Support
--------------------------------------------- */
.wp-block-image.size-medium img, .wp-block-image.size-thumbnail img, .wp-block-image.is-resized img {
  width: auto; }

.wp-block-image figcaption {
  text-align: left;
  padding: 10px 0; }

figure {
  max-width: 100%; }

a {
  cursor: pointer;
  color: #0192cc;
  text-decoration: none;
  transition: 0.3s; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a:hover,
  a a:active {
    color: #355180;
    text-decoration: underline;
    outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/* stylelint-disable */
h1 {
  font-size: 31.5px;
  line-height: 1.27; }

h2 {
  font-size: 31.5px;
  line-height: 1; }

h3 {
  font-size: 24.5px;
  line-height: 1.27; }

h4 {
  font-size: 17.5px;
  line-height: 1.142; }

h5 {
  font-size: 14px;
  line-height: 1.43; }

h6 {
  font-size: 11.9px;
  line-height: 1.681; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  text-rendering: optimizelegibility; }

/*---------------------------
		Lists
---------------------------*/
ul,
ol {
  margin: 0 0 18px 0; }
  ul.no-bullet,
  ul.no-bullet ul,
  ul.no-bullet ol,
  ol.no-bullet,
  ol.no-bullet ul,
  ol.no-bullet ol {
    margin: 0;
    padding: 0;
    list-style: none; }

ul {
  padding: 0;
  margin: 0 0 10px 25px; }
  @media (min-width: 48em) {
    ul {
      margin: 0 0 5px 0; } }

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

dd {
  margin: 0 24px 24px; }

p:empty {
  display: none; }

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

/*------------------------------------*\
    #TABLE
\*------------------------------------*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }
  @media (min-width: 48em) {
    table {
      max-width: 350px; } }

/* Button
--------------------------------------------- */
.wp-block-button .wp-block-button__link {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 24px; }
  .wp-block-button .wp-block-button__link:hover {
    background: #ccc;
    text-decoration: none; }

/* stylelint-enable */
/*------------------------------------*\
    Form Fields
\*------------------------------------*/
input,
button,
select,
textarea {
  font-family: "Lato", sans-serif; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  width: 206px;
  padding: 14px 6px;
  /* adjusting border-box difference on live site */
  margin: 0 0 10px;
  line-height: 1.43;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea {
  height: auto;
  padding: 4px 6px;
  max-width: 100%;
  outline: none;
  overflow: auto; }

select {
  box-shadow: none;
  transition: none;
  width: 220px;
  padding: 0 6px; }

select,
input[type="file"] {
  height: 30px;
  line-height: 2.15; }

button {
  margin: 0; }

label {
  display: block;
  margin-bottom: 5px; }

label,
input,
button,
select,
textarea {
  font-size: 16px;
  line-height: 1.43; }
  @media (min-width: 64em) {
    label,
    input,
    button,
    select,
    textarea {
      font-size: 18px;
      line-height: 1.43; } }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

/*------------------------------------*\
    #OTHER
\*------------------------------------*/
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.54;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #e2eaee;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-family: "Lato", sans-serif, monospace; }

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  font-family: "Lato", sans-serif, monospace;
  font-size: 12px;
  border-radius: 3px; }

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  box-sizing: content-box; }
  .wp-block-separator:not(.is-style-dots),
  hr:not(.is-style-dots) {
    background-color: #eff3f6;
    border: 0;
    height: 1px; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
  hr:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
    height: 4px;
    background: transparent; }
    .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
    hr:not(.is-style-wide):not(.is-style-dots)::before {
      content: "";
      display: block;
      height: 4px;
      width: 40px;
      background: #eff3f6; }
  .wp-block-separator.is-style-dots::before,
  hr.is-style-dots::before {
    color: #eff3f6;
    font-size: 18px;
    letter-spacing: 12px;
    padding-left: 12px; }

/*-----------
	Media
-------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.site-content {
  word-wrap: break-word; }

/*---------------------------
      Icons
---------------------------*/
.home-page-wrap .entry-content > * {
  margin: 60px auto 60px auto; }

.home-page-wrap .entry-content > *:not(.alignfull) {
  max-width: 1140px;
  padding: 0 15px 0 15px; }

.home-page-wrap .entry-content > .alignwide {
  max-width: 1240px; }

.slick-slide:focus {
  outline: none; }

.slick-slider {
  margin: 0 -15px; }

.slick-slide {
  padding: 10px;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px; }

.slick-prev:before {
  content: "<";
  color: red;
  font-size: 30px; }

.slick-next:before {
  content: ">";
  color: red;
  font-size: 30px; }

@media (min-width: 48em) {
  .search-card-container {
    display: flex; } }

.search-card-container .search-card-content {
  margin-top: 16px; }
  @media (min-width: 48em) {
    .search-card-container .search-card-content {
      margin-top: 0; } }

@media (min-width: 48em) {
  .search-card-container .search-card-thumbnail {
    margin-right: 16px; } }

/* Entry meta */
.updated:not(.published) {
  display: none; }

@media (min-width: 48em) {
  .post-card-title {
    height: 62px; } }

/* Pagination */
.page-numbers.current > span {
  background-color: #e2e2e2;
  color: #fff; }

/* stylelint-disable */
/* Nav item */
.nav-item:hover .dropdown-menu:not(.show) {
  display: block; }

.custom-logo-link img {
  max-width: 150px;
  margin-right: 20px; }

/* stylelint-enable */
.search-form input.form-control {
  margin: 0;
  padding: 18px 12px; }

.bananaFronpageContainer .bananaWhiteLogo {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0vh; }
  .bananaFronpageContainer .bananaWhiteLogo img {
    width: 250px;
    height: auto;
    margin-top: -20px; }

.bananaFronpageContainer .bananaDarkLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: aqua;
  background-color: #283c4b; }

.bananaFronpageContainer img {
  width: 250px;
  height: auto;
  margin-top: -20px; }

.bananaFronpageContainer .loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  transform: scaleX(0) skewX(0);
  transform-origin: top left;
  background-color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bananaFronpageContainer .loading-screen img {
    width: 250px;
    height: auto;
    display: inline;
    z-index: -1;
    background-position: 0 80%;
    background-repeat: no-repeat;
    background-size: 0 40%;
    margin-left: -0.55rem;
    margin-right: -0.55rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    transition: background-size 1s 1.5s ease; }
  .bananaFronpageContainer .loading-screen .show {
    background-size: 100% 40%; }

.bananaFronpageContainer .loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  pointer-events: none; }

.timeLineWrapper {
  background-color: #283d4b;
  font-family: "rasa-medium";
  color: #283d4b;
  padding: 120px 0 80px; }
  .timeLineWrapper .centerTimeline {
    margin: 0 auto;
    max-width: 1640px;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 0.6fr 3fr; }
  .timeLineWrapper .sumario {
    display: flex;
    align-items: center;
    justify-content: right; }
    .timeLineWrapper .sumario .arrow {
      display: none; }
    .timeLineWrapper .sumario h4 {
      font-family: "fira-sans-bold";
      color: white;
      font-size: 2rem;
      text-align: right; }
      .timeLineWrapper .sumario h4 .addYellow {
        color: #fdd87e; }
      .timeLineWrapper .sumario h4 .addBlue {
        color: #427397; }
  .timeLineWrapper .addOverflowHidden {
    display: flex;
    justify-content: left; }
    .timeLineWrapper .addOverflowHidden .timelineStructure {
      overflow-x: scroll;
      position: relative; }
      .timeLineWrapper .addOverflowHidden .timelineStructure::-webkit-scrollbar {
        display: none; }
      .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent {
        width: 1084px;
        align-items: center;
        align-content: center;
        height: 3px;
        font-size: 1.2rem;
        display: flex;
        margin-left: 120px; }
        .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .line {
          height: 3px;
          background-color: #283d4b; }
        .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .big {
          width: 50px; }
        .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .medium {
          width: 35px; }
        .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .small {
          width: 28px; }
        .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .point {
          width: 15px;
          height: 15px;
          background-color: #283d4b;
          border-radius: 30px; }
        .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .text {
          width: 0px;
          overflow: visible;
          line-height: 0.9rem;
          text-align: left;
          display: flex;
          align-items: center;
          font-size: 1rem; }
          .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .text .up {
            transform: rotate(315deg);
            transform-origin: left;
            padding-left: 12px;
            position: absolute;
            margin-top: -20px;
            width: 200px; }
            .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .text .up img {
              width: 62px; }
          .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .text .down {
            transform: rotate(315deg);
            transform-origin: right;
            padding-right: 12px;
            position: absolute;
            margin-top: 20px;
            text-align: right;
            width: 200px; }
        .timeLineWrapper .addOverflowHidden .timelineStructure .timeLineEvent .addDirection {
          direction: rtl; }
    .timeLineWrapper .addOverflowHidden .bodyYellow {
      background-color: #fdd87e;
      height: 175px;
      width: 100%; }
    .timeLineWrapper .addOverflowHidden .boderRounded {
      border-radius: 100px; }
    .timeLineWrapper .addOverflowHidden .bodyGray {
      background-color: #fbf7f0;
      height: 175px;
      width: 100%; }
  .timeLineWrapper .cabanaBananaFinalSlider img {
    margin-top: 5px;
    margin-left: -15px;
    width: 320px; }
  @media (min-width: 1420px) and (max-width: 1580px) {
    .timeLineWrapper .centerTimeline {
      grid-template-columns: 18% auto; }
    .timeLineWrapper .timelineStructure {
      overflow-x: visible;
      transform: scale(0.9);
      transform-origin: left; } }
  @media (min-width: 1320px) and (max-width: 1420px) {
    .timeLineWrapper .centerTimeline {
      grid-template-columns: 20% auto; }
    .timeLineWrapper .timelineStructure {
      transform: scale(0.8);
      overflow-x: visible;
      transform-origin: left; } }
  @media (min-width: 1220px) and (max-width: 1320px) {
    .timeLineWrapper .centerTimeline {
      grid-template-columns: 100%; }
    .timeLineWrapper .timelineStructure {
      margin: 0 auto;
      overflow-x: visible;
      transform: scale(0.9); }
    .timeLineWrapper .sumario {
      justify-content: center; }
      .timeLineWrapper .sumario h4 {
        text-align: center; } }
  @media (min-width: 1020px) and (max-width: 1220px) {
    .timeLineWrapper {
      padding: 64px 0; }
      .timeLineWrapper .centerTimeline {
        grid-template-columns: 100%;
        grid-gap: 0px; }
      .timeLineWrapper .timelineStructure {
        overflow-x: visible !important;
        transform: scale(0.8);
        transform-origin: center; }
        .timeLineWrapper .timelineStructure .boderRounded {
          width: 1220px !important; }
      .timeLineWrapper .sumario {
        justify-content: center; }
        .timeLineWrapper .sumario h4 {
          text-align: center; }
      .timeLineWrapper .addOverflowHidden {
        display: flex;
        justify-content: center; } }
  @media (min-width: 920px) and (max-width: 1020px) {
    .timeLineWrapper {
      padding: 64px 0; }
      .timeLineWrapper .centerTimeline {
        grid-template-columns: 100%;
        grid-gap: 0px; }
      .timeLineWrapper .timelineStructure {
        overflow-x: visible !important;
        transform: scale(0.7);
        transform-origin: center; }
        .timeLineWrapper .timelineStructure .boderRounded {
          width: 1220px !important; }
      .timeLineWrapper .sumario {
        justify-content: center; }
        .timeLineWrapper .sumario h4 {
          text-align: center; }
      .timeLineWrapper .addOverflowHidden {
        display: flex;
        justify-content: center; } }
  @media (max-width: 920px) {
    .timeLineWrapper {
      padding: 64px 0; }
      .timeLineWrapper .centerTimeline {
        grid-template-columns: 100%;
        grid-gap: 0px; }
      .timeLineWrapper .timelineStructure {
        padding-left: 32px; }
        .timeLineWrapper .timelineStructure .boderRounded {
          width: 1220px !important; }
      .timeLineWrapper .sumario {
        padding-right: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .timeLineWrapper .sumario .arrow {
          display: block;
          width: 150px;
          margin: 32px 0; }
      .timeLineWrapper .addOverflowHidden {
        display: flex;
        justify-content: right; } }

.bananaContainer {
  font-family: "rasa-regular";
  background-color: #f5f0ea; }
  .bananaContainer .pageHeader {
    background-color: #fdd87e;
    width: 100%;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../../src/img/banana_mid.webp);
    background-size: 50%; }
    .bananaContainer .pageHeader .bananaLeft {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      justify-content: center;
      margin-right: 30%; }
      .bananaContainer .pageHeader .bananaLeft .perfectDesign {
        font-family: "fira-sans-bold";
        background-color: #283c4b;
        padding: 10px 12px;
        color: white;
        text-align: center;
        font-size: calc(1em + 0.5vw);
        margin-bottom: 12px; }
        .bananaContainer .pageHeader .bananaLeft .perfectDesign.mobile {
          width: 200px;
          margin: 0 auto;
          margin-bottom: 16px; }
      .bananaContainer .pageHeader .bananaLeft .text {
        text-align: center;
        line-height: 100%; }
      .bananaContainer .pageHeader .bananaLeft .title {
        font-size: 1.2rem; }
      .bananaContainer .pageHeader .bananaLeft .separador {
        height: 20px;
        width: 1px;
        background-color: #283c4b;
        margin: 5px auto; }
    .bananaContainer .pageHeader .bananaRight {
      display: flex;
      align-items: center;
      width: 50%;
      margin-top: -18%; }
      .bananaContainer .pageHeader .bananaRight .wrapper {
        display: flex;
        margin: 0 auto; }
        .bananaContainer .pageHeader .bananaRight .wrapper .titular {
          font-family: "fira-sans-bold";
          font-size: 2.7em;
          text-align: right;
          font-size: calc(2em + 0.5vw);
          line-height: 100%; }
        .bananaContainer .pageHeader .bananaRight .wrapper .esquemaBanana {
          height: 100px;
          margin-top: 50px; }
          @media (max-width: 520px) {
            .bananaContainer .pageHeader .bananaRight .wrapper .esquemaBanana {
              height: 80px;
              margin-top: 40px; } }
    @media (max-width: 920px) {
      .bananaContainer .pageHeader {
        background-size: 100%; }
        .bananaContainer .pageHeader .bananaLeft {
          padding-top: 15%;
          margin-right: 0; }
        .bananaContainer .pageHeader .bananaRight {
          height: 50vh;
          position: relative;
          display: flex;
          justify-content: center; }
          .bananaContainer .pageHeader .bananaRight .wrapper {
            position: absolute;
            bottom: 7%; }
            .bananaContainer .pageHeader .bananaRight .wrapper .titular {
              font-size: 1.9em; } }
    @media (max-width: 520px) {
      .bananaContainer .pageHeader .bananaLeft {
        padding-top: 0;
        margin-right: 0; }
        .bananaContainer .pageHeader .bananaLeft .perfectDesign {
          width: 170px; } }
  .bananaContainer .queEsBananaContainer {
    margin: 80px 0 0; }
    .bananaContainer .queEsBananaContainer .titularMobile {
      font-size: 2em;
      font-family: "fira-sans-bold";
      color: #283c4b;
      line-height: 100%;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
    .bananaContainer .queEsBananaContainer .sumarioMobile {
      font-size: 1.2em;
      font-family: "rasa-regular";
      color: #283c4b;
      line-height: 100%;
      text-align: center;
      max-width: 350px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .bananaContainer .queEsBananaContainer .fotoPrincipal {
      background-image: url(../../src/img/whybanana.jpg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 720px; }
      .bananaContainer .queEsBananaContainer .fotoPrincipal .titular {
        background-color: #427397;
        border-radius: 24px;
        position: absolute;
        right: 0;
        font-size: 2.2em;
        font-family: "fira-sans-bold";
        color: white;
        text-align: right;
        line-height: 100%;
        margin-top: 12%;
        padding: 3% 4%;
        margin-right: -6%;
        z-index: 1; }
      .bananaContainer .queEsBananaContainer .fotoPrincipal .ladilloMobile {
        background-color: #fdd87e;
        font-family: "fira-sans-bold";
        color: #283c4b;
        text-align: center;
        line-height: 100%;
        margin-bottom: 20%;
        font-size: 1.5em;
        padding: 12px 24px; }
        .bananaContainer .queEsBananaContainer .fotoPrincipal .ladilloMobile span {
          font-family: "rasa-regular"; }
    .bananaContainer .queEsBananaContainer .explicacion {
      width: 65%;
      max-width: 420px;
      margin: 0 auto;
      margin-top: 120px; }
      @media (max-width: 992px) {
        .bananaContainer .queEsBananaContainer .explicacion {
          width: 65%;
          margin: 0 auto;
          margin-top: 0px;
          margin-bottom: 24px; } }
    .bananaContainer .queEsBananaContainer .graficoMobile {
      width: 67%;
      margin: 0 auto;
      margin-bottom: 32px; }
    .bananaContainer .queEsBananaContainer .contenido .grafico {
      margin-top: 24%;
      max-width: 550px;
      height: 200px;
      margin-left: 6%; }
      .bananaContainer .queEsBananaContainer .contenido .grafico img {
        height: 100px; }
    .bananaContainer .queEsBananaContainer .contenido .sumario {
      font-family: "fira-sans-bold";
      font-size: 2.2em;
      color: #283c4b;
      line-height: 100%;
      margin-top: 100px;
      margin-left: 48px;
      padding-right: 13%;
      max-width: 600px; }
    .bananaContainer .queEsBananaContainer .contenido .ladillo {
      background-color: #fdd87e;
      font-size: 1.8em;
      font-family: "fira-sans-bold";
      color: #283c4b;
      text-align: center;
      line-height: 100%;
      width: 400px;
      padding: 2% 1%;
      margin-left: 48px;
      margin-top: 48px; }
      .bananaContainer .queEsBananaContainer .contenido .ladillo span {
        font-family: "rasa-regular"; }
    @media (max-width: 920px) {
      .bananaContainer .queEsBananaContainer {
        margin: 40px 0 0; }
        .bananaContainer .queEsBananaContainer .fotoPrincipal {
          height: 80vh;
          display: flex;
          align-items: end;
          justify-content: center; }
        .bananaContainer .queEsBananaContainer .contenido {
          padding-left: 32px;
          margin-top: 0; }
          .bananaContainer .queEsBananaContainer .contenido .sumario {
            font-size: 1.8em;
            margin: 0; } }
  .bananaContainer .puntosClave {
    background-color: #283c4b;
    height: auto;
    justify-content: center; }
    .bananaContainer .puntosClave .wrapper {
      max-width: 80%;
      margin: 0 auto; }
      .bananaContainer .puntosClave .wrapper .punto {
        padding: 0 2%;
        text-align: center;
        margin-bottom: 24px; }
        .bananaContainer .puntosClave .wrapper .punto .titular {
          font-size: 1.5em;
          font-family: "fira-sans-bold";
          line-height: 100%;
          color: white;
          margin-top: 24px; }
        .bananaContainer .puntosClave .wrapper .punto .imagenDestacada img {
          width: 120px; }
    @media (max-width: 576px) {
      .bananaContainer .puntosClave .wrapper .punto .titular {
        font-size: 1em; }
      .bananaContainer .puntosClave .wrapper .punto .imagenDestacada img {
        width: 100px; } }
  .bananaContainer .bananmaValues {
    text-align: center;
    padding: 120px 80px; }
    .bananaContainer .bananmaValues h3 {
      text-align: right;
      font-size: 2rem; }
    .bananaContainer .bananmaValues img {
      max-width: 1120px; }
  .bananaContainer .bananmaAllValues {
    padding: 60px 24px 120px; }
    .bananaContainer .bananmaAllValues h3 {
      width: 100%;
      font-size: 2rem;
      margin-bottom: 32px; }
    .bananaContainer .bananmaAllValues .valuesWrapper {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .bananaContainer .bananmaAllValues .valuesWrapper .value {
        width: 220px;
        min-height: 285px;
        background-color: #fdd87e;
        border-radius: 25px;
        padding: 16px;
        margin: 8px 12px;
        transition: 0.3s; }
        .bananaContainer .bananmaAllValues .valuesWrapper .value:hover {
          transform: scale(1.1); }
        .bananaContainer .bananmaAllValues .valuesWrapper .value h4 {
          font-size: 1.4rem;
          text-align: center; }
        .bananaContainer .bananmaAllValues .valuesWrapper .value .valueIcon {
          max-width: 80px;
          margin: 0 auto; }
        .bananaContainer .bananmaAllValues .valuesWrapper .value p {
          font-size: 1.1rem;
          max-width: 200px;
          margin: 0;
          letter-spacing: -0.5px;
          inline-size: 100%;
          line-height: 1.1;
          word-wrap: break-word;
          overflow-wrap: break-word;
          -webkit-hyphens: auto;
          -moz-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto; }
    @media (max-width: 520px) {
      .bananaContainer .bananmaAllValues {
        padding: 60px 0 120px; }
        .bananaContainer .bananmaAllValues h3 {
          padding-left: 24px; }
        .bananaContainer .bananmaAllValues .valuesWrapper .value {
          width: 170px;
          min-height: 275px;
          margin: 8px 4px;
          padding: 12px; }
          .bananaContainer .bananmaAllValues .valuesWrapper .value h4 {
            font-size: 1.2rem; }
          .bananaContainer .bananmaAllValues .valuesWrapper .value p {
            font-size: 1rem; } }
  .bananaContainer .oneMoreThing {
    padding: 60px 24px; }
    .bananaContainer .oneMoreThing h3 {
      text-align: right;
      font-size: 2rem; }
    .bananaContainer .oneMoreThing .wrapper {
      max-width: 840px;
      height: 1020px;
      margin: 0 auto;
      background-image: url(../../src/img/oneMoreThingBackground.svg);
      background-position: 50% 50%;
      background-position-x: 50px;
      background-repeat: no-repeat;
      background-size: contain;
      display: flex;
      padding-top: 100px; }
      .bananaContainer .oneMoreThing .wrapper .circleVideo {
        width: 250px;
        height: 250px;
        border-radius: 200px;
        margin-right: 30px;
        border: 8px solid #fdd87e;
        background-color: rebeccapurple;
        overflow: hidden !important;
        position: relative;
        z-index: 1;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        will-change: transform; }
        .bananaContainer .oneMoreThing .wrapper .circleVideo video {
          height: 100%;
          object-fit: cover;
          width: 100%; }
      .bananaContainer .oneMoreThing .wrapper .sucessCase {
        width: 240px; }
        .bananaContainer .oneMoreThing .wrapper .sucessCase h4 {
          font-size: 1.4rem; }
        .bananaContainer .oneMoreThing .wrapper .sucessCase p {
          font-size: 1.1rem;
          max-width: 235px; }
        .bananaContainer .oneMoreThing .wrapper .sucessCase img {
          width: 120px; }
      @media (max-width: 920px) {
        .bananaContainer .oneMoreThing .wrapper {
          background-image: url(../../src/img/oneMoreThingBackgroundMobile.svg);
          flex-direction: column;
          padding-top: 32px;
          align-items: center;
          background-position-x: center;
          background-size: 405px;
          height: 1300px; }
          .bananaContainer .oneMoreThing .wrapper .sucessCase {
            width: 100%;
            padding-top: 24px; }
            .bananaContainer .oneMoreThing .wrapper .sucessCase p {
              max-width: 100%; } }
      @media (max-width: 480px) {
        .bananaContainer .oneMoreThing .wrapper {
          background-size: 400px; } }
    .bananaContainer .oneMoreThing .boostPoints {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .bananaContainer .oneMoreThing .boostPoints .boost {
        width: 200px;
        margin: 0 12px; }
        @media (max-width: 1180px) {
          .bananaContainer .oneMoreThing .boostPoints .boost {
            margin: 0 6px;
            width: 160px; } }
        .bananaContainer .oneMoreThing .boostPoints .boost h4 {
          font-size: 1.8rem;
          color: #c54f72; }
          .bananaContainer .oneMoreThing .boostPoints .boost h4 span {
            color: #283c4b; }
        .bananaContainer .oneMoreThing .boostPoints .boost p {
          font-size: 1.1rem; }
        .bananaContainer .oneMoreThing .boostPoints .boost .arrow {
          display: none; }
      .bananaContainer .oneMoreThing .boostPoints .boost:nth-child(1),
      .bananaContainer .oneMoreThing .boostPoints .boost:nth-child(5) {
        margin-top: -180px; }
      .bananaContainer .oneMoreThing .boostPoints .boost:nth-child(2),
      .bananaContainer .oneMoreThing .boostPoints .boost:nth-child(4) {
        margin-top: -65px; }
      @media (max-width: 920px) {
        .bananaContainer .oneMoreThing .boostPoints {
          flex-direction: column;
          align-items: center; }
          .bananaContainer .oneMoreThing .boostPoints .boost {
            margin-top: 0px !important;
            width: 100%;
            align-items: center; }
            .bananaContainer .oneMoreThing .boostPoints .boost .arrow {
              display: block;
              width: 100%;
              display: flex; }
              .bananaContainer .oneMoreThing .boostPoints .boost .arrow img {
                max-width: 32px;
                margin: 0 auto; } }
  .bananaContainer .roadmap_wrapper {
    padding-left: 24px;
    padding-bottom: 24px;
    background-color: #283d4b; }
    .bananaContainer .roadmap_wrapper h3 {
      color: white;
      font-size: 2rem;
      padding-top: 60px; }
    .bananaContainer .roadmap_wrapper .roadmap {
      text-align: center;
      overflow-x: scroll;
      width: 100%; }
      .bananaContainer .roadmap_wrapper .roadmap::-webkit-scrollbar {
        display: none; }
      .bananaContainer .roadmap_wrapper .roadmap img {
        max-width: 90%;
        min-width: 1200px; }

.bananaHeader {
  width: 100%;
  height: 150px;
  padding: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  background: #22c1c3;
  background: linear-gradient(0deg, rgba(34, 193, 195, 0) 0%, rgba(0, 0, 0, 0.14) 100%); }
  .bananaHeader .logoBanana {
    width: 140px;
    margin-left: 50px; }
  .bananaHeader.isContact {
    z-index: 0; }
  .bananaHeader .burger {
    width: 30px;
    height: 20px;
    margin-right: 50px;
    cursor: pointer; }
    .bananaHeader .burger .burgerLine {
      width: 100%;
      height: 7px;
      background-color: white;
      margin-bottom: 10px;
      border-radius: 5px; }
  @media (max-width: 920px) {
    .bananaHeader {
      padding: 0 15px; }
      .bananaHeader .logoBanana {
        margin-left: 5%;
        cursor: pointer; }
      .bananaHeader .burger {
        margin-right: 5%;
        cursor: pointer; } }

.navigationMenu {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #283c4b;
  color: white;
  font-family: "fira-sans-bold";
  z-index: 200;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  transform: scaleX(0) skewX(0); }
  .navigationMenu .menuBackground {
    background-image: url(../../src/img/astronauta.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .navigationMenu .menu {
    margin-left: 60px;
    position: absolute;
    bottom: 15%;
    width: 80%; }
    .navigationMenu .menu ul {
      list-style: none;
      margin: 0 0 90px 0; }
      .navigationMenu .menu ul li {
        font-size: 2.8rem;
        line-height: 120%;
        cursor: pointer; }
        .navigationMenu .menu ul li a:hover {
          color: #fdd87e; }
        @media (max-width: 1380px) {
          .navigationMenu .menu ul li {
            font-size: 2.4rem; } }
    .navigationMenu .menu .contacto {
      font-size: 1.2em;
      bottom: 0;
      margin-bottom: 12px;
      text-decoration: none;
      color: white;
      font-family: "fira-sans-regular"; }
    .navigationMenu .menu .rrss {
      display: flex; }
      .navigationMenu .menu .rrss img {
        margin: 10px 12px 0 0;
        width: 22px; }
  .navigationMenu .logoAndClosingWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navigationMenu .logoAndClosingWrapper .logoBananaMenu {
      width: 140px;
      margin-left: 5%;
      margin-top: 40px;
      transform: scaleY(0) skewX(0);
      opacity: 0; }
    .navigationMenu .logoAndClosingWrapper .closingButton {
      width: 38px;
      height: 34px;
      margin-right: 5%;
      position: relative;
      cursor: pointer; }
      .navigationMenu .logoAndClosingWrapper .closingButton .burgerLineUp {
        width: 100%;
        height: 7px;
        background-color: white;
        transform: rotate(45deg);
        transform-origin: left;
        border-radius: 5px; }
      .navigationMenu .logoAndClosingWrapper .closingButton .burgerLineDown {
        transform: rotate(-45deg);
        transform-origin: left;
        position: absolute;
        bottom: 0; }
  .navigationMenu .logoClosingDesktop {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: end; }
    .navigationMenu .logoClosingDesktop .closingButton {
      margin-right: 24px; }
  @media (max-width: 1240px) {
    .navigationMenu .menu {
      margin: 60% 0 64px 32px; }
      .navigationMenu .menu ul li {
        font-size: 2em; }
      .navigationMenu .menu .contacto {
        font-size: 1.1em;
        position: relative;
        transform: scaleY(0) skewX(0);
        opacity: 0;
        margin-bottom: 6px; } }
  @media (max-width: 720px) {
    .navigationMenu .menu ul li {
      font-size: 1.6em; }
    .navigationMenu .menu .contacto {
      font-size: 1em;
      position: relative;
      transform: scaleY(0) skewX(0);
      opacity: 0;
      margin-bottom: 6px; } }

.meetTheTeamWrapper {
  background-color: #f5f0ea;
  width: 100%; }
  .meetTheTeamWrapper .teamMembersWrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 120px 0px 60px; }
    .meetTheTeamWrapper .teamMembersWrapper .teamMembers {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 0;
      padding-right: 0; }
      .meetTheTeamWrapper .teamMembersWrapper .teamMembers h1 {
        font-family: "fira-sans-bold";
        color: #283c4b;
        margin-bottom: 16px; }
      .meetTheTeamWrapper .teamMembersWrapper .teamMembers p {
        color: #283c4b;
        line-height: 100%;
        width: 90%;
        font-size: 1.2rem; }
    .meetTheTeamWrapper .teamMembersWrapper .fotos {
      width: 100%; }
      .meetTheTeamWrapper .teamMembersWrapper .fotos .estructura {
        margin-bottom: 24px; }
        .meetTheTeamWrapper .teamMembersWrapper .fotos .estructura img {
          width: 100%;
          height: 300px; }
        .meetTheTeamWrapper .teamMembersWrapper .fotos .estructura h3 {
          font-family: "fira-sans-bold";
          color: #283c4b;
          font-size: 1.2em;
          margin-bottom: 2px;
          margin-top: 5px; }
        .meetTheTeamWrapper .teamMembersWrapper .fotos .estructura h4 {
          font-family: "rasa-regular";
          color: #283c4b;
          margin: 0; }
    @media (max-width: 1240px) {
      .meetTheTeamWrapper .teamMembersWrapper {
        padding: 120px 32px; } }
    @media (max-width: 920px) {
      .meetTheTeamWrapper .teamMembersWrapper {
        padding: 210px 24px 120px 24px; } }
  .meetTheTeamWrapper .imgContainer {
    background-image: url(../../src/img/megashuttle.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px; }
  .meetTheTeamWrapper .clients {
    background-color: #283c4b;
    padding: 80px 0; }
    .meetTheTeamWrapper .clients h2 {
      font-family: "fira-sans-bold";
      color: white;
      text-align: center;
      font-size: 1.6em;
      margin: 0;
      padding-bottom: 60px; }
    .meetTheTeamWrapper .clients .logosWraper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      max-width: 1420px;
      margin: 0 auto; }
      .meetTheTeamWrapper .clients .logosWraper .clientLogo {
        height: 120px;
        width: 290px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .meetTheTeamWrapper .clients .logosWraper .clientLogo img {
          max-width: 180px;
          max-height: 70px; }
  .meetTheTeamWrapper .levelup {
    width: 100%;
    padding: 0 10px 70px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }
    .meetTheTeamWrapper .levelup h4 {
      color: #283c4b;
      border: 3px solid rgb(253, 216, 126);
      border-radius: 55px;
      padding: 25px 45px;
      font-size: 2em;
      text-align: center; }
  .meetTheTeamWrapper .macroWrapper {
    padding: 80px 0 0;
    background-color: #fdd87e;
    display: flex;
    justify-content: center; }
    .meetTheTeamWrapper .macroWrapper .macro {
      width: 100%;
      max-width: 980px;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
      .meetTheTeamWrapper .macroWrapper .macro video {
        object-fit: cover;
        width: 100%; }
    @media (max-width: 520px) {
      .meetTheTeamWrapper .macroWrapper {
        padding: 0; } }
  .meetTheTeamWrapper video {
    padding: 64px 0;
    width: 100%; }
  .meetTheTeamWrapper .vimeo_video {
    margin: 64px 0; }

.frontPageSlider {
  margin-bottom: 0 !important; }
  .frontPageSlider .slideCOnfig {
    background-color: black;
    width: 100%;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .frontPageSlider .slideCOnfig video {
      border: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
    .frontPageSlider .slideCOnfig::after {
      background: rgba(184, 184, 184, 0.1);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .frontPageSlider .slick-dots {
    bottom: 50px;
    text-align: right;
    margin: 0 -4.5rem; }
    @media (max-width: 990px) {
      .frontPageSlider .slick-dots {
        bottom: 140px;
        left: 10px; } }
    @media (max-width: 540px) {
      .frontPageSlider .slick-dots {
        text-align: left;
        bottom: 140px;
        left: 120px; } }
  .frontPageSlider ul.slick-dots li,
  .frontPageSlider ul.slick-dots li button,
  .frontPageSlider ul.slick-dots li button:before {
    height: 13px;
    width: 13px; }
  .frontPageSlider ul.slick-dots li {
    margin: 0; }
  .frontPageSlider ul.slick-dots li:not(:last-child) {
    margin-right: 1.25rem; }
  .frontPageSlider ul.slick-dots li button {
    padding: 0; }
  .frontPageSlider ul.slick-dots li button:before {
    content: "";
    border: 1px solid #283c4b;
    border-radius: 40px;
    opacity: .75; }
  .frontPageSlider ul.slick-dots li.slick-active button:before {
    background-color: #283c4b; }
  .frontPageSlider .projectTitle {
    font-family: "fira-sans-bold";
    color: white;
    position: absolute;
    bottom: 90px;
    left: 72px;
    font-size: 2em;
    z-index: 1; }
    @media (max-width: 1220px) {
      .frontPageSlider .projectTitle {
        bottom: 70px;
        left: 56px;
        font-size: 1.6em; } }
    @media (max-width: 970px) {
      .frontPageSlider .projectTitle {
        bottom: 150px;
        left: 32px;
        font-size: 1.8em; } }
    @media (max-width: 540px) {
      .frontPageSlider .projectTitle {
        bottom: 200px;
        left: 32px;
        font-size: 1.8em; } }
  .frontPageSlider .projectSubtitle {
    font-family: "fira-sans-bold";
    color: white;
    position: absolute;
    bottom: 54px;
    left: 72px;
    font-size: 1.5em;
    z-index: 1; }
    @media (max-width: 1220px) {
      .frontPageSlider .projectSubtitle {
        bottom: 40px;
        left: 56px;
        font-size: 1.2em; } }
    @media (max-width: 990px) {
      .frontPageSlider .projectSubtitle {
        bottom: 115px;
        left: 32px;
        font-size: 1.3em; } }
    @media (max-width: 540px) {
      .frontPageSlider .projectSubtitle {
        bottom: 165px;
        left: 32px;
        font-size: 1.3em; } }

.frontPageVideo {
  width: 100%;
  height: 100vh;
  animation-name: mwmOpacity;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-delay: 1s;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; }
  .frontPageVideo video {
    border: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }
  .frontPageVideo::after {
    background: rgba(184, 184, 184, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.fontPageIntro {
  background-color: #f5f0ea;
  padding: 80px 0;
  width: 100%; }
  .fontPageIntro .maxWidth {
    max-width: 990px;
    margin: 0 auto; }
    .fontPageIntro .maxWidth .contenido .titular {
      font-size: 2em;
      margin-bottom: 24px; }
      .fontPageIntro .maxWidth .contenido .titular span {
        color: #1780cf; }
    .fontPageIntro .maxWidth .bananaLogo {
      display: flex;
      align-items: center; }
      .fontPageIntro .maxWidth .bananaLogo img {
        width: 100%;
        max-width: 250px;
	padding: 20px; }
    .fontPageIntro .maxWidth .mobile {
      margin: 12px;
      margin-bottom: 32px;
      margin-top: 32px; }
      .fontPageIntro .maxWidth .mobile img {
        width: 150px; }

@media (max-width: 576px) {
  .fontPageIntro {
    padding: 40px 0;
    margin-top: -30px; } }

.frontPageBigImage {
  width: 100%;
  height: 85vh;
  min-height: 630px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../src/img/opcion-1-adaptado-2k.jpg);
  background-size: cover;
  border-bottom: 15px solid #fdd87e;
  position: relative; }
  @media (max-width: 576px) {
    .frontPageBigImage {
      background-image: url(../../src/img/Faro_fotohome.jpg); } }
  .frontPageBigImage video {
    border: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }
  .frontPageBigImage .imageText {
    position: absolute;
    right: 0;
    margin-top: 5%;
    width: 320px;
    background-color: #f9f9f9;
    padding: 32px;
    border-radius: 25px 0 0 25px;
    z-index: 20; }
    .frontPageBigImage .imageText .titular {
      font-size: 1.1em;
      margin-bottom: 12px; }
    .frontPageBigImage .imageText .cuerpo {
      font-size: 1em; }
  .frontPageBigImage .imageTextRightAndRadius {
    left: 0;
    border-radius: 0 25px 25px 0; }
  .frontPageBigImage .astronatua {
    position: absolute;
    right: -220px;
    top: -220px; }
    .frontPageBigImage .astronatua img {
      width: 360px; }

@media (max-width: 576px) {
  .frontPageBigImage .astronatua img {
    width: 200px; }
  .frontPageBigImage .imageText {
    margin-top: 2%;
    width: 220px;
    padding: 18px; }
    .frontPageBigImage .imageText .titular {
      font-size: 1em;
      margin-bottom: 12px; }
    .frontPageBigImage .imageText .cuerpo {
      font-size: 1em; }
    .frontPageBigImage .imageText.secondImageText {
      margin-top: 35%; } }

.frontPageBigImageNextLevel {
  background-image: url(../../src/img/4zitron.webp); }

.frontPageSmallImage {
  background-color: #f5f0ea; }
  .frontPageSmallImage .imageText {
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: right;
    display: -webkit-flex;
    -webkit-justify-content: right; }
    .frontPageSmallImage .imageText .contenedor {
      width: calc(100vh / 100 * 40);
      margin-right: 24px; }
      .frontPageSmallImage .imageText .contenedor .titular {
        font-size: 2em;
        margin-bottom: 12px; }
      .frontPageSmallImage .imageText .contenedor .textAlignLeft {
        text-align: left; }
  .frontPageSmallImage .imageTextLeft {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left; }
    .frontPageSmallImage .imageTextLeft .contenedor {
      margin-right: 0px;
      margin-left: 24px; }
  .frontPageSmallImage .addBackground {
    width: 60%;
    height: 50vh;
    min-height: 450px;
    background-image: url(../../src/img/astronauta.jpg);
    border-bottom: 15px solid #fdd87e;
    position: relative;
    border-radius: 25px 0 0 25px; }
  .frontPageSmallImage .addVideo {
    width: 60%;
    height: 50vh;
    min-height: 450px;
    border-bottom: 15px solid #fdd87e;
    position: relative;
    border-radius: 25px 0 0 25px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    will-change: transform; }
    .frontPageSmallImage .addVideo video {
      border: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .frontPageSmallImage .addBorderRadiusRight {
    border-radius: 0 25px 25px 0; }

@media (max-width: 576px) {
  .frontPageSmallImage .imageText {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left; }
    .frontPageSmallImage .imageText .contenedor {
      width: calc(100vh / 100 * 30);
      margin: 120px 0 0 24px; }
      .frontPageSmallImage .imageText .contenedor .titular {
        font-size: 2em;
        margin-bottom: 12px; }
      .frontPageSmallImage .imageText .contenedor .textAlignLeft {
        text-align: left; }
  .frontPageSmallImage .imageTextLeft {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left; }
    .frontPageSmallImage .imageTextLeft .contenedor {
      margin-right: 0px;
      margin-left: 24px; } }

.frontPagePointsOfInteres {
  position: relative;
  text-align: center;
  background-color: #f5f0ea;
  padding: 50px 0 130px;
  overflow-x: clip; }
  .frontPagePointsOfInteres .detailPlus {
    margin-top: 12px;
    margin-right: 12px;
    text-align: right; }
    .frontPagePointsOfInteres .detailPlus img {
      max-width: 25px; }
  .frontPagePointsOfInteres .contenedor {
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 32px; }
    .frontPagePointsOfInteres .contenedor .point {
      margin-bottom: 24px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
    .frontPagePointsOfInteres .contenedor .imagenDestacada {
      margin-bottom: 24px; }
      .frontPagePointsOfInteres .contenedor .imagenDestacada img {
        height: 160px;
        width: 160px; }
    .frontPagePointsOfInteres .contenedor .titular {
      font-size: 1.2em;
      margin: 0 auto;
      margin-bottom: 12px; }
    .frontPagePointsOfInteres .contenedor .cuerpo {
      max-width: 345px; }
      @media (max-width: 540px) {
        .frontPagePointsOfInteres .contenedor .cuerpo {
          max-width: 330px; } }
  .frontPagePointsOfInteres .girl {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 430px;
    height: 400px; }
    .frontPagePointsOfInteres .girl img {
      bottom: 0;
      position: absolute;
      vertical-align: inherit;
      left: 55px; }
  .frontPagePointsOfInteres .cohete {
    position: absolute;
    left: -200px; }
    .frontPagePointsOfInteres .cohete img {
      width: 380px; }

@media (max-width: 576px) {
  .frontPagePointsOfInteres {
    padding: 40px 0 130px; } }

@media (max-width: 576px) {
  .frontPagePointsOfInteres .girl {
    width: 260px;
    height: auto; }
  .frontPagePointsOfInteres .cohete {
    top: 90px; }
    .frontPagePointsOfInteres .cohete img {
      width: 200px; } }

.frontPageClients {
  background-color: #fdd87e;
  padding: 80px 0;
  position: relative; }
  .frontPageClients .logosWraper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1420px;
    margin: 0 auto; }
    .frontPageClients .logosWraper .clientLogo {
      height: 120px;
      width: 290px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .frontPageClients .logosWraper .clientLogo img {
        max-width: 180px;
        max-height: 70px; }
  .frontPageClients .detailPlus {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 24px; }
    .frontPageClients .detailPlus img {
      max-width: 45px; }
  .frontPageClients h3 {
    position: absolute;
    top: 0;
    margin-top: -40px;
    margin-left: 50px;
    font-family: "fira-sans-bold";
    line-height: 100%;
    font-size: 1.6em;
    color: #283c4b; }
  .frontPageClients .contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1220px;
    margin: 0 auto; }
    .frontPageClients .contenedor .imagenDestacada {
      width: 400px;
      text-align: center; }
      .frontPageClients .contenedor .imagenDestacada img {
        height: 60px;
        margin: 24px 0; }

@media (max-width: 576px) {
  .frontPageClients h3 {
    position: relative;
    margin-bottom: 24px; } }

.frontPageValorDiferencial {
  display: flex;
  background-color: #f5f0ea;
  padding-bottom: 60px;
  justify-content: center;
  gap: 64px; }
  .frontPageValorDiferencial .chica img {
    width: 500px;
    margin-top: -100px; }
  .frontPageValorDiferencial .award {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .frontPageValorDiferencial .award img {
      width: 200px;
      margin-bottom: 24px; }
  .frontPageValorDiferencial .videoWrapper .circleVideo {
    width: 300px;
    height: 300px;
    border-radius: 250px;
    background-color: #c54f72;
    overflow: hidden !important;
    position: relative;
    z-index: 1;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    will-change: transform; }
    .frontPageValorDiferencial .videoWrapper .circleVideo video {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .frontPageValorDiferencial .videoWrapper .circleText {
    margin-top: -20px;
    text-align: center;
    width: 300px;
    height: 300px;
    padding: 20px 30px 30px 30px;
    border-radius: 250px;
    background-color: #fdd87e;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 1s; }
    .frontPageValorDiferencial .videoWrapper .circleText h3 {
      font-size: 2.5rem;
      color: white; }
      .frontPageValorDiferencial .videoWrapper .circleText h3 span {
        color: #283c4b; }
    .frontPageValorDiferencial .videoWrapper .circleText:hover {
      transform: scale(1.1); }
  @media (max-width: 1120px) {
    .frontPageValorDiferencial {
      flex-direction: column;
      align-items: center;
      padding-top: 48px; }
      .frontPageValorDiferencial .chica {
        display: none; } }

.frontPageImageParallax {
  width: 100vw;
  height: 520px;
  overflow: hidden;
  border-bottom: 15px solid #fdd87e;
  border-top: 15px solid #fdd87e;
  position: relative;
  display: block;
  /* Portrait */
  /* Landscape */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* ----------- iPad Pro 10.5" ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/ }
  .frontPageImageParallax .imagenDestacada {
    width: 100vw;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageParallax {
      display: none; } }
  @media (max-width: 576px) {
    .frontPageImageParallax {
      height: 420px;
      display: none; }
      .frontPageImageParallax .imagenDestacada {
        width: 520px;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: fixed; } }

.frontPageImageNonParallax {
  width: 100vw;
  height: 420px;
  border-bottom: 15px solid #fdd87e;
  border-top: 15px solid #fdd87e;
  display: none;
  /* Portrait */
  /* Landscape */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* ----------- iPad Pro 10.5" ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/ }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .frontPageImageNonParallax {
      display: block; } }
  @media (max-width: 576px) {
    .frontPageImageNonParallax {
      display: block; } }

.frontPageProyectos {
  background-color: #f5f0ea;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 80px; }
  .frontPageProyectos .contenedorProyectos {
    display: grid;
    width: 100%;
    max-width: 1440px;
    grid-template-columns: 40% 60%; }
    .frontPageProyectos .contenedorProyectos .alignGroup {
      display: flex;
      justify-content: end; }
    .frontPageProyectos .contenedorProyectos .faro,
    .frontPageProyectos .contenedorProyectos .faroMobile {
      bottom: 0;
      display: flex;
      align-items: flex-end; }
      .frontPageProyectos .contenedorProyectos .faro img,
      .frontPageProyectos .contenedorProyectos .faroMobile img {
        max-width: initial;
        height: 100%; }
    .frontPageProyectos .contenedorProyectos .faroMobile {
      display: none; }
    .frontPageProyectos .contenedorProyectos .moduloProyecto {
      width: 100%; }
      .frontPageProyectos .contenedorProyectos .moduloProyecto .alignPhotos {
        display: flex;
        justify-content: end; }
      .frontPageProyectos .contenedorProyectos .moduloProyecto .proyecto {
        width: 150px;
        height: 150px;
        margin: 5px;
        border-radius: 15px;
        background-color: #fdd87e;
        max-width: 150px;
        min-width: 150px;
        cursor: pointer;
        overflow: hidden;
        transition: transform 0.2s; }
        .frontPageProyectos .contenedorProyectos .moduloProyecto .proyecto:hover {
          transform: scale(1.1); }
      .frontPageProyectos .contenedorProyectos .moduloProyecto .addPaddingToQR {
        padding: 12px;
        background-color: white; }
      .frontPageProyectos .contenedorProyectos .moduloProyecto .realidadAumentada {
        display: none; }
        @media (max-width: 576px) {
          .frontPageProyectos .contenedorProyectos .moduloProyecto .realidadAumentada {
            display: block; } }
      .frontPageProyectos .contenedorProyectos .moduloProyecto .detailPlus img {
        max-width: 30px;
        margin: 12px 0 0 12px; }

@media (max-width: 1140px) {
  .frontPageProyectos .contenedorProyectos {
    grid-template-columns: 30% 70%; } }

@media (max-width: 930px) {
  .frontPageProyectos .contenedorProyectos {
    grid-template-columns: 100%; }
    .frontPageProyectos .contenedorProyectos .faro {
      display: none; }
    .frontPageProyectos .contenedorProyectos .faroMobile {
      display: block; }
      .frontPageProyectos .contenedorProyectos .faroMobile img {
        width: 100%; }
    .frontPageProyectos .contenedorProyectos .moduloProyecto .alignPhotos {
      justify-content: center; } }

@media (max-width: 576px) {
  .frontPageProyectos .contenedorProyectos .faro {
    position: absolute;
    bottom: 0;
    left: -175px; }
    .frontPageProyectos .contenedorProyectos .faro img {
      width: 80%; }
  .frontPageProyectos .contenedorProyectos .moduloProyecto .alignPhotos {
    display: flex;
    justify-content: center; } }

body {
  font-family: "rasa-regular";
  line-height: 100%;
  color: #283c4b;
  overflow-y: auto;
  overflow-x: hidden; }

.titular, h1, h2, h3, h4 {
  font-family: "fira-sans-bold";
  line-height: 100%;
  color: #283c4b; }

.cuerpo {
  font-family: "rasa-medium";
  line-height: 100%;
  font-size: 1.1em;
  color: #283c4b; }

p {
  font-family: "rasa-medium";
  line-height: 100%;
  font-size: 1.1em;
  color: #283c4b; }

.noMargin {
  margin: 0; }

.noPadding {
  padding: 0; }

.backgroundConfig {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

html {
  overflow-y: auto;
  overflow-x: hidden; }

a {
  color: inherit;
  text-decoration: none;
  /* no underline */ }

a:hover {
  color: inherit;
  text-decoration: none; }

.page .entry-title {
  display: none; }

.bananaFooter {
  background-color: #283c4b;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px; }
  .bananaFooter h4 {
    color: white;
    font-size: 1.7em;
    line-height: 25px;
    margin: 0;
    font-family: "fira-sans-semibold"; }
  .bananaFooter .contenido {
    display: flex;
    gap: 24px; }
    .bananaFooter .contenido .cuerpo {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      color: white;
      font-size: 1em; }
      .bananaFooter .contenido .cuerpo .tel {
        color: #fdd87e; }
      .bananaFooter .contenido .cuerpo .rrss {
        display: flex; }
        .bananaFooter .contenido .cuerpo .rrss img {
          margin: 10px 12px 0 0;
          width: 22px; }
  .bananaFooter .logoBananaFooter {
    cursor: pointer; }
    .bananaFooter .logoBananaFooter img {
      width: 112px; }
  @media (max-width: 720px) {
    .bananaFooter {
      flex-direction: column;
      align-items: flex-start; }
      .bananaFooter h4 {
        margin-bottom: 16px; }
      .bananaFooter .contenido {
        flex-direction: column; }
        .bananaFooter .contenido .cuerpo {
          align-items: flex-start; } }

.projectsContainer {
  font-family: "rasa-regular";
  background-color: #f5f0ea;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 180px 32px 0;
  align-items: center;
  justify-content: center; }
  .projectsContainer .bloqueConfig {
    grid-template-rows: 380px;
    grid-gap: 16px;
    display: grid;
    width: 100%;
    margin-bottom: 24px;
    max-width: 1520px; }
  .projectsContainer .bloqueUno {
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueUno {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 580px; } }
  .projectsContainer .bloqueCero {
    grid-template-columns: 2fr 1fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueCero {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 580px; } }
  .projectsContainer .bloqueDos {
    grid-template-columns: 1fr 1.5fr 0.8fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueDos {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 380px 380px; } }
  .projectsContainer .bloqueTres {
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueTres {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 380px 380px; } }
  .projectsContainer .bloqueCuatro {
    grid-template-columns: 0.8fr 3fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueCuatro {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 380px; } }
  .projectsContainer .bloqueCinco {
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueCinco {
        grid-template-columns: 1fr;
        grid-template-rows: 580px 380px; } }
  .projectsContainer .bloqueSeis {
    grid-template-columns: 1fr 1.5fr 0.8fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueSeis {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 580px 380px; } }
  .projectsContainer .bloqueSiete {
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueSiete {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 380px 380px; } }
  .projectsContainer .bloqueOcho {
    grid-template-columns: 1fr 2fr; }
    @media (max-width: 920px) {
      .projectsContainer .bloqueOcho {
        grid-template-columns: 1fr;
        grid-template-rows: 380px 380px; } }
  @media (max-width: 920px) {
    .projectsContainer .getImageBigger {
      height: 580px; } }
  .projectsContainer .proyecto {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .projectsContainer .proyecto h3 {
      font-size: 1.2rem;
      margin-bottom: 0; }
    .projectsContainer .proyecto p {
      font-size: 1rem; }
    .projectsContainer .proyecto figure {
      position: relative;
      overflow: hidden;
      width: 100%;
      flex-grow: 1;
      border-radius: 15px;
      border-bottom: 7px solid #fdd87e; }
      .projectsContainer .proyecto figure img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 1s; }
        .projectsContainer .proyecto figure img:hover {
          transform: scale(1.1); }
      .projectsContainer .proyecto figure .imgFaro {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 1s; }
        .projectsContainer .proyecto figure .imgFaro:hover {
          transform: scale(1.3); }
      .projectsContainer .proyecto figure video {
        border: 0;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%; }
  .projectsContainer .animacion {
    display: flex;
    align-items: center;
    justify-content: center; }
    .projectsContainer .animacion img {
      max-height: 100% !important;
      width: auto !important; }
  .projectsContainer .myOwn {
    width: 100%;
    padding: 80px 24px 120px;
    display: flex;
    justify-content: center; }
    .projectsContainer .myOwn h4 {
      border: 3px #fdd87e solid;
      border-radius: 55px;
      padding: 25px 45px;
      font-size: 2rem;
      text-align: center; }

.bananaProject {
  background-color: #f5f0ea; }
  .bananaProject .projectTitle {
    font-family: "rasa-bold";
    color: white;
    position: absolute;
    bottom: 56px;
    left: 72px;
    font-size: 3em;
    z-index: 1; }
    @media (max-width: 1220px) {
      .bananaProject .projectTitle {
        bottom: 32px;
        left: 56px;
        font-size: 2.2em; } }
    @media (max-width: 540px) {
      .bananaProject .projectTitle {
        bottom: 32px;
        left: 32px;
        font-size: 1.8em; } }
  .bananaProject .projectHeaderVideo {
    width: 100%;
    height: 100vh;
    animation-name: mwmOpacity;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-delay: 1s;
    overflow: hidden;
    pointer-events: none;
    z-index: 0; }
    .bananaProject .projectHeaderVideo video {
      border: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      top: 0;
      width: 100%; }
    .bananaProject .projectHeaderVideo::after {
      background: rgba(82, 82, 82, 0.25);
      content: "";
      height: 100%;
      left: 0;
      top: 0;
      width: 100%; }
    @media (max-width: 520px) {
      .bananaProject .projectHeaderVideo {
        height: 90vh; } }
  .bananaProject .projectPrincipalImage {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0; }
    @media (max-width: 520px) {
      .bananaProject .projectPrincipalImage {
        height: 90vh; } }
  .bananaProject .introBlock {
    max-width: 1520px;
    margin: 0 auto;
    padding-top: 64px; }
    @media (max-width: 720px) {
      .bananaProject .introBlock {
        padding-top: 32px; } }
  .bananaProject .projectInfo {
    padding: 0 32px; }
    @media (max-width: 1024px) {
      .bananaProject .projectInfo p {
        font-size: 1em; } }
  .bananaProject .projectText {
    max-width: 450px;
    padding: 0 32px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .bananaProject .projectText p {
        font-size: 1em; } }
    @media (max-width: 520px) {
      .bananaProject .projectText {
        margin: 0;
        max-width: 100%; } }
  .bananaProject .blockMinSize {
    min-height: 380px;
    max-width: 1520px;
    margin: 0 auto;
    margin-top: 64px; }
    .bananaProject .blockMinSize .wp-block-video {
      margin: 0; }
      .bananaProject .blockMinSize .wp-block-video video {
        object-position: -1px;
        width: 101%; }
    @media (max-width: 1024px) {
      .bananaProject .blockMinSize {
        min-height: inherit; } }
    @media (max-width: 520px) {
      .bananaProject .blockMinSize {
        margin-top: 32px; } }
  .bananaProject .sumario h3 {
    font-size: 3rem;
    padding: 0 32px;
    line-height: 1.2em; }
    .bananaProject .sumario h3 span {
      color: #fdd87e; }
    @media (max-width: 1440px) {
      .bananaProject .sumario h3 {
        font-size: 2rem; } }
    @media (max-width: 1120px) {
      .bananaProject .sumario h3 {
        font-size: 1.6rem; } }
    @media (max-width: 576px) {
      .bananaProject .sumario h3 h3 {
        padding: 0 32px; } }
  .bananaProject .blockVideo {
    max-width: 1520px;
    margin: 0 auto;
    margin-top: 64px; }
    @media (max-width: 520px) {
      .bananaProject .blockVideo {
        margin-top: 32px; } }
  .bananaProject .blockVideoAndPhoto {
    max-width: 1520px;
    margin: 0 auto;
    margin-top: 64px; }
    @media (max-width: 520px) {
      .bananaProject .blockVideoAndPhoto {
        margin-top: 32px; } }
  .bananaProject .blockBigVideo {
    margin: 0 auto;
    max-width: 1620px;
    animation-name: mwmOpacity;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-delay: 1s;
    overflow: hidden;
    z-index: 0;
    margin-top: 64px; }
    .bananaProject .blockBigVideo video {
      border: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      top: 0;
      width: 100%; }
    @media (max-width: 520px) {
      .bananaProject .blockBigVideo {
        margin-top: 32px; } }
  .bananaProject .blockBigImage {
    max-width: 1640px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 64px; }
    .bananaProject .blockBigImage img {
      width: 100%; }
    @media (max-width: 520px) {
      .bananaProject .blockBigImage {
        margin-bottom: 0;
        margin-top: 32px; } }
  .bananaProject .separatorImage {
    min-height: 300px;
    max-width: 1640px;
    max-height: 520px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 64px;
    margin-top: 64px; }
    .bananaProject .separatorImage img {
      width: 100%; }
  .bananaProject .addPaddingToBlock {
    padding-left: 0px;
    padding-right: 0px; }
  .bananaProject .addPaddingToBlockCuadradas img {
    width: 100%; }
  @media (max-width: 520px) {
    .bananaProject .addPaddingToBlockCuadradas {
      padding-left: 32px;
      padding-right: 32px; } }
  .bananaProject .addMarginTopBottom {
    margin-top: 64px;
    margin-bottom: 64px; }
    @media (max-width: 576px) {
      .bananaProject .addMarginTopBottom {
        margin-top: 32px;
        margin-bottom: 32px; } }
  .bananaProject .seeMoreAndLoveIt {
    width: 100%;
    padding: 80px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px; }
    .bananaProject .seeMoreAndLoveIt h4 {
      color: #283c4b;
      border: 3px #fdd87e solid;
      border-radius: 55px;
      padding: 25px 45px;
      font-size: 1.6em;
      margin: 0; }
    @media (max-width: 576px) {
      .bananaProject .seeMoreAndLoveIt {
        flex-direction: column;
        padding: 64px 0; }
        .bananaProject .seeMoreAndLoveIt h4 {
          border-radius: 55px;
          padding: 25px 45px;
          font-size: 1.2em; } }
  .bananaProject .wp-block-columns {
    gap: 64px; }
    @media (max-width: 576px) {
      .bananaProject .wp-block-columns {
        gap: 32px; } }
  .bananaProject .projectParallaxImage {
    width: 100%;
    height: 620px;
    overflow: hidden;
    position: relative;
    margin-top: 64px;
    /* Portrait */
    /* Landscape */
    /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /* ----------- iPad Pro 10.5" ----------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
    /* Landscape */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
    /* ----------- iPad Pro 12.9" ----------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
    /* Landscape */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/ }
    .bananaProject .projectParallaxImage .imagenDestacada {
      width: 100vw;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-attachment: fixed; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .bananaProject .projectParallaxImage {
        display: none; } }
    @media (max-width: 576px) {
      .bananaProject .projectParallaxImage {
        height: 420px;
        display: none; }
        .bananaProject .projectParallaxImage .imagenDestacada {
          width: 520px;
          height: 100%;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          background-size: cover;
          background-attachment: fixed; } }

.bananaContact {
  height: calc(100vh - 136px);
  width: 100%;
  background-color: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bananaContact .contactWrapper {
    max-width: 1440px;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 2fr; }
    .bananaContact .contactWrapper .info h1 {
      font-size: 3rem;
      margin-bottom: 24px;
      max-width: 275px; }
    .bananaContact .contactWrapper .info h4 {
      font-size: 1.2rem;
      margin: 6px 0;
      font-family: "fira-sans-regular"; }
    .bananaContact .contactWrapper .bananaForm {
      display: flex;
      flex-direction: column;
      gap: 64px;
      font-family: "fira-sans-bold" !important; }
      .bananaContact .contactWrapper .bananaForm label {
        font-size: 0.8rem !important;
        font-family: "fira-sans-bold" !important; }
      .bananaContact .contactWrapper .bananaForm input[type=text],
      .bananaContact .contactWrapper .bananaForm input[type=email],
      .bananaContact .contactWrapper .bananaForm textarea {
        font-family: "rasa-regular" !important;
        height: 40px !important;
        width: 100% !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        border-color: #fdd87e !important;
        margin-bottom: 5px;
        padding: 18px 10px;
        font-size: 1rem; }
      .bananaContact .contactWrapper .bananaForm textarea {
        height: 210px !important;
        padding: 8px 10px; }
      .bananaContact .contactWrapper .bananaForm input[type=text]:focus,
      .bananaContact .contactWrapper .bananaForm input[type=email]:focus,
      .bananaContact .contactWrapper .bananaForm textarea:focus {
        outline: none !important;
        border-radius: 8px !important;
        border-color: #c54f72 !important; }
      .bananaContact .contactWrapper .bananaForm input[type=submit] {
        font-family: "fira-sans-bold" !important;
        font-size: 1rem !important;
        padding: 8px 30px;
        color: white;
        background-color: #283c4b;
        border-radius: 12px !important;
        border: 0;
        outline: none !important; }
      .bananaContact .contactWrapper .bananaForm .wpcf7-response-output {
        font-size: 0.8rem !important;
        font-family: "fira-sans-bold" !important;
        margin: 0;
        border: 1px solid #c54f72;
        max-width: 350px;
        width: fit-content;
        padding: 6px 12px; }
      .bananaContact .contactWrapper .bananaForm .wpcf7-not-valid-tip {
        font-family: "fira-sans-bold" !important;
        color: #c54f72; }
  @media (max-width: 940px) {
    .bananaContact {
      height: auto;
      padding: 160px 24px 80px; }
      .bananaContact .contactWrapper {
        grid-template-columns: 100%; } }


.servicesContainer {
  font-family: "rasa-regular";
  background-color: #f5f0ea;
  padding: 180px 24px 80px; }
  .servicesContainer section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0; }
    @media (max-width: 720px) {
      .servicesContainer section {
        padding: 48px 0; } }
  .servicesContainer h1, .servicesContainer h2 {
    font-family: "fira-sans-bold";
    color: #283c4b;
    line-height: 100%; }
  .servicesContainer h1 {
    font-size: 2.8rem;
    margin-bottom: 32px; }
    @media (max-width: 720px) {
      .servicesContainer h1 {
        font-size: 2rem; } }
  .servicesContainer h2 {
    font-size: 2.2rem;
    margin-bottom: 24px; }
    @media (max-width: 720px) {
      .servicesContainer h2 {
        font-size: 1.6rem; } }
  .servicesContainer h3 {
    font-family: "fira-sans-semibold";
    color: #283c4b;
    font-size: 1.4rem;
    line-height: 100%;
    margin-bottom: 16px; }
    @media (max-width: 720px) {
      .servicesContainer h3 {
        font-size: 1.2rem; } }
  .servicesContainer p {
    font-family: "rasa-medium";
    font-size: 1.1rem;
    color: #283c4b;
    line-height: 1.4;
    margin-bottom: 16px; }
    @media (max-width: 720px) {
      .servicesContainer p {
        font-size: 1rem; } }
  .servicesContainer .servicesTagline {
    font-size: 1.3rem;
    margin-top: 24px; }
  .servicesContainer figure {
    margin: 0;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    border-bottom: 8px solid #fdd87e; }
    .servicesContainer figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .servicesContainer .servicesHero {
    padding-top: 40px;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    .servicesContainer .servicesHero .row {
      max-width: 1200px;
      margin: 0 auto; }
    .servicesContainer .servicesHero .servicesHeroContent {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 48px; }
      .servicesContainer .servicesHero .servicesHeroContent h1 {
        border-bottom: 6px solid #fdd87e;
        padding-bottom: 24px; }
      @media (max-width: 992px) {
        .servicesContainer .servicesHero .servicesHeroContent {
          padding-right: 0;
          padding-bottom: 32px; } }
    .servicesContainer .servicesHero .servicesHeroImage {
      min-height: 500px;
      border-radius: 25px; }
      @media (max-width: 992px) {
        .servicesContainer .servicesHero .servicesHeroImage {
          min-height: 300px; } }
  .servicesContainer .servicesTraffic {
    background-color: #fdd87e;
    border-radius: 25px;
    padding: 60px 48px; }
    .servicesContainer .servicesTraffic .servicesTrafficImage {
      border-bottom-color: #283c4b;
      max-height: 320px; }
    .servicesContainer .servicesTraffic .servicesSectorItem {
      padding: 24px 16px;
      text-align: center;
      font-family: "fira-sans-bold";
      font-size: 1.1rem;
      color: #283c4b;
      border: 2px solid #283c4b;
      border-radius: 25px; }
      @media (max-width: 992px) {
        .servicesContainer .servicesTraffic .servicesSectorItem {
          margin-bottom: 16px; } }
    .servicesContainer .servicesTraffic .servicesStepItem {
      padding: 24px 20px;
      text-align: center;
      border: 2px solid #283c4b;
      border-radius: 25px; }
      .servicesContainer .servicesTraffic .servicesStepItem .stepNumber {
        display: inline-block;
        font-family: "fira-sans-bold";
        font-size: 1.6rem;
        color: #283c4b;
        background-color: #f5f0ea;
        width: 48px;
        height: 48px;
        line-height: 48px;
        border-radius: 50%;
        margin-bottom: 12px; }
      .servicesContainer .servicesTraffic .servicesStepItem strong {
        display: block;
        font-family: "fira-sans-semibold";
        font-size: 1rem;
        color: #283c4b;
        margin-bottom: 8px; }
      .servicesContainer .servicesTraffic .servicesStepItem p {
        font-size: 0.95rem;
        margin-bottom: 0; }
      @media (max-width: 992px) {
        .servicesContainer .servicesTraffic .servicesStepItem {
          margin-bottom: 16px; } }
    @media (max-width: 720px) {
      .servicesContainer .servicesTraffic {
        padding: 40px 24px;
        border-radius: 16px; } }
  .servicesContainer .servicesDesign .servicesProcess {
    background-color: #fdd87e;
    border-radius: 25px;
    padding: 40px 48px; }
    @media (max-width: 720px) {
      .servicesContainer .servicesDesign .servicesProcess {
        padding: 32px 24px; } }
  .servicesContainer .servicesDesign .servicesDesignImage {
    max-height: 360px; }
  .servicesContainer .servicesSafety .servicesMaterials {
    background-color: #fdd87e;
    border-radius: 25px;
    padding: 40px 48px; }
    @media (max-width: 720px) {
      .servicesContainer .servicesSafety .servicesMaterials {
        padding: 32px 24px; } }
  .servicesContainer .servicesSafety .servicesSafetyImage {
    max-height: 360px;
    border-bottom-color: #283c4b; }
  .servicesContainer .servicesLoyalty {
    background-color: #283c4b;
    border-radius: 25px;
    padding: 60px 48px; }
    .servicesContainer .servicesLoyalty h2 {
      color: #fdd87e; }
    .servicesContainer .servicesLoyalty h3 {
      color: #f5f0ea; }
    .servicesContainer .servicesLoyalty p {
      color: #f5f0ea; }
    .servicesContainer .servicesLoyalty .servicesBtn {
      color: #fdd87e;
      border-color: #fdd87e; }
      .servicesContainer .servicesLoyalty .servicesBtn:hover {
        background-color: #fdd87e;
        color: #283c4b; }
    .servicesContainer .servicesLoyalty .servicesLoyaltyImage {
      border-bottom-color: #fdd87e;
      max-height: 320px; }
    .servicesContainer .servicesLoyalty .servicesTrustList {
      list-style: none;
      padding: 0;
      margin: 24px 0 0;
      max-width: 800px; }
      .servicesContainer .servicesLoyalty .servicesTrustList li {
        font-family: "rasa-medium";
        font-size: 1.1rem;
        color: #f5f0ea;
        line-height: 1.4;
        padding: 10px 0 10px 32px;
        position: relative; }
        .servicesContainer .servicesLoyalty .servicesTrustList li::before {
          content: '✓';
          position: absolute;
          left: 0;
          top: 10px;
          color: #fdd87e;
          font-weight: bold;
          font-size: 1.2rem; }
    @media (max-width: 720px) {
      .servicesContainer .servicesLoyalty {
        padding: 40px 24px; } }
  .servicesContainer .servicesSolutions .servicesSolutionsGrid {
    margin-top: 32px; }
  .servicesContainer .servicesSolutions .servicesSolutionItem {
    padding: 32px 24px;
    border: 2px solid #fdd87e;
    border-radius: 25px;
    transition: transform 0.3s; }
    .servicesContainer .servicesSolutions .servicesSolutionItem:hover {
      transform: scale(1.03); }
    @media (max-width: 992px) {
      .servicesContainer .servicesSolutions .servicesSolutionItem {
        margin-bottom: 16px; } }
  .servicesContainer .servicesPortfolio {
    text-align: left;
    background-color: #fdd87e;
    border-radius: 25px;
    padding: 60px 48px; }
    .servicesContainer .servicesPortfolio .servicesPortfolioImage {
      border-bottom-color: #283c4b;
      max-height: 360px; }
    @media (max-width: 720px) {
      .servicesContainer .servicesPortfolio {
        padding: 40px 24px;
        text-align: center; } }
  .servicesContainer .servicesFaq {
    max-width: 900px; }
    .servicesContainer .servicesFaq .faqItem {
      border-bottom: 2px solid #fdd87e;
      padding: 16px 0; }
      .servicesContainer .servicesFaq .faqItem .faqQuestion {
        margin: 0; }
        .servicesContainer .servicesFaq .faqItem .faqQuestion .faqToggle {
          font-family: "fira-sans-semibold";
          font-size: 1.2rem;
          color: #283c4b;
          background: none;
          border: none;
          width: 100%;
          text-align: left;
          padding: 12px 0;
          cursor: pointer;
          position: relative;
          padding-right: 40px; }
          .servicesContainer .servicesFaq .faqItem .faqQuestion .faqToggle::after {
            content: '+';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.6rem;
            color: #283c4b;
            transition: transform 0.3s; }
          .servicesContainer .servicesFaq .faqItem .faqQuestion .faqToggle[aria-expanded="true"]::after {
            content: '−'; }
      .servicesContainer .servicesFaq .faqItem .faqAnswer {
        padding: 0 0 16px;
        font-size: 1rem; }
  .servicesContainer .servicesCta {
    text-align: center;
    background-color: #283c4b;
    border-radius: 25px;
    padding: 80px 48px; }
    .servicesContainer .servicesCta h2 {
      color: #fdd87e; }
    .servicesContainer .servicesCta p {
      color: #f5f0ea;
      max-width: 700px;
      margin: 0 auto 32px; }
    @media (max-width: 720px) {
      .servicesContainer .servicesCta {
        padding: 48px 24px; } }
  .servicesContainer .servicesCheckList {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    max-width: 800px; }
    .servicesContainer .servicesCheckList li {
      font-family: "rasa-medium";
      font-size: 1.1rem;
      color: #283c4b;
      line-height: 1.4;
      padding: 10px 0 10px 32px;
      position: relative; }
      .servicesContainer .servicesCheckList li::before {
        content: '✓';
        position: absolute;
        left: 0;
        top: 10px;
        color: #fdd87e;
        font-weight: bold;
        font-size: 1.2rem; }
      .servicesContainer .servicesCheckList li strong {
        font-family: "fira-sans-semibold"; }
  .servicesContainer .servicesBtn {
    display: inline-block;
    font-family: "fira-sans-bold";
    font-size: 1rem;
    color: #283c4b;
    background-color: transparent;
    border: 3px solid #283c4b;
    border-radius: 55px;
    padding: 14px 36px;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer; }
    .servicesContainer .servicesBtn:hover {
      background-color: #283c4b;
      color: white; }
  .servicesContainer .servicesBtnPrimary {
    background-color: #fdd87e;
    border-color: #fdd87e;
    color: #283c4b; }
    .servicesContainer .servicesBtnPrimary:hover {
      background-color: #283c4b;
      border-color: #fdd87e;
      color: #fdd87e; }
  @media (max-width: 576px) {
    .servicesContainer {
      padding: 140px 16px 40px; }
      .servicesContainer .servicesBtn {
        width: 100%;
        text-align: center; } }

.blogContainer .blogGrid {
  padding: 40px 0; }
  .blogContainer .blogGrid .blogCard {
    margin-bottom: 48px; }
    .blogContainer .blogGrid .blogCard .blogCardImage {
      width: 100%;
      height: 200px;
      border-radius: 25px;
      overflow: hidden;
      border-bottom: 8px solid #fdd87e;
      margin-bottom: 16px; }
      .blogContainer .blogGrid .blogCard .blogCardImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .blogContainer .blogGrid .blogCard .blogCardContent .blogCardDate {
      font-family: "rasa-medium";
      font-size: 0.9rem;
      color: #283c4b;
      opacity: 0.7;
      display: block;
      margin-bottom: 8px; }
    .blogContainer .blogGrid .blogCard .blogCardContent h3 {
      font-family: "fira-sans-bold";
      font-size: 1.3rem;
      color: #283c4b;
      line-height: 1.2;
      margin-bottom: 8px;
      transition: color 0.3s; }
    .blogContainer .blogGrid .blogCard .blogCardContent h3:hover {
      color: #fdd87e; }
    .blogContainer .blogGrid .blogCard .blogCardContent p {
      font-family: "rasa-medium";
      font-size: 1rem;
      color: #283c4b;
      line-height: 1.4;
      margin-bottom: 16px; }
    .blogContainer .blogGrid .blogCard .blogCardContent .servicesBtn {
      padding: 10px 28px;
      font-size: 0.9rem; }
.blogContainer .blogPagination {
  text-align: center;
  padding: 40px 0 80px; }
  .blogContainer .blogPagination .paginationNav {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap; }
    .blogContainer .blogPagination .paginationNav a,
    .blogContainer .blogPagination .paginationNav span {
      display: inline-block;
      padding: 10px 18px;
      font-family: "fira-sans-bold";
      font-size: 0.9rem;
      color: #283c4b;
      border: 2px solid #283c4b;
      border-radius: 55px;
      text-decoration: none;
      transition: background-color 0.3s, color 0.3s; }
    .blogContainer .blogPagination .paginationNav a:hover,
    .blogContainer .blogPagination .paginationNav span.current {
      background-color: #283c4b;
      color: white; }
    .blogContainer .blogPagination .paginationNav span.current {
      cursor: default; }
.blogContainer .blogEmpty {
  text-align: center;
  padding: 80px 0; }

.blogSingleContainer .blogSingle {
  max-width: 800px;
  margin: 0 auto; }
  .blogSingleContainer .blogSingle .blogSingleHeader {
    padding-top: 40px; }
    .blogSingleContainer .blogSingle .blogSingleHeader .blogSingleImage {
      border-radius: 25px;
      overflow: hidden;
      border-bottom: 8px solid #fdd87e;
      margin-bottom: 32px; }
      .blogSingleContainer .blogSingle .blogSingleHeader .blogSingleImage img {
        width: 100%;
        height: auto;
        display: block; }
    .blogSingleContainer .blogSingle .blogSingleHeader .blogSingleMeta {
      font-family: "rasa-medium";
      font-size: 0.95rem;
      color: #283c4b;
      margin-bottom: 16px;
      display: flex;
      gap: 16px;
      align-items: center; }
      .blogSingleContainer .blogSingle .blogSingleHeader .blogSingleMeta time,
      .blogSingleContainer .blogSingle .blogSingleHeader .blogSingleMeta .blogSingleAuthor {
        opacity: 0.7; }
    .blogSingleContainer .blogSingle .blogSingleHeader h1 {
      font-family: "fira-sans-bold";
      font-size: 2.4rem;
      color: #283c4b;
      line-height: 1.1;
      margin-bottom: 40px; }
      @media (max-width: 720px) {
        .blogSingleContainer .blogSingle .blogSingleHeader h1 {
          font-size: 1.8rem; } }
  .blogSingleContainer .blogSingle .blogSingleContent {
    font-family: "rasa-medium";
    font-size: 1.1rem;
    color: #283c4b;
    line-height: 1.7; }
    .blogSingleContainer .blogSingle .blogSingleContent p {
      margin-bottom: 20px; }
    .blogSingleContainer .blogSingle .blogSingleContent img {
      max-width: 100%;
      height: auto;
      border-radius: 25px;
      margin: 24px 0; }
    .blogSingleContainer .blogSingle .blogSingleContent h2,
    .blogSingleContainer .blogSingle .blogSingleContent h3,
    .blogSingleContainer .blogSingle .blogSingleContent h4 {
      font-family: "fira-sans-bold";
      color: #283c4b;
      margin-top: 40px;
      margin-bottom: 16px; }
    .blogSingleContainer .blogSingle .blogSingleContent h2 {
      font-size: 1.8rem; }
    .blogSingleContainer .blogSingle .blogSingleContent h3 {
      font-size: 1.4rem; }
    .blogSingleContainer .blogSingle .blogSingleContent blockquote {
      border-left: 4px solid #fdd87e;
      padding-left: 20px;
      margin: 24px 0;
      font-style: italic;
      font-size: 1.2rem; }
    .blogSingleContainer .blogSingle .blogSingleContent ul,
    .blogSingleContainer .blogSingle .blogSingleContent ol {
      padding-left: 24px;
      margin-bottom: 20px; }
    .blogSingleContainer .blogSingle .blogSingleContent li {
      margin-bottom: 8px; }
    .blogSingleContainer .blogSingle .blogSingleContent .blogSinglePages {
      font-family: "fira-sans-bold";
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid rgba(40, 60, 75, 0.15); }
      .blogSingleContainer .blogSingle .blogSingleContent .blogSinglePages a {
        color: #283c4b;
        text-decoration: underline; }
  .blogSingleContainer .blogSingle .blogSingleFooter {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(40, 60, 75, 0.15); }
    .blogSingleContainer .blogSingle .blogSingleFooter .blogSingleTags {
      margin-bottom: 16px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px; }
    .blogSingleContainer .blogSingle .blogSingleFooter .blogSingleLabel {
      font-family: "fira-sans-bold";
      font-size: 0.9rem;
      color: #283c4b; }
    .blogSingleContainer .blogSingle .blogSingleFooter .blogSingleTag {
      display: inline-block;
      padding: 6px 16px;
      font-family: "rasa-medium";
      font-size: 0.85rem;
      color: #283c4b;
      background-color: #fdd87e;
      border-radius: 55px;
      text-decoration: none;
      transition: opacity 0.3s; }
      .blogSingleContainer .blogSingle .blogSingleFooter .blogSingleTag:hover {
        opacity: 0.8; }
  .blogSingleContainer .blogRelated {
    padding: 80px 0; }
    .blogSingleContainer .blogRelated h3 {
      font-family: "fira-sans-bold";
      font-size: 1.8rem;
      color: #283c4b;
      text-align: center;
      margin-bottom: 48px; }
    .blogSingleContainer .blogRelated .blogRelatedCard {
      margin-bottom: 32px; }
      .blogSingleContainer .blogRelated .blogRelatedCard .blogRelatedImage {
        width: 100%;
        height: 200px;
        border-radius: 25px;
        overflow: hidden;
        border-bottom: 8px solid #fdd87e;
        margin-bottom: 12px; }
        .blogSingleContainer .blogRelated .blogRelatedCard .blogRelatedImage img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      .blogSingleContainer .blogRelated .blogRelatedCard time {
        font-family: "rasa-medium";
        font-size: 0.85rem;
        color: #283c4b;
        opacity: 0.7;
        display: block;
        margin-bottom: 6px; }
      .blogSingleContainer .blogRelated .blogRelatedCard h4 {
        font-family: "fira-sans-bold";
        font-size: 1.1rem;
        color: #283c4b;
        line-height: 1.2;
        transition: color 0.3s; }
        .blogSingleContainer .blogRelated .blogRelatedCard h4:hover {
          color: #fdd87e; }
    .blogSingleContainer .blogRelated .blogRelatedBtn {
      text-align: center;
      margin-top: 48px; }

/*# sourceMappingURL=main.css.map*/