body {
  position: relative;
  height: 100%;
  background-color: #0076A8;
  font-family: 'Montserrat', sans-serif;
}

.hidden {
  display: none !important;
}


/* svg - início
/* *********************************** */

.svg {
  display: block;
  position: relative;
}

.svg svg {
  display: block;
  position: relative;
}

.svg--width svg {
  width: 100%;
}

.svg--height svg {
  height: 100%;
}

/* svg - fim
/* *********************************** */


/* text - fim
/* *********************************** */

.text--300 {
  font-weight: 300;
}

.text--600 {
  font-weight: 600;
}

/* text - fim
/* *********************************** */


/* btn - início
/* *********************************** */

.btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-state {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.btn--navbar-menu {
  padding: 0;
  margin-right: 20px;
  border-radius: 4px;
  border: none;
  background-color: transparent;
  outline: none;
}

.btn--navbar-menu .btn-state0 {}

.btn--navbar-menu .btn-state1 {
  display: none;
}

.btn--navbar-menu .btn__icon {
  height: 30px;
}

.btn--navbar-menu .btn__icon svg * {
  fill: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 1024px) {
  .btn--3 {
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 1100px) {
  .btn--navbar-menu {
    display: none;
  }
}

/* btn - fim
/* *********************************** */


/* wrapper - início
/* *********************************** */

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

/* wrapper - fim
/* *********************************** */


/* navbar - início
/* *********************************** */

.navbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 400;
  background-color: #002C5E;
}

.navbar__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.navbar__left,
.navbar__right {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar__logo {
  padding: 0 15px;
  height: 33px;
  text-decoration: none;
}

.navbar__logo img {
  display: block;
  height: 100%;
}

.navbar__logo svg {
  display: block;
  height: 100%;
}

.navbar__menu {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 0;
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  background-color: #00234A;
}

.navbar__menu li {
  width: 100%;
}

.navbar__menu li:not(:last-child) {
  margin-bottom: 5px;
}

.navbar__menu a {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 15px 20px 15px 20px;
  width: 100%;
  height: calc(100% - 30px);

  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar__menu .is-featured a {
  color: #C8FF00;
  font-weight: 600;
}

@media only screen and (min-width: 1100px) {
  .navbar {
    height: 100px;
  }

  .navbar__logo {
    height: 42px;
  }

  .navbar__menu a::before {
    display: none;
  }

  .navbar__menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    padding: 0;
    width: auto;
    width: initial;
    height: 100%;
    margin: 0;
    background-color: transparent;
    list-style-type: none;
  }

  .navbar__menu li {
    width: auto;
    height: 100%;
  }

  .navbar__menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .navbar__menu li:not(:last-child) a::before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    right: 0;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .navbar__menu a {
    justify-content: center;
    padding: 10px 20px;
    min-width: 0;
    min-width: initial;
    width: auto;
    height: calc(100% - 20px);
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .navbar__menu a:hover {
    color: #C8FF00;
  }

  .navbar__menu a::after {
    content: '';
    display: none;
    position: absolute;
    top: auto;
    top: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #C8FF00;
    border-radius: 1px;
    opacity: 0;
  }

  .navbar__menu a:hover::after {
    opacity: 1;
  }
}

/* navbar - fim
/* *********************************** */


/* hero - início
/* *********************************** */

.hero {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  position: relative;
  padding-top: 70px;
  width: 100%;
  height: 210px;
  z-index: 300;
}

.hero__wrapper {
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.hero__logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 0;
  width: 100%;
  background-color: #00578F;
}

.hero__logo {
  display: flex;
  justify-content: center;
  position: relative;
}

.hero__logo:not(:last-child) {
  margin-right: 20px;
}

.hero__logo img {
  display: block;
  position: relative;
  height: 20px;
}

.hero__logo--centro img {
  height: 30px;
}

.hero__background {
  display: block;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 150px;
  background-size: auto 150px;
  background-position: top center;
  background-repeat: no-repeat;
}

.hero__background img,
.hero__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.hero__background-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__background-mobile img,
.hero__background-mobile video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media only screen and (min-width: 375px) {
  .hero {
    height: 220px;
  }

  .hero__background {
    height: 170px;
    background-size: auto 170px;
  }
}

@media only screen and (min-width: 1024px) {
  .hero {
    height: 300px;
  }

  .hero__logos {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    width: auto;
    background-color: transparent;
    z-index: 100;
  }

  .hero__logo img {
    height: 25px;
  }

  .hero__logo--centro img {
    height: 30px;
  }

  .hero__background {
    top: 70px;
    height: 300px;
    background-size: auto 300px;
  }
}

@media only screen and (min-width: 1100px) {
  .hero {
    padding-top: 100px;
    height: 300px;
  }

  .hero__logos {
    top: 20px;
    right: 20px;
  }

  .hero__background {
    top: 100px;
    height: 300px;
    background-size: auto 300px;
  }
}

@media only screen and (min-width: 1300px) {
  .hero {
    padding-top: 100px;
    height: 400px;
  }

  .hero__logos {
    top: 20px;
    right: 20px;
  }

  .hero__background {
    top: 100px;
    height: 400px;
    background-size: auto 400px;
  }
}

/* hero - fim
/* *********************************** */


/* section - início
/* *********************************** */

.section {
  position: relative;
  padding-bottom: 50px;

  background: rgb(0,59,121);
  background: linear-gradient(90deg, rgba(0,59,121,1) 0%, rgba(0,165,206,1) 100%);

  z-index: 200;
}

.section--small-pad {
  padding: 15px 0;
}

.section--medium-pad {
  padding: 25px 0;
}

.section--big-pad {
  padding: 50px 0;
}

.section--extra-big-pad {
  padding: 75px 0;
}

.section__wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  z-index: 200;
}

.section__titles {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.section__left-title,
.section__right-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section__left-title {
  padding: 0 20px 0 30px;
  width: calc(100% - 50px);
  background-color: #002C5E;
}

.section__right-title {
  padding: 0 40px 0 30px;
  min-width: 175px;
  max-width: calc(85% - 50px);
  background-color: #fff;
}

.section__decal {
  display: none;
}

.section__title {
  margin: 20px 0 20px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.section__description {
  padding: 20px 0;
  margin: 0;
  color: #002C5E;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}

.section__content {
  width: 100%;
  border-top-right-radius: 15px;
  background-color: rgba(0, 44, 94, 0.4);
}

.section__content--center {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.section__content--transparent {
  background: transparent;
}

.section__text {
  padding: 30px 0;
  margin: 0 20px;
}

.section__text p,
.section__text div {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.section__text p:first-child {
  margin: 0;
}

.section__notes {
  width: 100%;
  max-width: 1150px;
  margin: 20px auto 0 auto;
}

.section__note::before {
  content: '*';
  display: block;
  position: absolute;
  top: 3px;
  left: -14px;
  color: #fff;
  font-size: 14px;
}

.section__note {
  position: relative;
  margin: 0 40px 20px 40px;
}

.section__note div,
.section__note p {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 21px;
}

.section__note p:first-child {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .section {
    padding-bottom: 100px;
  }

  .section--small-pad {
    padding: 25px 0;
  }

  .section--medium-pad {
    padding: 50px 0;
  }

  .section--big-pad {
    padding: 100px 0;
  }

  .section--extra-big-pad {
    padding: 150px 0 0 0;
  }

  .section__titles {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    height: 150px;
  }

  .section__left-title,
  .section__right-title {
    align-items: center;
    position: relative;
    padding: 0 50px;
    width: calc(50% - 100px);
    height: 100%;
  }

  .section__left-title {
    justify-content: flex-end;
    margin-left: 0;
  }

  .section__left-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
    width: 15px;
    height: 100%;
    background-color: #C8FF00;
    z-index: 100;
  }

  .section__right-title {
    justify-content: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section__decal {
    display: block;
    position: relative;
    height: 35px;
    margin-right: 5px;
  }

  .section__decal svg * {
    fill: #fff;
  }

  .section__title {
    padding: 0 15px;
    margin: 0;
    color: #fff;
    font-size: 38px;
    text-align: right;
  }

  .section__description {
    margin: 0;
    margin-top: 5px;
    font-size: 20px;
    text-align: left;
  }

  .section__content {
    border-top-right-radius: 50px;
  }

  .section__text {
    max-width: 820px;
    margin: 0 auto;
  }

  .section__text div,
  .section__text p {
    font-size: 15px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) {
  .section__notes {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 10px;
  }

  .section__note {
    width: 550px;
  }
}


/* section - fim
/* *********************************** */


/* section--text - início
/* *********************************** */

.section--text {
  padding-bottom: 100px;
}

.section--text .section__left-title {
  justify-content: center;
  background-color: #fff;
}

.section--text .section__right-title {
  background-color: #00578F;
}

.section--text .section__title {
  margin: 20px 0;
  color: #333333;
  font-weight: 300;
}

.section--text .section__description {
  color: #fff;
  font-weight: 600;
}

.section--text .section__content {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  position: relative;
  background-color: transparent;
}

.section--text .section__text {
  padding: 15px 0 25px 0;
  max-width: 870px;
  background-color: #EAEEF2;
}

.section--text .section__text div:not(:first-child),
.section--text .section__text p:not(:first-child) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.section--text .section__text div,
.section--text .section__text p {
  margin-left: 30px;
  margin-right: 30px;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}

.section--text .section__action {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  width: 100%;
  max-width: 870px;
  background-color: #fff;
}

.section--text .section__action a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.section--text .section__action-arrow {
  height: 24px;
  margin-left: 20px;
}

.section--text .section__action-arrow svg * {
  fill: #333333;
}

@media only screen and (min-width: 1024px) {
  .section--text .section__left-title {
    padding: 0 50px;
    width: calc(50% - 100px);
    border-bottom-left-radius: 50px;
  }

  .section--text .section__right-title {
    border-top-right-radius: 50px;
  }

  .section--text .section__title {
    font-size: 33px;
  }

  .section--text .section__text {
    padding: 45px 0 55px 0;
    margin: 0;
  }

  .section--text .section__text div,
  .section--text .section__text p {
    margin-left: 60px;
    margin-right: 60px;
  }

  .section--text .section__action {
    padding: 0;
    margin-top: -30px;
    background-color: transparent;
  }

  .section--text .section__action a {
    padding: 14px 34px;
    width: auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
    font-size: 19px;
  }

  .section--text .section__action-arrow {
    height: 20px;
  }

  .section--text .section__action-arrow svg {
    transition: all 160ms ease;
  }

  .section--text .section__action:hover svg {
    transform: scale(1.1);
  }
}

/* section--text - fim
/* *********************************** */


/* section--publico - início
/* *********************************** */

.section--publico .section__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 44, 94, 0.4);
  z-index: -1;
}

/* section--publico - fim
/* *********************************** */


/* card-list - início
/* *********************************** */

.card-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 30px;
}

.card-list .card-one:not(:last-child) {
  margin-bottom: 20px;
}

.card-list .card-two:not(:last-child) {
  margin-bottom: 20px;
}

.card-list--split {
  flex-flow: column nowrap;
  align-items: center;
}

.card-list--split .card-list__left {
  margin-bottom: 10px ;
}

.card-list--split .card-list__left,
.card-list--split .card-list__right {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.card-list--split .card-file:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .card-list {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .card-list .card-one {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .card-list .card-two {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .card-list--split {
    flex-flow: column nowrap;
    align-items: center;
  }
}

@media only screen and (min-width: 1100px) {
  .card-list--split {
    flex-flow: row nowrap;
    align-items: flex-start;
  }

  .card-list--split .card-list__left {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .card-list--split .card-list__left,
  .card-list--split .card-list__right {
    align-items: flex-start;
  }

  .card-list--split .card-file:not(:last-child) {
    margin-bottom: 15   px;
  }
}

/* card-list - fim
/* *********************************** */


/* card-one - início
/* *********************************** */

.card-one {
  display: flex;
  flex-flow: column nowrap;
  width: 280px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

.card-one__header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  height: 105px;
  background-color: #004378;
}

.card-one__header::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #C8FF00;
}

.card-one__title {
  padding: 0;
  margin: 0 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.card-one__content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 44, 94, 0.2);
}

.card-one__content ul {
  padding: 25px 0;
  margin: 0 25px;
  color: #fff;
  list-style-type: none;
}

.card-one__content li:not(:last-child) {
  margin-bottom: 10px;
}

.card-one__content li {
  font-size: 15px;
}

/* card-one - fim
/* *********************************** */


/* card-two - início
/* *********************************** */

.card-two {
  display: flex;
  flex-flow: column nowrap;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.card-two__header {
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 0 30px 40px;
  width: calc(100% - 40px);
  background-color: rgba(0, 44, 94, 0.5);
}

.card-two__tie {
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.card-two__title {
  margin: 0;
  color: #C8FF00;
  font-size: 20px;
  font-weight: 500;
}

.card-two__content {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.card-two__row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #004F85;
}

.card-two__row:nth-child(even) {
  background-color: #1A689A;
}

.card-two__row--featured {
  justify-content: center;
}

.card-two__row--featured p {
  color: #C8FF00;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-two__label {
  width: 55%;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.card-two__value {
  width: 45%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.card-two__value div {
  font-size: 14px;
  font-weight: 500;
}

.card-two--dark .card-two__row {
  background-color: #004073;
}

.card-two--dark .card-two__row:nth-child(even) {
  background-color: #1A5683;
}

.card-two--darker .card-two__row {
  background-color: #002C5E;
}

.card-two--darker .card-two__row:nth-child(even) {
  background-color: #1A426E;
}

@media only screen and (min-width: 375px) {
  .card-two {
    width: 350px;
  }
}

@media only screen and (min-width: 425px) {
  .card-two {
    width: 370px;
  }
}

/* card-two - fim
/* *********************************** */


/* card-file - início
/* *********************************** */

.card-file {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 14px;
  width: calc(100% - 48px);
  border-radius: 10px;
  background-color: #004378;
  text-decoration: none;
}

.card-file__left,
.card-file__right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}

.card-file__title {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.card-file__filetype-icon {
  height: 22px;
  margin-right: 15px;
}

.card-file__filetype-icon img {
  display: block;
  height: 100%;
}

.card-file__download-icon {
  padding-left: 15px;
  height: 20px;
  transition: all 160ms ease;
}

.card-file__download-icon img {
  display: block;
  height: 100%;
}

.card-file:focus .card-file__download-icon,
.card-file:hover .card-file__download-icon {
  transform: scale(1.075);
}

@media only screen and (min-width: 768px) {
  .card-file {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 14px;
    width: 482px;
    border-radius: 10px;
    background-color: #004378;
    text-decoration: none;
  }

  .card-file__left,
  .card-file__right {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
  }

  .card-file__title {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 15px;
  }

  .card-file__filetype-icon {
    height: 22px;
    margin-right: 15px;
  }

  .card-file__filetype-icon img {
    display: block;
    height: 100%;
  }

  .card-file__download-icon {
    height: 20px;
    transition: all 160ms ease;
  }

  .card-file__download-icon img {
    display: block;
    height: 100%;
  }

  .card-file:focus .card-file__download-icon,
  .card-file:hover .card-file__download-icon {
    transform: scale(1.075);
  }
}

/* card-file - fim
/* *********************************** */





/* links-rodape - início
/* *********************************** */

.links-rodape {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 40px 0;
  width: 100%;
  background-color: #002C5E;
}

@media only screen and (min-width: 1024px) {
  .links-rodape {
    margin: 0 auto;
  }
}

/* links-rodape - fim
/* *********************************** */


/* links-duplos-rodape - início
/* *********************************** */

.links-duplos-rodape {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1150px;
  margin: 0 20px;
}

.links-duplos-rodape__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 40px);
  padding: 14px 20px;
  border-radius: 40px;
  background-color: #fff;
  color: #002C5E;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.2);
  margin: 10px 0; /* 3 botoes */
}

.links-duplos-rodape__link:nth-child(1) {
  /* margin-bottom: 20px; */
}

.links-duplos-rodape__link:nth-child(2) {
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.2);
}

.links-duplos-rodape__icone {
  height: 18px;
  margin-left: 12px;
}

.links-duplos-rodape__icone svg * {
  fill: #0D6BA3;
}

@media only screen and (min-width: 1024px) {
  .links-duplos-rodape {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    flex-flow: wrap; /* 3 botoes */
  }

  .links-duplos-rodape__link {
    padding: 0 45px;
    width: auto;
    height: 70px;
    font-size: 24px;
  }

  .links-duplos-rodape__link:nth-child(1) {
    margin-bottom: 0;
    box-shadow: none;
    box-shadow: initial;
  }

  .links-duplos-rodape__icone {
    height: 25px;
    margin-left: 20px;
    transition: all 160ms ease;
  }

  .links-duplos-rodape__link:hover .links-duplos-rodape__icone {
    transform: scale(1.075);
  }
}

/* links-duplos-rodape - fim
/* *********************************** */


/* box-sti-container - início
/* *********************************** */

.box-sti-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  padding: 50px 0;
  width: 100%;
  background-color: rgba(0, 44, 94, 0.6);
}

/* box-sti-container - fim
/* *********************************** */


/* box-sti - início
/* *********************************** */

.box-sti::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  height: 100px;
  border-radius: 30px;
  background-color: #C8FF00;
  z-index: -1;
}

.box-sti {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 80px);
  max-width: 440px;
  margin: 0 40px;
  z-index: 1;
}

.box-sti__info {
  padding: 20px 25px;
  border-radius: 50px;
  background-color: #002C5E;
  box-shadow: -7.2px 7.2px 7.2px rgba(0, 0, 0, 0.25);
}

.box-sti__info p {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}

.box-sti__arrow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
}

.box-sti__arrow svg {
  width: 10px;
  transition: all 160ms ease;
}

.box-sti__arrow:hover svg {
  transform: scale(1.075);
}

.box-sti__arrow svg * {
  fill: #002C5E;
}

@media only screen and (min-width: 1024px) {
  .box-sti::before {
    left: -10px;
    width: calc(100% + 60px);
    height: 80px;
    border-radius: 50px;
  }

  .box-sti {
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }

  .box-sti__info {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 825px;
    border-radius: 70px;
  }

  .box-sti__info p {
    max-width: 720px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .box-sti__arrow {
    right: -45px;
    width: 40px;
  }

  .box-sti__arrow svg {
    width: 13px;
  }
}

/* box-sti - fim
/* *********************************** */


/* logos-rodape - início
/* *********************************** */

.logos-rodape {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 50px;
  width: 100%;
}

.logos-rodape__logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100px;
}

.logos-rodape__logo:not(:last-child) {
  margin-bottom: 20px;
}

.logos-rodape__logo img {
  display: block;
  max-width: 100%;
  max-height: 65px;
}

@media only screen and (min-width: 1024px) {
  .logos-rodape {
    flex-flow: row nowrap;
    justify-content: center;
  }

  .logos-rodape__logo:not(:last-child) {
    margin-right: 25px;
    margin-bottom: 0;
  }
}

/* logos-rodape - fim
/* *********************************** */


/* footer - inicío
/* *********************************** */

.footer {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 0 0 20px 0;
  width: 100%;

  background: rgb(0,59,121);
  background: linear-gradient(90deg, rgba(0,59,121,1) 0%, rgba(0,165,206,1) 100%);
}

.footer__wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.footer__text {
  margin: 0;
  margin-top: 30px;
  color: #dfe0e0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .footer__wrapper {
    max-width: 1150px;
  }

  .footer__text {
    margin-top: 40px;
  }
}

/* footer - fim
/* *********************************** */






























