@charset "UTF-8";
body {
  font-family: "DM Sans", sans-serif;
  color: #1f3369;
  line-height: 1.2;
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

a {
  color: #2274fb;
  text-decoration: none;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(236, 231, 231, 0.842) url(../images/loader.gif) no-repeat center center;
  z-index: 10000;
}

.center {
  margin: 0 auto;
  max-width: 1135px;
  width: 100%;
}

/* COMMON */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.relative {
  position: relative;
}

.tns-slider > .tns-item:focus {
  outline: 0;
}

.w-100 {
  width: 100%;
}

.button-link {
  position: relative;
  cursor: pointer;
  background-color: #1a46c1;
  border: none;
  text-decoration: none;
  color: #fff;
  height: 35px;
  line-height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 0 15px;
  font-size: 14px;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.button-link::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #075bdf;
}

.button-link:hover::before {
  width: 100%;
}

.button-link--lg {
  min-height: 50px;
  line-height: 50px;
}

.button-link .square-arrow {
  margin-left: 15px;
}

.button-link .button-text,
.button-link .square-arrow {
  position: relative;
  z-index: 2;
}

.button-text-mobile {
  display: none;
}

@media (max-width: 320px) {
  .button-text-mobile {
    display: initial;
  }
}

.shortcut {
  margin: 0 2px 8px;
}

.square-arrow,
.slick-arrow,
.tns-controls [aria-controls] {
  display: inline-block;
  background-color: #0b5bdf;
  position: relative;
  font-size: 0;
  border: 0;
  cursor: pointer;
  /* normal */
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  outline: 0;
}

.tns-controls {
  outline: 0;
}

.tns-controls [aria-controls]:disabled {
  opacity: 0;
  pointer-events: none;
}

.square-arrow--lg,
.slick-arrow {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

.slider-size-md .tns-controls [aria-controls] {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
}

.square-arrow::before,
.slick-arrow::before,
.tns-controls [aria-controls]::before {
  content: "";
  border-color: transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* normal */
  margin-top: -4px;
  border-width: 2px;
  width: 8px;
  height: 8px;
}

.square-arrow--lg::before,
.slick-arrow::before,
.tns-controls [aria-controls]::before {
  margin-top: -5px;
  border-width: 3px;
  width: 10px;
  height: 10px;
}

.square-arrow--right::before,
.slick-next::before,
.tns-controls [aria-controls][data-controls="next"]::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top-color: #fff;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-right-color: #fff;
  /* normal */
  margin-left: -6px;
}

.button-link:hover .square-arrow--right::before,
.button-link:hover .slick-next::before,
.button-link:hover .tns-controls [aria-controls][data-controls="next"]::before {
  margin-left: -16px;
}

.square-arrow--lg.square-arrow--right::before {
  margin-left: -8px;
}

.square-arrow--left::before,
.slick-prev::before,
.tns-controls [aria-controls][data-controls="prev"]::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left-color: #fff;
  border-bottom-color: #fff;
  /* normal */
  margin-right: -10px;
}

.square-arrow--lg.square-arrow--left::before {
  margin-right: -8px;
}

.button-play-video {
  width: 102px;
  height: 102px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2274fb;
  background-image: url(../images/icon-play.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s background-color ease, 0.3s opacity ease;
  transition: 0.3s background-color ease, 0.3s opacity ease;
  z-index: 2;
}

.playing .button-play-video {
  opacity: 0;
  pointer-events: none;
}

.button-play-video:hover {
  background-color: #1a46c1;
}

.button-outline {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  padding: 8px 20px;
  background: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.button-outline:hover {
  background-color: #fff;
  color: #1a46c1;
}

/* SLIDER */
.slider {
  position: relative;
}

.slide-menu .tns-controls [aria-controls] {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -16px;
}

.slide-menu .tns-controls [aria-controls][data-controls="prev"] {
  left: 0;
}

.slide-menu .tns-controls [aria-controls][data-controls="next"] {
  right: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
}

.slick-prev {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
}

.slick-next {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 0;
}

.slick-dots {
  height: 0;
  position: relative;
  bottom: -15px;
}

.slick-slide {
  outline: 0;
}

.dark-theme .slick-dots li {
  background-color: #2274fb;
}

.slick-dots li {
  padding: 0;
  background: #fff;
  height: 2px;
  width: 25px;
  display: inline-block;
  opacity: 0.2;
  margin: 0 3px;
  cursor: pointer;
}

.slick-dots button {
  font-size: 0;
  display: none;
}

.slick-dots .slick-active {
  opacity: 1;
}

/* CARD */
.card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.card__link {
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.card__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.27;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 2;
}

.card__image {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 3;
}

.card__title {
  font-size: 42px;
  line-height: 1;
}

.card__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.card__text {
  padding-right: 15px;
  font-size: 18px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

.card__arrow {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.card__link:hover::before {
  opacity: 0.6;
}

.card__link:hover .card__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* MENU */
.header,
.home-section {
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(50%, white), color-stop(50%, #2147af), color-stop(100%, #2147af));
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #2147af), to(#2147af));
  background: linear-gradient(to right, white 50%, #2147af 50%, #2147af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2147af', GradientType=1 );
}

.header__content,
.nav,
.nav__list,
.aside-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  position: relative;
  z-index: 101;
}

.aside-menu,
.nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav {
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__logo {
  padding: 23px 0px 23px 0;
}

.logo-link {
  display: inline-block;
}

.nav__image {
  width: 97px;
}

.menu-list {
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0px 0 0;
}

.menu-list__item {
  font-size: 12px;
  padding: 0 3px;
  margin: 0 5px;
  white-space: nowrap;
}

.nav-item-link {
  color: #57627f;
  text-decoration: none;
}

.nav-item-link:hover,
.nav-item-link.active {
  color: #2274fb;
}

.aside-menu {
  background-color: #2147af;
  padding: 0 0 0 10px;
  height: 100%;
}

.aside-menu__button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  height: 46px;
  outline: 0;
}

.icon-middle {
  margin: 0 10px;
}

.button_submenu {
  position: relative;
  width: 46px;
  display: inline-block;
  vertical-align: middle;
}

.button_submenu ul {
  left: 0;
  position: absolute;
  background-color: #fff;
  display: none;
}

.button_submenu ul li a {
  display: block;
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
}

.button_submenu ul li a:hover {
  background-color: #2274fb;
  color: #fff;
}

.aside-menu__icon-link {
  width: 46px;
  height: 46px;
  border: none;
  background-color: #0b5bdf;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  vertical-align: middle;
  display: inline-block;
}

.aside-menu__icon-link:hover {
  opacity: 0.7;
}

.icon1 {
  background-image: url(../images/icon-menu-colab.png);
}

.icon2 {
  background-image: url(../images/icon-menu-coop.png);
}

.search {
  position: relative;
}

.aside-menu__search-button {
  width: 120px;
  vertical-align: middle;
}

.aside-menu__search-button i {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon-menu-search.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -4px;
  margin-left: 10px;
}

.search-bar {
  position: absolute;
  top: 100%;
  right: 0;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.search-bar.show {
  height: 70px;
}

.show {
  opacity: 1 !important;
  overflow: visible !important;
}

.search-bar__input {
  height: 70px;
  -webkit-appearance: none;
  border-radius: 0 !important;
  background-color: #0830a0;
  border: none;
  width: 520px;
  padding-right: 70px;
  padding-left: 20px;
  outline: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.search-bar__input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.4;
}

.search-bar__input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.4;
}

.search-bar__input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.4;
}

.search-bar__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.4;
}

.search-bar__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.4;
}

.search-bar__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.4;
}

.search-bar__button {
  position: absolute;
  background-color: transparent;
  width: 70px;
  height: 70px;
  right: 0;
  background: transparent url(../images/icon-arrow-search.png) no-repeat center;
  border: none;
  cursor: pointer;
}

.search-bar__button:hover {
  opacity: 0.7;
}

.aside-menu__login-button {
  text-decoration: none;
  width: 220px;
  background-color: #2274fb;
  height: 46px;
  line-height: 46px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.aside-menu__login-button:hover {
  opacity: 0.7;
}

.aside-menu__select-lang-button {
  margin-left: 10px;
}

.aside-menu__select-lang-button i {
  width: 9px;
  height: 5px;
  display: inline-block;
  background-image: url(../images/icon-arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -4px;
  margin-left: 10px;
}

.lang {
  position: relative;
}

.lang__dropdown {
  background-color: #0830a0;
  position: absolute;
  top: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100%;
  left: 0;
  right: 0;
  max-height: 0%;
  text-align: center;
}

.lang__dropdown.show {
  max-height: 150px;
}

.lang__dropdown-link {
  color: #fff;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

.lang__dropdown-link--active,
.lang__dropdown-link:hover {
  color: #1c66e6;
}

.nav__toggle {
  display: none;
}

@media (max-width: 991px) {
  .header,
  .home-section {
    background: #fff;
  }
  .home-section {
    position: relative;
  }
  .home-section::after {
    content: "";
    position: absolute;
    width: 70px;
    background-color: #2147af;
    right: 0;
    top: 0;
    height: 100%;
  }
  .header {
    background: #fff;
    position: relative;
    height: 76px;
    z-index: 99;
  }
  .header__content {
    position: absolute;
    max-width: none;
    padding: 0;
  }
  .nav__logo {
    padding: 0 0 0 20px;
    height: 76px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav {
    display: block;
    width: 100%;
    background-color: #2147af;
    max-height: 76px;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .nav.open {
    max-height: 600px;
  }
  .nav__list {
    display: block;
    background-color: #2147af;
    text-align: center;
    text-transform: none;
    padding: 30px 0;
  }
  .nav-item-link {
    color: #fff;
    display: block;
    margin: 15px 0;
    font-size: 30px;
  }
  .aside-menu {
    height: auto;
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .search {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
  }
  .aside-menu__search-button {
    display: none;
  }
  .search-bar {
    display: block;
    position: relative;
    height: 50px;
    opacity: 1;
    overflow: visible;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .search-bar__input {
    height: 50px;
    background-color: transparent;
    width: 100%;
    padding-left: 0;
  }
  .search-bar__button {
    background: transparent url(../images/icon-menu-search.png) no-repeat center;
    height: 50px;
    width: 50px;
  }
  .button_submenu ul {
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .aside-menu__login-button {
    display: inline-block;
    vertical-align: middle;
  }
  .lang {
    display: inline-block;
  }
  .nav__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 76px;
    width: 70px;
    background-color: #2147af;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    top: 0;
  }
  .burger {
    position: relative;
    width: 26px;
    height: 18px;
    display: block;
  }
  .burger__bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .burger__bar:nth-child(1) {
    top: 0;
  }
  .burger__bar:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .burger__bar:nth-child(3) {
    bottom: 0;
  }
  .open .burger__bar:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  .open .burger__bar {
    top: 50%;
    margin-top: -1px;
  }
  .open .burger__bar:nth-child(1) {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
  .open .burger__bar:nth-child(3) {
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  .lang__dropdown {
    bottom: 100%;
    top: auto;
  }
}

/* FOOTER */
.footer {
  background-color: #152c5a;
  padding: 90px 0 50px;
}

.footer__link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.footer-list {
  margin-bottom: 50px;
  width: auto;
  padding: 0 10px;
  max-width: 250px;
}

@media (min-width: 576px) {
  .footer__container {
    -ms-grid-columns: 33% 33% 33%;
        grid-template-columns: 33% 33% 33%;
  }
}

@media (min-width: 992px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-list__title {
  color: #b5d1ff;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
}

.footer-list__item {
  margin-bottom: 15px;
}

.social-icon {
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.social-icon:hover {
  opacity: 0.7;
}

.social-icon--facebook {
  background-position: 0 0;
}

.social-icon--instagram {
  background-position: -38px -1px;
}

.social-icon--linkedin {
  background-position: -76px -1px;
}

.social-icon--blogger {
  background-position: -115px -1px;
  width: 29px;
  height: 29px;
}

.social-icon--yt {
  background-position: -153px -1px;
  width: 29px;
  height: 29px;
}

.footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copyright {
  font-size: 14px;
  color: #fff;
}

.footer__sacc {
  color: #fff;
  font-size: 14px;
}

.footer__sacc span {
  display: block;
}

@media (max-width: 575px) {
  .footer__copy {
    padding-top: 5px;
    border-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__copyright {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 15px;
    margin-bottom: 20px;
  }
  .footer__container {
    display: block;
  }
  .footer-list {
    width: 100%;
    max-width: 100%;
  }
}

/* HERO BANNER */

.hero-banner {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.hero-banner__text {
  align-items: center;
  justify-content: space-around;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-banner__title {
  font-size: 36px;
  margin-bottom: 30px;
}

.hero-banner__subtitle {
  font-size: 18px;
}

.hero-banner__r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-banner__img {
  align-items: center;
  justify-content: center;
  height: 428px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .hero-banner {
    gap: 0px;
    padding-top: 20px;
    padding-bottom: 20px !important;
    flex-direction: column;
  }
  .hero-banner__r{
    padding-bottom: 0px;
  }
  .hero-banner__text {
    align-self: flex-start;
    margin-left: 20px;
  }
  .hero-banner__title {
    width: 70%;
    font-size: 24px;
  }
  .hero-banner__img {
    margin-bottom: 0px;
    padding-left: 10px;
    height: auto;
  }
}

/* HERO SLIDER */
.background-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
}

.hero-slide {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.hero-slide__subtitle {
  color: #2274fb;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}

.hero-slide__title {
  font-weight: 700;
  font-size: 57px;
  line-height: 1;
  margin-bottom: 30px;
}

.hero-slide__description {
  color: #7a85a0;
  margin-bottom: 30px;
  font-size: 16px;
}

.hero-slide__social {
  color: #fff;
  margin: 15px 0;
}

.hero-slide__social p {
  margin-right: 30px;
  position: relative;
}

.hero-slide__social p::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 38px;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  left: 0;
}

@media (max-width: 991px) {
  .hero-slide__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hero-slide__social {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .home-section > .container {
    padding-left: 0;
    max-width: 100%;
  }
  .hero-slide__container {
    padding-top: 50px;
    padding-left: 40px;
    width: 85%;
    width: calc(100% - 70px);
  }
  .hero-slide .slick-dots {
    left: 40px;
    position: absolute;
  }
  .slick-dots li {
    height: 6px;
  }
}

/* HOME */
.section {
  padding: 30px;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #1f3369;
  margin-bottom: 30px;
}

.section__title {
  font-size: 36px;
  font-weight: 700;
}

.section__title a {
  color: #1f3369;
}

.cat_download {
  border-bottom: 5px #cdd2de solid;
  padding-bottom: 10px;
}

.bot-download {
  background: #2274fb;
}

.section__subtitle {
  font-size: 18px;
  margin-left: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section__header {
    display: block;
  }
  .section__title {
    font-size: 28px;
  }
  .section__subtitle {
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
}

@media (max-width: 991px) {
  .no-section-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.home__blog {
  background-color: #f8f9fa;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .slide-on-mobile,
  .slide-on-focus {
    margin: 0 -10px;
  }
}

.slide-on-mobile .mobile-item,
.slide-on-focus .mobile-item {
  margin: 0 10px;
}

.post {
  width: 280px;
  background-color: #fff;
}

.post__figure {
  /* max-width: 360px; */
  width: 100%;
  margin: 0 auto;
}

.post__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
}

.post__content {
  padding: 25px;
}

.post__category {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.post__category--yellow {
  background-color: #ffac29;
}

.post__category--green {
  background-color: #4acc53;
}

.post__category--red {
  background-color: #ff4d50;
}

.post__title {
  color: #1f3369;
  font-weight: 700;
  line-height: 1.4;
  margin: 1rem 0;
}

.post__description {
  color: #6175a9;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.see-all-posts-link {
  padding-left: 50px;
}

.see-all-posts-link .square-arrow {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .home__inovacao {
    padding-left: 0;
    padding-right: 0;
  }
  .full-container-mobile > .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .full-container-md-mobile > .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

/* SECTION INOVACAO */
.home__inovacao {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(60%, white), color-stop(60%, #e2ebf4), color-stop(60%, #e2ebf4), color-stop(100%, #e2ebf4));
  background: -ms-linear-gradient(top, white 0%, white 60%, #e2ebf4 60%, #e2ebf4 60%, #e2ebf4 100%);
}

.section-slider {
  background: #2274fb;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2274fb), color-stop(50%, #2274fb), color-stop(50%, white), color-stop(100%, white));
  background: -webkit-gradient(linear, left top, right top, from(#2274fb), color-stop(50%, #2274fb), color-stop(50%, white), to(white));
  background: linear-gradient(to right, #2274fb 0%, #2274fb 50%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2274fb', endColorstr='#ffffff', GradientType=1 );
  padding: 50px 30px 100px;
}

.section-slider .section__title {
  color: #1f3369;
  margin-bottom: 1rem;
}

.section-slider__title,
.section-slider__description {
  color: #fff;
}

.section-slider__description {
  line-height: 1.5;
  font-size: 16px;
}

.section-slider__title {
  font-size: 38px;
  margin-bottom: 0.8rem;
}

.brand-slider__item {
  margin: 0 13px;
  height: 150px;
  border: 2px solid #e2ebf4;
  padding: 15px 10px;
}

.brand-slider__image {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 150px;
  max-height: 100%;
  width: 100%;
}

.brand-slider .slick-dots {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .section-slider {
    background: #2274fb;
  }
  .section-slider .section__title {
    font-size: 28px;
    margin-bottom: 2.5rem;
  }
  .section-slider__container {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .brand-slider__item {
    height: 120px;
  }
  .brand-slider__image {
    height: 120px;
  }
}

/* Fale com ISA */
.home__isa {
  background: #b5d1ff;
  background: -webkit-gradient(left top, right top, color-stop(0%, #b5d1ff), color-stop(40%, #b5d1ff), color-stop(40%, #f8f9fa), color-stop(100%, #f8f9fa));
  background: -webkit-gradient(linear, left top, right top, from(#b5d1ff), color-stop(40%, #b5d1ff), color-stop(40%, #f8f9fa), to(#f8f9fa));
  background: linear-gradient(to right, #b5d1ff 0%, #b5d1ff 40%, #f8f9fa 40%, #f8f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5d1ff', endColorstr='#f8f9fa', GradientType=1 );
  padding-top: 85px;
  padding-bottom: 0;
}

.isa__large-image-wrapper {
  height: 100%;
  grid-area: image;
}

.isa__large-image-home {
  height: 100%;
  background: url(../images/isa.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.isa__large-image-fc {
  height: 70%;
  background: url(../images/isa.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 450px) {
  .isa__large-image-fc {
    height: 100%;
  }
}

.isa__content {
  display: -ms-grid;
  display: grid;
  grid-template: "image header" auto "image contact" auto / 50% 50%;
}

.isa__content--reverse {
  display: -ms-grid;
  display: grid;
  grid-template: "header image" auto "contact image" auto / 50% 50%;
}

.isa__content--reverse .isa__large-image-wrapper {
  position: relative;
  top: -80px;
}

.isa__content--reverse .isa__large-image-wrapper::before {
  display: none;
}

.isa__header {
  grid-area: header;
  padding-left: 100px;
}

.isa__content--reverse .isa__header {
  padding-left: 0;
  padding-right: 30px;
}

.isa__header p {
  font-size: 16px;
}

.isa__content--reverse .isa__contact {
  padding-left: 0;
  padding-right: 30px;
}

.isa__contact {
  grid-area: contact;
  padding-left: 100px;
}

.isa__contact .container-fluid {
  padding-right: 30px;
}

.isa__title {
  color: #1f3369;
}

.isa__title span {
  color: #0b5bdf;
}

.form__label {
  color: #1f3369;
  font-size: 16px;
  margin-bottom: 7px;
  display: block;
}

.form__field {
  border: none;
  background: transparent;
  border-bottom: 1px solid #b5d1ff;
  height: 34px;
  outline: 0;
  width: 100%;
  color: #1f3369;
  font-size: 16px;
  margin-bottom: 35px;
  border-radius: 0;
}

textarea.form__field {
  padding: 10px;
  border: 1px solid #b5d1ff;
  resize: none;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.isa__sacc {
  margin-top: 25px;
  background-color: #152c5a;
  color: #fff;
  float: right;
  padding: 35px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.sacc__mail {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.sacc__number {
  font-size: 30px;
}

@media (min-width: 992px) {
  .isa .form {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 991px) {
  .isa__large-image-wrapper {
    position: relative;
    padding-top: 35px;
  }
  .isa__large-image-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    width: 60%;
    height: calc(100% + 40px);
    display: block;
    background: #b5d1ff;
  }
  .home__isa {
    background: #fff;
  }
  .isa__content {
    grid-template: "image header" 335px "contact contact" auto / 50% 50%;
  }
  .isa__header {
    padding-left: 30px;
    padding-right: 15px;
  }
  .isa__header p {
    line-height: 1.3;
  }
  .isa__contact {
    padding-top: 80px;
    padding-left: 0;
  }
  .isa__sacc {
    width: 100%;
    padding: 35px 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sacc__number {
    font-size: 16px;
  }
}

/* PAGE: INOVACAO */
.inovacao__section {
  position: relative;
  background-color: #2147af;
}

.inovacao__section::after {
  content: "";
  background: url(../images/header-background-inovacao.jpg) no-repeat 20% 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.inovacao__header {
  padding: 135px 0 160px 0;
}

.inovacao__title {
  color: #fff;
  font-size: 57px;
}

.inovacao__subtitle {
  color: #2274fb;
  font-size: 13px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .inovacao__header {
    padding: 50px 20px 80px;
  }
  .inovacao__title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .inovacao__title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .inovacao__title {
    font-size: 24px;
  }
}

.inovacao__slider {
  padding-top: 0;
  margin-top: -40px;
}

.inovacao__programa .section__title {
  max-width: 300px;
}

.agro-news {
  background: url(../images/background-agro-news.jpg) no-repeat top center;
  padding: 90px 0;
  color: #fff;
}

.agro-news__title {
  font-weight: 700;
  font-size: 57px;
  padding-bottom: 40px;
}

.agro-news__description {
  font-weight: 500;
  max-width: 475px;
  padding-bottom: 40px;
}

.isa-mini {
  background-color: #f9fafb;
  padding: 70px 0 60px;
}

.isa-mini__image {
  width: 194px;
  height: 194px;
  min-width: 194px;
  min-height: 194px;
  border-radius: 50%;
  overflow: hidden;
}

.isa-mini__title {
  font-size: 38px;
  margin-bottom: 15px;
}

.isa-mini__title span {
  color: #2274fb;
}

.isa-mini__subtitle {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}

.isa-mini__description {
  margin-bottom: 15px;
  font-size: 16px;
}

/* PAGE: SEJA UM COOPERADO */
.cooperado__header {
  padding: 420px 0 35px;
  background: url(../images/header-background-cooperado.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.cooperado__title {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.section-video {
  padding: 0;
  position: relative;
}

.section-video__container {
  border-top: 3px solid #2274fb;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  width: 100%;
}

.frisia-360__title {
  margin-bottom: 40px;
  color: #1a46c1;
  font-size: 36px;
  font-weight: 500;
}

.frisia-360__description {
  margin-bottom: 70px;
}

.section-video__description {
  line-height: 1.4;
  font-size: 18px;
}

.section-video__video {
  width: 55%;
  position: absolute;
  top: -100px;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-video__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .frisia-360__video {
    background-image: url(../images/background-video.jpg);
} */
.torne-um-cooperado__background {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/seja-um-cooperado.jpg) no-repeat center;
  background-size: cover;
}

.torne-um-cooperado__container {
  width: 100%;
  padding: 90px 0 0;
}

.torne-um-cooperado__title {
  font-size: 38px;
  margin-bottom: 30px;
}

.torne-um-cooperado__description {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 16px;
}

@media (max-width: 991px) {
  .cooperado__header {
    padding: 140px 0 35px;
  }
  .frisia-360__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .frisia-360__video {
    position: relative;
    height: 400px;
    width: 100%;
  }
  .torne-um-cooperado__background {
    display: none;
  }
  .torne-um-cooperado__container {
    padding: 0 0 0;
  }
}

@media (max-width: 767px) {
  .section-video .section-video__video {
    height: auto !important;
  }
  .section-video .section-video__video {
    height: auto !important;
  }
  .button-play-video {
    width: 62px;
    height: 62px;
  }
}

/* PAGE: Produtos e Serviços */
.produtos__header {
  padding: 200px 0 0;
  background: url(../images/header-background-produtos.jpg) no-repeat center bottom;
  background-size: cover;
}

.produtos__title {
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff;
}

.produtos__wrapper {
  background-color: #f4f4f4;
  padding: 30px 0;
}

.products-list {
  padding: 0;
}

.products-list__item {
  margin-bottom: 15px;
}

.single-product-wrapper {
  display: none;
}

.single-product {
  background-color: #2147af;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.single-product__image {
  display: none;
}

@media (min-width: 768px) {
  .produtos__header {
    padding: 200px 0 20px;
  }
  .produtos__title {
    font-size: 3.5rem;
  }
  .produtos__wrapper {
    background-color: #fff;
    padding: 40px 0;
  }
  .single-product {
    min-height: 400px;
    padding-top: 4.5rem;
    padding-bottom: 2.7rem;
  }
  .single-product__image {
    display: block;
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }
}

.single-product__title {
  padding-bottom: 3rem;
  font-weight: 700;
  font-size: 2.5rem;
  padding-right: 30px;
}

.single-product__description {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.4;
}

.single-product__link {
  background-color: #0b5bdf;
  padding: 0 25px;
}

.single-product__link:hover {
  opacity: 0.7;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.selected .card__arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.feiras {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.feiras__title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 4rem;
}

.feiras__section {
  position: relative;
}

.feiras__image {
  height: 225px;
}

.feiras__image--left {
  left: 0;
  background-position: 20% center;
}

.feiras__image--right {
  right: 0;
  background-position: 80% center;
}

.feira-item__container {
  padding: 50px 0;
}

.feira-item__title {
  font-size: 3rem;
  color: #0b5bdf;
  font-weight: 700;
  padding-bottom: 45px;
}

.feira-item__description {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .feiras__title {
    font-size: 53px;
  }
  .feiras__image {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .feira-item__container--left {
    padding-right: 40px;
  }
  .feira-item__container--right {
    padding-left: 40px;
  }
}

/* PAGE: TRABALHE CONOSCO */
.trabalhe__header {
  padding: 200px 0 35px;
  background: url(../images/header-background-trabalhe.png) no-repeat center bottom;
  background-size: cover;
}

.trabalhe__title {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}

.trabalhe-links {
  background-color: #dae8ff;
  padding: 80px 0;
}

.trabalhe-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trabalhe__video {
  /* background-image: url(../images/background-video-trabalhe.jpg); */
}

.trabalhe-links__content .button-text {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .trabalhe-links__content {
    display: block;
    text-align: center;
  }
  .trabalhe-links__content > div {
    display: inline-block;
    margin: 0 10px 20px;
  }
}

@media (max-width: 575px) {
  .trabalhe-links__content .button-text {
    font-size: 12px;
    width: 100%;
  }
}

.porque-trabalhar {
  background-color: #2274fb;
  position: relative;
  padding: 50px 0;
}

.porque-trabalhar__background {
  position: absolute;
  width: 45%;
  left: 0;
  right: 0;
  background: url(../images/section-porque-trabalhar.jpg) no-repeat center;
  background-size: cover;
  height: 535px;
}

.porque-trabalhar__container {
  padding-left: 40px;
  padding-right: 50px;
  min-height: 600px;
}

@media (max-width: 1366px) {
  .porque-trabalhar__container {
    min-height: 700px;
  }
}

.porque-trabalhar__title {
  color: #1f3369;
  font-size: 38px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.porque-trabalhar__slider {
  padding: 70px 0 20px;
  background: url(../images/aspas.png) no-repeat top center;
}

.trabalhar-slider__text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}

.trabalhar-slider__person {
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}

.trabalhar-slider .slick-dots {
  bottom: 0;
  height: auto;
}

.missao {
  min-height: 500px;
}

.missao__video {
  /* background-image: url(../images/section-missao.jpg); */
  width: 50%;
  height: 500px;
}

.missao .section-video__container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.missao .section-video__container {
  border-top: none;
}

.missao .missao__menu-item {
  text-decoration: none;
  color: #293e68;
  opacity: 0.5;
  padding: 20px 20px 20px 10px;
  position: relative;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: 0;
}

.missao__menu-item:first-child {
  padding-left: 0;
}

.missao__menu-item.current,
.missao__menu-item:hover {
  opacity: 1;
}

.missao__menu .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.missao__menu .slick-list {
  z-index: 2;
}

.missao__menu-wrapper {
  position: relative;
}

.missao__menu-wrapper::after {
  content: "";
  height: 1px;
  background-color: rgba(41, 62, 104, 0.5);
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 120%;
}

.missao__menu-item.current::after {
  content: "";
  background-color: #ff6746;
  position: absolute;
  width: 100%;
  bottom: 1px;
  height: 2px;
  left: 0;
  z-index: 2;
}

.missao__content {
  padding: 35px 0;
  max-width: 90%;
}

.missao__description {
  line-height: 1.5;
  font-weight: 500;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .missao__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .missao__menu-item:first-child {
    padding-left: 20px;
  }
  .faca-parte .section-video__container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .porque-trabalhar__background {
    height: 330px;
    width: 100%;
    position: relative;
  }
  .porque-trabalhar__container {
    min-height: 0;
  }
  .porque-trabalhar {
    padding-top: 0px;
  }
  .porque-trabalhar__slider {
    background-position: top left;
  }
}

@media (max-width: 991px) {
  .trabalhe__video {
    width: 100%;
    position: relative;
    height: 325px;
  }
  .porque-trabalhar__container {
    padding-left: 30px;
    padding-right: 20px;
  }
  .missao__video {
    width: 100%;
    height: 320px;
    position: relative;
  }
  .missao {
    overflow: hidden;
  }
}

/* PAGE: Noticias */
.page-header {
  background-color: #dae8ff;
}

.page-header__title {
  color: #2147af;
  font-size: 57px;
  border-bottom: 3px solid #2274fb;
  padding-top: 130px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.page-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.noticias__back-home {
  padding-bottom: 20px;
}

.back-home-link {
  color: #2274fb;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 20px;
  background: url(../images/icon-arrow-left-blue.png) no-repeat left center;
}

.back-home-link:hover {
  opacity: 0.7;
}

.noticias__container {
  padding: 80px 0 0;
}

.cotegories__title {
  color: #2274fb;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 30px;
}

.categories__list {
  padding-bottom: 25px;
}

.category__item {
  padding-bottom: 20px;
}

.category__link {
  color: #1f3369;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.25s color ease;
  transition: 0.25s color ease;
}

.category__link:hover {
  color: #2274fb;
}

.news {
  padding-bottom: 50px;
}

.news__item {
  border-bottom: 1px solid #b5d1ff;
  padding: 35px 0 0;
}

.news__title {
  padding: 30px 0;
  font-size: 36px;
  text-decoration: none;
  color: #1f3369;
  font-weight: 700;
  display: block;
  -webkit-transition: 0.25s color ease;
  transition: 0.25s color ease;
}

a.news__title:hover {
  color: #2274fb;
}

.news__info {
  font-size: 18px;
  color: #2147af;
  font-weight: 500;
  margin-bottom: 35px;
}

.news__author {
  color: #2274fb;
  text-decoration: none;
}

.news__image {
  margin-bottom: 55px;
}

.news__detail {
  border-bottom: 1px solid #b5d1ff;
  margin-bottom: 50px;
}

.news__detail p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 500;
}

.news .quote {
  border-left: 3px solid #0b5bdf;
  padding-left: 25px;
  font-size: 24px;
  line-height: 1.6;
}

.news__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.news__share-title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}

.news__share-links a {
  margin: 0 3px;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.news__share-links a:hover {
  opacity: 0.7;
}

.share-face {
  background-image: url(../images/icon-news-social-facebook.png);
  width: 26px;
  height: 26px;
}

.share-linkedin {
  background-image: url(../images/icon-news-social-linkedin.png);
  width: 27px;
  height: 27px;
}

@media (max-width: 767px) {
  .page-header__title {
    padding-top: 80px;
    font-size: 40px;
  }
  .noticias__back-home {
    display: none;
  }
  .noticias__title {
    font-size: 30px;
    padding-top: 90px;
  }
  .noticias__container {
    padding: 40px 0 0;
  }
  .news__title {
    font-size: 30px;
  }
  .categories {
    display: none;
  }
}

/* PAGE: FALE CONOSCO */
.fale-conosco .isa__header {
  padding-top: 50px;
}

.fale-conosco .isa__contact {
  padding-bottom: 80px;
  padding-right: 0;
}

@media (max-width: 450px) {
  .fale-conosco .isa__contact {
    padding-top: 180px;
  }
}

.sacc-bottom {
  margin-top: 12px;
  background-color: #f2f2f2;
  padding-bottom: 12px;
}

.sacc-bottom__container {
  display: initial;
}

.sacc-bottom__container span {
  font-size: 0.8em;
}

.sacc-bottom__text,
.downloads__link-title {
  font-size: 18px;
  font-weight: 300;
  color: #0b5bdf;
  line-height: 1.4;
  padding: 10px 0px;
  margin-bottom: -10px;
}

.sacc-bottom__button {
  padding-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sacc-bottom_number {
  font-weight: 800;
  margin-top: 8px;
}

.sacc-bottom__button span,
.sacc-bottom__button a {
  color: #0b5bdf;
  margin: 4px 0px;
  font-weight: 500;
  font-size: 18px;
}

.canal-etica {
  background-color: #2274fb;
}

.canal-etica__container {
  padding: 50px 0 50px 40px;
}

.canal-etica__image {
  height: 100%;
  position: relative;
}

.canal-etica__inner,
.canal-terceiros__inner {
  height: calc(100% + 120px);
  margin-top: -60px;
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../images/section-canaletica.jpg) no-repeat center;
  background-size: cover;
}

.canal-terceiros__inner {
  background: url(../images/section-terceiros.jpg) no-repeat center;
}

.bto-terceiros {
  margin: 0 0 7px;
}

.canal-etica__title {
  font-size: 36px;
}

.canal-etica__description {
  line-height: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0;
}

.onde-estamos {
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.onde-estamos__nav {
  /* padding: 0 50px; */
}

.onde-estamos__nav-wrapper {
  position: relative;
  border-bottom: 1px solid #cdd2de;
  margin-bottom: 50px;
}

.onde-estamos__nav span {
  cursor: pointer;
  outline: 0;
  color: #b7c0d6;
  font-size: 24px;
  font-weight: 700;
  padding-right: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.onde-estamos__nav span.current {
  color: #2274fb;
  border-bottom: 2px solid #2274fb;
}

.onde-estamos__nav span:hover {
  color: #2274fb;
}

.onde-estamos__content {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.onde-estamos__description {
  margin-top: 40px;
  color: #7a85a0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}

.location {
  margin-top: 30px;
}

.location__title {
  font-size: 18px;
  color: #1f3369;
}

.location__description {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.ver-no-mapa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.ver-no-mapa:hover {
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .sacc-bottom__button span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .sacc-bottom {
    width: 200%;
  }
  .sacc-bottom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sacc-bottom__button {
    padding-top: 12px;
  }
  .canal-etica__inner {
    height: 80%;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .canal-etica__container {
    padding: 30px 0 30px 20px;
  }
  .canal-etica__description {
    max-width: 100%;
  }
  .isa__content--reverse {
    grid-template: "image header" minmax(200px, 390px) "contact contact" auto/50% 50%;
  }
  .isa__content--reverse .isa__large-image-wrapper {
    top: 0;
  }
  .isa__content--reverse .isa__header {
    padding-left: 15px;
    padding-right: 0px;
  }
  .fale-conosco .isa__contact {
    padding-bottom: 35px;
  }
  .onde-estamos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .sacc-bottom__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .canal-etica__image {
    display: none;
  }
  .canal-etica__inner {
    height: 100%;
  }
  .canal-etica__container {
    padding-left: 0;
  }
}

.faq {
  padding: 100px 0 0px;
}

.faq,
.downloads {
  background-color: #f2f2f2;
}

.downloads {
  background-color: #fff;
  padding: 50px 0 100px;
}

.faq .dropdown-list__name {
  font-size: 38px;
}

.dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list__name {
  padding-top: 30px;
  display: inline-block;
}

.dropdown-list__fisrt-column {
  padding-right: 25px;
}

.dropdown-list__wrapper {
  width: 100%;
}

.dropdown-list__container {
  padding-bottom: 45px;
}

.dropdown-list__item {
  border-bottom: 1px solid #cdd2de;
}

.dropdown-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-list__title {
  color: #1f3369;
  font-size: 27px;
  font-weight: 700;
  padding-right: 25px;
}

.dropdown-list__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-list__link-text {
  padding: 0 5px;
  margin: 0 5px;
  position: relative;
}

.dropdown-list__link-text:hover {
  text-decoration: underline;
}

.dropdown-list__link-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 1px;
  right: -5px;
  background: #cdd2de;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.dropdown-list__link-text:last-of-type::after {
  display: none;
}

.dropdown__circle {
  width: 27px;
  height: 27px;
  display: inline-block;
  background-image: url(../images/dropdown.png);
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.dropdown__circle--painted {
  background-position: 0 0;
}

.dropdown__circle--outline {
  background-position: -27px 0;
}

.dropdown__circle:hover {
  opacity: 0.7;
}

.dropdown__circle.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.downloads__link-container {
  margin-top: 16px;
}

.downloads__link-text {
  display: initial;
}

@media (max-width: 320px) {
  .downloads__link-text {
    display: none;
  }
}

.download-link {
  font-size: 24px;
  color: #2274fb;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.download-link::after {
  content: "";
  height: 27px;
  width: 27px;
  display: block;
  margin-left: 8px;
  background: url(../images/dropdown.png) no-repeat center right;
}

.download-link:hover {
  opacity: 0.7;
}

.dropdown-list__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
}

.dropdown-list__content.open {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 0 40px;
}

.dropdown__load-more {
  color: #2274fb;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .dropdown-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq .dropdown-list__name {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.downloads .dropdown-list__name {
  font-size: 24px;
}

.app-footer {
  background-color: #dbe8ff;
}

.app-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-footer__wrapper > div {
  width: 50%;
}

.app-footer__device {
  position: relative;
  margin-top: -80px;
}

.app-footer__device::after {
  content: "";
  display: block;
  background: url(../images/app.png) no-repeat;
  background-size: 100%;
  width: 620px;
  max-height: 820px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.app-footer__title {
  color: #1a46c1;
  font-size: 55px;
  padding-bottom: 45px;
}

.app-footer__container {
  padding: 100px 0 80px;
}

.app-footer__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-footer__google {
  background: url(../images/playstore.png) no-repeat center;
  width: 100%;
  height: 73px;
  margin: 0 5px;
  background-size: 100%;
  max-width: 248px;
}

.app-footer__apple {
  background: url(../images/appstore.png) no-repeat center;
  width: 100%;
  max-width: 247px;
  height: 73px;
  margin: 0 5px;
  background-size: 100%;
}

@media (max-width: 1199px) {
  .app-footer__container {
    padding: 50px 0;
  }
  .app-footer__device::after {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .app-footer__device {
    margin-top: -20px;
  }
  .app-footer__title {
    font-size: 36px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .app-footer__wrapper > div {
    width: 100%;
  }
  .app-footer__device {
    display: none;
    width: 0;
  }
  .app-footer__container {
    width: 100%;
  }
  .app-footer__title {
    font-size: 40px;
  }
}

/* PAGE: NOSSA ESSENCIA */
.nossa-essencia__header {
  padding: 200px 0 40px;
  background: url(../images/header-background-essencia.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.nossa-essencia__title {
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.filosofia {
  font-size: 30px;
}

.valores {
  margin: 0;
}

.valores__item {
  display: block;
  font-weight: 500;
  font-size: 30px;
}

.valores__item::first-letter {
  color: #2274fb;
  font-weight: 700;
}

.nossa-essencia .missao__video {
  top: auto;
  bottom: 0;
  height: 600px;
}

@media (max-width: 767px) {
  .nossa-essencia__header {
    padding: 130px 0 20px;
  }
  .nossa-essencia .missao__video {
    top: 0;
    height: 400px;
  }
}

.nossos-numeros {
  background-color: #f4f4f4;
  padding: 85px 0 70px;
}

.nossos-numeros__slider {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nossos-numeros__item {
  text-align: center;
  padding-bottom: 20px;
}

.nossos-numeros__item:nth-child(1),
.nossos-numeros__item:nth-child(2) {
  max-width: 180px;
}

.nossos-numeros__number {
  color: #2274fb;
  display: block;
  font-size: 31px;
  font-weight: 700;
}

.nossos-numeros__text {
  display: block;
  font-size: 19px;
  font-weight: 500;
}

.nossa-essencia__fazemos {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
}

.fazemos__title {
  margin: 20px 0;
  font-weight: 700;
}

.fazemos__description {
  font-size: 16px;
  color: #7a85a0;
  line-height: 1.8;
}

.section-programas .section-slider__title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}

.referencia {
  padding: 80px 0;
}

.referencia__title {
  font-size: 38px;
  margin-bottom: 40px;
}

.referencia__description {
  font-size: 16px;
  line-height: 1.6;
  color: #7a85a0;
  margin-bottom: 30px;
}

.instituto .section-slider__description {
  margin-top: 40px;
}

.arrow-link {
  color: #2274fb;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 20px;
  background: url(../images/icon-arrow-right-blue.png) no-repeat right center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.arrow-link:hover {
  opacity: 0.7;
}

.relatorios {
  padding-top: 0;
}

.text-no-wrap {
  white-space: nowrap;
}

.projects__item {
  margin-bottom: 15px;
}

.clipping {
  padding: 80px 0;
}

.clipping .section__content {
  margin-bottom: 60px;
}

.clipping__image img {
  width: 100%;
  height: auto;
}

.clipping__date {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.clipping__description {
  font-size: 22px;
  font-weight: 500;
}

.timeline {
  padding: 35px 0 80px;
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(54%, white), color-stop(54%, #2274fb), color-stop(54%, #2274fb));
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(54%, white), color-stop(54%, #2274fb), color-stop(54%, #2274fb));
  background: linear-gradient(to right, white 0%, white 54%, #2274fb 54%, #2274fb 54%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2274fb', GradientType=1 );
}

.historia .section__header {
  display: block;
}

.historia .section__subtitle {
  margin-left: 0;
  margin-top: 10px;
  display: block;
}

.timeline__nav-wrapper {
  padding: 0 3%;
  padding-bottom: 40px;
  top: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.timeline__nav {
  height: 25px;
}

.timeline__nav-wrapper::before {
  content: "";
  position: absolute;
  top: 8px;
  height: 2px;
  background-color: #cdd2de;
  display: block;
  width: 95%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.timeline__nav-item {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.timeline__nav-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 9px;
  width: 9px;
  background-color: #cdd2de;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 2;
}

.timeline__nav-item.current::before,
.timeline__nav-item:hover::before {
  background-color: #214ebc;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 2px 2px 8px -2px #214ebc;
          box-shadow: 2px 2px 8px -2px #214ebc;
}

.timeline__controls {
  position: absolute;
  right: 3%;
  bottom: 0;
  font-size: 0;
}

.timeline__controls > button {
  border: 1px solid #fff;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 35px;
  width: 55px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.timeline__controls:hover button {
  opacity: 0.6;
}

.timeline__controls > button:hover {
  opacity: 1;
}

.timeline__prev {
  background-image: url(../images/arrow-left-historia.png);
  position: relative;
  left: 1px;
}

.timeline__next {
  background-image: url(../images/arrow-right-historia.png);
}

.timeline__prev:hover {
  background-position: 40% 50%;
}

.timeline__next:hover {
  background-position: 60% 50%;
}

.timeline__image {
  border-radius: 8px;
  overflow: hidden;
}

.timeline__inner {
  padding: 20px 40px 0 10px;
}

.timeline__title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
}

.timeline__description {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 767px) {
  .timeline__controls {
    display: none;
  }
  .timeline__nav-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .timeline__nav-wrapper::before {
    display: none;
  }
  .timeline__nav-item::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 2px;
    background-color: #cdd2de;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .timeline__nav-item:last-child::after {
    width: 70%;
    left: 0;
    margin-left: 0;
  }
  .historia {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .timeline {
    background: #fff;
    padding: 20px 0 0;
  }
  .timeline__image {
    border-radius: 0;
  }
  .timeline__image img {
    width: 100%;
  }
  .timeline__inner {
    background-color: #2274fb;
    padding: 40px 20px;
  }
  .referencia {
    padding: 30px 0;
  }
}

.programas-projetos__item {
  padding-bottom: 40px;
}

.nossa-essencia__portais {
  position: relative;
  padding: 0;
  padding-top: 40px;
  min-height: 500px;
}

.nossa-essencia__portais .section__title {
  z-index: 5;
  color: #fff;
  position: relative;
}

.nossa-essencia__portais .blue-container-background {
  background: #1a46c1;
  width: 100%;
  height: 400px;
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
}

.nossa-essencia__portais .cards-container {
  width: 100%;
  margin-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .nossa-essencia__portais .cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.nossa-essencia__portais .cards-container .card-portal {
  width: 48%;
  max-width: 357px;
  height: 450px;
  margin: 0px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .nossa-essencia__portais .cards-container .card-portal {
    width: 90%;
    height: auto;
    margin: 0;
    margin-top: 20px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .nossa-essencia__portais .cards-container .card-portal {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 30px;
    max-width: unset;
    padding-bottom: 30px;
  }
}

.nossa-essencia__portais .cards-container .card-portal img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 0;
}

.nossa-essencia__portais .cards-container .card-portal h3,
.nossa-essencia__portais .cards-container .card-portal p {
  position: relative;
  color: #fff;
  z-index: 5;
  margin-left: 24px;
  margin-right: 24px;
}

.nossa-essencia__portais .cards-container .card-portal h3 {
  margin-top: 130px;
  margin-bottom: 12px;
  font-size: 24px;
}

.nossa-essencia__portais .cards-container .card-portal a {
  margin-right: 30px;
  margin-top: 100px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
}

.nossa-essencia__portais .cards-container .card-portal .card-portal-integridade-button {
  margin-top: 120px;
}

.nossos-negocios-title {
  margin: 30px 0px;
}

.bandeiras {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 0px;
}

@media (max-width: 991px) {
  .bandeiras {
    flex-direction: row;
    gap: 5px;
    justify-items: center;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


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