@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/* @import '../bootstrap/assets/stylesheets/bootstrap'; */
/**
 * Alert styling.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,800");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* line 4, ../scss/component/_alert.scss */
.alert-sm {
  padding: 5px 10px;
}

/* line 9, ../scss/component/_alert.scss */
.alert a {
  font-weight: bold;
}

/* line 13, ../scss/component/_alert.scss */
.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

/* line 18, ../scss/component/_alert.scss */
.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

/* line 23, ../scss/component/_alert.scss */
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

/* line 28, ../scss/component/_alert.scss */
.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 10, ../scss/component/_ajax.scss */
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

/* line 14, ../scss/component/_ajax.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

/* line 20, ../scss/component/_ajax.scss */
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -.25em;
}
/* line 26, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon {
  color: #999;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}
/* line 30, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
/* line 35, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
/* line 41, ../scss/component/_ajax.scss */
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
/* line 6, ../scss/component/_field.scss */
.field--label {
  font-weight: bold;
}

/* line 9, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

/* line 13, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

/* line 18, ../scss/component/_field.scss */
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}

/* line 23, ../scss/component/_field.scss */
.field--label-inline .field--label::after {
  content: ':';
}

/**
 * File (and Image Widget) styles.
 */
/* line 4, ../scss/component/_file.scss */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
/* line 11, ../scss/component/_file.scss */
.file > span {
  background: #fff;
  color: #2a6496;
  /* darken(#428bca, 6.5%) */
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 17, ../scss/component/_file.scss */
.file > span:first-child {
  border-left: 1px solid #ccc;
}
/* line 21, ../scss/component/_file.scss */
.file > span:last-child {
  border-right: 1px solid #ccc;
}
/* line 26, ../scss/component/_file.scss */
.file > .tabledrag-changed {
  background: #fcf8e3;
  /* $alert-warning-bg */
  border-radius: 0;
  color: #8a6d3b;
  /* $alert-warning-text */
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
/* line 27, ../scss/component/_file.scss */
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
  /* darken(#faebcc, 5%) aprox */
}

/* line 43, ../scss/component/_file.scss */
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}

/* line 51, ../scss/component/_file.scss */
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 56, ../scss/component/_file.scss */
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
}

/* line 64, ../scss/component/_file.scss */
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

/* line 72, ../scss/component/_file.scss */
.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
/* line 6, ../scss/component/_filter.scss */
.filter-wrapper {
  background-color: #fff;
  /* $panel-bg */
  border: 1px solid #ddd;
  /* $panel-default-border */
  border-top: 0;
  border-radius: 0 0 4px 4px;
  /* $panel-border-radius */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

/* line 18, ../scss/component/_filter.scss */
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}

/* line 25, ../scss/component/_filter.scss */
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
/* line 10, ../scss/component/_form.scss */
table .checkbox.form-no-label, table
.radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 17, ../scss/component/_form.scss */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 22, ../scss/component/_form.scss */
.form-inline .select-wrapper {
  width: auto;
}
/* line 26, ../scss/component/_form.scss */
.input-group .select-wrapper {
  display: table-cell;
}
/* line 29, ../scss/component/_form.scss */
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 34, ../scss/component/_form.scss */
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 40, ../scss/component/_form.scss */
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
/* line 47, ../scss/component/_form.scss */
.select-wrapper select::-ms-expand {
  opacity: 0;
}
/* line 52, ../scss/component/_form.scss */
.select-wrapper:after {
  color: #428bca;
  /* $brand-primary */
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
/* line 66, ../scss/component/_form.scss */
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}
/* line 74, ../scss/component/_form.scss */
.has-error .select-wrapper:after {
  color: #a94442;
  /* danger */
}
/* line 78, ../scss/component/_form.scss */
.has-success .select-wrapper:after {
  color: #3c763d;
  /* success */
}
/* line 82, ../scss/component/_form.scss */
.has-warning .select-wrapper:after {
  color: #8a6d3b;
  /* warning */
}

/* line 89, ../scss/component/_form.scss */
.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

/* line 101, ../scss/component/_form.scss */
.form-actions .btn,
.form-actions .btn-group {
  margin-right: 10px;
}
/* line 107, ../scss/component/_form.scss */
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
/* line 5, ../scss/component/_icon.scss */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: .25em;
}
/* line 9, ../scss/component/_icon.scss */
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: .25em;
}

/* line 16, ../scss/component/_icon.scss */
.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -.25em;
  margin-right: .25em;
}
/* line 21, ../scss/component/_icon.scss */
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -.25em;
}

/**
 * Navbar styling.
 */
/* line 11, ../scss/component/_navbar.scss */
body {
  position: relative;
}
/* line 14, ../scss/component/_navbar.scss */
body.navbar-is-static-top {
  margin-top: 0;
}
/* line 18, ../scss/component/_navbar.scss */
body.navbar-is-fixed-top {
  margin-top: 65px;
}
/* line 22, ../scss/component/_navbar.scss */
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  /* line 11, ../scss/component/_navbar.scss */
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 34, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  /* line 38, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  /* line 43, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  /* line 50, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  /* line 50, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 50, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 1140px;
  }
}

/* line 64, ../scss/component/_navbar.scss */
.navbar {
  display: block;
}

/* line 69, ../scss/component/_navbar.scss */
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 69, ../scss/component/_navbar.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
/* line 5, ../scss/component/_node.scss */
.is-unpublished {
  background-color: #fff4f4;
}

/* line 9, ../scss/component/_node.scss */
.node-preview-container {
  margin-top: -15px;
  /* -(30px / 2) */
}

/* line 13, ../scss/component/_node.scss */
.node-preview-form-select {
  padding: 15px;
  /* 30px / 2 */
}

/**
 * Panel styling.
 */
/* line 4, ../scss/component/_panel.scss */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
/* line 8, ../scss/component/_panel.scss */
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
/* line 11, ../scss/component/_panel.scss */
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
/* line 5, ../scss/component/_progress-bar.scss */
.progress-wrapper {
  margin-bottom: 15px;
  /* $form-group-margin-bottom */
}
/* line 8, ../scss/component/_progress-bar.scss */
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
/* line 12, ../scss/component/_progress-bar.scss */
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 17, ../scss/component/_progress-bar.scss */
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
  /* $font-size-small */
}
/* line 22, ../scss/component/_progress-bar.scss */
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
/* line 5, ../scss/component/_table-drag.scss */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

/* line 10, ../scss/component/_table-drag.scss */
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

/* line 15, ../scss/component/_table-drag.scss */
.tabledrag-handle {
  color: #999;
  /* $gray-light */
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
/* line 24, ../scss/component/_table-drag.scss */
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #428bca;
  /* $brand-primary */
}

/* line 30, ../scss/component/_table-drag.scss */
.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}
/* line 37, ../scss/component/_table-drag.scss */
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
/* line 5, ../scss/component/_tabs.scss */
.local-actions {
  margin: 10px 0 10px -5px;
}

/* line 8, ../scss/component/_tabs.scss */
.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
/* line 17, ../scss/component/_tabs.scss */
.tabbable {
  margin-bottom: 20px;
}

/* line 21, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
/* line 23, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #999999;
  font-size: 12px;
}

/* line 29, ../scss/component/_tabs.scss */
.tab-pane > .panel-heading {
  display: none;
}

/* line 32, ../scss/component/_tabs.scss */
.tab-content > .active {
  display: block;
}

/* line 38, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
/* line 40, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 43, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
/* line 45, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
/* line 53, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}

/* line 65, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
/* line 68, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
/* line 70, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
/* line 73, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
/* line 76, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
/* line 82, ../scss/component/_tabs.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

/* line 93, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
/* line 96, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
/* line 98, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
/* line 103, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 114, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
/* line 117, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
/* line 119, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 125, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}

/**
 * Toolbar module styling.
 */
/* line 8, ../scss/component/_toolbar.scss */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
  /* 1030 + 1 */
}
/* line 12, ../scss/component/_toolbar.scss */
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
/* line 17, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
/* line 24, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
  /* $toolbar-width */
}
/* line 28, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
/* line 31, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
/* line 34, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

/* line 44, ../scss/component/_toolbar.scss */
body.toolbar-loading {
  margin-top: 0;
}
/* line 48, ../scss/component/_toolbar.scss */
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
  /* 30px / 2 */
}

/**
 * jQuery UI autocomplete widget style overrides.
 */
/* line 5, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
/* line 21, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
/* line 36, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
/* line 41, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #428bca;
  color: #fff;
}

/* line 21, ../scss/_overrides.scss */
ol,
ul {
  padding-left: 1.5em;
}
/* line 25, ../scss/_overrides.scss */
.popover ol:last-child, .popover
ul:last-child {
  margin-bottom: 0;
}

/* line 31, ../scss/_overrides.scss */
.page-header {
  margin-top: 0;
}

/* line 36, ../scss/_overrides.scss */
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #e5e5e5;
}

/* line 44, ../scss/_overrides.scss */
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

/* line 52, ../scss/_overrides.scss */
.region-help > .glyphicon {
  font-size: 18px;
  /* $font-size-large */
  float: left;
  margin: -0.05em 0.5em 0 0;
}
/* line 58, ../scss/_overrides.scss */
.region-help .block {
  overflow: hidden;
}

/* line 63, ../scss/_overrides.scss */
.help-block,
.control-group .help-inline {
  color: #999;
  /* $gray-light */
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
/* line 70, ../scss/_overrides.scss */
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}

/*Rizobacter en cifras*/
@font-face {
  font-family: 'antennabold';
  font-display: auto;
  src: url("../../../libraries/Antenna/antenna-bold.woff2") format("woff2"), url("../../../libraries/Antenna/antenna-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* @import 'news-block-home'; */
/* line 5, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu {
  width: 100%;
  background-color: transparent;
}
/* line 10, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .active a {
  background-color: transparent !important;
}
/* line 17, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .open .dropdown-toggle {
  background-color: rgba(212, 212, 212, 0.3) !important;
}
/* line 24, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .level-3 a,
.menu-usa .tb-megamenu .tb-megamenu-nav .level-2 a {
  color: #00A6D7 !important;
  text-transform: none !important;
  font-size: 14px;
  width: min-content;
  white-space: nowrap;
  padding: 0;
  height: 60px;
}
/* line 37, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item a {
  border: 0;
  font-weight: 500;
}
/* line 43, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .level-0 a {
  font-weight: 500;
  color: #606060 !important;
  font-size: 12px;
  background-color: #ffffff !important;
}
/* line 49, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .level-0 a::after {
  display: none !important;
}
/* line 53, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .level-0 a:hover {
  background-color: #ffffff !important;
  border-bottom: 1px solid #00A6D7;
}
/* line 60, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu {
  background-color: #ffffff;
  border: 0;
  width: 100%;
  height: 397px;
}
/* line 66, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .tb-megamenu-submenu.nav-child {
  height: auto !important;
}
/* line 70, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu img {
  width: 488px;
  height: 397px;
  object-fit: cover;
}
/* line 76, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .img-s {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
/* line 82, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .link-primary {
  height: auto;
}
/* line 86, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .mega-caption {
  color: #606060 !important;
  font-size: 12px;
  position: absolute;
  width: 300px;
  white-space: normal;
  text-transform: none;
  font-weight: 400;
}
/* line 96, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-1 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 101, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-1:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/inoculantes.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 113, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-1:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 126, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-2 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 131, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-2:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/terapicos.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 142, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-2:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 155, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-3 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 160, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-3:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/nutricion.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 171, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-3:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 184, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-4 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 189, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-4:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/adyuvantes.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 200, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-4:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 213, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-5 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 218, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-5:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/controlplagas.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 229, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-5:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 242, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-6 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 247, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-6:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/biocontrol.svg);
  background-repeat: no-repeat;
  background-size: 85% 85%;
  position: absolute !important;
  left: 3px;
}
/* line 258, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-6:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 271, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .bg-gray {
  background-color: #F5F5F5;
  height: 152px;
  padding: 24px 16px 24px 16px;
  gap: 8px;
}
/* line 279, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .tb-megamenu-subnav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 289, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .submenu-large {
  height: auto !important;
  gap: 16px;
}
/* line 293, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .submenu-large a {
  height: auto !important;
  width: 100% !important;
  white-space: normal !important;
}
/* line 300, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .usa-submenu-container {
  height: 397px;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 32px;
}
/* line 309, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .usa-submenu-container li a {
  position: relative;
}
/* line 311, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .usa-submenu-container li a:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 326, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .usa-submenu-container .mega-group-title {
  font-size: 24px;
  font-weight: 700;
  color: #00A6D7 !important;
  width: auto;
  text-transform: none;
  padding-left: 0 !important;
  margin-left: 0;
}
/* line 338, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .usa-submenu-product {
  height: 397px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 32px;
}
/* line 346, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .usa-submenu-product a.mega-group-title {
  position: relative;
  width: min-content;
  text-transform: uppercase !important;
  font-size: 14px;
  background-color: #00A6D7 !important;
  color: white !important;
  padding: 4px 34px 4px 8px !important;
  height: auto;
  white-space: nowrap;
  margin-bottom: 24px !important;
  min-height: auto;
  font-weight: 500;
}
/* line 360, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .usa-submenu-product a.mega-group-title:after {
  content: ' ';
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: 2px;
  top: 2px;
}
/* line 374, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .tb-megamenu-submenu {
  background-color: #ffffff;
}
/* line 378, ../scss/component/_mega-menu.scss */
.menu-usa .tb-megamenu .mega-inner,
.menu-usa .tb-megamenu .tb-block {
  padding: 0;
  margin: 0;
}
/* line 388, ../scss/component/_mega-menu.scss */
.menu-usa-default .tb-megamenu-nav .open .dropdown-toggle {
  color: #00A6D7 !important;
  background-color: rgba(212, 212, 212, 0.3) !important;
}
/* line 396, ../scss/component/_mega-menu.scss */
.menu-usa-default .active .active-trail {
  color: #00A6D7 !important;
  background-color: transparent !important;
}
/* line 406, ../scss/component/_mega-menu.scss */
.menu-usa-front .tb-megamenu .nav > li > a:focus,
.menu-usa-front .tb-megamenu .nav > li > a:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #00A6D7 !important;
  color: #F5F5F5;
}
/* line 416, ../scss/component/_mega-menu.scss */
.menu-usa-front .tb-megamenu-nav .open .dropdown-toggle {
  color: #ffffff !important;
  background-color: rgba(212, 212, 212, 0.3) !important;
}
/* line 427, ../scss/component/_mega-menu.scss */
.menu-usa-fixed .tb-megamenu-nav .open .dropdown-toggle {
  color: #606060 !important;
}
/* line 438, ../scss/component/_mega-menu.scss */
.menu-usa .dropdown-menu .active > a {
  background-image: unset;
  background-color: #f5f5f5;
}
/* line 441, ../scss/component/_mega-menu.scss */
.menu-usa .dropdown-menu .active > a:hover {
  background-image: unset;
}

/* line 456, ../scss/component/_mega-menu.scss */
#block-usa--navegacionusa-2 .fixed-logorizobacter-wrapper {
  position: absolute;
  left: 20px;
  z-index: 10;
}
/* line 463, ../scss/component/_mega-menu.scss */
#block-usa--navegacionusa-2 .menu-usa-fixed .tb-megamenu-navegacion-usa {
  padding-left: 175px;
}
/* line 466, ../scss/component/_mega-menu.scss */
#block-usa--navegacionusa-2 .menu-usa-fixed .nav > li > a:focus,
#block-usa--navegacionusa-2 .menu-usa-fixed .nav > li > a:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #00A6D7 !important;
  color: #606060;
}
/* line 478, ../scss/component/_mega-menu.scss */
#block-usa--navegacionusa-2 .tb-megamenu-submenu span.mega-caption {
  white-space: normal;
}

/* line 484, ../scss/component/_mega-menu.scss */
.contacto-mobile {
  padding: 1rem 3rem !important;
}

/* line 4, ../scss/component/_menu.scss */
.menu-usa {
  width: 100%;
}
/* line 8, ../scss/component/_menu.scss */
.menu-usa .navbar-toggler:focus {
  box-shadow: none;
}
/* line 13, ../scss/component/_menu.scss */
.menu-usa .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 12.2947H18V10.2947H0L0 12.2947ZM0 7.29474H18V5.29474H0L0 7.29474ZM0 0.294739L0 2.29474H18V0.294739H0Z" fill="%2300A6D7"/></svg>');
}
/* line 19, ../scss/component/_menu.scss */
.menu-usa .nav a,
.menu-usa .nav span {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 31, ../scss/component/_menu.scss */
.menu-usa ul {
  list-style: none;
  justify-content: center;
}
/* line 37, ../scss/component/_menu.scss */
.menu-usa-search input {
  border: 0;
  border-radius: 0;
  width: 84px;
  height: 27px;
}
/* line 43, ../scss/component/_menu.scss */
.menu-usa-search input::placeholder {
  font-size: 12px;
}
/* line 47, ../scss/component/_menu.scss */
.menu-usa-search input:focus {
  box-shadow: none;
  width: 200px;
  transition: 1s;
}
/* line 54, ../scss/component/_menu.scss */
.menu-usa-search button {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 60, ../scss/component/_menu.scss */
.menu-usa-social {
  display: flex;
}
/* line 63, ../scss/component/_menu.scss */
.menu-usa-social > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 70, ../scss/component/_menu.scss */
.menu-usa-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
/* line 76, ../scss/component/_menu.scss */
.menu-usa-buttons a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 84, ../scss/component/_menu.scss */
.menu-usa .social {
  all: unset;
}
/* line 85, ../scss/component/_menu.scss */
.menu-usa .social .circles {
  display: flex;
  gap: 9px;
}
/* line 92, ../scss/component/_menu.scss */
.menu-usa .social a {
  display: block;
  width: 16px;
  height: 16px;
}
/* line 98, ../scss/component/_menu.scss */
.menu-usa .social h2,
.menu-usa .social h3 {
  display: none;
}
/* line 103, ../scss/component/_menu.scss */
.menu-usa .social svg {
  display: none;
}
/* line 107, ../scss/component/_menu.scss */
.menu-usa .social .circle-social {
  margin: 0px;
  width: 16px;
  height: 16px;
}
/* line 113, ../scss/component/_menu.scss */
.menu-usa .social #twitter a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 118, ../scss/component/_menu.scss */
.menu-usa .social #facebook a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 123, ../scss/component/_menu.scss */
.menu-usa .social #linkedin a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 128, ../scss/component/_menu.scss */
.menu-usa .social #youtube a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 133, ../scss/component/_menu.scss */
.menu-usa .social #instagram a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 138, ../scss/component/_menu.scss */
.menu-usa .social #spotify a {
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  /* line 145, ../scss/component/_menu.scss */
  .menu-usa .navbar-toggler {
    display: none;
  }
  /* line 150, ../scss/component/_menu.scss */
  .menu-usa .menu-item--expanded .menu {
    display: none;
  }
  /* line 155, ../scss/component/_menu.scss */
  .menu-usa .menu-item--expanded:hover .menu {
    position: absolute;
    z-index: 2;
    padding: 0;
    display: block;
    background-color: #ffffff;
  }
  /* line 162, ../scss/component/_menu.scss */
  .menu-usa .menu-item--expanded:hover .menu a {
    color: #00A6D7;
  }
  /* line 165, ../scss/component/_menu.scss */
  .menu-usa .menu-item--expanded:hover .menu a:hover {
    color: #00a6d7;
  }
  /* line 174, ../scss/component/_menu.scss */
  .menu-usa .dropdown button {
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
  }
  /* line 179, ../scss/component/_menu.scss */
  .menu-usa .dropdown button:focus {
    border: 0;
    box-shadow: none;
  }
  /* line 186, ../scss/component/_menu.scss */
  .menu-usa-front {
    position: absolute;
    z-index: 10;
  }
  /* line 192, ../scss/component/_menu.scss */
  .menu-usa-front .nav .bg-gray a {
    color: #00A6D7 !important;
  }
  /* line 198, ../scss/component/_menu.scss */
  .menu-usa-front .nav a,
  .menu-usa-front .nav span {
    color: #FFFFFF !important;
    border-right: none !important;
  }
  /* line 203, ../scss/component/_menu.scss */
  .menu-usa-front .nav a:hover,
  .menu-usa-front .nav span:hover {
    background-color: transparent !important;
  }
  /* line 208, ../scss/component/_menu.scss */
  .menu-usa-front .nav a svg,
  .menu-usa-front .nav span svg {
    margin-left: 5px;
  }
  /* line 214, ../scss/component/_menu.scss */
  .menu-usa-front .social #twitter a {
    background-image: url(../images/icons/menu/tw.png);
  }
  /* line 218, ../scss/component/_menu.scss */
  .menu-usa-front .social #facebook a {
    background-image: url(../images/icons/menu/fb.png);
  }
  /* line 222, ../scss/component/_menu.scss */
  .menu-usa-front .social #linkedin a {
    background-image: url(../images/icons/menu/li.png);
  }
  /* line 226, ../scss/component/_menu.scss */
  .menu-usa-front .social #youtube a {
    background-image: url(../images/icons/menu/yt.png);
  }
  /* line 230, ../scss/component/_menu.scss */
  .menu-usa-front .social #instagram a {
    background-image: url(../images/icons/menu/ig.png);
  }
  /* line 233, ../scss/component/_menu.scss */
  .menu-usa-front .social #spotify a {
    background-image: url(../images/icons/menu/sp.png);
  }
  /* line 239, ../scss/component/_menu.scss */
  .menu-usa-front .menu-usa-buttons a {
    color: #FFFFFF;
    background-color: rgba(96, 96, 96, 0.8);
  }
  /* line 243, ../scss/component/_menu.scss */
  .menu-usa-front .menu-usa-buttons a:hover {
    color: #FFFFFF;
    background-color: #606060;
  }
  /* line 252, ../scss/component/_menu.scss */
  .menu-usa-front .dropdown button:hover {
    background-color: rgba(212, 212, 212, 0.3);
  }
  /* line 257, ../scss/component/_menu.scss */
  .menu-usa-front .dropdown li a {
    color: #00A6D7;
  }
  /* line 263, ../scss/component/_menu.scss */
  .menu-usa-front .menu-usa-search input {
    background: transparent;
    border-bottom: 1px solid white;
  }
  /* line 267, ../scss/component/_menu.scss */
  .menu-usa-front .menu-usa-search input::placeholder {
    color: #FFFFFF;
  }
  /* line 271, ../scss/component/_menu.scss */
  .menu-usa-front .menu-usa-search input:focus {
    background-color: transparent;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  /* line 278, ../scss/component/_menu.scss */
  .menu-usa-front .menu-usa-search button {
    background-image: url(../images/icons/search-icon-home.svg);
  }
  /* line 284, ../scss/component/_menu.scss */
  .menu-usa-default {
    height: 148px;
  }
  /* line 287, ../scss/component/_menu.scss */
  .menu-usa-default .nav a,
  .menu-usa-default nav span {
    color: #606060 !important;
    border-right: none !important;
  }
  /* line 292, ../scss/component/_menu.scss */
  .menu-usa-default .nav a:hover,
  .menu-usa-default nav span:hover {
    color: #606060;
    background-color: transparent;
  }
  /* line 300, ../scss/component/_menu.scss */
  .menu-usa-default .social #twitter a {
    background-image: url(../images/icons/menu/tw-gray.png);
  }
  /* line 304, ../scss/component/_menu.scss */
  .menu-usa-default .social #facebook a {
    background-image: url(../images/icons/menu/fb-gray.png);
  }
  /* line 308, ../scss/component/_menu.scss */
  .menu-usa-default .social #linkedin a {
    background-image: url(../images/icons/menu/li-gray.png);
  }
  /* line 312, ../scss/component/_menu.scss */
  .menu-usa-default .social #youtube a {
    background-image: url(../images/icons/menu/yt-gray.png);
  }
  /* line 316, ../scss/component/_menu.scss */
  .menu-usa-default .social #instagram a {
    background-image: url(../images/icons/menu/ig-gray.png);
  }
  /* line 319, ../scss/component/_menu.scss */
  .menu-usa-default .social #spotify a {
    background-image: url(../images/icons/menu/sp-gray.png);
  }
  /* line 325, ../scss/component/_menu.scss */
  .menu-usa-default .menu-usa-buttons a {
    color: #606060;
    background-color: rgba(96, 96, 96, 0.1);
  }
  /* line 329, ../scss/component/_menu.scss */
  .menu-usa-default .menu-usa-buttons a:hover {
    color: #FFFFFF;
    background-color: rgba(96, 96, 96, 0.5);
  }
  /* line 337, ../scss/component/_menu.scss */
  .menu-usa-default .dropdown button {
    color: #606060;
  }
  /* line 340, ../scss/component/_menu.scss */
  .menu-usa-default .dropdown button:hover {
    background-color: rgba(212, 212, 212, 0.3);
  }
  /* line 345, ../scss/component/_menu.scss */
  .menu-usa-default .dropdown li a {
    color: #606060;
  }
  /* line 351, ../scss/component/_menu.scss */
  .menu-usa-default .menu-usa-search input {
    background: transparent;
    border-bottom: 1px solid #606060;
  }
  /* line 355, ../scss/component/_menu.scss */
  .menu-usa-default .menu-usa-search input::placeholder {
    color: #606060;
  }
  /* line 359, ../scss/component/_menu.scss */
  .menu-usa-default .menu-usa-search input:focus {
    background-color: transparent;
    color: #606060;
    border-bottom: 1px solid #606060;
  }
  /* line 366, ../scss/component/_menu.scss */
  .menu-usa-default .menu-usa-search button {
    background-image: url(../images/icons/search-icon.svg);
  }
}
@media (max-width: 991px) {
  /* line 375, ../scss/component/_menu.scss */
  .menu-usa .icon-1 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 382, ../scss/component/_menu.scss */
  .menu-usa .icon-1 span {
    display: none;
  }
  /* line 386, ../scss/component/_menu.scss */
  .menu-usa .icon-1:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/inoculantes.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 398, ../scss/component/_menu.scss */
  .menu-usa .icon-2 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 405, ../scss/component/_menu.scss */
  .menu-usa .icon-2 span {
    display: none;
  }
  /* line 409, ../scss/component/_menu.scss */
  .menu-usa .icon-2:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/terapicos.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 421, ../scss/component/_menu.scss */
  .menu-usa .icon-3 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 428, ../scss/component/_menu.scss */
  .menu-usa .icon-3 span {
    display: none;
  }
  /* line 432, ../scss/component/_menu.scss */
  .menu-usa .icon-3:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/nutricion.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 444, ../scss/component/_menu.scss */
  .menu-usa .icon-4 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 451, ../scss/component/_menu.scss */
  .menu-usa .icon-4 span {
    display: none;
  }
  /* line 455, ../scss/component/_menu.scss */
  .menu-usa .icon-4:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/adyuvantes.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 467, ../scss/component/_menu.scss */
  .menu-usa .icon-5 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 474, ../scss/component/_menu.scss */
  .menu-usa .icon-5 span {
    display: none;
  }
  /* line 478, ../scss/component/_menu.scss */
  .menu-usa .icon-5:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/controlplagas.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 490, ../scss/component/_menu.scss */
  .menu-usa .icon-6 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 497, ../scss/component/_menu.scss */
  .menu-usa .icon-6 span {
    display: none;
  }
  /* line 501, ../scss/component/_menu.scss */
  .menu-usa .icon-6:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/biocontrol.svg);
    background-repeat: no-repeat;
    background-size: 85% 85%;
    position: absolute !important;
    left: 3px;
  }
  /* line 513, ../scss/component/_menu.scss */
  .menu-usa ul {
    list-style: none;
    justify-content: start;
    flex-direction: column;
  }
  /* line 518, ../scss/component/_menu.scss */
  .menu-usa ul a {
    color: #00A6D7;
  }
  /* line 523, ../scss/component/_menu.scss */
  .menu-usa-mobile {
    background-color: #00a6d7;
    justify-content: space-around !important;
  }
  /* line 528, ../scss/component/_menu.scss */
  .menu-usa-mobile .social #twitter a {
    background-image: url(../images/icons/menu/tw.png);
  }
  /* line 532, ../scss/component/_menu.scss */
  .menu-usa-mobile .social #facebook a {
    background-image: url(../images/icons/menu/fb.png);
  }
  /* line 536, ../scss/component/_menu.scss */
  .menu-usa-mobile .social #linkedin a {
    background-image: url(../images/icons/menu/li.png);
  }
  /* line 540, ../scss/component/_menu.scss */
  .menu-usa-mobile .social #youtube a {
    background-image: url(../images/icons/menu/yt.png);
  }
  /* line 544, ../scss/component/_menu.scss */
  .menu-usa-mobile .social #instagram a {
    background-image: url(../images/icons/menu/ig.png);
  }
  /* line 547, ../scss/component/_menu.scss */
  .menu-usa-mobile .social #spotify a {
    background-image: url(../images/icons/menu/sp.png);
  }
  /* line 553, ../scss/component/_menu.scss */
  .menu-usa-mobile .dropdown {
    text-transform: uppercase;
  }
  /* line 556, ../scss/component/_menu.scss */
  .menu-usa-mobile .dropdown button {
    color: #FFFFFF;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
  }
  /* line 562, ../scss/component/_menu.scss */
  .menu-usa-mobile .dropdown button:focus {
    border: 0;
    box-shadow: none;
  }
  /* line 567, ../scss/component/_menu.scss */
  .menu-usa-mobile .dropdown button:hover {
    background-color: rgba(212, 212, 212, 0.3);
  }
  /* line 572, ../scss/component/_menu.scss */
  .menu-usa-mobile .dropdown li a {
    color: #606060;
  }
}
@media (min-width: 993px) {
  /* line 581, ../scss/component/_menu.scss */
  .menu-usa-fixed {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    background-color: #FFFFFF;
    z-index: 10;
    left: 0;
  }
  /* line 591, ../scss/component/_menu.scss */
  .menu-usa-fixed .nav {
    height: 34px;
  }
  /* line 595, ../scss/component/_menu.scss */
  .menu-usa-fixed .nav a,
  .menu-usa-fixed .nav span {
    color: #606060 !important;
  }
  /* line 599, ../scss/component/_menu.scss */
  .menu-usa-fixed .nav a:hover,
  .menu-usa-fixed .nav span:hover {
    color: #606060 !important;
    background-color: transparent;
  }
  /* line 606, ../scss/component/_menu.scss */
  .menu-usa-fixed .menu-usa-topsection {
    display: none !important;
  }
  /* line 613, ../scss/component/_menu.scss */
  .menu-usa-fixed #navbarNav ul li a {
    color: #606060;
  }
  /* line 620, ../scss/component/_menu.scss */
  .menu-usa-fixed .fixed-logorizobacter-wrapper {
    display: block !important;
  }
  /* line 623, ../scss/component/_menu.scss */
  .menu-usa-fixed .fixed-logorizobacter-wrapper .fixed-logorizobacter-logo {
    background-image: url(../images/icons/menu/rizobacter-logo-color.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 153px;
    height: 32px;
  }
  /* line 633, ../scss/component/_menu.scss */
  .menu-usa .navbar-collapse {
    justify-content: space-around !important;
  }
}
@media (max-width: 992px) {
  /* line 639, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile {
    min-height: 100vh;
  }
  /* line 642, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile .bg-gray {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 646, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile .bg-gray a {
    flex-direction: row;
  }
  /* line 651, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile span,
  .menu-usa .menu-mobile a,
  .menu-usa .menu-mobile .dropdown-toggle {
    color: #606060;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }
  /* line 660, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile ul {
    padding: 0;
  }
  /* line 664, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile li {
    padding: 20px;
    padding-top: 0;
  }
  /* line 669, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile li.level-3 {
    padding-left: 0;
  }
  /* line 673, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile li.level-1 {
    padding: 1rem 3rem;
  }
  /* line 677, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile .tb-megamenu-submenu {
    padding: 0;
    border: none;
  }
  /* line 681, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile .tb-megamenu-submenu a {
    display: flex;
    flex-direction: column;
    color: #00A6D7;
    text-transform: none;
  }
  /* line 687, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile .tb-megamenu-submenu a span {
    color: #606060;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
  }
  /* line 695, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile .tb-megamenu-submenu .mega-group-title {
    display: none;
  }
  /* line 704, ../scss/component/_menu.scss */
  .menu-usa .menu-mobile .tb-megamenu-submenu img {
    display: none;
  }
  /* line 710, ../scss/component/_menu.scss */
  .menu-usa-fixed {
    position: fixed;
    z-index: 33;
    top: 0;
    left: 0;
  }
  /* line 717, ../scss/component/_menu.scss */
  .menu-usa .navbar {
    background-color: #FFFFFF;
  }
}

/* line 1, ../scss/component/_footer.scss */
footer {
  background-color: #23262D;
  color: #FFFFFF;
  height: 124px;
  padding: 40px 56px 40px 56px;
  display: flex;
  align-items: center;
}
/* line 9, ../scss/component/_footer.scss */
footer .container-footer {
  width: 100%;
}
/* line 13, ../scss/component/_footer.scss */
footer .social {
  all: unset;
}
/* line 15, ../scss/component/_footer.scss */
footer .social .circles {
  display: flex;
  gap: 9px;
}
/* line 22, ../scss/component/_footer.scss */
footer .social a {
  display: block;
  width: 24px;
  height: 24px;
}
/* line 28, ../scss/component/_footer.scss */
footer .social h2,
footer .social h3 {
  display: none;
}
/* line 33, ../scss/component/_footer.scss */
footer .social svg {
  display: none;
}
/* line 37, ../scss/component/_footer.scss */
footer .social .circle-social {
  margin: 0px;
  width: 24px;
  height: 24px;
}
/* line 43, ../scss/component/_footer.scss */
footer .social #twitter a {
  background-image: url(../images/icons/twitter.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 49, ../scss/component/_footer.scss */
footer .social #facebook a {
  background-image: url(../images/icons/facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 55, ../scss/component/_footer.scss */
footer .social #linkedin a {
  background-image: url(../images/icons/linkedin.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 61, ../scss/component/_footer.scss */
footer .social #youtube a {
  background-image: url(../images/icons/youtube.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 67, ../scss/component/_footer.scss */
footer .social #instagram a {
  background-image: url(../images/icons/instagram.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 73, ../scss/component/_footer.scss */
footer .social #spotify a {
  background-image: url(../images/icons/spotify_1.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 81, ../scss/component/_footer.scss */
footer #block-usa-rizobactersocialmedia h2 {
  display: none;
}
/* line 86, ../scss/component/_footer.scss */
footer ul {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
}
/* line 92, ../scss/component/_footer.scss */
footer ul li {
  list-style: none;
}
/* line 95, ../scss/component/_footer.scss */
footer ul li a {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #606060;
}
/* line 105, ../scss/component/_footer.scss */
footer ul li a:hover {
  color: #FFFFFF;
}
/* line 112, ../scss/component/_footer.scss */
footer ul li:first-child a {
  background-color: unset;
  font-size: 12px;
}

/* Footer tablet */
@media (max-width: 900px) {
  /* line 124, ../scss/component/_footer.scss */
  footer {
    height: 170px;
    padding: 40px 56px 40px 56px;
    gap: 24px;
  }
  /* line 129, ../scss/component/_footer.scss */
  footer nav {
    width: 100%;
  }
  /* line 132, ../scss/component/_footer.scss */
  footer .container-footer {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  /* line 138, ../scss/component/_footer.scss */
  footer ul {
    justify-content: center;
  }
  /* line 142, ../scss/component/_footer.scss */
  footer svg {
    width: 140px;
    height: 24px;
  }
}
/* Footer mobile */
@media (max-width: 768px) {
  /* line 154, ../scss/component/_footer.scss */
  footer {
    height: fit-content;
    padding: 16px 16px 24px 16px;
    gap: 24px;
  }
  /* line 159, ../scss/component/_footer.scss */
  footer .container-footer {
    gap: 24px;
  }
  /* line 163, ../scss/component/_footer.scss */
  footer svg {
    width: 140px;
    height: 24px;
  }
  /* line 168, ../scss/component/_footer.scss */
  footer ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 172, ../scss/component/_footer.scss */
  footer ul li:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
/* line 2, ../scss/pages/porfolio/_products-list.scss */
.products_porfolio-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  grid-auto-rows: auto;
  gap: 1rem;
  place-content: center;
  margin-bottom: 3rem;
}

/* line 12, ../scss/pages/porfolio/_products-list.scss */
.filters-section-title-usa {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #54A9DD;
  margin-bottom: 0 !important;
  padding-top: 5rem;
  background-color: white;
  text-align: center;
}

/* line 24, ../scss/pages/porfolio/_products-list.scss */
#views-exposed-form-productos-de-filial-block-1 {
  margin-bottom: 3rem;
}
/* line 28, ../scss/pages/porfolio/_products-list.scss */
#views-exposed-form-productos-de-filial-block-1 label[for="edit-tid-1"] {
  display: none;
}
/* line 32, ../scss/pages/porfolio/_products-list.scss */
#views-exposed-form-productos-de-filial-block-1 .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-title.js-form-item-title.form-group {
  border-bottom: 0.5px solid #606060;
  width: 15rem;
  display: flex;
}
/* line 36, ../scss/pages/porfolio/_products-list.scss */
#views-exposed-form-productos-de-filial-block-1 .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-title.js-form-item-title.form-group input {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
/* line 44, ../scss/pages/porfolio/_products-list.scss */
#views-exposed-form-productos-de-filial-block-1 .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-title.js-form-item-title.form-group::before {
  content: url(../../../../themes/europa/ico/Icon.svg);
  margin-right: 2px;
  margin: auto;
}
/* line 50, ../scss/pages/porfolio/_products-list.scss */
#views-exposed-form-productos-de-filial-block-1 #edit-actions {
  display: none;
}

/* line 3, ../scss/pages/porfolio/_products.scss */
.card_usa--wrapper {
  display: flex !important;
  flex-flow: row nowrap !important;
  --bs-gutter-x: 0 !important;
  padding: 1rem !important;
  justify-content: space-between;
}
/* line 10, ../scss/pages/porfolio/_products.scss */
.card_usa__actions {
  width: 100%;
  text-decoration: none;
  background-color: #007abb;
  margin-top: auto;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px;
  width: 100%;
  margin-left: auto;
}
/* line 23, ../scss/pages/porfolio/_products.scss */
.card_usa__actions:focus {
  text-decoration: none;
}
/* line 27, ../scss/pages/porfolio/_products.scss */
.card_usa__info {
  width: 40% !important;
  display: flex;
  flex-flow: column nowrap;
}
/* line 32, ../scss/pages/porfolio/_products.scss */
.card_usa__crop {
  width: 30px;
  margin: auto;
}
/* line 35, ../scss/pages/porfolio/_products.scss */
.card_usa__crop-link {
  width: 30px;
  height: 30px;
}
/* line 40, ../scss/pages/porfolio/_products.scss */
.card_usa__crops {
  width: 20% !important;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  padding: 0;
}
/* line 46, ../scss/pages/porfolio/_products.scss */
.card_usa__crops-title {
  font-size: 14px;
  white-space: nowrap;
  font-size: 500;
}
/* line 52, ../scss/pages/porfolio/_products.scss */
.card_usa__title {
  font-size: 1.5rem;
  font-weight: 700;
}
/* line 56, ../scss/pages/porfolio/_products.scss */
.card_usa__type {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #0d4371bf;
}
/* line 61, ../scss/pages/porfolio/_products.scss */
.card_usa__media {
  position: relative;
  width: 40% !important;
  padding: 0;
}
/* line 65, ../scss/pages/porfolio/_products.scss */
.card_usa__media .img-responsive {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 76, ../scss/pages/porfolio/_products.scss */
.product-main {
  display: flex;
  flex-flow: row nowrap;
}
/* line 79, ../scss/pages/porfolio/_products.scss */
.product-main__info {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
/* line 83, ../scss/pages/porfolio/_products.scss */
.product-main__info-name {
  color: #00A6D7;
}
/* line 86, ../scss/pages/porfolio/_products.scss */
.product-main__info-type {
  color: #A7A7A7;
}
/* line 89, ../scss/pages/porfolio/_products.scss */
.product-main__info-description {
  font-size: 16px;
  font-weight: 400 !important;
}
/* line 96, ../scss/pages/porfolio/_products.scss */
.product-back-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
}
/* line 100, ../scss/pages/porfolio/_products.scss */
.product-back-bar__link {
  display: flex;
  flex-flow: row nowrap;
  width: fit-content;
  text-decoration: none;
  color: #00A6D7;
}
/* line 110, ../scss/pages/porfolio/_products.scss */
.product-actions__where {
  background-color: #00A6D7;
  color: #fff;
  border-radius: 5px;
  padding: .5rem 1rem;
  text-decoration: none;
  font-weight: 700;
}
/* line 117, ../scss/pages/porfolio/_products.scss */
.product-actions__where:hover {
  text-decoration: none;
  background-color: #4bb2d2;
  color: #fff;
}
/* line 123, ../scss/pages/porfolio/_products.scss */
.product-actions__share {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1rem;
  width: fit-content;
}
/* line 129, ../scss/pages/porfolio/_products.scss */
.product-actions__share-link {
  color: #00A6D7;
  text-decoration: none;
}
/* line 132, ../scss/pages/porfolio/_products.scss */
.product-actions__share-link:hover {
  text-decoration: none;
  color: #4bb2d2;
}

/* MIXINS */
/* end MIXINS */
/* ABOUT US */
/* line 116, ../scss/pages/_technologies-inner.scss */
.greenColor {
  color: #a0c422 !important;
}

/* line 29, ../scss/_global-about-us.scss */
/* line 121, ../scss/pages/_technologies-inner.scss */
.dgreenColor {
  color: #008d6a !important;
}

/* line 32, ../scss/_global-about-us.scss */
/* line 126, ../scss/pages/_technologies-inner.scss */
.blueColor {
  color: #0d4371 !important;
}

/* line 35, ../scss/_global-about-us.scss */
/* line 131, ../scss/pages/_technologies-inner.scss */
.bluelightColor {
  color: #27b9d2 !important;
}

/* line 38, ../scss/_global-about-us.scss */
/* line 136, ../scss/pages/_technologies-inner.scss */
.greyColor {
  color: #606060 !important;
}

/* line 41, ../scss/_global-about-us.scss */
/* line 141, ../scss/pages/_technologies-inner.scss */
.whiteColor {
  color: #fff !important;
}

/* line 44, ../scss/_global-about-us.scss */
/* line 146, ../scss/pages/_technologies-inner.scss */
.dblueColor {
  color: #5d938d !important;
}

/* line 47, ../scss/_global-about-us.scss */
/* line 151, ../scss/pages/_technologies-inner.scss */
.redColor {
  color: #E68140 !important;
}

/* line 50, ../scss/_global-about-us.scss */
/* line 156, ../scss/pages/_technologies-inner.scss */
.gblueColor {
  color: #168A6D !important;
}

/* new colors based on the new logo */
/* line 54, ../scss/_global-about-us.scss */
/* line 162, ../scss/pages/_technologies-inner.scss */
.cyanColor {
  color: #2dacdb !important;
}

/* line 57, ../scss/_global-about-us.scss */
/* line 167, ../scss/pages/_technologies-inner.scss */
.newgreenColor {
  color: #9fc51b !important;
}

/* line 60, ../scss/_global-about-us.scss */
/* line 172, ../scss/pages/_technologies-inner.scss */
.aquamarineColor {
  color: #65b87d !important;
}

/* line 176, ../scss/pages/_technologies-inner.scss */
.bgBlue {
  background: #0d4371;
}

/* line 180, ../scss/pages/_technologies-inner.scss */
.bgBlueLight {
  background: #27b9d2;
}

/* line 184, ../scss/pages/_technologies-inner.scss */
.bgGreen {
  background: #a0c422;
}

/* line 188, ../scss/pages/_technologies-inner.scss */
.bgOrange {
  background: #ed7d00;
}

/* line 192, ../scss/pages/_technologies-inner.scss */
.bgGrey {
  background: #606060;
}

/* line 196, ../scss/pages/_technologies-inner.scss */
.bgWhite {
  background: #ffff;
}

/* line 200, ../scss/pages/_technologies-inner.scss */
.bgRed {
  background: #E68140;
}

/* line 204, ../scss/pages/_technologies-inner.scss */
.bgAquamarine {
  background: #65b87d;
}

/* line 208, ../scss/pages/_technologies-inner.scss */
section.about-us {
  padding: 3rem 0;
}
@media (min-width: 1280px) {
  /* line 208, ../scss/pages/_technologies-inner.scss */
  section.about-us {
    padding: 5rem 0;
  }
}
/* line 216, ../scss/pages/_technologies-inner.scss */
section.about-us .container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1280px) {
  /* line 216, ../scss/pages/_technologies-inner.scss */
  section.about-us .container-flex {
    flex-direction: row;
  }
}
/* line 227, ../scss/pages/_technologies-inner.scss */
section.about-us .container-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(176px, auto);
}
@media (min-width: 1280px) {
  /* line 227, ../scss/pages/_technologies-inner.scss */
  section.about-us .container-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 238, ../scss/pages/_technologies-inner.scss */
section.about-us hr {
  width: 40px;
  height: 2px;
  background: #c9d302;
  margin: 0;
}
/* line 246, ../scss/pages/_technologies-inner.scss */
section.about-us.image {
  padding: 0rem 0;
  position: relative;
}
/* line 250, ../scss/pages/_technologies-inner.scss */
section.about-us.image .container-flex {
  position: relative;
}
/* line 253, ../scss/pages/_technologies-inner.scss */
section.about-us.image .container-flex:before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 0;
  background: #c9d302;
  right: 30px;
  top: -18px;
}
@media (min-width: 1280px) {
  /* line 253, ../scss/pages/_technologies-inner.scss */
  section.about-us.image .container-flex:before {
    width: 500px;
    height: 500px;
    left: -5px;
    right: unset;
  }
}
@media (min-width: 1800px) {
  /* line 253, ../scss/pages/_technologies-inner.scss */
  section.about-us.image .container-flex:before {
    left: -5px;
  }
}
/* line 276, ../scss/pages/_technologies-inner.scss */
section.about-us.image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  /* line 276, ../scss/pages/_technologies-inner.scss */
  section.about-us.image img {
    height: 500px;
    width: 570px;
  }
}
/* line 290, ../scss/pages/_technologies-inner.scss */
section.about-us.image h3 {
  margin: 0 2rem;
  font-size: 17px;
  padding: 2rem;
  line-height: 30px;
}
/* line 297, ../scss/pages/_technologies-inner.scss */
section.about-us.image p {
  margin: 1rem 0;
  font-size: 17px;
  padding: 1rem;
  line-height: 30px;
}
/* line 306, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card {
  padding: 2rem 1.5rem;
  border-radius: 15px;
  transition: all .35s;
  height: 250px;
}
@media (min-width: 1280px) {
  /* line 306, ../scss/pages/_technologies-inner.scss */
  section.about-us .container-carousel-card {
    height: 325px;
  }
}
/* line 316, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card-icon {
  text-align: center;
}
/* line 319, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card-icon img {
  width: 45px;
  height: auto;
  transition: all .35s;
}
/* line 326, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card-description {
  color: #000;
  margin-top: 20px;
  font-weight: 600;
}
/* line 332, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card.bluegradient-a {
  background: #adbecb;
}
/* line 333, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card.bluegradient-b {
  background: #BFCCD6;
}
/* line 334, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card.bluegradient-c {
  background: #CFD8DF;
}
/* line 335, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card.bluegradient-d {
  background: #DCE2E7;
}
/* line 336, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card.green {
  background: #DCE16C;
}
/* line 337, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card.lightgreen {
  background: #E2E794;
}
/* line 339, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card:hover {
  box-shadow: 1px 1px 10px rgba(0, 166, 215, 0.2);
  background: #c9d302;
  transition: all .35s;
}
/* line 344, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel-card:hover img {
  width: 35px;
  transition: all .35s;
}
/* line 351, ../scss/pages/_technologies-inner.scss */
section.about-us .container-carousel .owl-dots {
  margin-top: 20px;
}
/* line 356, ../scss/pages/_technologies-inner.scss */
section.about-us .about-us-intro {
  margin-bottom: 35px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 363, ../scss/pages/_technologies-inner.scss */
section.about-us .about-us-intro p.section-name {
  color: #2dacdb;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-size: 20px;
}
/* line 374, ../scss/pages/_technologies-inner.scss */
section.about-us .about-us-links a {
  color: #606060;
}
/* line 377, ../scss/pages/_technologies-inner.scss */
section.about-us .about-us-links a span {
  color: #c9d302;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding-bottom: 1rem;
  letter-spacing: 1px;
}
/* line 386, ../scss/pages/_technologies-inner.scss */
section.about-us .about-us-links a:hover {
  text-decoration: none;
}
/* line 389, ../scss/pages/_technologies-inner.scss */
section.about-us .about-us-links a:hover:after {
  margin-left: 20px;
  transition: linear .25s;
}
@media (min-width: 1280px) {
  /* line 396, ../scss/pages/_technologies-inner.scss */
  section.about-us .about-us-links a:after {
    content: url(../images/right-arrow.png);
    position: absolute;
    margin-left: 10px;
    transition: linear .25s;
  }
}
/* line 405, ../scss/pages/_technologies-inner.scss */
section.about-us .about-us-links-link {
  margin-bottom: 35px;
}
/* line 411, ../scss/pages/_technologies-inner.scss */
section.about-us.cards-info {
  padding-top: 7rem;
}
/* line 46, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block {
  background: #FFFFFF;
}
/* line 48, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-image {
  width: 100%;
}
@media (min-width: 1280px) {
  /* line 48, ../scss/pages/_technologies-inner.scss */
  section.about-us.blocks .block-image {
    width: 555px;
    height: 555px;
  }
}
/* line 54, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-image img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* line 62, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text {
  padding: 2rem;
  width: 100%;
}
/* line 65, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text h4 {
  color: #00a6d7;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
/* line 70, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
}
/* line 73, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text p {
  font-size: 16px;
}
/* line 76, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text a {
  text-transform: uppercase;
  color: #c9d302;
  font-weight: 800;
  letter-spacing: 1px;
}
/* line 81, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text a:hover {
  text-decoration: none;
}
/* line 83, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text a:hover:after {
  margin-left: 20px;
  transition: linear .25s;
}
/* line 88, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text a:after {
  content: url(../images/right-arrow.png);
  position: absolute;
  margin-left: 10px;
  transition: linear .25s;
}
/* line 95, ../scss/pages/_technologies-inner.scss */
section.about-us.blocks .block-text-link {
  margin-top: 1rem;
}
/* line 423, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-text {
  padding: 2rem 0.5rem;
}
/* line 426, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-text p {
  font-size: 16px;
  padding-right: 30px;
}
@media (min-width: 1280px) {
  /* line 426, ../scss/pages/_technologies-inner.scss */
  section.about-us.timeline .timeline-text p {
    padding-right: 0;
  }
}
/* line 436, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel {
  position: relative;
}
/* line 439, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel #first-item {
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 15px;
}
/* line 445, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel .item {
  background: #FFFFFF;
  padding-bottom: 20px;
  height: auto;
  border-radius: 15px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
}
/* line 453, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel .owl-nav {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  width: 100%;
}
/* line 459, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel .owl-nav .owl-prev {
  left: -20px;
  position: absolute;
  display: none;
}
/* line 465, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel .owl-nav .owl-next {
  right: 0px;
  position: absolute;
}
@media (min-width: 1280px) {
  /* line 465, ../scss/pages/_technologies-inner.scss */
  section.about-us.timeline .timeline-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
/* line 474, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel .owl-nav button span {
  font-size: 42px;
  background: #00a6d7;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 5px;
}
/* line 486, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel .owl-dots {
  text-align: center;
}
/* line 490, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #00a6d7;
  margin: 0 2px;
}
/* line 498, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .timeline-carousel button.owl-dot.active {
  background: #00a6d7;
}
/* line 504, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline h3 {
  width: 20%;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
}
/* line 512, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline h5 {
  font-weight: 600;
  color: #65D1B6;
  text-transform: uppercase;
}
/* line 518, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .line {
  display: none;
  width: 100%;
  margin: 15px 0;
  height: 1px;
  background: #a3a3a3;
  position: relative;
}
@media (min-width: 1280px) {
  /* line 518, ../scss/pages/_technologies-inner.scss */
  section.about-us.timeline .line {
    width: 77%;
    margin: 0 0;
  }
}
/* line 531, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .line:before {
  content: '';
  height: 12px;
  width: 12px;
  background: #a3a3a3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -5px;
}
/* line 543, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .date {
  padding: 0 1rem;
  margin: 10px 0;
}
@media (min-width: 1280px) {
  /* line 543, ../scss/pages/_technologies-inner.scss */
  section.about-us.timeline .date {
    padding: 1rem 1rem 0.5rem;
    margin: 0 0;
  }
}
/* line 553, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .date-text {
  text-align: center;
  padding: 0rem 1rem 0;
}
@media (min-width: 1280px) {
  /* line 553, ../scss/pages/_technologies-inner.scss */
  section.about-us.timeline .date-text {
    text-align: left;
  }
}
/* line 561, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .date-text-title {
  color: #606060;
  font-weight: 600;
  text-align: center;
  margin: .5rem 0;
}
@media (min-width: 1280px) {
  /* line 561, ../scss/pages/_technologies-inner.scss */
  section.about-us.timeline .date-text-title {
    text-align: left;
  }
}
/* line 572, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .date-text .owl-dots {
  margin-top: 0.5rem;
}
/* line 576, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .date-text .item {
  box-shadow: none;
}
@media (min-width: 1280px) {
  /* line 576, ../scss/pages/_technologies-inner.scss */
  section.about-us.timeline .date-text .item {
    height: 140px;
  }
}
/* line 585, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .item-image {
  height: 250px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
/* line 590, ../scss/pages/_technologies-inner.scss */
section.about-us.timeline .item-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
/* line 601, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque {
  position: sticky;
  top: 20px;
  height: 100vh;
}
/* line 606, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: .5rem;
  font-size: 29px;
  text-align: center;
}
@media (min-width: 1280px) {
  /* line 606, ../scss/pages/_technologies-inner.scss */
  section.about-us.numbers .numbers-plaque h3 {
    font-size: 36px;
    text-align: left;
  }
}
/* line 618, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque img {
  height: 80px;
}
/* line 628, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.blue {
  background: #2dacdb;
}
/* line 625, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.blue h2, section.about-us.numbers .numbers-plaque.blue h3, section.about-us.numbers .numbers-plaque.blue h4, section.about-us.numbers .numbers-plaque.blue p {
  color: #c9d302;
}
/* line 629, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.green {
  background: #c9d302;
}
/* line 625, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.green h2, section.about-us.numbers .numbers-plaque.green h3, section.about-us.numbers .numbers-plaque.green h4, section.about-us.numbers .numbers-plaque.green p {
  color: #2dacdb;
}
/* line 630, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.lightgrey {
  background: #BFCCD6;
}
/* line 625, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.lightgrey h2, section.about-us.numbers .numbers-plaque.lightgrey h3, section.about-us.numbers .numbers-plaque.lightgrey h4, section.about-us.numbers .numbers-plaque.lightgrey p {
  color: #2dacdb;
}
/* line 631, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.lightgrey-b {
  background: #ede7e7;
}
/* line 625, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.lightgrey-b h2, section.about-us.numbers .numbers-plaque.lightgrey-b h3, section.about-us.numbers .numbers-plaque.lightgrey-b h4, section.about-us.numbers .numbers-plaque.lightgrey-b p {
  color: #2dacdb;
}
/* line 632, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.bluelight {
  background: #27b9d2;
}
/* line 625, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .numbers-plaque.bluelight h2, section.about-us.numbers .numbers-plaque.bluelight h3, section.about-us.numbers .numbers-plaque.bluelight h4, section.about-us.numbers .numbers-plaque.bluelight p {
  color: #2dacdb;
}
/* line 635, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex {
  justify-content: center;
  height: 100vh;
}
@media (min-width: 1280px) {
  /* line 635, ../scss/pages/_technologies-inner.scss */
  section.about-us.numbers .container-flex {
    justify-content: space-between;
    height: auto;
  }
}
/* line 644, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex-title {
  width: 100%;
  justify-content: center;
  display: flex;
}
@media (min-width: 1280px) {
  /* line 650, ../scss/pages/_technologies-inner.scss */
  section.about-us.numbers .container-flex-title .title {
    width: 300px;
  }
}
/* line 656, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex-card-number {
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1280px) {
  /* line 656, ../scss/pages/_technologies-inner.scss */
  section.about-us.numbers .container-flex-card-number {
    height: 100vh;
  }
  /* line 667, ../scss/pages/_technologies-inner.scss */
  section.about-us.numbers .container-flex-card-number .number {
    width: 350px;
  }
}
/* line 672, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex-card-number:first-child {
  margin-top: 10rem;
}
/* line 676, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex-card-number h2 {
  font-size: 4rem;
  color: #c9d302;
  font-weight: 800;
}
/* line 682, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex-card-number h4 {
  color: #FFFFFF;
  font-weight: 600;
}
/* line 687, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex-card-number h3 {
  color: #FFFFFF;
  margin-top: 2.5rem;
  font-size: 1.2rem;
}
/* line 693, ../scss/pages/_technologies-inner.scss */
section.about-us.numbers .container-flex-card-number p {
  color: #FFFFFF;
}
/* line 703, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv {
  padding: 2rem;
  width: 100%;
  border-radius: 15px;
  position: relative;
}
@media (min-width: 1280px) {
  /* line 703, ../scss/pages/_technologies-inner.scss */
  section.about-us.mision .card-mv {
    height: 450px;
  }
}
/* line 713, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv img {
  height: 80px;
}
/* line 718, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.blue {
  background: #2dacdb;
}
/* line 720, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.blue h2 {
  color: #c9d302;
}
/* line 721, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.blue p {
  color: #c9d302;
}
/* line 724, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.grey {
  background: #BFCCD6;
}
/* line 726, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.grey h2 {
  color: #2dacdb;
}
/* line 727, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.grey p {
  color: #2dacdb;
}
/* line 730, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.bluelight {
  background: #27b9d2;
}
/* line 732, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.bluelight h2 {
  color: #2dacdb;
}
/* line 733, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.bluelight p {
  color: #2dacdb;
}
/* line 736, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.green {
  background: #c9d302;
}
/* line 738, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.green h2 {
  color: #2dacdb;
}
/* line 739, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.green p {
  color: #2dacdb;
}
/* line 742, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.link {
  transition: all .35s;
}
/* line 745, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.link span {
  color: #c9d302;
  font-weight: 600;
  position: absolute;
  right: 18%;
  bottom: 5%;
}
/* line 752, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.link span:after {
  content: url(../images/right-arrow.png);
  filter: invert(1);
  position: absolute;
  margin-left: 10px;
  transition: linear .25s;
}
/* line 761, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv.link:hover {
  transform: translateX(10px);
  transition: all .35s;
}
/* line 768, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 774, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv-text h2 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
}
/* line 778, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv-text a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 785, ../scss/pages/_technologies-inner.scss */
section.about-us.mision .card-mv-text a:hover > span:after {
  margin-left: 20px;
  transition: linear .25s;
}

/* end ABOUT US */
/* ABOUT-US-INNER */
/* line 799, ../scss/pages/_technologies-inner.scss */
.about-us-inner img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}
/* line 806, ../scss/pages/_technologies-inner.scss */
.about-us-inner .inner-link {
  text-transform: uppercase;
  color: #c9d302;
  font-weight: 800;
  letter-spacing: 1px;
}
/* line 816, ../scss/pages/_technologies-inner.scss */
.about-us-inner.image .container-flex {
  align-items: start;
}
/* line 819, ../scss/pages/_technologies-inner.scss */
.about-us-inner.image .container-flex:before {
  content: '';
  background: transparent !important;
}
/* line 825, ../scss/pages/_technologies-inner.scss */
.about-us-inner.image img {
  height: 580px !important;
}
@media (min-width: 992px) {
  /* line 831, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.header-inner {
    padding: 3rem 0 !important;
  }
}
@media (min-width: 1920px) {
  /* line 831, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.header-inner {
    padding: 5rem 0 !important;
  }
}
/* line 841, ../scss/pages/_technologies-inner.scss */
.about-us-inner.header-inner .header-inner-arrow-link {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 841, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.header-inner .header-inner-arrow-link {
    width: 75%;
  }
}
/* line 848, ../scss/pages/_technologies-inner.scss */
.about-us-inner.header-inner .header-inner-arrow-link img {
  height: 20px;
  width: 20px;
  transform: rotate(180deg);
  margin: 2rem 0;
}
/* line 860, ../scss/pages/_technologies-inner.scss */
.about-us-inner.intro h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 15px;
}
/* line 865, ../scss/pages/_technologies-inner.scss */
.about-us-inner.intro .intro-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 865, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.intro .intro-text {
    width: 600px;
  }
}
/* line 875, ../scss/pages/_technologies-inner.scss */
.about-us-inner.intro .owl-carousel {
  margin: 3rem 0;
}
/* line 878, ../scss/pages/_technologies-inner.scss */
.about-us-inner.intro .owl-carousel .item {
  height: 115px;
  display: flex;
  justify-content: space-evenly;
  align-items: self-start;
}
/* line 890, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .container-flex.sticky-content {
  position: sticky;
  top: 109px;
  justify-content: center;
}
/* line 896, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .values-carousel {
  padding-left: 0;
  padding-right: 0;
}
/* line 901, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .item {
  padding: 3rem;
  border-radius: 15px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  /* line 901, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.values .item {
    height: 211px;
  }
}
/* line 910, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .item h3 {
  margin-top: 0;
  font-weight: 600;
}
/* line 916, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .owl-dots {
  margin-top: 15px;
}
/* line 920, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .ethic-section {
  position: sticky;
  width: 100%;
  background: #f5f5f5;
  top: 0;
  margin-top: 9rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  /* line 920, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.values .ethic-section {
    height: 100vh;
  }
}
/* line 934, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .ethic-section-container {
  text-align: center;
  margin: 0 auto;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  /* line 934, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.values .ethic-section-container {
    width: 600px;
  }
}
/* line 943, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .ethic-section-container img {
  width: 50px;
  height: 50px;
}
/* line 948, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .ethic-section-container h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  color: #00a6d7;
  margin-bottom: 15px;
}
/* line 954, ../scss/pages/_technologies-inner.scss */
.about-us-inner.values .ethic-section-container a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
/* line 964, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology {
  background: #00a6d7;
}
/* line 967, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #c9d302;
}
/* line 973, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology p {
  color: #FFFFFF;
}
/* line 977, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology img {
  width: 50px;
  height: 50px;
}
/* line 982, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .intro-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 982, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.ecology .intro-text {
    width: 600px;
  }
}
/* line 992, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .owl-carousel {
  margin: 3rem 0;
}
/* line 995, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .owl-carousel .item {
  height: 115px;
  display: flex;
  justify-content: space-evenly;
  align-items: self-start;
}
/* line 1003, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .iso-container {
  margin: 60px auto;
}
@media (min-width: 992px) {
  /* line 1003, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.ecology .iso-container {
    width: 900px;
  }
}
/* line 1010, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .iso-container .iso-card {
  text-align: center;
  padding: 1rem;
  border: 1px solid #c9d302;
  margin: 10px;
  border-radius: 15px;
}
@media (min-width: 992px) {
  /* line 1010, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.ecology .iso-container .iso-card {
    width: 300px;
  }
}
/* line 1021, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .iso-container .iso-card img {
  width: 50px;
  height: 50px;
}
/* line 1026, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .iso-container .iso-card h4 {
  color: #c9d302;
  font-weight: bold;
}
/* line 1031, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .iso-container .iso-card p {
  height: 80px;
  color: #FFFFFF;
}
/* line 1038, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .info-sticky {
  margin-top: 10rem;
}
/* line 1041, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .info-sticky .info-sticky-container {
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  /* line 1041, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.ecology .info-sticky .info-sticky-container {
    width: 500px;
    height: 500px;
  }
}
/* line 1050, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .info-sticky .info-sticky-container img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
/* line 1056, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .info-sticky .info-sticky-container h4 {
  line-height: 1.4;
  color: #c9d302;
  font-weight: bold;
  margin-bottom: 1rem;
}
/* line 1064, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .info-sticky .info-container {
  width: 100%;
}
/* line 1067, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .info-sticky .info-container ul li {
  list-style: none;
  margin-bottom: 3rem;
}
/* line 1071, ../scss/pages/_technologies-inner.scss */
.about-us-inner.ecology .info-sticky .info-container ul li h4 {
  line-height: 1.4;
  color: #FFFFFF;
}
/* line 1081, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social {
  padding: 8rem 0 5rem !important;
}
/* line 1084, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social h2 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  margin: 0 2rem;
  padding: 1rem 2rem 0;
}
/* line 1091, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social h3 {
  padding: 1rem 2rem 2rem !important;
  font-size: 16px !important;
}
/* line 1096, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social .sticky-img {
  position: sticky;
  top: 0;
  height: 500px;
}
/* line 1104, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social-cards {
  padding: 8rem 0 5rem !important;
}
/* line 1107, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social-cards .work-card {
  background: #FFFFFF;
  padding: 2rem;
  margin: 10px;
}
@media (min-width: 992px) {
  /* line 1107, ../scss/pages/_technologies-inner.scss */
  .about-us-inner.work-social-cards .work-card {
    width: 50%;
    height: 265px;
  }
}
/* line 1117, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social-cards .work-card img {
  width: auto;
  height: auto;
}
/* line 1122, ../scss/pages/_technologies-inner.scss */
.about-us-inner.work-social-cards .work-card h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px !important;
}

/* line 1131, ../scss/pages/_technologies-inner.scss */
.about-us-inner-header {
  height: 530px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1920px) {
  /* line 1131, ../scss/pages/_technologies-inner.scss */
  .about-us-inner-header {
    height: 700px;
  }
}

/* end partial about-us-inner */
/* line 1146, ../scss/pages/_technologies-inner.scss */
.back:hover:after {
  margin-left: 0 !important;
}
/* line 1150, ../scss/pages/_technologies-inner.scss */
.back:after {
  transform: rotate(180deg);
}

@media (min-width: 1280px) {
  /* line 1157, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.tabs .container {
    width: 1050px;
  }
}
/* line 1162, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs h2.section-title {
  text-align: center;
  font-weight: 800;
}
@media (min-width: 1280px) {
  /* line 1162, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.tabs h2.section-title {
    width: 400px;
    margin: 0 auto 3rem;
  }
}
/* line 1173, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
/* line 1177, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li {
  text-align: center;
  width: 290px;
  opacity: .4;
}
/* line 1181, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li a {
  padding: 10px 8px;
  background: #fff;
  border-radius: 15px;
  height: 185px;
  width: 150px;
  margin: 5px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
  /* &:hover,
  &:focus {
      background: transparent;
  } */
}
@media (min-width: 1280px) {
  /* line 1181, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li a {
    max-width: 300px !important;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  /* line 1181, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li a {
    width: 200px;
  }
}
/* line 1199, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li a img {
  height: 75px;
  margin-bottom: 0;
  padding: 0.5rem;
  width: 165px;
}
/* line 1205, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li a span {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  color: #606060;
  font-size: 16px;
}
/* line 1217, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li.active {
  opacity: 1;
}
/* line 1221, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line ul.nav li:hover {
  opacity: .7;
}
/* line 1230, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane.active .tab-pane-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 0;
  padding: 5rem 0 2rem;
}
@media (min-width: 1280px) {
  /* line 1237, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane.active .tab-pane-content div:first-child {
    width: 45%;
  }
}
/* line 1242, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane.active .tab-pane-content div:last-child {
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1280px) {
  /* line 1242, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane.active .tab-pane-content div:last-child {
    width: 50%;
  }
}
/* line 1254, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane h3 {
  margin-top: 0;
  color: #00a6d7;
  font-weight: 800;
}
/* line 1259, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane h4 {
  font-weight: 600;
  color: #00a6d7;
  margin-bottom: 15px;
}
/* line 1264, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane p {
  font-size: 16px;
}
/* line 1265, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content .tab-pane p:first-child {
  font-size: 18px;
  font-weight: 600;
}
/* line 1272, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content ul {
  padding: 0;
}
/* line 1274, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content ul li {
  position: relative;
  list-style: none;
  margin-left: 25px;
  padding: 1.2rem 0;
  font-size: 16px;
}
/* line 1280, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.tabs .tabbable-panel .tabbable-line .tab-content ul li:before {
  content: url(../images/check-icon.svg);
  position: absolute;
  left: -25px;
  width: 20px;
  height: 20px;
}
/* line 1294, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #c9d302;
}
/* line 1300, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .intro-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1280px) {
  /* line 1300, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.quality-list .intro-text {
    width: 600px;
  }
}
/* line 1308, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .owl-carousel {
  margin: 3rem 0;
}
/* line 1310, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .owl-carousel .item {
  height: 115px;
  display: flex;
  justify-content: space-evenly;
  align-items: self-start;
}
/* line 1317, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list img {
  width: 50px;
  height: 50px;
}
/* line 1321, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .iso-container {
  margin: 60px auto;
}
@media (min-width: 1280px) {
  /* line 1321, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.quality-list .iso-container {
    width: 900px;
  }
}
/* line 1326, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .iso-container .iso-card {
  text-align: center;
  padding: 1rem;
  border: 1px solid #c9d302;
  margin: 10px;
  border-radius: 15px;
}
@media (min-width: 1280px) {
  /* line 1326, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.quality-list .iso-container .iso-card {
    width: 300px;
  }
}
/* line 1335, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .iso-container .iso-card img {
  width: 50px;
  height: 50px;
}
/* line 1339, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .iso-container .iso-card h4 {
  color: #c9d302;
  font-weight: bold;
}
/* line 1343, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .iso-container .iso-card p {
  height: 80px;
  color: #FFFFFF;
}
/* line 1349, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky {
  margin-top: 10rem;
}
/* line 1351, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky .info-sticky-container {
  position: relative;
  top: 0;
}
@media (min-width: 1280px) {
  /* line 1351, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.quality-list .info-sticky .info-sticky-container {
    width: 500px;
    height: 500px;
    padding: 2.2rem;
  }
}
/* line 1359, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky .info-sticky-container img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
/* line 1364, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky .info-sticky-container h4 {
  line-height: 1.4;
  color: #c9d302;
  font-weight: bold;
  margin-bottom: 1rem;
}
/* line 1372, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky .info-container {
  width: 100%;
}
@media (min-width: 1280px) {
  /* line 1372, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.quality-list .info-sticky .info-container {
    width: 500px;
  }
}
/* line 1378, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky .info-container ul li {
  list-style: none;
  margin-bottom: 1rem;
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}
/* line 1385, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky .info-container ul li h4 {
  line-height: 1.4;
  color: #FFFFFF;
}
/* line 1389, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-list .info-sticky .info-container ul li h3 {
  margin-top: 0;
}
/* line 1397, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-detail {
  background: #00a6d7;
}
@media (min-width: 1280px) {
  /* line 1399, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.quality-detail .quality-detail-container {
    width: 920px;
  }
}
/* line 1403, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-detail .quality-detail-container .section-title {
  color: #c9d302;
}
/* line 1406, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-detail .quality-detail-container p.section-description {
  font-size: 18px;
  color: #fff;
}
/* line 1412, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-detail .flex-end {
  display: flex;
  justify-content: end;
}
/* line 1416, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-detail .flex-start {
  display: flex;
  justify-content: start;
}
/* line 1420, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.quality-detail .quality-detail-box {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.01);
  margin-bottom: 4rem;
}
@media (min-width: 1280px) {
  /* line 1420, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.quality-detail .quality-detail-box {
    width: 500px;
  }
}
/* line 1431, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.link-other-page {
  display: flex;
  flex-flow: column nowrap;
}
/* line 1434, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.link-other-page .about-us-links {
  display: flex;
  justify-content: space-between;
}
/* line 1438, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.link-other-page .about-us-links .btn-redirect a {
  color: transparent !important;
  text-align: center !important;
}
@media (min-width: 1280px) {
  /* line 1438, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.link-other-page .about-us-links .btn-redirect a {
    color: #606060;
  }
}
/* line 1450, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.values .owl-item {
  padding: 3rem;
  border-radius: 15px;
}
/* line 1453, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.values .owl-item p {
  color: #fff !important;
}
/* line 1457, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.values .owl-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: .5rem;
  margin-top: 0;
}
/* line 1464, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.values .owl-dot {
  border: 1px solid #65b87d !important;
  height: 1rem;
  width: 1rem;
  border-radius: 360px;
}
/* line 1469, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.values .owl-dot.active {
  background: #65b87d !important;
}
/* line 1476, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.inti h3 {
  color: #00a6d7;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #9fc51b;
}
/* line 1482, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.inti .intro-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1280px) {
  /* line 1482, ../scss/pages/_technologies-inner.scss */
  .technologies-inner-page.inti .intro-text {
    width: 600px;
  }
}
/* line 1490, ../scss/pages/_technologies-inner.scss */
.technologies-inner-page.inti img {
  width: 50px;
  height: 50px;
}

/* line 1498, ../scss/pages/_technologies-inner.scss */
ul.list-benefit {
  text-align: left;
  min-width: 300px;
  max-width: 510px;
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
/* line 1499, ../scss/pages/_technologies-inner.scss */
ul.list-benefit li {
  position: relative;
  list-style: none;
  margin-left: 25px;
  padding: 1.2rem 0;
  font-size: 16px;
}
/* line 1505, ../scss/pages/_technologies-inner.scss */
ul.list-benefit li:before {
  content: url(../images/check-icon.svg);
  position: absolute;
  left: -25px;
  width: 20px;
  height: 20px;
}

/* line 1524, ../scss/pages/_technologies-inner.scss */
.breadcrumb-section .breadcrumb li.active {
  color: #c9d302 !important;
}

/* line 1529, ../scss/pages/_technologies-inner.scss */
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 25px;
}

/* line 1534, ../scss/pages/_technologies-inner.scss */
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

/* line 1541, ../scss/pages/_technologies-inner.scss */
.tab-content-contain {
  display: flex;
  flex-flow: row wrap;
}
/* line 1544, ../scss/pages/_technologies-inner.scss */
.tab-content-contain-infoText {
  padding: 0 2rem;
}
/* line 1547, ../scss/pages/_technologies-inner.scss */
.tab-content-contain-benefit {
  margin: 2rem 0 0;
}

/* line 1553, ../scss/pages/_technologies-inner.scss */
.container-scroll-x {
  overflow-x: scroll;
  overflow-y: visible;
  flex-flow: row nowrap;
  justify-content: start !important;
  height: 230px;
}
@media (min-width: 1280px) {
  /* line 1553, ../scss/pages/_technologies-inner.scss */
  .container-scroll-x {
    overflow-x: visible;
    justify-content: space-around !important;
  }
}
/* line 1563, ../scss/pages/_technologies-inner.scss */
.container-scroll-x li {
  margin: 0 .2rem;
}
/* line 1565, ../scss/pages/_technologies-inner.scss */
.container-scroll-x li a {
  max-width: 200px !important;
}
/* line 1567, ../scss/pages/_technologies-inner.scss */
.container-scroll-x li a .container-scroll-x--link-contain-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 150px;
  margin: 0 1.22rem;
}
/* line 1576, ../scss/pages/_technologies-inner.scss */
.container-scroll-x li a span {
  margin: 2rem 0 !important;
}

/* line 1586, ../scss/pages/_technologies-inner.scss */
#tabCard1 {
  background-image: url(../images/tecnology_inoculant/top.PNG);
}

/* line 1586, ../scss/pages/_technologies-inner.scss */
#tabCard2 {
  background-image: url(../images/tecnology_inoculant/hc.png);
}

/* line 1586, ../scss/pages/_technologies-inner.scss */
#tabCard3 {
  background-image: url(../images/tecnology_inoculant/lli.PNG);
}

/* line 1586, ../scss/pages/_technologies-inner.scss */
#tabCard4 {
  background-image: url(../images/tecnology_inoculant/dakar.png);
}

/* line 1586, ../scss/pages/_technologies-inner.scss */
#tabCard5 {
  background-image: url(../images/tecnology_inoculant/top-hc.png);
}

/* line 1591, ../scss/pages/_technologies-inner.scss */
.font-s {
  font-size: 13px !important;
}

/* line 1597, ../scss/pages/_technologies-inner.scss */
.target-carousel {
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  /* line 1597, ../scss/pages/_technologies-inner.scss */
  .target-carousel {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.155), 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}
/* line 1606, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  padding: 1rem 2rem;
}
@media (min-width: 1280px) {
  /* line 1606, ../scss/pages/_technologies-inner.scss */
  .target-carousel-contain {
    flex-flow: row nowrap;
    padding: auto;
  }
}
/* line 1615, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 1280px) {
  /* line 1615, ../scss/pages/_technologies-inner.scss */
  .target-carousel-contain-footer {
    padding: 0rem 1rem;
  }
}
/* line 1623, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain-footer-text {
  padding: 1rem;
  text-align: center;
}
/* line 1626, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain-footer-text h3 {
  width: 100% !important;
  font-size: 20px !important;
  text-align: left;
}
/* line 1631, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain-footer-text a {
  color: #ffffff;
  letter-spacing: 1.5px;
  position: relative;
  text-align: center;
}
/* line 1637, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain-footer-text a b {
  font-size: 20px;
}
@media (min-width: 1280px) {
  /* line 1641, ../scss/pages/_technologies-inner.scss */
  .target-carousel-contain-footer-text a:hover {
    text-decoration: none;
  }
  /* line 1643, ../scss/pages/_technologies-inner.scss */
  .target-carousel-contain-footer-text a:hover:after {
    margin-left: 2rem;
    transition: linear .25s;
  }
  /* line 1648, ../scss/pages/_technologies-inner.scss */
  .target-carousel-contain-footer-text a:after {
    content: url(../images/right-arrow.png);
    position: absolute;
    margin-left: 1rem;
    top: .2px;
    transition: linear .25s;
  }
}
/* line 1657, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain-footer-text-info {
  padding: 1rem 0rem 1rem 1rem;
}
@media (min-width: 1280px) {
  /* line 1657, ../scss/pages/_technologies-inner.scss */
  .target-carousel-contain-footer-text-info {
    max-width: 80%;
  }
}
/* line 1663, ../scss/pages/_technologies-inner.scss */
.target-carousel-contain-footer-text-btn {
  width: 40%;
  margin: 2rem auto;
}

/* line 1674, ../scss/pages/_technologies-inner.scss */
.title-carousel-container {
  margin: 2rem auto;
}

@media (min-width: 1280px) {
  /* line 1678, ../scss/pages/_technologies-inner.scss */
  .image-target-carousel {
    height: 320px;
    width: 500px;
  }
  /* line 1682, ../scss/pages/_technologies-inner.scss */
  .image-target-carousel img {
    max-width: 350px;
    max-height: 350px;
    margin: auto 0;
  }
}

/* line 1690, ../scss/pages/_technologies-inner.scss */
.footer-target-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

/* line 1694, ../scss/pages/_technologies-inner.scss */
.marTop-3 {
  margin-top: 3rem !important;
}
@media (min-width: 1280px) {
  /* line 1694, ../scss/pages/_technologies-inner.scss */
  .marTop-3 {
    margin-top: 0 !important;
  }
}

/* line 1701, ../scss/pages/_technologies-inner.scss */
.p-sticky {
  position: sticky;
  top: 120px;
  z-index: 1;
}

/* line 1705, ../scss/pages/_technologies-inner.scss */
.bk-grey {
  background-color: #F5F5F5;
  z-index: 10;
}

/* line 1709, ../scss/pages/_technologies-inner.scss */
.pad-3 {
  padding: 2rem;
}

@media (max-width: 630px) {
  /* line 1715, ../scss/pages/_technologies-inner.scss */
  .tabbable-panel .tabbable-line ul.nav {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 1718, ../scss/pages/_technologies-inner.scss */
  .tabbable-panel .tabbable-line ul.nav li {
    text-align: center;
    width: auto !important;
    opacity: .4;
  }
  /* line 1722, ../scss/pages/_technologies-inner.scss */
  .tabbable-panel .tabbable-line ul.nav li a {
    padding: 10px 8px;
    background: #fff;
    border-radius: 15px;
    height: 185px;
    width: 150px;
    margin: 5px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
    /* &:hover,
    &:focus {
        background: transparent;
    } */
  }
  /* line 1730, ../scss/pages/_technologies-inner.scss */
  .tabbable-panel .tabbable-line ul.nav li a img {
    height: 75px;
    margin-bottom: 0;
    padding: 0.5rem;
  }
  /* line 1735, ../scss/pages/_technologies-inner.scss */
  .tabbable-panel .tabbable-line ul.nav li a span {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    color: #606060;
    font-size: 16px;
  }
  /* line 1747, ../scss/pages/_technologies-inner.scss */
  .tabbable-panel .tabbable-line ul.nav li.active {
    opacity: 1;
  }
  /* line 1751, ../scss/pages/_technologies-inner.scss */
  .tabbable-panel .tabbable-line ul.nav li:hover {
    opacity: .7;
  }
}
/* line 1759, ../scss/pages/_technologies-inner.scss */
.padding-tittle {
  padding-top: 5em;
}

/* line 1762, ../scss/pages/_technologies-inner.scss */
.padding-bot {
  padding-bottom: 5em;
}

/* line 1768, ../scss/pages/_technologies-inner.scss */
.modals-info .offcanvas {
  width: 30%;
}

/* line 2, ../scss/pages/_aboutus.scss */
.container-card-medium .col-md-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  /* line 2, ../scss/pages/_aboutus.scss */
  .container-card-medium .col-md-12 {
    gap: 12px;
  }
}

/* line 14, ../scss/pages/_aboutus.scss */
.container-grid {
  margin: auto;
  margin-top: 120px;
  padding-top: 60px;
  width: 876px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  /* line 14, ../scss/pages/_aboutus.scss */
  .container-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
/* line 27, ../scss/pages/_aboutus.scss */
.container-grid .card-animation {
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
  gap: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px 32px 20px;
  text-align: center;
  height: min-content;
  margin-bottom: 16px;
}
/* line 39, ../scss/pages/_aboutus.scss */
.container-grid .card-animation h3 {
  color: #7DC200;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  text-align: center;
  margin-bottom: 0;
}
/* line 48, ../scss/pages/_aboutus.scss */
.container-grid .card-animation h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 46.88px;
  text-align: center;
  color: #606060;
  margin-bottom: 0;
}
/* line 56, ../scss/pages/_aboutus.scss */
.container-grid .card-animation p {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 62, ../scss/pages/_aboutus.scss */
.container-grid .item-1 {
  grid-area: item1;
}
/* line 66, ../scss/pages/_aboutus.scss */
.container-grid .item-2 {
  grid-area: item2;
}
/* line 70, ../scss/pages/_aboutus.scss */
.container-grid .item-3 {
  grid-area: item3;
}
/* line 74, ../scss/pages/_aboutus.scss */
.container-grid .item-4 {
  grid-area: item4;
}
/* line 78, ../scss/pages/_aboutus.scss */
.container-grid .item-5 {
  grid-area: item5;
}
/* line 82, ../scss/pages/_aboutus.scss */
.container-grid .item-6 {
  grid-area: item6;
}
/* line 86, ../scss/pages/_aboutus.scss */
.container-grid .item-7 {
  grid-area: item7;
}

/* line 92, ../scss/pages/_aboutus.scss */
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 768px) {
  /* line 121, ../scss/pages/_aboutus.scss */
  .offcanvas-end {
    width: 50%;
  }
}

/* line 19, ../scss/base/_text.scss */
p {
  color: #606060;
  font-size: 16px;
}
@media (min-width: 1280px) {
  /* line 19, ../scss/base/_text.scss */
  p {
    font-size: 18px;
  }
}

/* line 27, ../scss/base/_text.scss */
.color-title-primary {
  color: #00A6D7;
}

/* line 31, ../scss/base/_text.scss */
.color-title-secondary {
  color: #606060 !important;
}

/* line 35, ../scss/base/_text.scss */
.color-title-tertiary {
  color: #7DC200;
}

/* line 39, ../scss/base/_text.scss */
.color-text {
  color: #606060;
}

/* line 43, ../scss/base/_text.scss */
.header-title {
  color: #00A6D7;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
}
/* line 51, ../scss/base/_text.scss */
.header-title:before {
  content: ' ';
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-size: 100% 100%;
  background-position: center;
  margin-right: 12px;
  height: 20px;
  width: 20px;
}

/*Headings*/
/* line 64, ../scss/base/_text.scss */
.h1 {
  font-size: 28px !important;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 64, ../scss/base/_text.scss */
  .h1 {
    font-size: 32px !important;
  }
}

/* line 73, ../scss/base/_text.scss */
.h2 {
  font-size: 24px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 73, ../scss/base/_text.scss */
  .h2 {
    font-size: 28px;
  }
}

/* line 83, ../scss/base/_text.scss */
.h3 {
  font-size: 22px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 83, ../scss/base/_text.scss */
  .h3 {
    font-size: 24px;
  }
}

/* line 92, ../scss/base/_text.scss */
.h4 {
  font-size: 22px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 92, ../scss/base/_text.scss */
  .h4 {
    font-size: 24px;
  }
}

/* line 101, ../scss/base/_text.scss */
.h5 {
  font-size: 20px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 101, ../scss/base/_text.scss */
  .h5 {
    font-size: 22px;
  }
}

/* line 110, ../scss/base/_text.scss */
.h6 {
  font-size: 20px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 110, ../scss/base/_text.scss */
  .h6 {
    font-size: 22px;
  }
}

/*Titles*/
/* line 121, ../scss/base/_text.scss */
.title-small-l {
  font-size: 22px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 121, ../scss/base/_text.scss */
  .title-small-l {
    font-size: 24px;
  }
}

/* line 130, ../scss/base/_text.scss */
.title-small-r {
  font-size: 22px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 130, ../scss/base/_text.scss */
  .title-small-r {
    font-size: 24px;
  }
}

/* line 139, ../scss/base/_text.scss */
.title-small-m {
  font-size: 22px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 139, ../scss/base/_text.scss */
  .title-small-m {
    font-size: 24px;
  }
}

/* line 148, ../scss/base/_text.scss */
.title-small-b {
  font-size: 22px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 148, ../scss/base/_text.scss */
  .title-small-b {
    font-size: 24px;
  }
}

/* line 157, ../scss/base/_text.scss */
.title-medium-l {
  font-size: 24px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 157, ../scss/base/_text.scss */
  .title-medium-l {
    font-size: 28px;
  }
}

/* line 166, ../scss/base/_text.scss */
.title-medium-r {
  font-size: 24px;
  line-height: default;
  font-weight: normal !important;
}
@media (min-width: 1280px) {
  /* line 166, ../scss/base/_text.scss */
  .title-medium-r {
    font-size: 28px !important;
  }
}

/* line 175, ../scss/base/_text.scss */
.title-medium-m {
  font-size: 24px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 175, ../scss/base/_text.scss */
  .title-medium-m {
    font-size: 28px;
  }
}

/* line 184, ../scss/base/_text.scss */
.title-medium-b {
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 184, ../scss/base/_text.scss */
  .title-medium-b {
    font-size: 28px;
  }
}

/* line 193, ../scss/base/_text.scss */
.title-large-l {
  font-size: 28px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 193, ../scss/base/_text.scss */
  .title-large-l {
    font-size: 32px;
  }
}

/* line 202, ../scss/base/_text.scss */
.title-large-r {
  font-size: 28px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 202, ../scss/base/_text.scss */
  .title-large-r {
    font-size: 32px;
  }
}

/* line 211, ../scss/base/_text.scss */
.title-large-m {
  font-size: 28px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 211, ../scss/base/_text.scss */
  .title-large-m {
    font-size: 32px;
  }
}

/* line 220, ../scss/base/_text.scss */
.title-large-b {
  font-size: 28px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 220, ../scss/base/_text.scss */
  .title-large-b {
    font-size: 32px !important;
  }
}

/* line 228, ../scss/base/_text.scss */
.title-xl-large-b {
  font-size: 40px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 228, ../scss/base/_text.scss */
  .title-xl-large-b {
    font-size: 40px;
  }
}

/* line 236, ../scss/base/_text.scss */
.title-xxlarge-b {
  font-size: 64px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 236, ../scss/base/_text.scss */
  .title-xxlarge-b {
    font-size: 70px;
  }
}

/* Subtitles */
/* line 246, ../scss/base/_text.scss */
.subtitle-small-l {
  font-size: 16px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 246, ../scss/base/_text.scss */
  .subtitle-small-l {
    font-size: 18px;
  }
}

/* line 255, ../scss/base/_text.scss */
.subtitle-small-r {
  font-size: 16px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 255, ../scss/base/_text.scss */
  .subtitle-small-r {
    font-size: 18px;
  }
}

/* line 264, ../scss/base/_text.scss */
.subtitle-small-m {
  font-size: 16px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 264, ../scss/base/_text.scss */
  .subtitle-small-m {
    font-size: 18px;
  }
}

/* line 273, ../scss/base/_text.scss */
.subtitle-small-b {
  font-size: 16px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 273, ../scss/base/_text.scss */
  .subtitle-small-b {
    font-size: 18px;
  }
}

/* line 282, ../scss/base/_text.scss */
.subtitle-medium-l {
  font-size: 20px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 282, ../scss/base/_text.scss */
  .subtitle-medium-l {
    font-size: 22px;
  }
}

/* line 291, ../scss/base/_text.scss */
.subtitle-medium-r {
  font-size: 20px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 291, ../scss/base/_text.scss */
  .subtitle-medium-r {
    font-size: 22px;
  }
}

/* line 300, ../scss/base/_text.scss */
.subtitle-medium-m {
  font-size: 20px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 300, ../scss/base/_text.scss */
  .subtitle-medium-m {
    font-size: 22px;
  }
}

/* line 309, ../scss/base/_text.scss */
.subtitle-medium-b {
  font-size: 22px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 309, ../scss/base/_text.scss */
  .subtitle-medium-b {
    font-size: 20px !important;
  }
}

/* line 318, ../scss/base/_text.scss */
.subtitle-large-l {
  font-size: 24px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 318, ../scss/base/_text.scss */
  .subtitle-large-l {
    font-size: 28px;
  }
}

/* line 327, ../scss/base/_text.scss */
.subtitle-large-r {
  font-size: 24px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 327, ../scss/base/_text.scss */
  .subtitle-large-r {
    font-size: 28px;
  }
}

/* line 336, ../scss/base/_text.scss */
.subtitle-large-m {
  font-size: 24px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 336, ../scss/base/_text.scss */
  .subtitle-large-m {
    font-size: 28px;
  }
}

/* line 345, ../scss/base/_text.scss */
.subtitle-large-b {
  font-size: 24px !important;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 345, ../scss/base/_text.scss */
  .subtitle-large-b {
    font-size: 28px !important;
  }
}

/* Body */
/* line 357, ../scss/base/_text.scss */
.body-small-l {
  font-size: 14px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 357, ../scss/base/_text.scss */
  .body-small-l {
    font-size: 16px;
  }
}

/* line 366, ../scss/base/_text.scss */
.body-small-r {
  font-size: 14px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 366, ../scss/base/_text.scss */
  .body-small-r {
    font-size: 16px;
  }
}

/* line 375, ../scss/base/_text.scss */
.body-small-m {
  font-size: 14px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 375, ../scss/base/_text.scss */
  .body-small-m {
    font-size: 16px;
  }
}

/* line 384, ../scss/base/_text.scss */
.body-small-b {
  font-size: 14px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 384, ../scss/base/_text.scss */
  .body-small-b {
    font-size: 16px;
  }
}

/* line 393, ../scss/base/_text.scss */
.body-medium-l {
  font-size: 14px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 393, ../scss/base/_text.scss */
  .body-medium-l {
    font-size: 16px;
  }
}

/* line 402, ../scss/base/_text.scss */
.body-medium-r {
  font-size: 16px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 402, ../scss/base/_text.scss */
  .body-medium-r {
    font-size: 18px;
  }
}

/* line 411, ../scss/base/_text.scss */
.body-medium-m {
  font-size: 16px;
  line-height: default;
  font-weight: 500;
}
@media (min-width: 1280px) {
  /* line 411, ../scss/base/_text.scss */
  .body-medium-m {
    font-size: 18px;
  }
}

/* line 420, ../scss/base/_text.scss */
.body-medium-b {
  font-size: 16px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 420, ../scss/base/_text.scss */
  .body-medium-b {
    font-size: 18px;
  }
}

/* line 429, ../scss/base/_text.scss */
.body-large-l {
  font-size: 18px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 429, ../scss/base/_text.scss */
  .body-large-l {
    font-size: 20px;
  }
}

/* line 438, ../scss/base/_text.scss */
.body-large-r {
  font-size: 18px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 438, ../scss/base/_text.scss */
  .body-large-r {
    font-size: 20px;
  }
}

/* line 447, ../scss/base/_text.scss */
.body-large-m {
  font-size: 18px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 447, ../scss/base/_text.scss */
  .body-large-m {
    font-size: 20px;
  }
}

/* line 456, ../scss/base/_text.scss */
.body-large-b {
  font-size: 18px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 456, ../scss/base/_text.scss */
  .body-large-b {
    font-size: 20px;
  }
}

/* line 465, ../scss/base/_text.scss */
.body-xlarge {
  font-size: 20px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 465, ../scss/base/_text.scss */
  .body-xlarge {
    font-size: 22px;
  }
}

/* Details */
/* line 476, ../scss/base/_text.scss */
.detail-small-l {
  font-size: 12px;
  line-height: default;
  font-weight: light;
}

/* line 482, ../scss/base/_text.scss */
.detail-small-r {
  font-size: 12px;
  line-height: default;
  font-weight: normal;
}

/* line 488, ../scss/base/_text.scss */
.detail-small-m {
  font-size: 12px;
  line-height: default;
  font-weight: medium;
}

/* line 494, ../scss/base/_text.scss */
.detail-small-b {
  font-size: 12px;
  line-height: default;
  font-weight: bold;
}

/* line 500, ../scss/base/_text.scss */
.detail-medium-l {
  font-size: 12px;
  line-height: default;
  font-weight: light;
}

/* line 506, ../scss/base/_text.scss */
.detail-medium-r {
  font-size: 14px;
  line-height: default;
  font-weight: normal;
}

/* line 512, ../scss/base/_text.scss */
.detail-medium-m {
  font-size: 14px;
  line-height: default;
  font-weight: medium;
}

/* line 518, ../scss/base/_text.scss */
.detail-medium-b {
  font-size: 14px;
  line-height: default;
  font-weight: bold;
}

/* line 524, ../scss/base/_text.scss */
.detail-large-l {
  font-size: 14px;
  line-height: default;
  font-weight: light;
}

/* line 530, ../scss/base/_text.scss */
.detail-large-r {
  font-size: 16px;
  line-height: default;
  font-weight: normal;
}

/* line 536, ../scss/base/_text.scss */
.detail-large-m {
  font-size: 16px;
  line-height: default;
  font-weight: medium;
}

/* line 542, ../scss/base/_text.scss */
.detail-large-b {
  font-size: 16px;
  line-height: default;
  font-weight: bold;
}

/* BANNER */
/* line 6, ../scss/component/_components.scss */
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  height: 67vh;
}
/* line 15, ../scss/component/_components.scss */
.banner-video_opacity {
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #00000056;
  position: absolute;
}
/* line 24, ../scss/component/_components.scss */
.banner .button-scroll {
  position: absolute;
  bottom: 20px;
  z-index: 100;
}

/* line 34, ../scss/component/_components.scss */
.banner-m .container {
  max-width: 100% !important;
}
/* line 37, ../scss/component/_components.scss */
.banner-m .container .row {
  padding: 0;
  margin: 0;
}
/* line 42, ../scss/component/_components.scss */
.banner-m .container .col-md-12 {
  padding: 0;
  margin: 0;
}
/* line 48, ../scss/component/_components.scss */
.banner-m .banner {
  padding: 150px 0px 150px 0px;
  height: 370px;
}
/* line 53, ../scss/component/_components.scss */
.banner-m .banner-body {
  width: 1170px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  /* line 53, ../scss/component/_components.scss */
  .banner-m .banner-body {
    width: 100%;
  }
}
/* line 64, ../scss/component/_components.scss */
.banner-m .banner-body .banner-title {
  color: white;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  /* line 64, ../scss/component/_components.scss */
  .banner-m .banner-body .banner-title {
    font-size: 36px;
  }
}

/* BUTTONS */
/* line 77, ../scss/component/_components.scss */
.button-primary {
  border-radius: 4px;
  border: none;
  padding: 8px 15px;
  color: #7DC200;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

/* TABS */
/* line 105, ../scss/component/_components.scss */
.nav-tabs {
  justify-content: center;
  gap: 10px;
  border: none;
  margin-bottom: 24px;
}
/* line 111, ../scss/component/_components.scss */
.nav-tabs:before, .nav-tabs:after {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 105, ../scss/component/_components.scss */
  .nav-tabs {
    display: flex;
    justify-content: center;
  }
}
/* line 122, ../scss/component/_components.scss */
.nav-tabs .nav-item a {
  padding: 20px 30px 20px 30px;
  color: #A7A7A7;
  font-weight: 700;
  font-size: 16px;
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  /* line 122, ../scss/component/_components.scss */
  .nav-tabs .nav-item a {
    padding: 0;
    font-size: 12px;
    text-align: center;
  }
}
/* line 141, ../scss/component/_components.scss */
.nav-tabs .nav-item a:hover {
  background: none;
}
/* line 146, ../scss/component/_components.scss */
.nav-tabs .nav-item a.active {
  color: #606060;
}
/* line 149, ../scss/component/_components.scss */
.nav-tabs .nav-item a.active .tab-icon {
  opacity: 1;
}
/* line 154, ../scss/component/_components.scss */
.nav-tabs .nav-item .tab-icon {
  height: 60px;
  object-fit: contain;
  opacity: 0.6;
}

/* line 162, ../scss/component/_components.scss */
.fade:not(.show) {
  display: none;
}

/* line 166, ../scss/component/_components.scss */
.fade {
  opacity: 1;
}

/* line 170, ../scss/component/_components.scss */
.tabs--primary.nav.nav-tabs {
  background-color: #fff;
  display: none;
}

/* line 176, ../scss/component/_components.scss */
.container-content-tabs .container {
  color: #606060;
}
/* line 179, ../scss/component/_components.scss */
.container-content-tabs .container .row {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  /* line 179, ../scss/component/_components.scss */
  .container-content-tabs .container .row {
    gap: 60px;
  }
}
/* line 187, ../scss/component/_components.scss */
.container-content-tabs .container .row .divider-primary {
  margin-right: auto;
  margin-left: auto;
}
/* line 192, ../scss/component/_components.scss */
.container-content-tabs .container .row .first-column {
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  /* line 192, ../scss/component/_components.scss */
  .container-content-tabs .container .row .first-column {
    display: none !important;
  }
}
/* line 201, ../scss/component/_components.scss */
.container-content-tabs .container .row .col-md-6 {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1200px) {
  /* line 201, ../scss/component/_components.scss */
  .container-content-tabs .container .row .col-md-6 {
    width: 437px;
  }
}
@media (max-width: 768px) {
  /* line 211, ../scss/component/_components.scss */
  .container-content-tabs .container .row .col-md-6 .button-primary {
    width: 100%;
  }
}
/* line 216, ../scss/component/_components.scss */
.container-content-tabs .container .row .col-md-6 .button-primary {
  display: block;
  width: min-content;
  text-wrap: nowrap;
  margin: auto;
  margin-top: 22px;
}
/* line 225, ../scss/component/_components.scss */
.container-content-tabs .container .row img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  /* line 225, ../scss/component/_components.scss */
  .container-content-tabs .container .row img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 0;
  }
}

/* TITLES */
/* line 243, ../scss/component/_components.scss */
.size-text-primary {
  font-size: 16px;
  color: #606060 !important;
}
@media (min-width: 1280px) {
  /* line 243, ../scss/component/_components.scss */
  .size-text-primary {
    font-size: 18px;
  }
}

/* line 251, ../scss/component/_components.scss */
.news-title {
  color: #337ab7;
  font-size: 20px;
  font-weight: bold;
}

/* line 258, ../scss/component/_components.scss */
.container-flex .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

/* CARDS */
/* line 269, ../scss/component/_components.scss */
.card-simple {
  width: 150px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
/* line 276, ../scss/component/_components.scss */
.card-simple .card-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  background-color: rgba(160, 196, 34, 0.8);
  opacity: 0;
  background-image: url(../images/link-item.svg);
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: 0.3s;
}
/* line 292, ../scss/component/_components.scss */
.card-simple .card-hover:hover {
  opacity: 1;
}
/* line 297, ../scss/component/_components.scss */
.card-simple .card-image {
  position: relative;
}
/* line 301, ../scss/component/_components.scss */
.card-simple img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
/* line 308, ../scss/component/_components.scss */
.card-simple a,
.card-simple a:hover {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #606060;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 8px;
}

/* line 321, ../scss/component/_components.scss */
.card {
  border-radius: 16px !important;
  height: min-content;
  transition: 1s;
  border: none !important;
}

/* line 524, ../scss/component/_components.scss */
.card-bluelight-large {
  background-color: #BFCCD6;
  padding: 32px;
  width: 350px;
  height: 420px;
}
/* line 331, ../scss/component/_components.scss */
.card-bluelight-large .card-title {
  color: #00A6D7;
  font-weight: 700;
}
/* line 336, ../scss/component/_components.scss */
.card-bluelight-large .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 342, ../scss/component/_components.scss */
.card-bluelight-large .card-text p {
  color: #000000;
  font-weight: 600;
}
@media (max-width: 1200px) {
  /* line 524, ../scss/component/_components.scss */
  .card-bluelight-large {
    width: 100%;
    height: auto;
  }
}
/* line 439, ../scss/component/_components.scss */
.card-bluelight-large .card-img {
  margin-bottom: 12px;
}
/* line 442, ../scss/component/_components.scss */
.card-bluelight-large .card-img img {
  width: 50px;
  height: 50px;
}
/* line 448, ../scss/component/_components.scss */
.card-bluelight-large .card-title {
  margin-bottom: 0 !important;
  font-size: 29px;
}
/* line 453, ../scss/component/_components.scss */
.card-bluelight-large .card-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 458, ../scss/component/_components.scss */
.card-bluelight-large .card-text p,
.card-bluelight-large .field--name-field-body p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 18.75px;
}
/* line 528, ../scss/component/_components.scss */
.card-bluelight-large:hover {
  background-color: #c9d302;
}
/* line 531, ../scss/component/_components.scss */
.card-bluelight-large:hover .card-title,
.card-bluelight-large:hover .card-subtitle {
  color: #000000;
}

/* line 538, ../scss/component/_components.scss */
.card-bluelight-medium {
  background-color: #BFCCD6;
  padding: 32px 16px;
  width: 272px;
  height: 325px;
}
/* line 331, ../scss/component/_components.scss */
.card-bluelight-medium .card-title {
  color: #00A6D7;
  font-weight: 700;
}
/* line 336, ../scss/component/_components.scss */
.card-bluelight-medium .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 342, ../scss/component/_components.scss */
.card-bluelight-medium .card-text p {
  color: #000000;
  font-weight: 600;
}
/* line 471, ../scss/component/_components.scss */
.card-bluelight-medium .card-img {
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
}
/* line 476, ../scss/component/_components.scss */
.card-bluelight-medium .card-img img {
  transition: 1s;
  width: 45px;
  height: 45px;
}
/* line 483, ../scss/component/_components.scss */
.card-bluelight-medium .card-title {
  margin-bottom: 12px;
  font-size: 24px;
  transition: 1s;
}
/* line 489, ../scss/component/_components.scss */
.card-bluelight-medium .card-subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  transition: 1s;
}
/* line 542, ../scss/component/_components.scss */
.card-bluelight-medium:hover {
  background-color: #c9d302;
}
/* line 545, ../scss/component/_components.scss */
.card-bluelight-medium:hover .card-img {
  margin-bottom: 8px;
}
/* line 548, ../scss/component/_components.scss */
.card-bluelight-medium:hover .card-img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* line 555, ../scss/component/_components.scss */
.card-bluelight-medium:hover .card-title,
.card-bluelight-medium:hover .card-subtitle {
  color: #000000;
}
/* line 562, ../scss/component/_components.scss */
.card-bluelight-medium .card-text p {
  color: #000000;
  font-weight: 600;
}

/* line 569, ../scss/component/_components.scss */
.card-bluelight-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 157px;
  background-color: #BFCCD6;
}
/* line 504, ../scss/component/_components.scss */
.card-bluelight-small .card-img {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
/* line 509, ../scss/component/_components.scss */
.card-bluelight-small .card-img img {
  width: 50px;
  height: 50px;
}
/* line 515, ../scss/component/_components.scss */
.card-bluelight-small .card-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: 1s;
}
/* line 573, ../scss/component/_components.scss */
.card-bluelight-small .card-title {
  color: #000000;
  font-weight: 700;
}
/* line 578, ../scss/component/_components.scss */
.card-bluelight-small:hover {
  background-color: #c9d302;
}
/* line 581, ../scss/component/_components.scss */
.card-bluelight-small:hover .card-title,
.card-bluelight-small:hover .card-subtitle {
  color: #000000;
}
/* line 588, ../scss/component/_components.scss */
.card-bluelight-small .card-text p {
  color: #000000;
  font-weight: 600;
}

/* line 595, ../scss/component/_components.scss */
.card-blue-large {
  background-color: #00a6d7 !important;
  padding: 32px;
  width: 350px;
  height: 420px;
  padding: 20px;
}
/* line 352, ../scss/component/_components.scss */
.card-blue-large .card-title {
  color: #FFFFFF;
  font-weight: 800;
}
/* line 357, ../scss/component/_components.scss */
.card-blue-large .card-subtitle {
  color: #FFFFFF;
  font-weight: 500;
}
/* line 362, ../scss/component/_components.scss */
.card-blue-large .card-text,
.card-blue-large .field--name-field-body p {
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  /* line 595, ../scss/component/_components.scss */
  .card-blue-large {
    width: 100%;
    height: auto;
  }
}
/* line 439, ../scss/component/_components.scss */
.card-blue-large .card-img {
  margin-bottom: 12px;
}
/* line 442, ../scss/component/_components.scss */
.card-blue-large .card-img img {
  width: 50px;
  height: 50px;
}
/* line 448, ../scss/component/_components.scss */
.card-blue-large .card-title {
  margin-bottom: 0 !important;
  font-size: 29px;
}
/* line 453, ../scss/component/_components.scss */
.card-blue-large .card-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 458, ../scss/component/_components.scss */
.card-blue-large .card-text p,
.card-blue-large .field--name-field-body p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 18.75px;
}
/* line 600, ../scss/component/_components.scss */
.card-blue-large .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 606, ../scss/component/_components.scss */
.card-blue-large .card-text p {
  color: #FFFFFF;
  line-height: 1.5;
}
/* line 611, ../scss/component/_components.scss */
.card-blue-large:hover {
  background-color: #00a6d7 !important;
}

/* line 616, ../scss/component/_components.scss */
.card-blue-medium {
  background-color: #00a6d7 !important;
  padding: 32px 16px;
  width: 272px;
  height: 325px;
}
/* line 352, ../scss/component/_components.scss */
.card-blue-medium .card-title {
  color: #FFFFFF;
  font-weight: 800;
}
/* line 357, ../scss/component/_components.scss */
.card-blue-medium .card-subtitle {
  color: #FFFFFF;
  font-weight: 500;
}
/* line 362, ../scss/component/_components.scss */
.card-blue-medium .card-text,
.card-blue-medium .field--name-field-body p {
  color: #FFFFFF;
}
/* line 471, ../scss/component/_components.scss */
.card-blue-medium .card-img {
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
}
/* line 476, ../scss/component/_components.scss */
.card-blue-medium .card-img img {
  transition: 1s;
  width: 45px;
  height: 45px;
}
/* line 483, ../scss/component/_components.scss */
.card-blue-medium .card-title {
  margin-bottom: 12px;
  font-size: 24px;
  transition: 1s;
}
/* line 489, ../scss/component/_components.scss */
.card-blue-medium .card-subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  transition: 1s;
}
/* line 620, ../scss/component/_components.scss */
.card-blue-medium .card-text p {
  color: #FFFFFF;
}
/* line 623, ../scss/component/_components.scss */
.card-blue-medium:hover {
  background-color: #00a6d7 !important;
}

/* line 628, ../scss/component/_components.scss */
.card-blue-small {
  background-color: #00a6d7 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 157px;
}
/* line 352, ../scss/component/_components.scss */
.card-blue-small .card-title {
  color: #FFFFFF;
  font-weight: 800;
}
/* line 357, ../scss/component/_components.scss */
.card-blue-small .card-subtitle {
  color: #FFFFFF;
  font-weight: 500;
}
/* line 362, ../scss/component/_components.scss */
.card-blue-small .card-text,
.card-blue-small .field--name-field-body p {
  color: #FFFFFF;
}
/* line 504, ../scss/component/_components.scss */
.card-blue-small .card-img {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
/* line 509, ../scss/component/_components.scss */
.card-blue-small .card-img img {
  width: 50px;
  height: 50px;
}
/* line 515, ../scss/component/_components.scss */
.card-blue-small .card-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: 1s;
}
/* line 632, ../scss/component/_components.scss */
.card-blue-small .card-text p {
  color: #FFFFFF;
  font-size: 16px;
}
/* line 637, ../scss/component/_components.scss */
.card-blue-small .card-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600 !important;
}
/* line 642, ../scss/component/_components.scss */
.card-blue-small:hover {
  background-color: #00a6d7 !important;
}

/* line 647, ../scss/component/_components.scss */
.card-dark-large {
  background-color: #d1cece;
  padding: 32px;
  width: 350px;
  height: 420px;
  padding: 20px;
}
/* line 371, ../scss/component/_components.scss */
.card-dark-large .card-title {
  color: #27B9D2;
  font-weight: 800;
}
/* line 376, ../scss/component/_components.scss */
.card-dark-large .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 381, ../scss/component/_components.scss */
.card-dark-large .card-text p {
  color: #606060;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  /* line 647, ../scss/component/_components.scss */
  .card-dark-large {
    width: 100%;
    height: auto;
  }
}
/* line 439, ../scss/component/_components.scss */
.card-dark-large .card-img {
  margin-bottom: 12px;
}
/* line 442, ../scss/component/_components.scss */
.card-dark-large .card-img img {
  width: 50px;
  height: 50px;
}
/* line 448, ../scss/component/_components.scss */
.card-dark-large .card-title {
  margin-bottom: 0 !important;
  font-size: 29px;
}
/* line 453, ../scss/component/_components.scss */
.card-dark-large .card-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 458, ../scss/component/_components.scss */
.card-dark-large .card-text p,
.card-dark-large .field--name-field-body p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 18.75px;
}
/* line 652, ../scss/component/_components.scss */
.card-dark-large .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 658, ../scss/component/_components.scss */
.card-dark-large .card-text p {
  color: #606060;
  line-height: 1.5;
}

/* line 664, ../scss/component/_components.scss */
.card-dark-medium {
  background-color: #d1cece;
  padding: 32px 16px;
  width: 272px;
  height: 325px;
}
/* line 371, ../scss/component/_components.scss */
.card-dark-medium .card-title {
  color: #27B9D2;
  font-weight: 800;
}
/* line 376, ../scss/component/_components.scss */
.card-dark-medium .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 381, ../scss/component/_components.scss */
.card-dark-medium .card-text p {
  color: #606060;
  line-height: 1.5;
}
/* line 471, ../scss/component/_components.scss */
.card-dark-medium .card-img {
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
}
/* line 476, ../scss/component/_components.scss */
.card-dark-medium .card-img img {
  transition: 1s;
  width: 45px;
  height: 45px;
}
/* line 483, ../scss/component/_components.scss */
.card-dark-medium .card-title {
  margin-bottom: 12px;
  font-size: 24px;
  transition: 1s;
}
/* line 489, ../scss/component/_components.scss */
.card-dark-medium .card-subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  transition: 1s;
}

/* line 669, ../scss/component/_components.scss */
.card-dark-small {
  background-color: #d1cece;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 157px;
}
/* line 371, ../scss/component/_components.scss */
.card-dark-small .card-title {
  color: #27B9D2;
  font-weight: 800;
}
/* line 376, ../scss/component/_components.scss */
.card-dark-small .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 381, ../scss/component/_components.scss */
.card-dark-small .card-text p {
  color: #606060;
  line-height: 1.5;
}
/* line 504, ../scss/component/_components.scss */
.card-dark-small .card-img {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
/* line 509, ../scss/component/_components.scss */
.card-dark-small .card-img img {
  width: 50px;
  height: 50px;
}
/* line 515, ../scss/component/_components.scss */
.card-dark-small .card-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: 1s;
}
/* line 673, ../scss/component/_components.scss */
.card-dark-small .card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}

/* line 680, ../scss/component/_components.scss */
.card-light {
  width: 350px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 30px 0px #0000001A;
}
/* line 392, ../scss/component/_components.scss */
.card-light .card-body {
  padding: 24px 16px !important;
}
/* line 397, ../scss/component/_components.scss */
.card-light .card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
/* line 405, ../scss/component/_components.scss */
.card-light .card-title {
  font-size: 29px;
  color: #27B9D2;
  font-weight: 800;
  margin-bottom: 16px;
  width: 90%;
}
/* line 413, ../scss/component/_components.scss */
.card-light .card-subtitle {
  color: #606060;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 420, ../scss/component/_components.scss */
.card-light .card-text p,
.card-light .field--name-field-body p {
  color: #606060;
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
}

/* line 684, ../scss/component/_components.scss */
.card-event {
  height: 236px;
  padding: 32px 20px 32px 20px;
  gap: 24px;
  border-radius: 16px;
  box-shadow: 1px 1px 30px 0px #0000001A;
}
/* line 691, ../scss/component/_components.scss */
.card-event .card-title {
  font-weight: 700;
  font-size: 24px;
  color: #606060;
  line-height: 22px;
  min-height: 44px;
  margin-bottom: 24px;
}
/* line 700, ../scss/component/_components.scss */
.card-event p {
  margin-bottom: 0;
}
/* line 704, ../scss/component/_components.scss */
.card-event .card-text {
  color: #606060;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}

/* line 712, ../scss/component/_components.scss */
.card-product {
  width: 262px;
  height: 252px;
  padding: 32px 20px 32px 20px;
  gap: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 723, ../scss/component/_components.scss */
.card-product .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #606060;
  width: 90%;
}
/* line 730, ../scss/component/_components.scss */
.card-product .card-title p {
  font-size: 16px;
}
/* line 735, ../scss/component/_components.scss */
.card-product .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.52px;
  color: #606060;
  font-size: 16px;
}
/* line 743, ../scss/component/_components.scss */
.card-product .card-image,
.card-product .card-img,
.card-product .card-img-top {
  width: 222px;
  height: 70px;
  object-fit: contain;
  display: flex;
  justify-content: center;
}
/* line 752, ../scss/component/_components.scss */
.card-product .card-image img,
.card-product .card-img img,
.card-product .card-img-top img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}
/* line 759, ../scss/component/_components.scss */
.card-product .link-primary {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* line 766, ../scss/component/_components.scss */
.card-primary {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: transparent !important;
  max-height: 315px;
  height: auto;
}
@media screen and (max-width: 576px) {
  /* line 766, ../scss/component/_components.scss */
  .card-primary {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/* line 779, ../scss/component/_components.scss */
.card-primary .card-title {
  position: absolute;
  bottom: 13%;
  left: 5%;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  color: #FFFFFF;
  z-index: 1;
}
/* line 789, ../scss/component/_components.scss */
.card-primary .card-button {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #FFFFFF;
}
/* line 800, ../scss/component/_components.scss */
.card-primary .card-img img {
  max-width: 505px !important;
  position: relative !important;
  border-radius: 16px;
  height: 340px;
}
/* line 808, ../scss/component/_components.scss */
.card-primary::after {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  bottom: -1px;
  left: 1px;
  background: linear-gradient(180deg, transparent 57.81%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 16px;
  pointer-events: none;
}

/* line 823, ../scss/component/_components.scss */
.card-secondary {
  width: 262px;
  height: 287px;
  padding: 32px 20px 32px 20px;
  gap: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  /* line 823, ../scss/component/_components.scss */
  .card-secondary {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/* line 839, ../scss/component/_components.scss */
.card-secondary .card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #00A6D7;
}
/* line 846, ../scss/component/_components.scss */
.card-secondary .card-text,
.card-secondary .card-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.52px;
  color: #606060;
}
/* line 854, ../scss/component/_components.scss */
.card-secondary .card-img {
  width: 222px;
  height: 70px;
}
@media screen and (max-width: 576px) {
  /* line 854, ../scss/component/_components.scss */
  .card-secondary .card-img {
    width: 100%;
  }
}
/* line 862, ../scss/component/_components.scss */
.card-secondary .card-img img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
/* line 869, ../scss/component/_components.scss */
.card-secondary .card-button {
  display: flex;
  justify-content: end;
}

/* line 876, ../scss/component/_components.scss */
.card-secondary .card-title {
  color: #7DC200 !important;
}

/* line 881, ../scss/component/_components.scss */
.card-crop {
  width: 100%;
  height: 250px;
  gap: 16px;
  border-radius: 16px;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 881, ../scss/component/_components.scss */
  .card-crop {
    width: 545px;
  }
}
/* line 892, ../scss/component/_components.scss */
.card-crop a {
  text-decoration: none;
}
/* line 896, ../scss/component/_components.scss */
.card-crop .card-image-container {
  position: relative;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 896, ../scss/component/_components.scss */
  .card-crop .card-image-container {
    width: 545px;
  }
}
/* line 908, ../scss/component/_components.scss */
.card-crop .card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 908, ../scss/component/_components.scss */
  .card-crop .card-img img {
    width: 545px;
  }
}
/* line 921, ../scss/component/_components.scss */
.card-crop .card-icon {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 75px solid #ffffff;
  border-top: 75px solid transparent;
  border-left: 75px solid transparent;
  border-bottom: 75px solid #ffffff;
  right: 0;
  bottom: 0;
}
/* line 932, ../scss/component/_components.scss */
.card-crop .card-icon img {
  width: 60px;
  height: auto;
}
/* line 938, ../scss/component/_components.scss */
.card-crop .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 74px;
}
/* line 945, ../scss/component/_components.scss */
.card-crop .card-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
  color: #606060;
  text-decoration: none;
}

/* line 955, ../scss/component/_components.scss */
.breadcrumb {
  justify-content: end;
}

/* CAROUSEL */
/* line 961, ../scss/component/_components.scss */
.psi-carousel-primary {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: auto;
}
/* line 969, ../scss/component/_components.scss */
.psi-carousel-primary .card-simple .card-hover {
  display: none;
}
/* line 974, ../scss/component/_components.scss */
.psi-carousel-primary .slick-list {
  overflow: hidden;
}
/* line 978, ../scss/component/_components.scss */
.psi-carousel-primary .slick-dots {
  position: absolute;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: -25px;
}
/* line 987, ../scss/component/_components.scss */
.psi-carousel-primary .slick-track {
  display: flex;
  justify-content: center;
  transform: translate3d(0px, 0px);
}
/* line 993, ../scss/component/_components.scss */
.psi-carousel-primary .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 999, ../scss/component/_components.scss */
.psi-carousel-primary .slick-prev {
  all: unset;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/carousel-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
/* line 1010, ../scss/component/_components.scss */
.psi-carousel-primary .slick-next {
  all: unset;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/carousel-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

/* line 1023, ../scss/component/_components.scss */
.slick-prev {
  all: unset;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  position: relative;
}

/* line 1035, ../scss/component/_components.scss */
.slick-next {
  all: unset;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  position: relative;
}

/* line 1046, ../scss/component/_components.scss */
.slick-dots {
  gap: 24px;
}
/* line 1049, ../scss/component/_components.scss */
.slick-dots button {
  all: unset;
  cursor: pointer;
  width: 8px;
  height: 8px;
  color: transparent;
  background-color: #A7A7A7;
  border-radius: 100%;
}
/* line 1060, ../scss/component/_components.scss */
.slick-dots .slick-active button {
  background-color: #606060;
}

/* line 1066, ../scss/component/_components.scss */
.psi-carousel-secondary {
  display: flex;
  align-items: center;
}
/* line 1070, ../scss/component/_components.scss */
.psi-carousel-secondary .slick-slide {
  display: flex;
  justify-content: center;
}
/* line 1075, ../scss/component/_components.scss */
.psi-carousel-secondary .card-light {
  box-shadow: 1px 1px 20px 0px #0000001A;
}
/* line 1079, ../scss/component/_components.scss */
.psi-carousel-secondary .slick-prev::after {
  content: '<';
  font-size: 24px;
  background: #27b9d2;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  padding: 8px 12px;
  position: absolute;
  bottom: 50%;
  left: 40%;
  z-index: 1;
}
/* line 1095, ../scss/component/_components.scss */
.psi-carousel-secondary .slick-next::after {
  content: '>';
  font-size: 24px;
  background: #27b9d2;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  padding: 8px 16px;
  position: absolute;
  bottom: 50%;
  left: 80%;
  z-index: 1;
}

/* line 1113, ../scss/component/_components.scss */
.carousel-news-mobile {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 1118, ../scss/component/_components.scss */
.carousel-news-mobile .slick-slide {
  display: flex;
  justify-content: center;
}
/* line 1123, ../scss/component/_components.scss */
.carousel-news-mobile .slick-dots {
  position: absolute;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: -25px;
  width: 100%;
  justify-content: center;
}

/* BUTTON */
/* line 1177, ../scss/component/_components.scss */
object {
  transition: 0.5s;
}

/* line 1181, ../scss/component/_components.scss */
.button-primary,
.mega-group-title {
  height: 40px;
  border-radius: 4px;
  min-width: 130px;
  width: min-content;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 12px;
  transition: none;
  color: #7DC200;
  transition: none;
  background-color: transparent !important;
}
/* line 1154, ../scss/component/_components.scss */
.button-primary .icon-right,
.button-primary .icon-left,
.mega-group-title .icon-right,
.mega-group-title .icon-left {
  height: 16px;
  width: 16px;
}
/* line 1160, ../scss/component/_components.scss */
.button-primary:hover,
.mega-group-title:hover {
  text-decoration: none;
  transition: none;
}
/* line 1166, ../scss/component/_components.scss */
.button-primary a,
.mega-group-title a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 1171, ../scss/component/_components.scss */
.button-primary a:hover,
.mega-group-title a:hover {
  text-decoration: none;
}
/* line 1188, ../scss/component/_components.scss */
.button-primary:hover,
.mega-group-title:hover {
  color: #7DC200;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  transition: none;
}
/* line 1194, ../scss/component/_components.scss */
.button-primary a,
.mega-group-title a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
/* line 1200, ../scss/component/_components.scss */
.button-primary::after,
.mega-group-title::after {
  content: ' ';
  background-image: url(../images/icons/arrow-right.svg);
  background-size: 100% 100%;
  background-position: center;
  margin-right: 12px;
  height: 20px;
  width: 20px;
  color: #7DC200 !important;
}

/* line 1212, ../scss/component/_components.scss */
.button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif !important;
  text-decoration: none;
  color: #ffffff;
  background-color: #00A6D7;
  width: 180px;
  height: 40px;
  padding: 12px 24px 12px 24px;
  border-radius: 4px;
  font-size: 12px !important;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
/* line 1230, ../scss/component/_components.scss */
.button-secondary:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
/* line 1235, ../scss/component/_components.scss */
.button-secondary a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

/* line 1242, ../scss/component/_components.scss */
.button-primary-negative {
  height: 40px;
  border-radius: 4px;
  min-width: 130px;
  width: min-content;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 12px;
  transition: none;
  padding: 0 !important;
  background-color: #FFFFFF;
  color: #00A6D7 !important;
}
/* line 1154, ../scss/component/_components.scss */
.button-primary-negative .icon-right,
.button-primary-negative .icon-left {
  height: 16px;
  width: 16px;
}
/* line 1160, ../scss/component/_components.scss */
.button-primary-negative:hover {
  text-decoration: none;
  transition: none;
}
/* line 1166, ../scss/component/_components.scss */
.button-primary-negative a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 1171, ../scss/component/_components.scss */
.button-primary-negative a:hover {
  text-decoration: none;
}
/* line 1248, ../scss/component/_components.scss */
.button-primary-negative object {
  filter: brightness(0) saturate(100%) invert(46%) sepia(18%) saturate(4025%) hue-rotate(159deg) brightness(100%) contrast(100%);
}
/* line 1252, ../scss/component/_components.scss */
.button-primary-negative a {
  color: #00A6D7 !important;
  display: flex;
  align-items: center;
}

/* line 1259, ../scss/component/_components.scss */
.button-secondary-negative {
  height: 40px;
  border-radius: 4px;
  min-width: 130px;
  width: min-content;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 12px;
  transition: none;
  padding: 0 !important;
  background-color: #FFFFFF;
  color: #7DC200 !important;
}
/* line 1154, ../scss/component/_components.scss */
.button-secondary-negative .icon-right,
.button-secondary-negative .icon-left {
  height: 16px;
  width: 16px;
}
/* line 1160, ../scss/component/_components.scss */
.button-secondary-negative:hover {
  text-decoration: none;
  transition: none;
}
/* line 1166, ../scss/component/_components.scss */
.button-secondary-negative a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 1171, ../scss/component/_components.scss */
.button-secondary-negative a:hover {
  text-decoration: none;
}
/* line 1265, ../scss/component/_components.scss */
.button-secondary-negative object {
  filter: brightness(0) saturate(100%) invert(56%) sepia(79%) saturate(508%) hue-rotate(39deg) brightness(98%) contrast(103%);
}
/* line 1269, ../scss/component/_components.scss */
.button-secondary-negative a {
  color: #7DC200 !important;
  display: flex;
  align-items: center;
}

/* line 1276, ../scss/component/_components.scss */
.link-secondary {
  height: 40px;
  border-radius: 4px;
  min-width: 130px;
  width: min-content;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 12px;
  transition: none;
  min-width: auto;
  background-color: #FFFFFF;
  color: #7DC200 !important;
  padding: 4px 8px 4px 10px !important;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
/* line 1154, ../scss/component/_components.scss */
.link-secondary .icon-right,
.link-secondary .icon-left {
  height: 16px;
  width: 16px;
}
/* line 1160, ../scss/component/_components.scss */
.link-secondary:hover {
  text-decoration: none;
  transition: none;
}
/* line 1166, ../scss/component/_components.scss */
.link-secondary a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 1171, ../scss/component/_components.scss */
.link-secondary a:hover {
  text-decoration: none;
}
/* line 1287, ../scss/component/_components.scss */
.link-secondary .icon-right,
.link-secondary .icon-left {
  height: 24px !important;
  width: 24px !important;
}
/* line 1293, ../scss/component/_components.scss */
.link-secondary object,
.link-secondary svg {
  filter: brightness(0) saturate(100%) invert(56%) sepia(79%) saturate(508%) hue-rotate(39deg) brightness(98%) contrast(103%);
}
/* line 1299, ../scss/component/_components.scss */
.link-secondary:hover object {
  filter: none;
}
/* line 1303, ../scss/component/_components.scss */
.link-secondary:hover svg {
  filter: brightness(0) invert(1);
}

/* line 1309, ../scss/component/_components.scss */
.link-primary {
  height: 40px;
  border-radius: 4px;
  min-width: 130px;
  width: min-content;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 12px;
  transition: none;
  min-width: auto;
  padding: 4px 8px 4px 10px !important;
  background-color: #FFFFFF;
  color: #00A6D7 !important;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
/* line 1154, ../scss/component/_components.scss */
.link-primary .icon-right,
.link-primary .icon-left {
  height: 16px;
  width: 16px;
}
/* line 1160, ../scss/component/_components.scss */
.link-primary:hover {
  text-decoration: none;
  transition: none;
}
/* line 1166, ../scss/component/_components.scss */
.link-primary a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 1171, ../scss/component/_components.scss */
.link-primary a:hover {
  text-decoration: none;
}
/* line 1320, ../scss/component/_components.scss */
.link-primary .icon-right,
.link-primary .icon-left {
  height: 24px !important;
  width: 24px !important;
}
/* line 1326, ../scss/component/_components.scss */
.link-primary object {
  filter: brightness(0) saturate(100%) invert(46%) sepia(18%) saturate(4025%) hue-rotate(159deg) brightness(100%) contrast(100%);
}
/* line 1331, ../scss/component/_components.scss */
.link-primary:hover object {
  filter: none;
}
/* line 1335, ../scss/component/_components.scss */
.link-primary:hover svg {
  filter: brightness(0) invert(1);
}

/* line 1341, ../scss/component/_components.scss */
.banner-video {
  position: relative;
}

/* line 1345, ../scss/component/_components.scss */
.button-scroll {
  position: absolute;
  bottom: 20px;
}

/* line 1351, ../scss/component/_components.scss */
.button-download a {
  color: #00A6D7;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}
/* line 1359, ../scss/component/_components.scss */
.button-download::before {
  content: ' ';
  width: 16px;
  height: 16px;
  background-image: url("../../images/icons/download.svg");
  display: inline-block;
  margin-right: 8px;
}

/* ACCORDION */
/* line 1371, ../scss/component/_components.scss */
.accordion-button {
  height: 50px;
  color: #23262D;
  background-color: rgba(125, 194, 0, 0.1);
  width: 100%;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-weight: 400;
  font-size: 22px;
}
/* line 1383, ../scss/component/_components.scss */
.accordion-button .accordion-title {
  margin: 0 !important;
  font-weight: 400;
  font-size: 22px;
}
/* line 1389, ../scss/component/_components.scss */
.accordion-button:before {
  content: '';
  background: #00A6D7;
  width: 5px;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
}
/* line 1399, ../scss/component/_components.scss */
.accordion-button:after {
  background-image: url(../images/icons/gradient-arrow.svg);
  background-size: 100% 100%;
  margin-left: 12px;
  height: 16px;
  width: 16px;
}

/* line 1408, ../scss/component/_components.scss */
.accordion-body {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 1414, ../scss/component/_components.scss */
.accordion-item {
  border: none;
}

/* line 1418, ../scss/component/_components.scss */
.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* line 1423, ../scss/component/_components.scss */
.accordion-button:not(.collapsed) {
  color: #23262D;
  background-color: rgba(125, 194, 0, 0.1);
  box-shadow: none;
}
/* line 1428, ../scss/component/_components.scss */
.accordion-button:not(.collapsed):after {
  background-image: url(../images/icons/gradient-arrow.svg);
  transform: rotate(-90deg);
}

/*Accordeon*/
/* line 1437, ../scss/component/_components.scss */
.accordion-button {
  height: 50px;
  color: #23262D;
  background-color: rgba(125, 194, 0, 0.1);
  width: 100%;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-weight: 400;
  font-size: 22px;
}
/* line 1449, ../scss/component/_components.scss */
.accordion-button .accordion-title {
  margin: 0 !important;
  font-weight: 400;
  font-size: 22px;
}
/* line 1455, ../scss/component/_components.scss */
.accordion-button:before {
  content: '';
  background: #00A6D7;
  width: 5px;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
}
/* line 1465, ../scss/component/_components.scss */
.accordion-button:after {
  background-image: url(../images/icons/gradient-arrow.svg);
  background-size: 100% 100%;
  margin-left: 12px;
  height: 16px;
  width: 16px;
}

/* line 1474, ../scss/component/_components.scss */
.accordion-body {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 1480, ../scss/component/_components.scss */
.accordion-item {
  border: none;
}

/* line 1484, ../scss/component/_components.scss */
.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* line 1489, ../scss/component/_components.scss */
.accordion-button:not(.collapsed) {
  color: #23262D;
  background-color: rgba(125, 194, 0, 0.1);
  box-shadow: none;
}
/* line 1494, ../scss/component/_components.scss */
.accordion-button:not(.collapsed):after {
  background-image: url(../images/icons/gradient-arrow.svg);
  transform: rotate(-90deg);
}

/* MENU */
/* line 1503, ../scss/component/_components.scss */
.nav-secondary .navbar-nav .dropdown .dropdown-toggle span {
  display: none;
}

/* line 1508, ../scss/component/_components.scss */
.dropdown-toggle::after {
  margin-left: 0;
}

/* line 1512, ../scss/component/_components.scss */
.menu-navegacion-rizobacter li a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
}

/* line 1521, ../scss/component/_components.scss */
.menu-navegacion-rizobacter .link .nav-link,
.menu-navegacion-rizobacter .link .dropbtn-hover {
  color: #FFFFFF;
  transition: 0s;
}

/* line 1531, ../scss/component/_components.scss */
.bg-white .global-site-button-scroll-menu,
.bg-blue .global-site-button-scroll-menu {
  background: rgba(167, 167, 167, 0.3) !important;
}
/* line 1534, ../scss/component/_components.scss */
.bg-white .global-site-button-scroll-menu a,
.bg-blue .global-site-button-scroll-menu a {
  color: #606060 !important;
}
/* line 1539, ../scss/component/_components.scss */
.bg-white .nav-secondary .navbar-nav .dropdown .dropdown-toggle,
.bg-blue .nav-secondary .navbar-nav .dropdown .dropdown-toggle {
  color: #606060 !important;
  transition: 0s;
}

/* line 1545, ../scss/component/_components.scss */
.global-site-button-scroll-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 10px;
  width: 94px;
  height: 29px;
  top: 50px;
  right: 90px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 4px;
  margin-left: 15px;
}
/* line 1560, ../scss/component/_components.scss */
.global-site-button-scroll-menu a {
  color: #FFFFFF !important;
}
@media screen and (max-width: 1200px) {
  /* line 1545, ../scss/component/_components.scss */
  .global-site-button-scroll-menu {
    margin-left: 0px;
  }
}

/* line 1571, ../scss/component/_components.scss */
.dropdown-content ul {
  padding: 0;
}
/* line 1574, ../scss/component/_components.scss */
.dropdown-content ul li {
  list-style: none;
  padding-left: 0;
}
/* line 1578, ../scss/component/_components.scss */
.dropdown-content ul li a {
  color: black !important;
}

/* FOOTER */
/* line 1587, ../scss/component/_components.scss */
.footer-home {
  background-color: #23262D;
  color: #FFFFFF;
  height: 124px;
  padding: 40px 56px 40px 56px;
  display: flex;
  align-items: center;
}
/* line 1595, ../scss/component/_components.scss */
.footer-home .container-footer {
  width: 100%;
}
/* line 1600, ../scss/component/_components.scss */
.footer-home .social-media-home .social {
  all: unset;
}
/* line 1602, ../scss/component/_components.scss */
.footer-home .social-media-home .social .circles {
  display: flex;
  gap: 9px;
  padding-left: 200px;
}
/* line 1610, ../scss/component/_components.scss */
.footer-home .social-media-home .social a {
  display: block;
  width: 24px;
  height: 24px;
}
/* line 1616, ../scss/component/_components.scss */
.footer-home .social-media-home .social h2,
.footer-home .social-media-home .social h3 {
  display: none;
}
/* line 1621, ../scss/component/_components.scss */
.footer-home .social-media-home .social svg {
  display: none;
}
/* line 1625, ../scss/component/_components.scss */
.footer-home .social-media-home .social .circle-social {
  width: 24px;
  height: 24px;
  margin: 0 3px;
}
/* line 1631, ../scss/component/_components.scss */
.footer-home .social-media-home .social #twitter a {
  background-image: url(../images/icons/twitter-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1637, ../scss/component/_components.scss */
.footer-home .social-media-home .social #facebook a {
  background-image: url(../images/icons/facebook-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1643, ../scss/component/_components.scss */
.footer-home .social-media-home .social #linkedin a {
  background-image: url(../images/icons/linkedin-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1649, ../scss/component/_components.scss */
.footer-home .social-media-home .social #youtube a {
  background-image: url(../images/icons/youtube-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1655, ../scss/component/_components.scss */
.footer-home .social-media-home .social #instagram a {
  background-image: url(../images/icons/instagram-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1662, ../scss/component/_components.scss */
.footer-home .social-media-home .social #spotify a {
  background-image: url(../images/icons/spotify_1.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1670, ../scss/component/_components.scss */
.footer-home ul {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
}
/* line 1676, ../scss/component/_components.scss */
.footer-home ul li {
  list-style: none;
}
/* line 1679, ../scss/component/_components.scss */
.footer-home ul li a {
  height: 13px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 1692, ../scss/component/_components.scss */
.footer-home ul li:hover,
.footer-home ul li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

/* Footer tablet */
@media (max-width: 900px) {
  /* line 1705, ../scss/component/_components.scss */
  .footer-home {
    height: 170px;
    padding: 40px 56px 40px 56px;
    gap: 24px;
  }
  /* line 1710, ../scss/component/_components.scss */
  .footer-home nav {
    width: 100%;
  }
  /* line 1714, ../scss/component/_components.scss */
  .footer-home .container-footer {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  /* line 1720, ../scss/component/_components.scss */
  .footer-home ul {
    justify-content: center;
  }
  /* line 1724, ../scss/component/_components.scss */
  .footer-home svg {
    width: 140px;
    height: 24px;
  }
}
/* Footer mobile */
@media (max-width: 768px) {
  /* line 1736, ../scss/component/_components.scss */
  .footer-home {
    height: 217px;
    padding: 16px 16px 24px 16px;
    gap: 24px;
  }
  /* line 1741, ../scss/component/_components.scss */
  .footer-home .container-footer {
    gap: 24px;
  }
  /* line 1745, ../scss/component/_components.scss */
  .footer-home svg {
    width: 140px;
    height: 24px;
  }
  /* line 1750, ../scss/component/_components.scss */
  .footer-home ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 1758, ../scss/component/_components.scss */
  .footer-home .social-media-home .social .circles {
    padding-left: 0px;
  }
}
/* SOCIAL MEDIA MENU */
/* line 1770, ../scss/component/_components.scss */
.menu-social-home {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
/* line 1776, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social {
  all: unset;
}
/* line 1778, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social .circles {
  display: flex;
}
/* line 1784, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social a {
  display: block;
  width: 24px;
  height: 24px;
}
/* line 1790, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social h2,
.menu-social-home .social-media-menu-home .social h3 {
  display: none;
}
/* line 1795, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social svg {
  display: none;
}
/* line 1799, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social .circle-social {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
/* line 1805, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social #twitter a {
  background-image: url(../images/icons/twitter-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1811, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social #facebook a {
  background-image: url(../images/icons/facebook-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1817, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social #linkedin a {
  background-image: url(../images/icons/linkedin-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1823, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social #youtube a {
  background-image: url(../images/icons/youtube-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1829, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social #instagram a {
  background-image: url(../images/icons/instagram-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1836, ../scss/component/_components.scss */
.menu-social-home .social-media-menu-home .social #spotify a {
  background-image: url(../images/icons/spotify_1.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1846, ../scss/component/_components.scss */
.bg-white .menu-social-home {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
/* line 1852, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social {
  all: unset;
}
/* line 1854, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social .circles {
  display: flex;
}
/* line 1860, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social a {
  display: block;
  width: 24px;
  height: 24px;
}
/* line 1866, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social h2,
.bg-white .menu-social-home .social-media-menu-home .social h3 {
  display: none;
}
/* line 1871, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social svg {
  display: none;
}
/* line 1875, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social .circle-social {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
/* line 1881, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social #twitter a {
  background-image: url(../images/icons/twitter-copy-grey.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1887, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social #facebook a {
  background-image: url(../images/icons/facebook-copy-grey.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1893, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social #linkedin a {
  background-image: url(../images/icons/linkedin-copy-grey.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1899, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social #youtube a {
  background-image: url(../images/icons/youtube-copy-grey.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1905, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social #instagram a {
  background-image: url(../images/icons/instagram-copy-grey.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1912, ../scss/component/_components.scss */
.bg-white .menu-social-home .social-media-menu-home .social #spotify a {
  background-image: url(../images/icons/spotify_1-copy.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1921, ../scss/component/_components.scss */
.bg-white ul {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
}
/* line 1927, ../scss/component/_components.scss */
.bg-white ul li {
  list-style: none;
}
/* line 1930, ../scss/component/_components.scss */
.bg-white ul li a {
  height: 13px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 1943, ../scss/component/_components.scss */
.bg-white ul li:hover,
.bg-white ul li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

/* line 1955, ../scss/component/_components.scss */
.menu-social {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
/* line 1961, ../scss/component/_components.scss */
.menu-social .social-media-menu .social {
  all: unset;
}
/* line 1963, ../scss/component/_components.scss */
.menu-social .social-media-menu .social .circles {
  display: flex;
}
/* line 1969, ../scss/component/_components.scss */
.menu-social .social-media-menu .social a {
  display: block;
  width: 24px;
  height: 24px;
}
/* line 1975, ../scss/component/_components.scss */
.menu-social .social-media-menu .social h2,
.menu-social .social-media-menu .social h3 {
  display: none;
}
/* line 1980, ../scss/component/_components.scss */
.menu-social .social-media-menu .social svg {
  display: none;
}
/* line 1984, ../scss/component/_components.scss */
.menu-social .social-media-menu .social .circle-social {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
/* line 1990, ../scss/component/_components.scss */
.menu-social .social-media-menu .social #twitter a {
  background-image: url(../images/icons/twitter-copy-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1996, ../scss/component/_components.scss */
.menu-social .social-media-menu .social #facebook a {
  background-image: url(../images/icons/facebook-copy-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2002, ../scss/component/_components.scss */
.menu-social .social-media-menu .social #linkedin a {
  background-image: url(../images/icons/linkedin-copy-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2008, ../scss/component/_components.scss */
.menu-social .social-media-menu .social #youtube a {
  background-image: url(../images/icons/youtube-copy-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2014, ../scss/component/_components.scss */
.menu-social .social-media-menu .social #instagram a {
  background-image: url(../images/icons/instagram-copy-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2021, ../scss/component/_components.scss */
.menu-social .social-media-menu .social #spotify a {
  background-image: url(../images/icons/spotify_1-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2029, ../scss/component/_components.scss */
.menu-social ul {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
}
/* line 2035, ../scss/component/_components.scss */
.menu-social ul li {
  list-style: none;
}
/* line 2038, ../scss/component/_components.scss */
.menu-social ul li a {
  height: 13px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 2051, ../scss/component/_components.scss */
.menu-social ul li:hover,
.menu-social ul li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  /* line 2060, ../scss/component/_components.scss */
  #aboutus {
    text-align: center;
  }
}

/* line 2068, ../scss/component/_components.scss */
.dropdown-lang li a {
  transform: translate(0px, -6px);
}

/* line 2075, ../scss/component/_components.scss */
.components-page .content {
  display: block;
}

/* line 2081, ../scss/component/_components.scss */
[role="heading"] .header-home {
  position: absolute;
  width: 100%;
}
/* line 2086, ../scss/component/_components.scss */
[role="heading"] .header-home .pre-header .navbar #block-redessociales {
  background-color: transparent !important;
}
/* line 2088, ../scss/component/_components.scss */
[role="heading"] .header-home .pre-header .navbar #block-redessociales ul {
  background-color: transparent;
}
/* line 2090, ../scss/component/_components.scss */
[role="heading"] .header-home .pre-header .navbar #block-redessociales ul .nav-network, [role="heading"] .header-home .pre-header .navbar #block-redessociales ul a {
  border: none;
}
/* line 2092, ../scss/component/_components.scss */
[role="heading"] .header-home .pre-header .navbar #block-redessociales ul .nav-network i, [role="heading"] .header-home .pre-header .navbar #block-redessociales ul a i {
  color: #FFFFFF;
}
/* line 2099, ../scss/component/_components.scss */
[role="heading"] .header-home .pre-header .navbar button i {
  color: white !important;
}
/* line 2105, ../scss/component/_components.scss */
[role="heading"] .header-home .nav-home {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 100;
}
/* line 2110, ../scss/component/_components.scss */
[role="heading"] .header-home .nav-home .nav-main {
  background-color: transparent !important;
}
/* line 2112, ../scss/component/_components.scss */
[role="heading"] .header-home .nav-home .nav-main .menu__link--level-1 {
  color: #fff !important;
  text-decoration: none;
  border-bottom: none !important;
}
/* line 2122, ../scss/component/_components.scss */
[role="heading"] .header-home.sticky-navbar.bg-white .sticky {
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
}
/* line 2127, ../scss/component/_components.scss */
[role="heading"] .header-home.sticky-navbar.bg-white .menu--level-1 {
  align-items: baseline;
}
/* line 2130, ../scss/component/_components.scss */
[role="heading"] .header-home.sticky-navbar.bg-white .menu__link--level-1 {
  color: black !important;
  font-size: 14px !important;
  font-weight: 500;
}

/* line 2138, ../scss/component/_components.scss */
.sticky-navbar {
  position: sticky;
  top: 0px;
  z-index: 99;
  left: 0;
}

/* line 2147, ../scss/component/_components.scss */
.container-full-card-primary .row .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
  gap: 3rem;
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  /* line 2147, ../scss/component/_components.scss */
  .container-full-card-primary .row .col-md-12 {
    flex-direction: column !important;
  }
}

/* line 2164, ../scss/component/_components.scss */
.container-third .row .col-md-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  /* line 2164, ../scss/component/_components.scss */
  .container-third .row .col-md-12 {
    flex-direction: column;
  }
}

/* line 2180, ../scss/component/_components.scss */
.container-global .row .col-md-12 {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  align-items: start;
  gap: 1rem;
}
/* line 2187, ../scss/component/_components.scss */
.container-global .row .col-md-12 .button-primary {
  padding-left: 0;
}

/* line 2196, ../scss/component/_components.scss */
#banner-1013-mobile video {
  width: 100%;
}

/* line 1, ../scss/component/_container.scss */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
@media (min-width: 1200px) {
  /* line 1, ../scss/component/_container.scss */
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 0;
    padding-left: 0;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  /* line 17, ../scss/component/_container.scss */
  .section .button-primary {
    width: 100%;
  }
}

/* line 23, ../scss/component/_container.scss */
.container {
  padding: 0 !important;
}

/* line 32, ../scss/component/_container.scss */
.main {
  overflow: visible;
}

/* line 38, ../scss/component/_container.scss */
.header .container .row {
  align-items: center;
}
@media (max-width: 768px) {
  /* line 38, ../scss/component/_container.scss */
  .header .container .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) and (min-width: 1270) {
  /* line 44, ../scss/component/_container.scss */
  .header .container .row .first-column,
  .header .container .row .col-md-6 {
    width: 545px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1269) {
  /* line 44, ../scss/component/_container.scss */
  .header .container .row .first-column,
  .header .container .row .col-md-6 {
    width: 364px;
  }
}

/* line 61, ../scss/component/_container.scss */
.header img {
  width: 100%;
  height: 234px;
  margin-bottom: 16px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  /* line 61, ../scss/component/_container.scss */
  .header img {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
  }
}

/* line 75, ../scss/component/_container.scss */
.container-title {
  width: 545px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 75, ../scss/component/_container.scss */
  .container-title {
    width: 100%;
  }
  /* line 81, ../scss/component/_container.scss */
  .container-title .button-primary {
    width: 100%;
  }
}
/* line 86, ../scss/component/_container.scss */
.container-title div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 93, ../scss/component/_container.scss */
.container-title h2 {
  font-size: 28px !important;
  margin-bottom: 24px;
  color: #00A6D7;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  /* line 93, ../scss/component/_container.scss */
  .container-title h2 {
    font-size: 24px !important;
  }
}
/* line 104, ../scss/component/_container.scss */
.container-title h2 {
  font-size: 29px !important;
  margin-bottom: 24px;
  color: #00A6D7;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  /* line 104, ../scss/component/_container.scss */
  .container-title h2 {
    font-size: 28px !important;
  }
}
/* line 115, ../scss/component/_container.scss */
.container-title p {
  margin-bottom: 24px;
  text-align: center;
}
/* line 120, ../scss/component/_container.scss */
.container-title .button-primary {
  margin-top: 0;
}

/* line 125, ../scss/component/_container.scss */
.container-title-medium {
  width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 125, ../scss/component/_container.scss */
  .container-title-medium {
    width: 100%;
  }
}
/* line 133, ../scss/component/_container.scss */
.container-title-medium div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 140, ../scss/component/_container.scss */
.container-title-medium h2 {
  font-size: 32px !important;
  margin-bottom: 24px;
  color: #00A6D7;
  text-align: center;
  font-weight: 700;
}
/* line 148, ../scss/component/_container.scss */
.container-title-medium p {
  margin-bottom: 24px;
  text-align: center;
}
/* line 153, ../scss/component/_container.scss */
.container-title-medium .button-primary {
  margin-top: 0;
}

/* line 158, ../scss/component/_container.scss */
.container-m {
  width: 739px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 158, ../scss/component/_container.scss */
  .container-m {
    width: 100%;
  }
}

/* line 168, ../scss/component/_container.scss */
.container-lg {
  width: 929px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 168, ../scss/component/_container.scss */
  .container-lg {
    width: 100%;
  }
}

/* line 180, ../scss/component/_container.scss */
.container-photo-text .container .row {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1270px) {
  /* line 184, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 454px;
  }
}
@media screen and (max-width: 1269px) {
  /* line 184, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 369px;
  }
}
@media screen and (max-width: 1170px) {
  /* line 184, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 352px;
  }
}
@media screen and (max-width: 576px) {
  /* line 184, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 100%;
  }
}
@media screen and (min-width: 1270px) {
  /* line 202, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 454px;
  }
}
@media screen and (max-width: 1269px) {
  /* line 202, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 360px;
  }
}
@media screen and (max-width: 1170px) {
  /* line 202, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 352px;
  }
}
@media screen and (max-width: 576px) {
  /* line 202, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 100%;
  }
}
/* line 220, ../scss/component/_container.scss */
.container-photo-text .container .row h2 {
  margin-bottom: 0;
}
/* line 224, ../scss/component/_container.scss */
.container-photo-text .container .row img {
  width: 100%;
  height: 234px;
  margin-bottom: 24px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  /* line 224, ../scss/component/_container.scss */
  .container-photo-text .container .row img {
    width: 100% px;
    height: 454px;
    object-fit: cover;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  /* line 224, ../scss/component/_container.scss */
  .container-photo-text .container .row img {
    height: 320px;
  }
}

/* line 245, ../scss/component/_container.scss */
.container-button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 251, ../scss/component/_container.scss */
  .container-column-reverse .row {
    flex-direction: column-reverse;
  }
}

/* line 1, ../scss/component/_pager.scss */
.pager-nav {
  margin-top: 2rem;
}
/* line 4, ../scss/component/_pager.scss */
.pager-nav .pagination {
  gap: 0.25rem;
}
/* line 8, ../scss/component/_pager.scss */
.pager-nav .pager__item {
  list-style: none;
}
/* line 11, ../scss/component/_pager.scss */
.pager-nav .pager__item a,
.pager-nav .pager__item span.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: all 0.2s ease-in-out;
}
/* line 31, ../scss/component/_pager.scss */
.pager-nav .pager__item:first-child a {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
/* line 36, ../scss/component/_pager.scss */
.pager-nav .pager__item:last-child a {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
/* line 42, ../scss/component/_pager.scss */
.pager-nav .pager__item a:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
/* line 50, ../scss/component/_pager.scss */
.pager-nav .pager__item a:focus {
  z-index: 3;
  outline: 0;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
/* line 62, ../scss/component/_pager.scss */
.pager-nav .pager__item.is-active a, .pager-nav .pager__item.active a {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
  pointer-events: none;
}
/* line 73, ../scss/component/_pager.scss */
.pager-nav .pager__item.disabled a {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* @import './component/input'; */
/* line 18, ../scss/base/_custom-variables.scss */
* {
  font-family: "Roboto", sans-serif !important;
}

/* line 5, ../scss/component/_buttons.scss */
.btn-primary-positive, .btn-primary-negative, .btn-primary-negative a, .btn-secondary-positive, .btn-secondary-negative, .btn-white-positive, .btn-grey-positive {
  font-weight: 500 !important;
  padding: .5rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid;
  margin: auto;
  text-align: center;
  transition: .5;
  width: 100%;
}
@media (min-width: 1280px) {
  /* line 5, ../scss/component/_buttons.scss */
  .btn-primary-positive, .btn-primary-negative, .btn-primary-negative a, .btn-secondary-positive, .btn-secondary-negative, .btn-white-positive, .btn-grey-positive {
    width: fit-content;
  }
}

/* line 20, ../scss/component/_buttons.scss */
.btn-whatsapp, .btn-twitter, .btn-facebook, .btn-linkedin, .btn-instagram, .btn-chaybot, .btn-pinterest, .btn-spotify, .link-reset, .link-primary, .link-primary-ligth, .link-secondary, .link-secondary-ligth, .links.inline li a, .card.card-product-teaser .card-link {
  text-decoration: none !important;
  box-shadow: none !important;
  transition: none !important;
}
/* line 24, ../scss/component/_buttons.scss */
.btn-whatsapp:hover, .btn-twitter:hover, .btn-facebook:hover, .btn-linkedin:hover, .btn-instagram:hover, .btn-chaybot:hover, .btn-pinterest:hover, .btn-spotify:hover, .link-reset:hover, .link-primary:hover, .link-primary-ligth:hover, .link-secondary:hover, .link-secondary-ligth:hover, .links.inline li a:hover, .card.card-product-teaser .card-link:hover {
  text-decoration: none !important;
  box-shadow: none !important;
  transition: none !important;
}
/* line 29, ../scss/component/_buttons.scss */
.btn-whatsapp:focus, .btn-twitter:focus, .btn-facebook:focus, .btn-linkedin:focus, .btn-instagram:focus, .btn-chaybot:focus, .btn-pinterest:focus, .btn-spotify:focus, .link-reset:focus, .link-primary:focus, .link-primary-ligth:focus, .link-secondary:focus, .link-secondary-ligth:focus, .links.inline li a:focus, .card.card-product-teaser .card-link:focus {
  text-decoration: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* line 35, ../scss/component/_buttons.scss */
.btn-whatsapp, .btn-twitter, .btn-facebook, .btn-linkedin, .btn-instagram, .btn-chaybot, .btn-pinterest, .btn-spotify {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  border-radius: 360px;
  font-weight: 500;
  z-index: 100;
}
/* line 42, ../scss/component/_buttons.scss */
.btn-whatsapp i, .btn-twitter i, .btn-facebook i, .btn-linkedin i, .btn-instagram i, .btn-chaybot i, .btn-pinterest i, .btn-spotify i {
  position: relative;
  color: #ffffff;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-whatsapp {
  width: 55px;
  height: 55px;
  background: #25D366;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-whatsapp {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-whatsapp i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-whatsapp {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-whatsapp i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-whatsapp:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-whatsapp-message {
  background: #25D366;
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-whatsapp-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-whatsapp-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-whatsapp-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #25D366;
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-twitter {
  width: 55px;
  height: 55px;
  background: #1DA1F2;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-twitter {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-twitter i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-twitter {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-twitter i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-twitter:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-twitter-message {
  background: #1DA1F2;
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-twitter-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-twitter-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-twitter-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #1DA1F2;
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-facebook {
  width: 55px;
  height: 55px;
  background: #4267B2;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-facebook {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-facebook i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-facebook {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-facebook i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-facebook:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-facebook-message {
  background: #4267B2;
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-facebook-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-facebook-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-facebook-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #4267B2;
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-linkedin {
  width: 55px;
  height: 55px;
  background: #0e76a8;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-linkedin {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-linkedin i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-linkedin {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-linkedin i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-linkedin:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-linkedin-message {
  background: #0e76a8;
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-linkedin-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-linkedin-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-linkedin-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #0e76a8;
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-instagram {
  width: 55px;
  height: 55px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-instagram {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-instagram i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-instagram {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-instagram i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-instagram:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-instagram-message {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-instagram-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-instagram-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-instagram-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-chaybot {
  width: 55px;
  height: 55px;
  background: #ffffff;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-chaybot {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-chaybot i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-chaybot {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-chaybot i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-chaybot:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-chaybot-message {
  background: #ffffff;
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-chaybot-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-chaybot-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-chaybot-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-pinterest {
  width: 55px;
  height: 55px;
  background: #E60023;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-pinterest {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-pinterest i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-pinterest {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-pinterest i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-pinterest:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-pinterest-message {
  background: #E60023;
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-pinterest-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-pinterest-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-pinterest-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #E60023;
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 49, ../scss/component/_buttons.scss */
.btn-spotify {
  width: 55px;
  height: 55px;
  background: #1ED760;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-spotify {
    right: 10rem;
  }
}
/* line 58, ../scss/component/_buttons.scss */
.btn-spotify i {
  font-size: 2rem;
  top: 11px;
  left: 12px;
}
@media (min-width: 1280px) {
  /* line 49, ../scss/component/_buttons.scss */
  .btn-spotify {
    width: 50px;
    height: 50px;
  }
  /* line 67, ../scss/component/_buttons.scss */
  .btn-spotify i {
    font-size: 2rem;
    top: 8px;
    left: 12px;
    left: 9px;
  }
}
/* line 76, ../scss/component/_buttons.scss */
.btn-spotify:focus {
  outline: unset;
  outline-offset: 0;
}
/* line 80, ../scss/component/_buttons.scss */
.btn-spotify-message {
  background: #1ED760;
  position: absolute;
  top: -180px;
  left: -245px;
  height: auto;
  width: 295px;
  border-radius: 10px;
  padding: 1.8rem 1rem 1rem 1rem !important;
  color: #ffffff;
  text-align: left;
}
/* line 91, ../scss/component/_buttons.scss */
.btn-spotify-message .btn-close {
  background: transparent url(../../leaf/src/close-white.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  transition: 1s;
}
/* line 99, ../scss/component/_buttons.scss */
.btn-spotify-message .btn-close:focus {
  box-shadow: unset;
}
/* line 103, ../scss/component/_buttons.scss */
.btn-spotify-message::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #1ED760;
  transform: rotateZ(45deg);
  top: 115px;
  right: 15px;
}

/* line 222, ../scss/component/_buttons.scss */
.btn-primary-positive {
  background-color: #00a6d7;
  color: #ffffff;
  border-color: #00a6d7;
  transition: .5s;
}
/* line 125, ../scss/component/_buttons.scss */
.btn-primary-positive:hover {
  background-color: #ffffff;
  border-color: #00a6d7;
  color: #00a6d7;
}
/* line 130, ../scss/component/_buttons.scss */
.btn-primary-positive:focus {
  background-color: #ffffff;
  border-color: #00a6d7;
  outline: unset;
  color: #00a6d7;
}
/* line 224, ../scss/component/_buttons.scss */
.btn-primary-positive a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
/* line 228, ../scss/component/_buttons.scss */
.btn-primary-positive a:focus, .btn-primary-positive a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 234, ../scss/component/_buttons.scss */
.btn-primary-negative {
  background-color: #ffffff;
  color: #00a6d7;
  border-color: #00a6d7;
  transition: .5s;
}
/* line 142, ../scss/component/_buttons.scss */
.btn-primary-negative:hover {
  background-color: #7dc200;
  border-color: #ffffff;
  color: #ffffff;
}
/* line 147, ../scss/component/_buttons.scss */
.btn-primary-negative:focus {
  background-color: #7dc200;
  border-color: #ffffff;
  color: #ffffff;
  outline: unset;
}
/* line 236, ../scss/component/_buttons.scss */
.btn-primary-negative a {
  background-color: #ffffff;
  color: #00a6d7;
  border-color: #00a6d7;
  transition: .5s;
  color: #00a6d7;
}
/* line 142, ../scss/component/_buttons.scss */
.btn-primary-negative a:hover {
  background-color: #7dc200;
  border-color: #ffffff;
  color: #ffffff;
}
/* line 147, ../scss/component/_buttons.scss */
.btn-primary-negative a:focus {
  background-color: #7dc200;
  border-color: #ffffff;
  color: #ffffff;
  outline: unset;
}
/* line 239, ../scss/component/_buttons.scss */
.btn-primary-negative a:focus {
  color: #00a6d7;
  text-decoration: none;
}

/* line 248, ../scss/component/_buttons.scss */
.btn-secondary-positive a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
/* line 252, ../scss/component/_buttons.scss */
.btn-secondary-positive a:focus, .btn-secondary-positive a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 260, ../scss/component/_buttons.scss */
.btn-secondary-negative a {
  color: #7dc200;
}
/* line 262, ../scss/component/_buttons.scss */
.btn-secondary-negative a:focus {
  color: #7dc200;
  text-decoration: none;
}

/* line 268, ../scss/component/_buttons.scss */
.btn-white-positive {
  background-color: #ffffff;
  border-color: #ffffff !important;
  font-weight: 900;
  font-size: 1rem;
  transition: 1s;
  color: #00a6d7 !important;
  box-shadow: -1px 2px 5px 1px #a09f9f99;
}
/* line 178, ../scss/component/_buttons.scss */
.btn-white-positive:hover {
  background-color: #00a6d7;
  border-color: #BFCCD6;
  color: #BFCCD6 !important;
}
/* line 182, ../scss/component/_buttons.scss */
.btn-white-positive:hover i {
  color: #00a6d7 !important;
}
/* line 186, ../scss/component/_buttons.scss */
.btn-white-positive:focus {
  background-color: #00a6d7;
  border-color: #BFCCD6;
  color: #BFCCD6 !important;
}
/* line 190, ../scss/component/_buttons.scss */
.btn-white-positive:focus i {
  color: #00a6d7 !important;
}
/* line 271, ../scss/component/_buttons.scss */
.btn-white-positive a {
  font-weight: 600;
  color: #00a6d7 !important;
  text-decoration: none;
}
/* line 275, ../scss/component/_buttons.scss */
.btn-white-positive a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
/* line 279, ../scss/component/_buttons.scss */
.btn-white-positive a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none !important;
}

/* line 286, ../scss/component/_buttons.scss */
.btn-grey-positive {
  background-color: #BFCCD6;
  border-color: #BFCCD6 !important;
  font-weight: 900;
  font-size: 1rem;
  transition: 1s;
  color: #333333 !important;
  border-radius: 0;
  text-decoration: none !important;
}
/* line 203, ../scss/component/_buttons.scss */
.btn-grey-positive:hover {
  background-color: #ffffff;
  border-color: #BFCCD6;
  color: #606060 !important;
}
/* line 207, ../scss/component/_buttons.scss */
.btn-grey-positive:hover i {
  color: #333333 !important;
}
/* line 211, ../scss/component/_buttons.scss */
.btn-grey-positive:focus {
  background-color: #BFCCD6;
  border-color: #BFCCD6;
  color: #333333 !important;
}
/* line 215, ../scss/component/_buttons.scss */
.btn-grey-positive:focus i {
  color: #000000 !important;
}
/* line 290, ../scss/component/_buttons.scss */
.btn-grey-positive a {
  font-weight: 600;
  color: #00a6d7 !important;
  text-decoration: none;
}
/* line 294, ../scss/component/_buttons.scss */
.btn-grey-positive a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
/* line 298, ../scss/component/_buttons.scss */
.btn-grey-positive a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none !important;
}

/* line 306, ../scss/component/_buttons.scss */
.btn-primary-ligth {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  width: fit-content;
  font-weight: 900;
  font-size: 2rem;
}

/* line 316, ../scss/component/_buttons.scss */
.social-link {
  transition: .5s;
  color: #00a6d7;
  text-decoration: none;
}
/* line 321, ../scss/component/_buttons.scss */
.social-link:hover {
  color: #7dc200;
  text-decoration: none;
}
/* line 325, ../scss/component/_buttons.scss */
.social-link:focus {
  color: #00a6d7;
  text-decoration: none;
}

/* line 331, ../scss/component/_buttons.scss */
.link-reset {
  color: #00a6d7 !important;
}
/* line 334, ../scss/component/_buttons.scss */
.link-reset:hover {
  background-color: #ffffff;
}

/* line 363, ../scss/component/_buttons.scss */
.link-primary {
  transition: .5s;
  color: #00a6d7;
}
/* line 342, ../scss/component/_buttons.scss */
.link-primary:hover {
  background-color: #ffffff;
}
/* line 345, ../scss/component/_buttons.scss */
.link-primary:focus {
  outline: none;
  outline-offset: 0;
}

/* line 366, ../scss/component/_buttons.scss */
.link-primary-ligth {
  transition: .5s;
  color: #b3e4f3;
}
/* line 342, ../scss/component/_buttons.scss */
.link-primary-ligth:hover {
  background-color: #ffffff;
}
/* line 345, ../scss/component/_buttons.scss */
.link-primary-ligth:focus {
  outline: none;
  outline-offset: 0;
}

/* line 369, ../scss/component/_buttons.scss */
.link-secondary {
  transition: .5s;
  color: #7dc200;
  color: #d8edb3;
}
/* line 342, ../scss/component/_buttons.scss */
.link-secondary:hover {
  background-color: #ffffff;
}
/* line 345, ../scss/component/_buttons.scss */
.link-secondary:focus {
  outline: none;
  outline-offset: 0;
}

/* line 372, ../scss/component/_buttons.scss */
.link-secondary-ligth {
  transition: .5s;
}
/* line 342, ../scss/component/_buttons.scss */
.link-secondary-ligth:hover {
  background-color: #ffffff;
}
/* line 345, ../scss/component/_buttons.scss */
.link-secondary-ligth:focus {
  outline: none;
  outline-offset: 0;
}

/* line 378, ../scss/component/_buttons.scss */
.links.inline li a {
  transition: .5s;
  color: #00a6d7;
  font-weight: 700;
}
/* line 342, ../scss/component/_buttons.scss */
.links.inline li a:hover {
  background-color: #ffffff;
}
/* line 345, ../scss/component/_buttons.scss */
.links.inline li a:focus {
  outline: none;
  outline-offset: 0;
}

/* line 385, ../scss/component/_buttons.scss */
.search-icon-navbar {
  color: #606060 !important;
}

/* line 388, ../scss/component/_buttons.scss */
.btn-global-site {
  background-color: #A7A7A733 !important;
  border-radius: 4px !important;
  border: 0;
  font-weight: 900;
  font-size: 1rem;
  transition: 1s;
  color: #606060 !important;
  border-radius: 0;
  text-decoration: none !important;
}

/* line 400, ../scss/component/_buttons.scss */
.btn-more {
  white-space: unset;
  padding: 3px 35px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 6px 30px;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 413, ../scss/component/_buttons.scss */
.btn-more:hover {
  color: white;
  opacity: 0.8 !important;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 421, ../scss/component/_buttons.scss */
.btn-more:active {
  color: white;
}
/* line 424, ../scss/component/_buttons.scss */
.btn-more:focus {
  color: white;
}

/* line 429, ../scss/component/_buttons.scss */
.background-azul-claro, .background-62 {
  background-color: #007abb !important;
  color: white !important;
}

/* line 21, ../scss/component/_card.scss */
.card-image-top {
  width: 100%;
}
/* line 23, ../scss/component/_card.scss */
.card-image-top img {
  object-fit: cover;
  width: 35px;
  margin: auto;
}
/* line 31, ../scss/component/_card.scss */
.card-img-top {
  width: 100%;
}
/* line 33, ../scss/component/_card.scss */
.card-img-top-logo {
  width: 200px !important;
  padding: 1.5rem 1.8rem 0;
}
/* line 37, ../scss/component/_card.scss */
.card-img-top img {
  margin: auto;
}
/* line 45, ../scss/component/_card.scss */
.card-title h3 {
  text-align: center;
  width: auto;
}
/* line 53, ../scss/component/_card.scss */
.card.card-crops {
  border: none !important;
  width: 33%;
}
@media (min-width: 1280px) {
  /* line 53, ../scss/component/_card.scss */
  .card.card-crops {
    width: 20%;
  }
}
/* line 59, ../scss/component/_card.scss */
.card.card-crops.card-b2b {
  width: 100% !important;
}
/* line 62, ../scss/component/_card.scss */
.card.card-crops .card-circle {
  width: 85px;
  height: 85px;
  background: #ffffff;
  padding: 0.8rem 0.5px;
  border-radius: 360px;
  margin: auto;
  position: absolute;
  top: -3.5px;
  left: -2px;
  transition: 1s;
}
@media (min-width: 1280px) {
  /* line 62, ../scss/component/_card.scss */
  .card.card-crops .card-circle {
    width: 170px;
    height: 170px;
    top: -4.5px;
    left: -4.5px;
  }
}
/* line 79, ../scss/component/_card.scss */
.card.card-crops .card-circle-active {
  width: 85px;
  height: 85px;
  background: linear-gradient(180deg, #7DC200 0%, #00A6D7 100%);
  padding: 0.8rem 0.5px;
  border-radius: 360px;
  margin: auto;
  position: absolute;
  top: -2px;
  left: -2px;
  transition: .2s;
  animation-name: active-animation;
  animation-duration: 3s;
  animation-timing-function: ease-cubic-bezier(0, 0.64, 0.74, 0.95);
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
@media (min-width: 1280px) {
  /* line 79, ../scss/component/_card.scss */
  .card.card-crops .card-circle-active {
    width: 170px;
    height: 170px;
    top: -4.5px;
    left: -4.5px;
  }
}
/* line 103, ../scss/component/_card.scss */
.card.card-crops .card {
  margin-inline: 2rem;
}
/* line 105, ../scss/component/_card.scss */
.card.card-crops .card-image-top {
  position: relative;
  height: 160px;
  width: 160px;
  margin: auto;
  border-radius: 360px;
  box-shadow: -6px 4px 10px 0px #00000085;
}
@media (max-width: 425px) {
  /* line 105, ../scss/component/_card.scss */
  .card.card-crops .card-image-top {
    height: 80px;
    width: 80px;
  }
}
/* line 116, ../scss/component/_card.scss */
.card.card-crops .card-image-top img {
  position: relative;
  z-index: 10;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 360px;
}
/* line 125, ../scss/component/_card.scss */
.card.card-crops .card-title {
  text-align: center;
  font-size: 26px;
}
@media (max-width: 425px) {
  /* line 125, ../scss/component/_card.scss */
  .card.card-crops .card-title {
    font-size: 1.1rem;
  }
}
/* line 134, ../scss/component/_card.scss */
.card.card-primary {
  border-radius: 10px;
  background-color: #b3e4f3;
}
/* line 137, ../scss/component/_card.scss */
.card.card-secondary {
  border-radius: 10px;
  background-color: #d8edb3;
}
/* line 140, ../scss/component/_card.scss */
.card.card-default {
  border-radius: 10px;
  background-color: transparent;
}
/* line 143, ../scss/component/_card.scss */
.card.card-product-teaser {
  border-radius: 20px;
  box-shadow: 0 0 10px 4px #00000051;
  border: none !important;
}
@media (min-width: 1280px) {
  /* line 143, ../scss/component/_card.scss */
  .card.card-product-teaser {
    width: 360px;
    height: 330px;
    margin: 2rem;
  }
}
/* line 154, ../scss/component/_card.scss */
.card.card-product-teaser .card-img-top img {
  object-fit: fill;
  height: 100%;
  margin: auto;
  object-position: center;
  width: 200px;
}
@media (min-width: 1280px) {
  /* line 165, ../scss/component/_card.scss */
  .card.card-product-teaser .card-text {
    height: 110px;
    overflow: hidden;
  }
  /* line 169, ../scss/component/_card.scss */
  .card.card-product-teaser .card-text p {
    height: 110px;
  }
}
/* line 174, ../scss/component/_card.scss */
.card.card-product-teaser .card-title {
  display: none;
}
/* line 177, ../scss/component/_card.scss */
.card.card-product-teaser .card-link {
  color: #7dc200;
  transition: .5s !important;
  background-color: #ffffff;
  border: none;
}
/* line 184, ../scss/component/_card.scss */
.card.card-product-teaser .card-link:hover i, .card.card-product-teaser .card-link:hover p, .card.card-product-teaser .card-link:hover span {
  color: #d8edb3;
}
/* line 190, ../scss/component/_card.scss */
.card.card-product-teaser:hover {
  box-shadow: 0 0 10px 4px #00000051;
}
/* line 194, ../scss/component/_card.scss */
.card-product_europe {
  width: 45% !important;
  margin-inline: 1rem;
}
/* line 197, ../scss/component/_card.scss */
.card-product_europe-image {
  width: 20px !important;
  height: 16px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* line 202, ../scss/component/_card.scss */
.card-product_europe-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 1280px) {
  /* line 208, ../scss/component/_card.scss */
  .card-product_europe-body {
    display: flex;
    flex-direction: row;
  }
}
/* line 215, ../scss/component/_card.scss */
.card-product_europe-technology-logo {
  width: 40%;
  cursor: pointer;
}
@media (max-width: 425px) {
  /* line 215, ../scss/component/_card.scss */
  .card-product_europe-technology-logo {
    width: 100%;
  }
}

@keyframes active-animation {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@media (min-width: 1280px) {
  /* line 236, ../scss/component/_card.scss */
  .adjuvants .card.card-product-teaser {
    width: 360px;
    height: 330px;
    padding: 0 !important;
    border: none !important;
  }
  /* line 243, ../scss/component/_card.scss */
  .adjuvants .card.card-product-teaser .card-img-top {
    height: 50%;
  }
  /* line 245, ../scss/component/_card.scss */
  .adjuvants .card.card-product-teaser .card-img-top img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  /* line 252, ../scss/component/_card.scss */
  .adjuvants .card.card-product-teaser .card-title {
    display: flex;
  }
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-s {
    font-size: 0.8rem;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-s {
    font-size: 0.8rem;
  }
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-m {
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-m {
    font-size: 1rem;
  }
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-ml {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-ml {
    font-size: 1.25rem;
  }
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-l {
    font-size: 1.5rem;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-l {
    font-size: 1.5rem;
    max-width: 100%;
  }
}

/* line 21, ../scss/component/_text.scss */
.social-link {
  font-size: 1.5rem;
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-xl {
    font-size: 2rem;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-xl {
    font-size: 2rem;
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-xxl {
    font-size: 2.5rem;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-xxl {
    font-size: 2.5rem;
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-3xl {
    font-size: 3rem;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-3xl {
    font-size: 3rem;
  }
}

@media (max-width: 425px) {
  /* line 5, ../scss/component/_text.scss */
  .font-4xl {
    font-size: 3.5rem;
  }
}

@media (min-width: 1280px) {
  /* line 13, ../scss/component/_text.scss */
  .font-md-4xl {
    font-size: 3.5rem;
  }
}

/* line 30, ../scss/component/_text.scss */
.title-primary {
  font-weight: 700;
  color: #00a6d7;
}

/* line 30, ../scss/component/_text.scss */
.title-secondary {
  font-weight: 700;
  color: #7dc200;
}

/* line 30, ../scss/component/_text.scss */
.title-primary-ligth {
  font-weight: 700;
  color: #b3e4f3;
}

/* line 30, ../scss/component/_text.scss */
.title-secondary-ligth {
  font-weight: 700;
  color: #d8edb3;
}

/* line 30, ../scss/component/_text.scss */
.title-grey {
  font-weight: 700;
}

/* line 30, ../scss/component/_text.scss */
.title-dark-ligth {
  font-weight: 700;
  color: #333333;
}

/* line 30, ../scss/component/_text.scss */
.title-white {
  font-weight: 700;
  color: #ffffff;
}

/* line 30, ../scss/component/_text.scss */
.title-black {
  font-weight: 700;
}

/* line 36, ../scss/component/_text.scss */
.txt-primary {
  color: #00a6d7;
}
/* line 39, ../scss/component/_text.scss */
.txt-secondary {
  color: #7dc200;
}
/* line 42, ../scss/component/_text.scss */
.txt-white {
  color: #ffffff;
}

/* line 47, ../scss/component/_text.scss */
.font-xs-base {
  font-size: 18px;
}

@media (min-width: 1280px) {
  /* line 50, ../scss/component/_text.scss */
  .font-md-base {
    font-size: 18px;
  }
}

/* line 8, ../scss/component/_banner.scss */
.contain-image-center .field--item img {
  margin: auto;
}

/* line 16, ../scss/component/_banner.scss */
.grid-md-3 {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 1280px) {
  /* line 16, ../scss/component/_banner.scss */
  .grid-md-3 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-auto-rows: auto;
    justify-items: center;
  }
}

/* line 4, ../scss/component/_offcanvas.scss */
.offcanvas {
  width: 80% !important;
}
@media (min-width: 1280px) {
  /* line 4, ../scss/component/_offcanvas.scss */
  .offcanvas {
    width: 50% !important;
  }
}
/* line 9, ../scss/component/_offcanvas.scss */
.offcanvas-header {
  position: relative;
}
/* line 11, ../scss/component/_offcanvas.scss */
.offcanvas-header .btn-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
/* line 17, ../scss/component/_offcanvas.scss */
.offcanvas-header-container {
  border-bottom: 3px solid #7dc200;
  padding-left: 4rem;
}
/* line 22, ../scss/component/_offcanvas.scss */
.offcanvas-body {
  max-height: 75%;
  overflow-y: auto;
}

/* line 35, ../scss/style.scss */
.img-responsive {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/* line 41, ../scss/style.scss */
.container:after {
  clear: initial;
}

/* line 46, ../scss/style.scss */
body, html {
  font-family: 'Roboto', sans-serif;
}

/* line 50, ../scss/style.scss */
body {
  margin-top: 0;
  color: #606060;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
/* line 56, ../scss/style.scss */
body .language-menu {
  float: right;
  text-align: right;
  margin: 0;
  width: 100%;
}
/* line 63, ../scss/style.scss */
body h1, body h2 {
  line-height: 44px;
}
/* line 67, ../scss/style.scss */
body a {
  outline: none;
}
/* line 71, ../scss/style.scss */
body p {
  margin-bottom: 22px;
  line-height: 1.5;
}

/* line 77, ../scss/style.scss */
.modal-open {
  padding-right: 0px !important;
  overflow-y: auto !important;
}

/* line 83, ../scss/style.scss */
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 88, ../scss/style.scss */
.my-1 {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 93, ../scss/style.scss */
.mb-1 {
  margin-bottom: 24px;
}

/* line 97, ../scss/style.scss */
.mt-1 {
  margin-top: 24px;
}

/* line 101, ../scss/style.scss */
.my-2 {
  margin-top: 48px;
  margin-bottom: 48px;
}

/* line 106, ../scss/style.scss */
.mb-2 {
  margin-bottom: 48px;
}

/* line 110, ../scss/style.scss */
.mt-2 {
  margin-top: 48px;
}

/* line 114, ../scss/style.scss */
.py-1 {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 119, ../scss/style.scss */
.pb-1 {
  padding-bottom: 24px;
}

/* line 123, ../scss/style.scss */
.pt-1 {
  padding-top: 24px;
}

/* line 127, ../scss/style.scss */
.py-2 {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* line 132, ../scss/style.scss */
.pb-2 {
  padding-bottom: 48px;
}

/* line 136, ../scss/style.scss */
.pt-2 {
  padding-top: 48px;
}

/* line 141, ../scss/style.scss */
.high-size .parallax_size {
  height: 250px;
}

/* line 147, ../scss/style.scss */
.low-size .parallax_size {
  height: 100px;
}

/* line 151, ../scss/style.scss */
.h-300 {
  height: 300px;
}

/* line 156, ../scss/style.scss */
.main-container {
  background: #F5F5F5;
  position: relative;
}

/* line 160, ../scss/style.scss */
.w-100 {
  width: 100%;
}

/* line 164, ../scss/style.scss */
.btn-distr {
  padding: 6px 0px !important;
}

/* line 168, ../scss/style.scss */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  position: absolute;
}

/* line 172, ../scss/style.scss */
.webform-confirmation-modal {
  font-family: 'Raleway';
}

/* line 175, ../scss/style.scss */
.ui-dialog-titlebar {
  background-color: #0d4371;
}

/* line 179, ../scss/style.scss */
.ui-dialog-titlebar .ui-dialog-title {
  color: white;
  font-weight: bold;
}

/* line 184, ../scss/style.scss */
.sticky-navbar {
  position: sticky;
  top: 0px;
  z-index: 99;
}

/* line 190, ../scss/style.scss */
.side-bar-menu {
  z-index: 1;
}

/* line 194, ../scss/style.scss */
.flex-container {
  display: flex;
}

/* line 198, ../scss/style.scss */
.parallax-container {
  position: fixed;
  height: 600px;
  width: 100%;
  top: 46px;
  z-index: -1;
}

/* line 205, ../scss/style.scss */
.btn-contacto {
  margin-right: 0px !important;
  border-radius: 4px !important;
  padding-top: 6px !important;
  padding-right: 30px !important;
  padding-bottom: 6px !important;
  padding-left: 30px !important;
  background-color: #5bc0de !important;
}

/* line 215, ../scss/style.scss */
.first-title > h2, .first-title {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0px 20px;
  text-transform: uppercase;
  color: #0d4371;
  line-height: 1.5;
}

/* line 224, ../scss/style.scss */
.red {
  color: red;
}

/* line 228, ../scss/style.scss */
.title, .title > h1 {
  color: #0d4371;
  margin-bottom: 5px;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
}

/* line 236, ../scss/style.scss */
.inner-title, .inner-title > h1 {
  color: #0d4371;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .5px;
  margin-bottom: 5px;
}

/* line 245, ../scss/style.scss */
.short-description {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

/* line 251, ../scss/style.scss */
.lightblue-title {
  color: #1aa6e0;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

/* line 258, ../scss/style.scss */
.busqueda-activa-descripcion {
  margin-bottom: 5px;
}

/* line 264, ../scss/style.scss */
.navigation-mobile .menu--navegacion .link {
  border-bottom: solid 1px #3d709b;
}
/* line 266, ../scss/style.scss */
.navigation-mobile .menu--navegacion .link a {
  white-space: normal;
  padding: 10px 20px;
}
/* line 269, ../scss/style.scss */
.navigation-mobile .menu--navegacion .link a:focus {
  opacity: 1;
  background: rgba(33, 163, 223, 0.3);
}
/* line 274, ../scss/style.scss */
.navigation-mobile .menu--navegacion .link ul[block] {
  padding: 0px;
  margin: 0px;
  border-top: solid 1px #0d4371;
}
/* line 280, ../scss/style.scss */
.navigation-mobile .menu--navegacion .link:last-child {
  border-bottom: 0;
}

/* line 285, ../scss/style.scss */
.box-rrhh-right-green {
  background-color: #e4f1d3 !important;
  border: solid 1px #a0c422;
}

/* line 290, ../scss/style.scss */
.box-relative {
  position: relative;
  min-height: 240px;
}

/* line 295, ../scss/style.scss */
.box-rrhh-right-lightblue {
  background-color: #ccecf9 !important;
  border: solid 1px #27b9d2;
}

/* line 300, ../scss/style.scss */
.img-rrhh-box-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 306, ../scss/style.scss */
.img-rrhh-box-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 312, ../scss/style.scss */
.rrhh-collapse {
  background-color: white;
  padding: 20px;
  text-align: left;
}

/* line 318, ../scss/style.scss */
.box-rrhh {
  padding: 20px;
  border-radius: 2px;
}
/* line 321, ../scss/style.scss */
.box-rrhh .btn-rrhh-conocer-mas {
  background-color: white;
}

/* line 328, ../scss/style.scss */
.busqueda-activa-open-modal {
  text-decoration: underline;
}
/* line 330, ../scss/style.scss */
.busqueda-activa-open-modal:hover {
  cursor: pointer;
}

/* line 336, ../scss/style.scss */
#block-sliderrecursoshumanos strong {
  font-weight: normal !important;
}

/* line 341, ../scss/style.scss */
.busquedas-activas-ul {
  line-height: 1.2em;
}

/* line 345, ../scss/style.scss */
.item-busquedas-activas {
  font-size: 24px;
}
/* line 347, ../scss/style.scss */
.item-busquedas-activas > div {
  font-size: 15px;
}
/* line 351, ../scss/style.scss */
.item-busquedas-activas .modal-body ul {
  margin-bottom: 44px;
}

/* line 357, ../scss/style.scss */
.color-white {
  color: white;
}

/* line 361, ../scss/style.scss */
.white-title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

/* line 368, ../scss/style.scss */
.img-margin-bottom {
  margin-bottom: 22px;
}

/* line 372, ../scss/style.scss */
.img-margin-top {
  margin-top: 22px;
}

/* line 376, ../scss/style.scss */
.advantages-list {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 15px -10px 30px;
}
/* line 381, ../scss/style.scss */
.advantages-list li {
  margin-bottom: 15px;
}

/* line 386, ../scss/style.scss */
.titulo-caracteristica {
  font-weight: 600;
  font-size: 20pt;
  line-height: 44px;
}

/* line 392, ../scss/style.scss */
.background-azul-claro, .background-62 {
  background-color: #007abb;
}

/* line 397, ../scss/style.scss */
.background-naranja, .background-66 {
  background-color: #ed7d00;
}

/* line 400, ../scss/style.scss */
.background-verde-claro, .background-63 {
  background-color: #a0c422;
}

/* line 403, ../scss/style.scss */
.background-verde-agua, .background-64 {
  background-color: #008d6a;
}

/* line 406, ../scss/style.scss */
.background-celeste, .background-65 {
  background-color: #27b9d2;
}

/* line 410, ../scss/style.scss */
.background-azul-oscuro {
  background-color: #0d4372;
}

/* line 414, ../scss/style.scss */
.background-marron, .background-102 {
  background-color: #bc5f00;
}

/* line 418, ../scss/style.scss */
.background-marron-oscuro {
  background-color: #a09367;
}

/* line 422, ../scss/style.scss */
.background-gris-fondo {
  background-color: #f5f5f5;
}

/* line 426, ../scss/style.scss */
.region-after-content-full {
  background-color: #f5f5f5;
}

/* line 429, ../scss/style.scss */
.color-azul-claro {
  color: #007abb !important;
}

/* line 432, ../scss/style.scss */
.color-naranja {
  color: #ed7d00 !important;
}

/* line 435, ../scss/style.scss */
.color-verde-claro {
  color: #a0c422 !important;
}

/* line 438, ../scss/style.scss */
.color-verde-agua {
  color: #008d6a !important;
}

/* line 441, ../scss/style.scss */
.color-celeste {
  color: #27b9d2 !important;
}

/* line 444, ../scss/style.scss */
.color-marron {
  color: #bc5f00 !important;
}

/* line 447, ../scss/style.scss */
.color-azul-oscuro {
  color: #0d4372 !important;
}

/* line 451, ../scss/style.scss */
.color-marron-oscuro {
  color: #a09367 !important;
}

/* line 455, ../scss/style.scss */
.color-azul-rizobacter {
  color: #004976 !important;
}

/* line 459, ../scss/style.scss */
.background-azul-rizobacter {
  background-color: #027bc0;
}

/* line 463, ../scss/style.scss */
.color-gris-oscuro {
  color: #606060 !important;
}

/* line 467, ../scss/style.scss */
.background-gris-oscuro {
  background-color: #606060;
}

/* line 471, ../scss/style.scss */
.color-gris-medio {
  color: #9e9e9e !important;
}

/* line 476, ../scss/style.scss */
.background-gris-medio {
  background-color: #9e9e9e;
}

/* line 480, ../scss/style.scss */
.background-gris-claro {
  background-color: #efefef;
}

/* line 484, ../scss/style.scss */
.raleway-bold {
  font-weight: 600;
}

/* line 488, ../scss/style.scss */
.raleway-extra-bold {
  font-weight: 800;
}

/* line 492, ../scss/style.scss */
.font12 {
  font-size: 12px;
}

/* line 496, ../scss/style.scss */
.font14 {
  font-size: 14px;
}

/* line 500, ../scss/style.scss */
.font15 {
  font-size: 15px;
}

/* line 504, ../scss/style.scss */
.font16 {
  font-size: 16px;
}

/* line 508, ../scss/style.scss */
.font17 {
  font-size: 17px;
}

/* line 512, ../scss/style.scss */
.font18 {
  font-size: 18px;
}

/* line 516, ../scss/style.scss */
.font20 {
  font-size: 20px;
}

/* line 521, ../scss/style.scss */
.font22 {
  font-size: 22px;
}

/* line 525, ../scss/style.scss */
.font24 {
  font-size: 24px;
}

/* line 529, ../scss/style.scss */
.font26 {
  font-size: 26px;
}

/* line 533, ../scss/style.scss */
.font29 {
  font-size: 29px;
}

/* line 537, ../scss/style.scss */
.font40 {
  font-size: 40px;
}

/* line 542, ../scss/style.scss */
.captcha {
  margin-bottom: 12px;
}

/* line 546, ../scss/style.scss */
.collapse-social {
  display: none;
}

/* line 549, ../scss/style.scss */
.top_grey_line {
  background: #dfdfdf;
  display: block;
  height: 26px;
}
/* line 553, ../scss/style.scss */
.top_grey_line .link-global {
  margin-left: 23.66%;
  text-decoration: none;
}
/* line 556, ../scss/style.scss */
.top_grey_line .link-global .earth-icon {
  width: 1.4rem;
}

/* line 562, ../scss/style.scss */
.bottom-black-line {
  background-color: #000;
  display: block;
  height: 26px;
}

/* line 571, ../scss/style.scss */
.social-nets {
  margin: 0;
  display: table-cell;
}

/* line 576, ../scss/style.scss */
.social-nets .social-net {
  padding: 0px 5px;
  width: 100%;
}

/* line 581, ../scss/style.scss */
.social-nets .social-net:hover {
  opacity: 0.3;
}

/* line 585, ../scss/style.scss */
.small-color-block {
  display: inline-block;
  float: left;
}

/* line 590, ../scss/style.scss */
.social-nets {
  font-size: 15px;
  display: inline-block;
  float: right;
}
/* line 595, ../scss/style.scss */
.social-nets a:hover {
  background-color: transparent;
  text-decoration: none;
}

/* line 603, ../scss/style.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #21a3df;
}

/* line 611, ../scss/style.scss */
.white-line {
  background-color: white;
}

/* line 615, ../scss/style.scss */
header .lenguages-container {
  background-color: white;
  width: 100%;
}
/* line 618, ../scss/style.scss */
header .lenguages-container .language-menu {
  min-height: 25px;
}
/* line 620, ../scss/style.scss */
header .lenguages-container .language-menu a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  font-size: 10px;
}
/* line 626, ../scss/style.scss */
header .lenguages-container .language-menu a:hover {
  color: #0d4371;
  text-transform: uppercase;
}

/* line 637, ../scss/style.scss */
.arrow-icon-filial {
  float: right;
  font-size: 23px;
  color: white;
}
/* line 641, ../scss/style.scss */
.arrow-icon-filial:hover {
  opacity: .8;
}

/* line 647, ../scss/style.scss */
.content-expandible .btn-info {
  border: none;
  outline: none !important;
}
/* line 650, ../scss/style.scss */
.content-expandible .btn-info:hover {
  opacity: 0.8;
  background-color: #0d4371;
}
/* line 654, ../scss/style.scss */
.content-expandible .btn-info .ver-mas, .content-expandible .btn-info .ver-menos {
  font-style: normal;
}
/* line 658, ../scss/style.scss */
.content-expandible .btn-expanded {
  background-color: gray;
  border-color: gray;
}

/* line 666, ../scss/style.scss */
.social-media-sharing ul li {
  margin-right: 10px !important;
}

/* line 674, ../scss/style.scss */
.social-dropdown i ul li {
  top: -1.35rem !important;
  left: -9.5rem !important;
}

/* line 682, ../scss/style.scss */
.browser {
  float: right;
  padding: 0 0 10px;
}
/* line 685, ../scss/style.scss */
.browser .block-search {
  width: 200px;
}
/* line 687, ../scss/style.scss */
.browser .block-search .form-type-search {
  margin-bottom: 0px;
}
/* line 690, ../scss/style.scss */
.browser .block-search .button {
  padding: 1px 10px;
  border-radius: 0 31px 31px 0;
  background-color: #0d4371;
}
/* line 695, ../scss/style.scss */
.browser .block-search .form-search {
  height: 24px;
  border-radius: 31px 0 0 31px;
}

/* line 702, ../scss/style.scss */
.nopadding-left {
  padding-left: 0 !important;
}

/* line 705, ../scss/style.scss */
.nopadding-right {
  padding-right: 0 !important;
}

/* .open {
  padding: 0px;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1000;
  display: none;
  min-width: 160px;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  background-clip: padding-box;
} */
/* .open{
	> a{
		color:#0d4371 !important;
		border-bottom: #0d4371 !important;
	}
	ul{
		visibility: visible;
	}
} */
/* .open {
  padding: 0px;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1000;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  background-clip: padding-box;
} */
/* line 750, ../scss/style.scss */
.parallax-effect {
  position: fixed;
  width: 100%;
  display: block;
  top: 46px;
  left: 0;
  z-index: -1000000000;
}

/* line 760, ../scss/style.scss */
.parallax-imagen {
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}

/* line 770, ../scss/style.scss */
.breadcrumb {
  text-align: right !important;
  padding: 4px 10%;
  border-bottom: solid 1px #c1c1c1;
  border-top: solid 1px #c1c1c1;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0px;
}

/* line 781, ../scss/style.scss */
.small-color-block {
  display: inline-block;
  height: 20px;
  width: 25px;
}

/* line 787, ../scss/style.scss */
.small-color-block {
  height: 100%;
  width: 25px;
}

/* line 792, ../scss/style.scss */
#logo-top {
  max-width: 245px;
}

/* line 796, ../scss/style.scss */
#logo-top-header {
  max-width: 130px;
}

/* line 805, ../scss/style.scss */
.rizobacter-lang-switcher a {
  color: #606060;
}

/* line 809, ../scss/style.scss */
.rizobacter-lang-switcher a.is-active {
  font-weight: 600 !important;
}

/* line 813, ../scss/style.scss */
.navbar-default {
  min-height: 20px;
  margin-bottom: 0px;
  border: 0 !important;
  z-index: 2;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 822, ../scss/style.scss */
.navbar-default .navbar-nav > li {
  border: solid white 2px;
  z-index: 20;
}
/* line 825, ../scss/style.scss */
.navbar-default .navbar-nav > li > a {
  color: #0d4371 !important;
}
/* line 829, ../scss/style.scss */
.navbar-default .navbar-nav > li:hover {
  border-bottom: solid #0d4371 3px;
  z-index: 20;
}
/* line 832, ../scss/style.scss */
.navbar-default .navbar-nav > li:hover > a {
  color: #0d4371 !important;
}

/* line 838, ../scss/style.scss */
.navbar-default .navbar-nav > li > a {
  color: #606060;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

/* line 846, ../scss/style.scss */
.menu-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 854, ../scss/style.scss */
.lateral-fixed {
  position: fixed !important;
  z-index: 1000 !important;
  top: 100px !important;
}

/* line 861, ../scss/style.scss */
.breadcrumb {
  background-color: #fff;
}
/* line 863, ../scss/style.scss */
.breadcrumb li {
  color: #aaaaaa !important;
}
/* line 865, ../scss/style.scss */
.breadcrumb li a {
  color: #aaaaaa;
}

/* line 871, ../scss/style.scss */
.main-container-fixed {
  margin-top: 46px !important;
}

/* line 875, ../scss/style.scss */
.logo-scroll {
  display: none;
}

/* line 879, ../scss/style.scss */
.logo-footer {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inherit;
}
/* line 885, ../scss/style.scss */
.logo-footer img {
  margin: 12px;
  width: 170px;
}

/* line 892, ../scss/style.scss */
.modal-content .modal-body {
  padding: 20px 40px;
  color: #666666;
}
/* line 896, ../scss/style.scss */
.modal-content .logo-modal {
  width: 166px;
  display: inline-block;
}
/* line 900, ../scss/style.scss */
.modal-content .modal-title-distribuidor {
  border: solid 1px #b5b5b5;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 24px;
}
/* line 905, ../scss/style.scss */
.modal-content .modal-title-distribuidor p {
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  font-weight: 800;
  padding: 8px;
  margin-bottom: 0px !important;
}
/* line 915, ../scss/style.scss */
.modal-content .field-inline {
  display: inline;
}
/* line 919, ../scss/style.scss */
.modal-content .modal-icon {
  min-width: 30px;
  font-size: 16px;
  text-align: center;
}

/* line 930, ../scss/style.scss */
.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/* line 939, ../scss/style.scss */
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/* line 968, ../scss/style.scss */
.spinner-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 978, ../scss/style.scss */
.logo-scroll-scrolling {
  position: absolute;
  top: 0;
  left: 0;
  display: inherit;
  transform: translateY(-5px);
  opacity: 0;
  animation: logo .35s ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
/* line 990, ../scss/style.scss */
.logo-scroll-scrolling img {
  margin: 14px;
  width: 170px;
}
@keyframes logo {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(1px);
  }
}
/* line 1002, ../scss/style.scss */
.menu--navegacion--mobile .link {
  border-bottom: solid 1px #3d709b;
}
/* line 1004, ../scss/style.scss */
.menu--navegacion--mobile .link a {
  white-space: normal;
  padding: 10px 20px;
}
/* line 1007, ../scss/style.scss */
.menu--navegacion--mobile .link a:focus {
  opacity: 1;
  background: rgba(33, 163, 223, 0.3);
}
/* line 1012, ../scss/style.scss */
.menu--navegacion--mobile .link ul[block] {
  padding: 0px;
  margin: 0px;
  border-top: solid 1px #0d4371;
}
/* line 1018, ../scss/style.scss */
.menu--navegacion--mobile .link:last-child {
  border-bottom: 0;
}

/* line 1023, ../scss/style.scss */
section#block-languageswitcher {
  position: absolute;
  top: 8px;
}

/* line 1028, ../scss/style.scss */
.white-square {
  background: white;
  padding: 22px;
  margin: 22px 0;
}

/* line 1034, ../scss/style.scss */
.active-tag {
  text-decoration: none;
  background-color: #21a3df !important;
  cursor: pointer;
}

/* line 1042, ../scss/style.scss */
.footer .map-footer {
  width: 100%;
  height: 135px;
}
/* line 1046, ../scss/style.scss */
.footer .map-footer .container-map {
  text-align: center;
  background-color: #1fa6de;
  color: #fff;
}
/* line 1051, ../scss/style.scss */
.footer .map-footer .container-map img {
  height: 135px;
}
/* line 1054, ../scss/style.scss */
.footer .map-footer .container-map .text-map {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
  top: -100px;
  font-size: 11px;
}
/* line 1061, ../scss/style.scss */
.footer .map-footer .container-map .text-map div {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #a0c422;
  display: inline-block;
}
/* line 1068, ../scss/style.scss */
.footer .map-footer .container-map .text-map div a:hover {
  opacity: 0.5;
}
/* line 1071, ../scss/style.scss */
.footer .map-footer .container-map .text-map div img {
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
}

/* line 1083, ../scss/style.scss */
.field--name-field-gacetilla2 .field--label {
  display: none;
}

/* line 1088, ../scss/style.scss */
.region-footer > #block-menufooter {
  position: relative;
  top: 0px;
  background-color: white;
}

/* line 1094, ../scss/style.scss */
.directorio-img {
  display: inline-block;
  max-width: 250px;
  height: auto;
  text-align: center;
  padding: 15px;
  border-radius: 50%;
}

/* line 1102, ../scss/style.scss */
.content-menufooter {
  background-color: #0d4372;
}
/* line 1104, ../scss/style.scss */
.content-menufooter > div {
  position: relative;
}
/* line 1107, ../scss/style.scss */
.content-menufooter .menu {
  text-align: center;
}
/* line 1110, ../scss/style.scss */
.content-menufooter .menu li {
  float: left;
}
/* line 1117, ../scss/style.scss */
.content-menufooter .menu li a:hover {
  background-color: #21a3df;
}
/* line 1121, ../scss/style.scss */
.content-menufooter .menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  padding: 12px 15px;
}

/* line 1133, ../scss/style.scss */
.distribuidor-footer .distribuidor {
  background-color: #20a6df;
  text-align: center;
  padding: 35px;
}
/* line 1137, ../scss/style.scss */
.distribuidor-footer .distribuidor .text-distribuidor {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 1143, ../scss/style.scss */
.distribuidor-footer .distribuidor .icon-distribuidor {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 10px;
}
/* line 1148, ../scss/style.scss */
.distribuidor-footer .distribuidor .icon-distribuidor svg:hover g #svg_1 {
  fill: #0d4371;
}

/* line 1156, ../scss/style.scss */
.newsletter-footer .newsletter {
  background-color: #20a6df;
  text-align: center;
  padding: 35px 0;
}
/* line 1160, ../scss/style.scss */
.newsletter-footer .newsletter .text-newsletter {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 1166, ../scss/style.scss */
.newsletter-footer .newsletter .icon-newsletter {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 10px;
}
/* line 1171, ../scss/style.scss */
.newsletter-footer .newsletter .icon-newsletter svg:hover #svg_1 {
  fill: #0d4371;
}

@keyframes menu-despliegue {
  0% {
    top: 0px;
  }
  100% {
    top: 50px;
  }
}
@keyframes main-down {
  0% {
    top: 200px;
  }
  100% {
    top: 250px;
  }
}
/* line 1201, ../scss/style.scss */
.btn-more {
  white-space: unset;
  padding: 3px 35px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 6px 30px;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 1214, ../scss/style.scss */
.btn-more:hover {
  color: white;
  opacity: 0.8 !important;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 1222, ../scss/style.scss */
.btn-more:active {
  color: white;
}
/* line 1225, ../scss/style.scss */
.btn-more:focus {
  color: white;
}

/* line 1230, ../scss/style.scss */
.btn-download {
  padding: 3px 16px !important;
  font-size: 0.8rem !important;
}

/* line 1235, ../scss/style.scss */
a {
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 1240, ../scss/style.scss */
a:hover {
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

/* line 1248, ../scss/style.scss */
.block-busquedas-activas-overflow {
  overflow-y: auto;
}
/* line 1250, ../scss/style.scss */
.block-busquedas-activas-overflow::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a0c422;
  border-radius: 0px;
  padding: 5px 0;
}
/* line 1258, ../scss/style.scss */
.block-busquedas-activas-overflow::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
/* line 1264, ../scss/style.scss */
.block-busquedas-activas-overflow::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

/* line 1277, ../scss/style.scss */
.busquedas-activas-boton-enlace a {
  text-decoration: none;
  color: inherit;
}

/* line 1283, ../scss/style.scss */
.rizobacter-menu-navigation {
  background-color: #0d4371;
}

/* line 1288, ../scss/style.scss */
.first-header-square {
  background-color: #1fa6de;
}

/* line 1292, ../scss/style.scss */
.second-header-square {
  background-color: #94D60A;
}

/* line 1296, ../scss/style.scss */
.third-header-square {
  background-color: #E1E100;
}

/* line 1300, ../scss/style.scss */
.first-header-square,
.second-header-square,
.third-header-square {
  height: 46px;
  width: 46px;
  display: inline-block;
  float: right;
}

/* line 1309, ../scss/style.scss */
.custom-menu-offset {
  margin-left: 11.33%;
}

/* line 1314, ../scss/style.scss */
.popover {
  border: 1px solid transparent !important;
  z-index: 999;
}

/* line 1319, ../scss/style.scss */
.popover.top > .arrow {
  border-top-color: white;
}

@media (max-width: 992px) {
  /* line 1331, ../scss/style.scss */
  .g-recaptcha div {
    width: 100% !important;
  }
  /* line 1333, ../scss/style.scss */
  .g-recaptcha div iframe {
    width: 100% !important;
  }

  /* line 1339, ../scss/style.scss */
  .title, .title > h1 {
    font-size: 25px;
  }

  /* line 1342, ../scss/style.scss */
  .logo-scroll-scrolling {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  /* line 1346, ../scss/style.scss */
  .short-description {
    font-size: 15px;
  }

  /* line 1350, ../scss/style.scss */
  body h1, body h2 {
    line-height: 1.35;
  }

  /* line 1354, ../scss/style.scss */
  .content-menufooter li {
    display: inline-block !important;
  }

  /* line 1357, ../scss/style.scss */
  .content-menufooter li a {
    font-size: 10px;
    padding: 10px 6px;
  }

  /* line 1362, ../scss/style.scss */
  .front-container .row-container .col .field_gacetilla {
    width: 100% !important;
  }

  /* line 1366, ../scss/style.scss */
  .white-title {
    margin-top: 10px;
    font-size: 16px;
  }

  /* line 1372, ../scss/style.scss */
  .linea-de-desarrollo-field-caracteristicas .title {
    margin-bottom: 15px;
  }

  /* line 1377, ../scss/style.scss */
  .bottom-black-line {
    display: none;
  }

  /* line 1383, ../scss/style.scss */
  .logo-footer {
    display: none;
  }

  /* line 1387, ../scss/style.scss */
  .content-menufooter li {
    display: block;
    float: none;
  }

  /* line 1392, ../scss/style.scss */
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0d4371;
  }

  /* line 1396, ../scss/style.scss */
  .navbar-header {
    border-bottom: 1px solid #3d709b;
  }
  /* line 1398, ../scss/style.scss */
  .navbar-header .navbar-toggle {
    background-color: none;
  }

  /* line 1404, ../scss/style.scss */
  .logo-scroll {
    display: block;
    left: auto;
    position: absolute;
    right: 0;
  }
  /* line 1409, ../scss/style.scss */
  .logo-scroll img {
    margin: 30px 22px;
    width: 170px;
  }

  /* line 1415, ../scss/style.scss */
  .logo-scroll-scrolling {
    left: auto;
    right: 0;
  }
  /* line 1418, ../scss/style.scss */
  .logo-scroll-scrolling img {
    margin: 30px 22px;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  /* line 1425, ../scss/style.scss */
  .top_grey_line .link-global {
    margin-left: 0;
  }

  /* line 1429, ../scss/style.scss */
  .collapse-social {
    display: inline-block;
    float: right;
    padding: 2px 3px 0;
    font-size: 12px;
  }
  /* line 1434, ../scss/style.scss */
  .collapse-social a {
    text-decoration: none;
  }

  /* line 1438, ../scss/style.scss */
  .social-nets {
    display: none;
  }

  /* line 1442, ../scss/style.scss */
  .dropdown-social {
    display: block;
    background-color: #dfdfdf;
    width: 100%;
    min-height: 34px;
    padding: 15px 10px;
    z-index: 9999999;
    left: 0;
  }
  /* line 1450, ../scss/style.scss */
  .dropdown-social .social-net {
    padding: 0px 10px;
  }
  /* line 1453, ../scss/style.scss */
  .dropdown-social .social-net a img {
    width: 16px;
  }

  /* line 1464, ../scss/style.scss */
  header .transparent-line {
    display: none;
  }
  /* line 1468, ../scss/style.scss */
  header .white-line {
    position: sticky;
  }
  /* line 1469, ../scss/style.scss */
  header .white-line .top-logo-container, header .white-line .browser-container {
    display: none;
  }

  /* line 1477, ../scss/style.scss */
  .main-container-fixed {
    margin: 75px 0 0 0 !important;
  }

  /* line 1480, ../scss/style.scss */
  .navbar-default {
    z-index: 1000 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    top: 25px;
    border: 0px;
  }
  /* line 1489, ../scss/style.scss */
  .navbar-default .container-fluid > nav > a {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 0px;
    left: auto !important;
    display: inherit;
  }
  /* line 1497, ../scss/style.scss */
  .navbar-default .container-fluid > nav > a > img {
    margin: 0 auto !important;
    width: 170px;
  }

  /* line 1505, ../scss/style.scss */
  .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none;
  }

  /* line 1513, ../scss/style.scss */
  .navbar-header .navbar-toggle {
    margin: 0px !important;
    border: 0px;
    padding: 30px 27px 30px 26px;
  }
  /* line 1517, ../scss/style.scss */
  .navbar-header .navbar-toggle .icon-bar {
    background-color: white;
  }
  /* line 1521, ../scss/style.scss */
  .navbar-header .navbar-toggle:hover {
    background-color: #0d4371;
  }
  /* line 1523, ../scss/style.scss */
  .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: white;
  }

  /* line 1529, ../scss/style.scss */
  .navbar-collapse {
    border: 0px solid #0d4371 !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  /* line 1535, ../scss/style.scss */
  .navbar-collapse ul {
    border-bottom: 0px;
    background-color: #fff !important;
  }
  /* line 1538, ../scss/style.scss */
  .navbar-collapse ul li {
    /* border-bottom: 1px solid #3d709b ; */
  }
  /* line 1540, ../scss/style.scss */
  .navbar-collapse ul li > a {
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  /* line 1545, ../scss/style.scss */
  .navbar-collapse ul li > a:hover {
    opacity: 1;
    background: rgba(33, 163, 223, 0.3);
  }
  /* line 1550, ../scss/style.scss */
  .navbar-collapse ul li > ul {
    background-color: #e1e1e1 !important;
  }
  /* line 1552, ../scss/style.scss */
  .navbar-collapse ul li > ul li {
    border-bottom: solid 1px #b8b8b8;
  }
  /* line 1554, ../scss/style.scss */
  .navbar-collapse ul li > ul li a {
    color: black;
    text-align: center;
    text-transform: uppercase;
  }

  /* line 1567, ../scss/style.scss */
  .secondfooter .social-nets {
    display: none;
  }

  /* line 1572, ../scss/style.scss */
  .custom-menu-offset {
    margin-left: 0;
  }

  /* line 1576, ../scss/style.scss */
  .st_whatsapp_custom {
    display: inline-block;
  }
}
@media (min-width: 993px) {
  /* line 1583, ../scss/style.scss */
  .st_whatsapp_custom {
    display: none !important;
  }

  /* 	.rizobacter-menu-navigation{
  		.menu-navegacion-rizobacter{
  			text-align: left;
  		    text-transform: uppercase;
  		    font-weight: 600;
  		    list-style-type: none;
  		    margin-left: 11.33%;
  		    > li{
  		    	float: left;
  			    -webkit-transition: all .35s ease-out;
  			    -moz-transition: all .35s ease-out;
  			    -o-transition: all .35s ease-out;
  			    transition: all .35s ease-out;
  			    border-left: transparent;
  			    border-right: transparent;
  			    &:hover{
  			    	border-radius: 0;
  				    border-left: transparent;
  				    border-right: transparent;
  				    -webkit-transition: all .35s ease-out;
  				    -moz-transition: all .35s ease-out;
  				    -o-transition: all .35s ease-out;
  				    transition: all .35s ease-out;
  			    }
  			    a{
  			    	color: #ffffff;
  					padding-top: 12px;
  					padding-bottom: 12px;
  					font-weight: 800;
  					font-size: 11px !important;
  					letter-spacing: .5px;
  			    }
  		    }
  		    .active{
  		        background-color: #21a3df;
  		    }
  		}
  	} */
  /* 	.top-logo-container {
  		margin-left: 11.33%;
  	} */
  /* 	.navbar-collapse.collapse {
  		width: 100%;
  	    height: auto !important;
  	    padding: 0;
  	    overflow: visible !important;
  	    display: table !important;
  	} */
  /* 	section#block-languageswitcher {
  	    position: absolute;
  	    right: 40px;
  	    top: 0;
  	} */
  /* 	.rizo-lang-switcher{
  	    position: absolute;
  	    right: 20px;
  	    top: 15px;
  	} */
  /* 	.submenu {
  	    left: 0;
  	    right: 0;
  	    background: #FFF;
  	    position: absolute;
  	    z-index: 0;
  	} */
  /* 	.nav > li {
  	    position: inherit !important;
  	} */
  /* 	.submenu .row > div{
  		display: inline-block;
  		width:18%;
  		text-align: center;
  		background: #FFF;
  	} */
  /* 	.dropdown-menu{
  		position: absolute;
  		left:auto;
  		top: auto;
  		padding: 1px 1px;
  		li{
  			position: relative !important;
  			display: block;
  			a{
  				font-weight: 600;
  				width: 90%;
  				padding: 5px;
  				display: table-cell;
  				vertical-align: middle;
  				border: 1px solid white;
  			}
  			a:hover{
  				color: white !important;
  				border-left: 0px;
  			}
  		}
  	} */
  /* 	.open {
  	  padding: 0px;
  	  position: relative !important;
  	  top: 0 !important;
  	  left: 0 !important;
  	  z-index: 1000;
  	  display: none;
  	  min-width: 160px;
  	  margin: 0px 0 0;
  	  list-style: none;
  	  font-size: 12px;
  	  text-align: left;
  	  background-color: #fff;
  	  border-radius: 0;
  	  background-clip: padding-box;
  	} */
  /* 	.open{
  		> a{
  			color:#0d4371 !important;
  			border-bottom: #0d4371 !important;
  		}
  		ul{
  			visibility: visible;
  		}
  	} */
  /* 	.open {
  	  padding: 0px;
  	  position: relative !important;
  	  top: 0 !important;
  	  left: 0 !important;
  	  z-index: 1000;
  	  margin: 0px 0 0;
  	  list-style: none;
  	  font-size: 14px;
  	  text-align: left;
  	  background-color: #fff;
  	  border-radius: 0;
  	  background-clip: padding-box;
  	} */
  /* 	.submenu {
  	    left: 0;
  	    right: 0;
  	    background: #FFF;
  	    position: absolute;
  	    z-index: 0;
  	  } */
  /* 	.color-menu{
  		width: 30px;
  		height: 50px;
  		display: table-cell;
  		border: 1px solid white;
  		border-right: 0px;
  	} */
  /* line 1748, ../scss/style.scss */
  .menu_link_content-3625b114-bfa0-4907-972a-f18aa349116c,
  .menu_link_content-430eeadc-ae47-4d5e-b317-79180e86dd9a,
  .menu_link_content-08491d38-1f90-410d-a080-7d56af7b99dc {
    padding: 0px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000;
    display: none;
    min-width: 160px;
    margin: 0px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    background-clip: padding-box;
  }
  /* line 1765, ../scss/style.scss */
  .menu_link_content-3625b114-bfa0-4907-972a-f18aa349116c .dropdown-menu,
  .menu_link_content-430eeadc-ae47-4d5e-b317-79180e86dd9a .dropdown-menu,
  .menu_link_content-08491d38-1f90-410d-a080-7d56af7b99dc .dropdown-menu {
    display: block;
    position: absolute;
    top: 100px;
    left: 100px;
  }

  /* line 1774, ../scss/style.scss */
  .menu_link_content-a3c163f5-bf60-40fe-bef7-aa1a731f9b18 .iconic-signal-wave-inner {
    fill: #007abb !important;
    stroke: #007abb !important;
  }
  /* line 1778, ../scss/style.scss */
  .menu_link_content-a3c163f5-bf60-40fe-bef7-aa1a731f9b18 a {
    color: #007abb !important;
  }
  /* line 1781, ../scss/style.scss */
  .menu_link_content-a3c163f5-bf60-40fe-bef7-aa1a731f9b18 a:hover {
    background-color: #007abb !important;
  }
  /* line 1784, ../scss/style.scss */
  .menu_link_content-a3c163f5-bf60-40fe-bef7-aa1a731f9b18 .color-menu {
    background-color: #007abb;
  }

  /* line 1790, ../scss/style.scss */
  .menu_link_content-6928063e-03dd-4891-9304-05963d08f553 .iconic-signal-wave-inner {
    fill: #ed7d00 !important;
    stroke: #ed7d00 !important;
  }
  /* line 1794, ../scss/style.scss */
  .menu_link_content-6928063e-03dd-4891-9304-05963d08f553 a {
    color: #ed7d00 !important;
  }
  /* line 1797, ../scss/style.scss */
  .menu_link_content-6928063e-03dd-4891-9304-05963d08f553 a:hover {
    background-color: #ed7d00 !important;
  }
  /* line 1800, ../scss/style.scss */
  .menu_link_content-6928063e-03dd-4891-9304-05963d08f553 .color-menu {
    background-color: #ed7d00;
  }

  /* line 1806, ../scss/style.scss */
  .menu_link_content-32ce6d6b-d918-49b1-a8a5-45a14ae05515 .iconic-signal-wave-inner {
    fill: #008d6a !important;
    stroke: #008d6a !important;
  }
  /* line 1810, ../scss/style.scss */
  .menu_link_content-32ce6d6b-d918-49b1-a8a5-45a14ae05515 a {
    color: #008d6a !important;
  }
  /* line 1813, ../scss/style.scss */
  .menu_link_content-32ce6d6b-d918-49b1-a8a5-45a14ae05515 a:hover {
    background-color: #008d6a !important;
  }
  /* line 1816, ../scss/style.scss */
  .menu_link_content-32ce6d6b-d918-49b1-a8a5-45a14ae05515 .color-menu {
    background-color: #008d6a;
  }

  /* line 1822, ../scss/style.scss */
  .menu_link_content-74b135d0-f6b7-4f85-8ca0-da410eb5f6df .iconic-signal-wave-inner {
    fill: #a0c422 !important;
    stroke: #a0c422 !important;
  }
  /* line 1826, ../scss/style.scss */
  .menu_link_content-74b135d0-f6b7-4f85-8ca0-da410eb5f6df a {
    color: #a0c422 !important;
  }
  /* line 1829, ../scss/style.scss */
  .menu_link_content-74b135d0-f6b7-4f85-8ca0-da410eb5f6df a:hover {
    background-color: #a0c422 !important;
  }
  /* line 1832, ../scss/style.scss */
  .menu_link_content-74b135d0-f6b7-4f85-8ca0-da410eb5f6df .color-menu {
    background-color: #a0c422;
  }

  /* line 1838, ../scss/style.scss */
  .menu_link_content-45b44dbd-cb96-44ed-a1e4-1330039b1259 .iconic-signal-wave-inner {
    fill: #27b9d2 !important;
    stroke: #27b9d2 !important;
  }
  /* line 1842, ../scss/style.scss */
  .menu_link_content-45b44dbd-cb96-44ed-a1e4-1330039b1259 a {
    color: #27b9d2 !important;
  }
  /* line 1845, ../scss/style.scss */
  .menu_link_content-45b44dbd-cb96-44ed-a1e4-1330039b1259 a:hover {
    background-color: #27b9d2 !important;
  }
  /* line 1848, ../scss/style.scss */
  .menu_link_content-45b44dbd-cb96-44ed-a1e4-1330039b1259 .color-menu {
    background-color: #27b9d2;
  }
}
/* line 1855, ../scss/style.scss */
.top_blue_line {
  background: #072c4c;
  display: block;
  height: 26px;
}
/* line 1859, ../scss/style.scss */
.top_blue_line .link-global {
  margin-left: 23.66%;
  text-decoration: none;
}
/* line 1862, ../scss/style.scss */
.top_blue_line .link-global .earth-icon {
  width: 1.4rem;
}

/* line 1869, ../scss/style.scss */
.rizobacter-lang-switcher {
  display: none;
}
