
/* Section - Início
/* ******************************************** */

.box1 {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  /* background-color: #191970; */
}

.sec {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  /* background-color: #FDF5E6; */
}

.sec-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1160px;
  margin: 0 auto;
  /* background-color: #FAEBD7; */
}

.sec-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  padding: 50px 20px;
  margin: 0 auto;
  /* background-color: #F0FFF0; */
}

  .sec-row.small-pad {
    padding: 25px 15px;
  }

  .sec-row.no-pad {
    padding: 0;
  }

    .sec-row.no-pad.tb {
      padding: 50px 20px;
      padding-top: 0;
      padding-bottom: 0;
    }

    .sec-row.no-pad.lr {
      padding: 50px 20px;
      padding-left: 0;
      padding-right: 0;
    }

  .sec-row.no-pad.bt {
    padding-bottom: 0;
  }

  .sec-row.full-width {
    max-width: none;
    width: 100%;
  }

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .sec-row {
    width: 680px;
    padding: 100px 40px;
  }

  .sec-row.small-pad {
    width: 720px;
    padding: 50px 20px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .sec-row {
    width: 880px;
  }

  .sec-row.small-pad {
    width: 920px;
  }
}

/* LARGE SCREEN (>1199px) */
/* Mudar o valor para a max-width do .sec-wrapper */
@media only screen and (min-width: 1199px) {
  .sec-row {
    width: calc(100% - 80px);
  }

  .sec-row.small-pad {
    width: calc(100% - 40px);
  }
}

/* Section - Fim
/* ******************************************** */


/* Section Column - Início
/* ******************************************** */

.sec-columns {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.sec-column {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 20px 0;
}

  .sec-column.small-pad {
    padding: 10px 0;
  }

  .sec-column.no-pad {
    padding: 0;
  }

    .sec-column.no-pad.tb {
      padding: 50px 0;
      padding-top: 0;
      padding-bottom: 0;
    }

    .sec-column.no-pad.lr {
      padding: 50px 0;
      padding-left: 0;
      padding-right: 0;
    }

  .sec-column.no-pad-bottom {
    padding-bottom: 0;
  }

  .sec-column.full-width {
    max-width: none;
    width: 100%;
  }

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .sec-columns {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {}

/* Section Column - Fim
/* ******************************************** */


/* Section Titles - Início
/* ******************************************** */

.sec-titles {
  margin: 0 auto;
  margin-bottom: 20px;
}

.sec-title {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  color: #464646;
  font-size: 24px;
  font-weight: 400;
}

.sec-title.light { font-weight: 300; }

.sec-title.bold { font-weight: 700; }

.sec-subtitle {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  color: #848484;
  font-size: 21px;
  font-weight: 400;
}

.sec-subtitle.light { font-weight: 300; }

.sec-subtitle.bold { font-weight: 700; }

.sec-text {
  position: relative;
  color: #464646;
  margin: 0;
  margin-bottom: 26px;
  font-size: 15px;
}

  .sec-text:last-child {
    margin-bottom: 0px;
  }

  .sec-text p:last-child {
    margin-bottom: 0px;
  }

.sec-text.light { font-weight: 300; }

.sec-text.bold { font-weight: 700; }

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .sec-titles {
    margin-bottom: 24px;
  }

  .sec-title {
    font-size: 36px;
  }

  .sec-subtitle {
    font-size: 26px;
  }

  .sec-text {
    margin-bottom: 34px;
    font-size: 18px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .sec-titles {
    margin-bottom: 24px;
  }

  .sec-title {
    font-size: 42px;
  }

  .sec-subtitle {
    font-size: 28px;
  }

  .sec-text {
    margin-bottom: 34px;
    font-size: 18px;
  }
}

/* Section Titles - Fim
/* ******************************************** */


/* Section Row Titles - Início
/* ******************************************** */

.sec-row > .sec-titles {
  text-align: center;
}

.sec-row > .sec-titles .sec-text {
  margin: 0 auto;
}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .sec-row > .sec-titles {
    width: 560px;
  }

  .sec-row > .sec-titles .sec-text {
    width: 590px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .sec-row > .sec-titles {
    width: 560px;
  }

  .sec-row > .sec-titles .sec-text {
    width: 590px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .sec-row > .sec-titles {
    width: 800px;
  }

  .sec-row > .sec-titles .sec-text {
    width: 590px;
  }
}

/* Section Row Titles - Fim
/* ******************************************** */


/* Section Column Titles - Início
/* ******************************************** */

.sec-column:nth-child(odd) .sec-titles {
  text-align: left;
}

.sec-column:nth-child(even) .sec-titles {
  text-align: right;
}

/* Section Column Titles - Fim
/* ******************************************** */


/* Section Image - Início
/* ******************************************** */

.sec-image {
  display: block;
  position: relative;
  width: 500px;
  height: 350px;
  background-size: cover;
  background-position: center;
}

.sec-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-color: rgba(34, 133, 161, 0.6);
  background-blend-mode: multiply;
}

/* Section Image - Fim
/* ******************************************** */


/* Integridade > Elementos personalizados - Início
/* ******************************************** */


/* Integridade > Logo - Início
/* ******************************************** */

.integridade-logo {
  display: block;
  position: relative;
  padding: 25px;
  width: auto;
  height: 75px;
}

.integridade-logo svg {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
}

/* Integridade > Logo - Fim
/* ******************************************** */


/* Integridade > Navbar - Início
/* ******************************************** */

.integridade-navbar {
  display: none;
  width: 100%;
}

.integridade-navbar ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.integridade-navbar li {
  display: block;
  position: relative;
  width: 100%;
}

.integridade-navbar a {
  display: block;
  position: relative;
  padding: 5px 0;
  width: 100%;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.integridade-navbar a:focus,
.integridade-navbar a:hover {
  text-decoration: none;
  background-color: rgba(94, 187, 248, 0.25);
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade-navbar {
    display: block;
  }
}

/* Integridade > Navbar - Fim
/* ******************************************** */


/* Integridade > Section - Início
/* ******************************************** */

.integridade {
  font-family: 'Tajawal', sans-serif;
}


/* Integridade > Section Titles - Início
/* ******************************************** */

.integridade .sec-title {
  color: #2286a1;
  font-size: 32px;
  line-height: 32px;
}

.integridade .sec-title .bold {
  color: #255771;
  font-weight: 700;
}

.integridade .sec-subtitle {
  color: #2286a1;
  font-family: 'Slabo 27px', sans-serif;
}

.integridade .sec-text {
  color: #2286a1;
  font-family: 'Slabo 27px', sans-serif;
}

.integridade .sec-text .bold {
  font-weight: 700;
}

/* Integridade > Section Titles - Fim
/* ******************************************** */


/* Integridade > Section One - Início
/* ******************************************** */

.integridade.sec-one .sec-column.auto {
  margin: 0 auto;
}

.integridade.sec-one .sec-image {
  width: 275px;
  height: 200px;
  margin-top: -30px;
}

.integridade.sec-one .sec-image::after {
  top: -15px;
  left: initial;
  right: 20px;
  width: 150px;
  height: 170px;
  mix-blend-mode: multiply;
}

.integridade.sec-one .sec-columns .sec-title {
  max-width: 350px;
}

.integridade.sec-one .sec-title {
  margin-bottom: 15px;
}

.integridade.sec-one .sec-subtitle {
  margin-bottom: 20px;
}

.integridade.sec-one .sec-text {
  max-width: 350px;
}


/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {
  .integridade.sec-one .sec-image {
    width: 330px;
    height: 220px;
  }

  .integridade.sec-one .sec-image::after {
    width: 180px;
    height: 200px;
  }
}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {
  .integridade.sec-one .sec-image {
    width: 380px;
    height: 220px;
  }

  .integridade.sec-one .sec-image::after {
    width: 210px;
    height: 200px;
  }
}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .integridade.sec-one .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-one .sec-columns .sec-title {
    max-width: none;
  }

  .integridade.sec-one .sec-title {
    font-size: 36px;
    text-align: center;
  }

  .integridade.sec-one .sec-subtitle {
    font-size: 26px;
    text-align: center;
  }

  .integridade.sec-one .sec-text {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: center;
  }

  .integridade.sec-one .sec-image {
    width: 440px;
    height: 280px;
  }

  .integridade.sec-one .sec-image::after {
    width: 240px;
    height: 240px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade.sec-one .sec-titles {
    margin-top: 25px;
    margin-bottom: 24px;
  }

  .integridade.sec-one .sec-columns .sec-title {
    max-width: 350px;
  }

  .integridade.sec-one .sec-title {
    font-size: 46px;
    line-height: 44px;
    text-align: left;
  }

  .integridade.sec-one .sec-subtitle {
    font-size: 23px;
    font-weight: 500;
    text-align: left;
  }

  .integridade.sec-one .sec-text {
    max-width: 350px;
    margin: 0;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: left;
  }

  .integridade.sec-one .sec-image {
    width: 380px;
    height: 260px;
    margin-top: 20px;
  }

  .integridade.sec-one .sec-image::after {
    width: 240px;
    height: 240px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .integridade.sec-one .sec-image {
    width: 550px;
    height: 350px;
    margin-top: -30px;
  }

  .integridade.sec-one .sec-image::after {
    top: -30px;
    left: initial;
    right: 40px;
    width: 285px;
    height: 325px;
  }
}

/* Integridade > Section One - Fim
/* ******************************************** */


/* Integridade > Section Two - Início
/* ******************************************** */

.integridade.sec-two .sec-column.auto {
  margin: 0 auto;
}

.integridade.sec-two .sec-column:nth-child(1) {
  order: 1;
}

.integridade.sec-two .sec-image {
  width: 275px;
  height: 200px;
  margin-top: -30px;
}

.integridade.sec-two .sec-image::after {
  top: initial;
  left: initial;
  right: -20px;
  bottom: -20px;
  width: 100vw;
  height: 160px;
  mix-blend-mode: multiply;
}

.integridade.sec-two .sec-title {
  max-width: 250px;
  margin-bottom: 15px;
  text-align: left;
}

.integridade.sec-two .sec-text {
  max-width: 350px;
  text-align: left;
}


/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {
  .integridade.sec-two .sec-image {
    width: 330px;
    height: 220px;
  }

  .integridade.sec-two .sec-image::after {
    width: 100vw;
    height: 180px;
  }
}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {
  .integridade.sec-two .sec-image {
    width: 380px;
    height: 220px;
  }
}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .integridade.sec-two .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-two .sec-title {
    max-width: none;
    font-size: 36px;
    text-align: center;
  }

  .integridade.sec-two .sec-subtitle {
    font-size: 26px;
    text-align: center;
  }

  .integridade.sec-two .sec-text {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: center;
  }

  .integridade.sec-two .sec-image {
    width: 440px;
    height: 280px;
  }

  .integridade.sec-two .sec-image::after {
    width: 100vw;
    height: 230px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade.sec-two .sec-column:nth-child(1) {
    order: initial;
  }

  .integridade.sec-two .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-two .sec-title {
    max-width: 350px;
    font-size: 46px;
    line-height: 44px;
    text-align: left;
  }

  .integridade.sec-two .sec-subtitle {
    font-size: 23px;
    font-weight: 500;
    text-align: left;
  }

  .integridade.sec-two .sec-text {
    max-width: 350px;
    margin: 0;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: left;
  }

  .integridade.sec-two .sec-image {
    width: 460px;
    height: 360px;
    margin-top: 10px;
  }

  .integridade.sec-two .sec-image::after {
    width: 100vw;
    height: 300px;
    right: -25px;
    bottom: -25px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .integridade.sec-two .sec-image {
    width: 520px;
    height: 360px;
  }

  .integridade.sec-two .sec-image::after {
    right: -30px;
    bottom: -30px;
  }
}

/* Integridade > Section Two - Fim
/* ******************************************** */


/* Integridade > Section Three - Início
/* ******************************************** */

.integridade.sec-three .sec-column.auto {
  margin: 0 auto;
}

.integridade.sec-three .sec-column:nth-child(2) {
  display: none;
}

.integridade.sec-three .sec-image::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 15px;
  width: 215px;
  height: calc(100% + 30px);
  background-color: rgba(39, 74, 94, 1);
  mix-blend-mode: multiply;
  z-index: -1;
}

.integridade.sec-three .sec-image {
  width: 275px;
  height: 200px;
  margin-top: -15px;
}

.integridade.sec-three .sec-image::after {
  top: 0;
  left: 15px;
  width: 215px;
  height: 100%;
  background-color: rgba(60, 95, 115, 0.5);
}

.integridade.sec-three .sec-title {
  max-width: 250px;
  margin-bottom: 15px;
  text-align: left;
}

.integridade.sec-three .sec-text {
  max-width: 350px;
  text-align: left;
}


/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {
  .integridade.sec-three .sec-image::before {
    width: 230px;
  }

  .integridade.sec-three .sec-image {
    width: 330px;
    height: 220px;
  }

  .integridade.sec-three .sec-image::after {
    width: 230px;
  }
}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {
  .integridade.sec-three .sec-image::before {
    width: 240px;
  }

  .integridade.sec-three .sec-image {
    width: 380px;
    height: 220px;
  }

  .integridade.sec-three .sec-image::after {
    width: 240px;
  }
}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .integridade.sec-three .sec-columns {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .integridade.sec-three .sec-column:nth-child(2) {
    display: block;
  }

  .integridade.sec-three .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-three .sec-title {
    max-width: none;
    font-size: 36px;
    text-align: left;
  }

  .integridade.sec-three .sec-subtitle {
    font-size: 26px;
    text-align: left;
  }

  .integridade.sec-three .sec-text {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: left;
  }

  .integridade.sec-three .sec-image::before {
    width: 240px;
  }

  .integridade.sec-three .sec-image {
    width: 300px;
    height: 280px;
    margin-top: 55px;
  }

  .integridade.sec-three .sec-image::after {
    width: 240px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade.sec-three .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-three .sec-title {
    max-width: 350px;
    font-size: 46px;
    line-height: 44px;
  }

  .integridade.sec-three .sec-subtitle {
    font-size: 23px;
    font-weight: 500;
  }

  .integridade.sec-three .sec-text {
    max-width: 350px;
    margin: 0;
    margin-bottom: 34px;
    font-size: 18px;
  }

  .integridade.sec-three .sec-image::before {
    top: -30px;
    left: 30px;
    height: calc(100% + 60px);
    width: 320px;
  }

  .integridade.sec-three .sec-image {
    width: 460px;
    height: 360px;
    margin-top: 20px;
  }

  .integridade.sec-three .sec-image::after {
    left: 30px;
    width: 320px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .integridade.sec-three .sec-image {
    width: 700px;
    height: 420px;
    margin-right: -200px;
  }

  .integridade.sec-three .sec-image::before {
    top: -40px;
    left: 40px;
    width: 450px;
    height: calc(100% + 80px);
  }

  .integridade.sec-three .sec-image::after {
    left: 40px;
    width: 450px;
  }
}

/* Integridade > Section Three - Fim
/* ******************************************** */


/* Integridade > Section Four - Início
/* ******************************************** */

.integridade.sec-four {
  overflow: hidden;
}

.integridade.sec-four .sec-column.auto {
  margin: 0 auto;
}

.integridade.sec-four .sec-columns .sec-title {
  max-width: 350px;
}

.integridade.sec-four .sec-title {
  margin-bottom: 15px;
}

/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .integridade.sec-four .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-four .sec-title {
    max-width: none;
    font-size: 36px;
    text-align: center;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade.sec-four .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-four .sec-columns .sec-title {
    max-width: 350px;
  }

  .integridade.sec-four .sec-title {
    font-size: 46px;
    line-height: 44px;
    text-align: center;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {}

/* Integridade > Section Four - Fim
/* ******************************************** */


/* Integridade > Section Five - Início
/* ******************************************** */

.integridade.sec-five {
  background-color: #f0f0f0;
}

.integridade.sec-five .sec-column.auto {
  margin: 0 auto;
}

.integridade.sec-five p:not(.sec-title):not(.sec-text) {
  max-width: 550px;
  color: #2286a1;
  font-size: 17px;
  font-family: 'Slabo 27px', sans-serif;
}

.integridade.sec-five .bold {
  font-weight: 600;
}

.integridade.sec-five .sec-title {
  margin-bottom: 25px;
}

.integridade.sec-five .sec-subtitle {
  margin-bottom: 20px;
}

.integridade.sec-five .sec-text {
  max-width: 550px;
}

.integridade.sec-five .contato {
  margin-top: 20px;
}

.integridade.sec-five .form {
  max-width: 500px;
}

.integridade.sec-five .inputs {}

.integridade.sec-five .input {}

.integridade.sec-five .input label {
  display: none;
}

.integridade.sec-five .input textarea,
.integridade.sec-five .input input {
  width: 100%;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #2286a1;
}

.integridade.sec-five .input input {
  padding: 8px;
  width: calc(100% - 8px);
  margin: 2px 0;
}

.integridade.sec-five .input textarea {
  padding: 8px;
  width: calc(100% - 8px);
  height: 150px;
  margin: 2px 0;
}

.integridade.sec-five .btn {
  margin-top: 6px;
  color: #2286a1;
  border-color: #2286a1;
  background-color: transparent;
}

.integridade.sec-five .btn:hover {
  color: #fff;
  background-color: #2286a1;
}



/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .integridade.sec-five .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-five .sec-title {
    font-size: 36px;
    text-align: center;
  }

  .integridade.sec-five .sec-subtitle {
    font-size: 26px;
    text-align: center;
  }

  .integridade.sec-five .sec-text {
    margin: 0 auto;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: center;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade.sec-five .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-five .sec-title {
    font-size: 46px;
    line-height: 44px;
    text-align: left;
  }

  .integridade.sec-five .sec-subtitle {
    font-size: 23px;
    font-weight: 500;
    text-align: left;
  }

  .integridade.sec-five .sec-text {
    max-width: 450px;
    margin: 0;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: left;
  }

  .integridade.sec-five .contato {
    margin-top: 150px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .integridade.sec-five .contato {
    margin-top: 165px;
  }
}

/* Integridade > Section Five - Fim
/* ******************************************** */


/* Integridade > Section Six - Início
/* ******************************************** */

.integridade.sec-six {
  background-color: #577e91;
  margin-bottom: 50px;
}

.integridade.sec-six .sec-titles {
  margin: 40px 0;
}

.integridade.sec-six .sec-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 100;
  text-transform: none;
}

.integridade.sec-six .sec-subtitle {
  margin: 0 20px;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 100;
  text-transform: none;
}

.integridade.sec-six .btn {
  color: #fff;
  text-transform: none;
}

.integridade.sec-six .sec-subtitle::after {
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  bottom: -5px;
  width: 60%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transition: all 160ms ease;
}

.integridade.sec-six .sec-subtitle:hover::after {
  opacity: 1;
}

/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .integridade.sec-six .sec-title {
    font-size: 36px;
  }

  .integridade.sec-six .sec-subtitle {
    font-size: 22px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade.sec-six .sec-title {
    font-size: 46px;
  }

  .integridade.sec-six .sec-subtitle {
    font-size: 24px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .integridade.sec-six .sec-subtitle {
    margin: 0;
  }
}

/* Integridade > Section Six - Fim
/* ******************************************** */

/* Integridade > Section Two - Início
/* ******************************************** */

.integridade.sec-seven .sec-column.auto {
  margin: 0 auto;
}

.integridade.sec-seven .sec-column:nth-child(1) {
  order: 1;
}

.integridade.sec-seven .sec-image {
  width: 275px;
  height: 200px;
  margin-top: -30px;
}

.integridade.sec-seven .sec-image::after {
  display: none;
}

.integridade.sec-seven .sec-title {
  max-width: 250px;
  margin-bottom: 15px;
  text-align: left;
}

.integridade.sec-seven .sec-text {
  max-width: 350px;
  text-align: left;
}


/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {
  .integridade.sec-seven .sec-image {
    width: 330px;
    height: 220px;
  }
}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {
  .integridade.sec-seven .sec-image {
    width: 380px;
    height: 220px;
  }
}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .integridade.sec-seven .sec-titles {
    margin-top: 80px;
    margin-bottom: 24px;
  }

  .integridade.sec-seven .sec-title {
    max-width: none;
    font-size: 36px;
    text-align: center;
  }

  .integridade.sec-seven .sec-subtitle {
    font-size: 26px;
    text-align: center;
  }

  .integridade.sec-seven .sec-text {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: center;
  }

  .integridade.sec-seven .sec-image {
    width: 440px;
    height: 280px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .integridade.sec-seven .sec-column:nth-child(1) {
    order: initial;
  }

  .integridade.sec-seven .sec-titles {
    margin-bottom: 24px;
  }

  .integridade.sec-seven .sec-title {
    max-width: 350px;
    font-size: 46px;
    line-height: 44px;
    text-align: left;
  }

  .integridade.sec-seven .sec-subtitle {
    font-size: 23px;
    font-weight: 500;
    text-align: left;
  }

  .integridade.sec-seven .sec-text {
    max-width: 350px;
    margin: 0;
    margin-bottom: 34px;
    font-size: 18px;
    text-align: left;
  }

  .integridade.sec-seven .sec-image {
    width: 460px;
    height: 360px;
    margin-top: 10px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .integridade.sec-seven .sec-image {
    width: 520px;
    height: 360px;
  }
}

/* Integridade > Section Two - Fim
/* ******************************************** */




/* Integridade > Section - Fim
/* ******************************************** */


/* Integridade > Modal Presidente - Início
/* ******************************************** */

[data-name="Presidente"] {}

.modal-presidente {
  padding: 40px 40px;
  max-width: 600px;
  height: calc(100vh - 80px);
  overflow: scroll;
  background-color: #ebebeb;
}

.modal-presidente p {
  display: block;
  position: relative;
  color: #3a5662;
  text-align: justify;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}

.modal-presidente .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.modal-presidente .bold {
  font-weight: 600;
}

.modal-presidente .assinatura {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
}

.modal-presidente .assinatura .bold {
  font-style: normal;
}

.presidente-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  border-radius: 100%;
  z-index: 1;
}

.presidente-close svg * {
  fill: #3a5662;
}

/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .modal-presidente {
    padding: 40px 60px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  [data-name="Presidente"] .sweet-modal-box.transparent {
    margin-left: 150px;
  }

  .modal-presidente {
    height: auto;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {}

/* Integridade > Modal Presidente - Fim
/* ******************************************** */




/* Integridade > Video Wrapper - Início
/* ******************************************** */

.video-wrapper {
  position: relative;
  width: 288px;
  height: 153px;
  margin: 0 auto;
}

.video-wrapper .video-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 240ms ease;
}

.video-wrapper .video-cover.hide {
  opacity: 0;
}

.video-wrapper .video-cover .play {
  cursor: pointer;
  display: block;
  position: relative;
  width: auto;
  height: 50px;
}

.video-wrapper .video-cover .play svg {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
}

/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {
  .video-wrapper {
    width: 352px;
    height: 198px;
  }

  .video-wrapper .video-cover .play {
    height: 75px;
  }
}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {
  .video-wrapper {
    width: 368px;
    height: 207px;
  }
}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {
  .video-wrapper {
    width: 480px;
    height: 270px;
  }

  .video-wrapper .video-cover .play {
    height: 100px;
  }
}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .video-wrapper {
    width: 720px;
    height: 405px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .video-wrapper {
    width: 912px;
    height: 513px;
  }

  .video-wrapper .video-cover .play {
    height: 125px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .video-wrapper {
    width: 1024px;
    height: 576px;
  }
}

/* Integridade > Video Wrapper - Fim
/* ******************************************** */


/* Integridade > Pilares - Início
/* ******************************************** */

.pilares-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
}

.pilares-wrapper.open .pilares {
  padding-bottom: 100px;
  margin-bottom: 0;
}

.pilares-wrapper.open .pilar-icon {
  opacity: 0;
}

.pilares-wrapper.open .pilar .pilar-name,
.pilares-wrapper.open .pilar .btn,
.pilares-wrapper.open .pilar .pilar:hover .btn {
  opacity: 0;
}

.pilares-wrapper.open .pilar:nth-child(odd) {
  transform: translateX(-550px);
}

.pilares-wrapper.open .pilar:nth-child(even) {
  transform: translateX(550px);
}

.pilares {
  display: block;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.pilar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 155px;
  margin: 10px 0;
  transition: all 240ms ease-out;
}

.pilar:nth-child(even) {}

.pilar.open .pilar-icon svg *,
.pilar:hover .pilar-icon svg * {
  fill: #255771;
}

.pilar.open .pilar-info,
.pilar:hover .pilar-info {
  background-color: #255771;
}

.pilar:hover .pilar-name {
  transform: translateY(0);
}

.pilar:hover .btn-mais {
  opacity: 1;
  transform: translateY(0);
}

.pilar-icon {
  display: none;
  position: relative;
  padding: 20px;
  width: auto;
  height: 100%;
}

.pilar-icon svg {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
}

.pilar-icon svg * {
  transition: all 160ms ease-out;
}

.pilar-info {
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  width: 300px;
  height: 100%;
  background-color: #2185A0;
  text-align: center;
  transition: all 160ms ease-out;
}

.pilar-info .pilar-name {
  margin: 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateY(20px);
  transition: all 160ms ease-out;
}

.pilar .btn-mais::before {
  content: '[';
  display: block;
  position: absolute;
  padding-top: 23px;
  top: -9px;
  left: -14px;
  font-size: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.pilar .btn-mais {
  padding-top: 23px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  transition: all 160ms ease-out;
}

.pilar .btn-mais:hover {
  color: rgba(255, 255, 255, 1);
}

.pilar .btn-mais::after {
  content: ']';
  display: block;
  position: absolute;
  padding-top: 23px;
  top: -9px;
  right: -14px;
  font-size: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.pilares-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pilar-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  padding: 0 10px;
  width: calc(100% - 20px);
  opacity: 0;
  transition: all 160ms ease-out;
}

.pilar-content.with-slides {
  flex-flow: row nowrap;
}

.pilar-content-slide {
  max-width: 100%;
  flex-shrink: 0;
  transition: all 160ms ease-out;
}

.pilar-content-slide:nth-child(1) {
  transform: translateX(50%);
}

.pilar-content-slide:nth-child(2) {
  opacity: 0;
  transform: translateX(100%);
}

.pilar-content-slide.past {
  opacity: 0;
  transform: translateX(-100%);
}

.pilar-content-slide.active {
  opacity: 1;
  transform: translateX(-50%);
}

.pilar-content .pilar-content-slide .btn::after {
  display: none;
}

.pilar-content-slide .btn-next .icon {
  margin-left: 10px;
  transform: rotateZ(180deg);
}

.pilar-content.open {
  opacity: 1;
  z-index: 1;
}

.pilar-content .pilar-name {
  color: #255771;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.pilar-content .pilar-text {
  color: #464646;
  font-family: 'Slabo 27px', sans-serif;
  font-size: 14px;
  text-align: center;
}

.pilar-content .pilar-text a {
  color: #464646;
  text-decoration: underline;
}

.pilar-content .pilar-text p {
  margin: 10px 0;
}

.pilar-content .pilar-text ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  list-style-type: none;
}

.pilar-content .pilar-text li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: left;
}

.pilar-content .pilar-text li:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

.pilar-content .pilar-text li p {
  padding: 0;
  margin: 0;
}

.pilar-content .pilar-text .icon {
  display: block;
  position: relative;
  padding: 0 30px;
  width: 55px;
  height: auto;
  flex-shrink: 0;
}

.pilar-content .pilar-text .icon svg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.pilar-content .btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px;
  margin-top: 25px;
  color: #464646;
}

.pilar-content .btn::after {
  content: '';
  display: block;
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 120%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 160ms ease-out;
}

.pilar-content .btn:hover {
  color: #255771;
  transform: translateY(-1px);
}

.pilar-content .btn:hover::after {
  background-color: #255771;
}

.pilar-content .btn:hover svg * {
  fill: #255771;
}

.pilar-content .btn .icon {
  display: block;
  position: relative;
  width: auto;
  height: 15px;
  margin-right: 10px;
}

.pilar-content .btn svg {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
}

.pilar-content .btn svg * {
  fill: #464646;
}

/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {
  .pilar-info {
    width: 350px;
  }
}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {
  .pilar-info {
    width: 390px;
  }
}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {
  .pilares-wrapper.open .pilares {
    padding-bottom: 0;
  }

  .pilar-info {
    width: 480px;
  }
}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .pilar {
    height: 125px;
  }

  .pilar .btn-mais::before {
    padding-top: 0;
  }

  .pilar .btn-mais {
    padding-top: 0;
    opacity: 0;
    transform: translateY(20px);
  }

  .pilar .btn-mais::after {
    padding-top: 0;
  }

  .pilar-content .pilar-name {
    font-size: 18px;
  }

  .pilar-content .pilar-text {
    font-size: 16px;
  }
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .pilares {
    margin-left: 165px;
  }

  .pilar:nth-child(even) {
    margin-left: -165px;
  }

  .pilar-icon {
    display: block;
  }

  .pilar-content {
    padding: 0 150px;
    width: calc(100% - 300px);
  }

  .pilar-content .pilar-name {
    font-size: 20px;
  }

  .pilar-content .pilar-text {
    font-size: 16px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {}

/* Integridade > Pilares - Fim
/* ******************************************** */


/* Integridade > Three Featured - Início
/* ******************************************** */

.three-featured {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-top: 10px;
}

.three-featured .profile {
  width: 303px;
  height: auto;
}

.three-featured .profile:not(:nth-last-child(1)) {
  margin-bottom: 35px;
}

.three-featured .profile-picture {
  display: block;
  position: relative;
  width: 100%;
  height: 303px;
  background-size: cover;
}

.three-featured .profile-text {
  margin: 25px 0;
  color: #4197ae;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.three-featured .profile-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

.three-featured .profile-name,
.three-featured .profile-role {
  color: #255771;
  font-family: 'Slabo 27px', sans-serif;
  text-align: center;
}

.three-featured .profile-name {
  font-weight: 600;
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .three-featured {
    flex-flow: row nowrap;
  }

  .three-featured .profile:not(:nth-last-child(1)) {
    margin-right: 50px;
    margin-bottom: 0;
  }
}

/* Integridade > Three Featured - Fim
/* ******************************************** */


/* Integridade > Block Grid - Início
/* ******************************************** */

.block-grid {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
}

.block-rows {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
}

.block-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.block .icon {
  display: block;
  position: relative;
  padding: 20px 0;
  height: calc(100% - 40px);
  margin: 0;
  margin-right: 25px;
  flex-shrink: 0;
}

.block .icon svg {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  fill: #fff;
}

.block .icon svg * {
  stroke: #fff;
  stroke-width: 3;
}

.block.empty {
  display: none;
}

.block.dark {
  background-color: rgba(4, 32, 48, 0.6);
  background-blend-mode: multiply;
}

.block.light {
  background-color: rgba(37, 75, 98, 0.8);
  background-blend-mode: multiply;
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .block-grid {
    width: 100%;
    height: 600px;
  }

  .block-rows {
    width: auto;
    height: 100%;
  }

  .block-row {
    flex-flow: row nowrap;
    width: auto;
    height: calc(100% / 3);
  }

  .block {
    width: auto;
    height: 100%;
    font-size: 16px;
  }

  .block .icon {
    padding: 0;
    height: 100%;
    margin: 0 auto;
  }

  .block.empty {
    display: flex;
  }

  .block.single-block {
    flex-flow: column nowrap;
    padding: 0 10px;
    width: calc(200px - 20px);
  }

  .block.single-block .icon {
    max-height: 100px;
    margin-bottom: 15px;
  }

  .block.double-block {
    flex-flow: column nowrap;
    width: 400px;
    height: 100%;
  }

  .block.double-block .block {
    flex-flow: row nowrap;
    width: 100%;
    height: 50%;
  }

  .block.double-block .icon {
    padding: 20px 0;
    height: calc(100% - 40px);
    margin: 0;
    margin-right: 25px;
  }
}

/* Integridade > Block Grid - Fim
/* ******************************************** */



.button-outline:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 100%;
  border-left: 1px solid #2286a1;
  border-right: 1px solid #2286a1;
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.button-outline {
  position: relative;
  display: inline-block;
  height: 250px;
  border: 0;
  padding: 0;
  z-index: 0;
}

.button-outline:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 60%;
  background: #2286a1;
  transition: right 0s cubic-bezier(.19,1,.22,1) 110ms,opacity .1s cubic-bezier(.25,.25,.75,.75) 0s;
  opacity: 0;
}




.button-outline-copy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 35px;
  max-width: 250px;
  width: auto;
  height: 100%;
  color: #898989;
  font-size: 18px;
  font-weight: 600;
  transition: color .4s cubic-bezier(.19,1,.22,1);
}

.button-outline-copy:after,
.button-outline-copy:before {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  background: #2286a1;
  left: 0;
  right: 0;
  transition: all .6s cubic-bezier(.19,1,.22,1) 50ms;
}

.button-outline-copy:before {
  right: calc(34% + 5px);
}

.button-outline-copy:after {
  left: calc(85% + 5px);
}




.button-outline-bottom:after,
.button-outline-bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #2286a1;
  left: 0;
  right: 0;
  transition: all .8s cubic-bezier(.19,1,.22,1) 50ms;
}

.button-outline-bottom:before {
  right: calc(92% + 5px);
}

.button-outline-bottom:after {
  left: calc(26% + 5px);
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .button-outline-copy {
    font-size: 19px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .button-outline-copy {
    max-width: 275px;
    font-size: 20px;
  }
}




/* Integridade > Decal - Início
/* ******************************************** */

.decalx {
  display: none;
}

@keyframes decalxup {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .decalx {
    display: block;
    position: absolute;
    transform: scale(0);
    animation-name: decalxup;
    animation-delay: 360ms;
    animation-duration: 360ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }

  .decalx-one {
    top: -40px;
    left: -30px;
    height: 75px;
  }

  .decalx-two {
    top: 0;
    right: 10px;
    height: 150px;
  }

  .decalx-three {
    top: 50px;
    right: -80px;
    height: 80px;
  }

  .decalx-four {
    top: -16px;
    left: -70px;
    height: 80px;
  }

  .decalx-five {
    top: 20px;
    left: -95px;
    height: 150px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {}

/* Integridade > Decal - Fim
/* ******************************************** */



/* Integridade > Detail - Início
/* ******************************************** */

.details-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: relative;
  padding: 100px;
}

.detail,
.detail-axis,
.detail-line,
.detail-circle {
  display: block;
  position: relative;
}


/* Integridade > Detail One - Início
/* ******************************************** */

.detail-one .detail-axis::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: -20px;
  width: 80px;
  height: 1px;
  background-color: #737373;
  transform: rotateZ(45deg);
}

.detail-one .detail-axis {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #737373;
  transform: scale(0);
  animation-name: detail-one-scale;
  animation-duration: 400ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.detail-one .detail-axis::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #737373;
}

.detail-one .detail-circle {
  transform: scale(0);
  animation-name: detail-one-scale;
  animation-delay: 400ms;
  animation-duration: 400ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.detail-one .detail-circle:nth-child(2) {
  position: absolute;
  top: 2px;
  left: 90px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #737373;
  z-index: 1;
}

.detail-one .detail-circle:nth-child(3) {
  position: absolute;
  top: -41px;
  left: -41px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #7a9ba9;
}

.detail-one .detail-circle:nth-child(4) {
  position: absolute;
  top: -12px;
  left: -11px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #7a9ba9;
  z-index: -1;
}

.detail-one .detail-circle:nth-child(5) {
  position: absolute;
  top: -3px;
  left: 85px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #7a9ba9;
}

@keyframes detail-one-scale {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}


/* Integridade > Detail One - Fim
/* ******************************************** */


/* Integridade > Detail - Fim
/* ******************************************** */












/* Integridade > Elementos personalizados - Fim
/* ******************************************** */
