@charset "UTF-8";
body {
  font-family: 'Co Headline', sans-serif; }

#header {
  background: linear-gradient(#023e5f 40.78%, rgba(2, 62, 95, 0.93) 50.93%, rgba(2, 62, 95, 0.72) 65.78%, rgba(2, 62, 95, 0.38) 83.42%, rgba(2, 62, 95, 0) 100%); }
  #header .cta a {
    border-radius: 4px;
    background: #44b45e;
    /*font-family: "Co Headline";*/
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 3px 35px 10px 35px;
    display: block;
    transition: all 0.4s; }
    @media (max-width: 768px) {
      #header .cta a {
        line-height: 20px;
        padding: 0 10px 5px;
        font-size: 18px; } }
  #header.fixed .cta a {
    line-height: 20px;
    padding: 3px 35px 10px; }
  #header.fixed img {
    width: 103px; }

/* Banner */
#section-banner {
  position: relative;
  height: 100vh;
  min-height: 520px;
  overflow: hidden; }
  #section-banner .banner-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.8);
    z-index: 1; }
  #section-banner .banner-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 15px;
    text-align: center;
    position: relative; }
    #section-banner .banner-overlay::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80%;
      z-index: -1;
      background: linear-gradient(#023e5f 40.78%, rgba(2, 62, 95, 0.93) 50.93%, rgba(2, 62, 95, 0.72) 65.78%, rgba(2, 62, 95, 0.38) 83.42%, rgba(2, 62, 95, 0) 100%); }
    #section-banner .banner-overlay .logo-banner {
      max-width: 100%;
      margin-bottom: 86px; }
    #section-banner .banner-overlay h1 {
      font-size: 2.4rem;
      color: #D9D9D9;
      margin-bottom: .5rem; }
    #section-banner .banner-overlay .lead {
      color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 768px) {
    #section-banner {
      height: 60vh; }
      #section-banner .logo-banner {
        max-width: 180px; }
      #section-banner h1 {
        font-size: 1.6rem; } }
  @media (max-width: 568px) {
    #section-banner h1 {
      font-size: 25px; } }

#section-carrossel {
  background-color: #0D3A5C;
  padding: 60px 0; }
  #section-carrossel .swiper {
    position: relative;
    padding: 0 45px; }
  #section-carrossel .swiper-slide img {
    width: 100%;
    /*height:420px;*/
    object-fit: cover;
    border-radius: 8px;
    position: relative; }
  #section-carrossel .inner {
    position: relative;
    cursor: pointer; }
    #section-carrossel .inner::before {
      content: '';
      background: linear-gradient(rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 14%;
      z-index: 2; }
  #section-carrossel .carousel-caption {
    z-index: 3;
    position: absolute;
    left: 24px;
    bottom: 18px;
    background: rgba(0, 0, 0, 0.45);
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    font-weight: normal;
    font-size: 26.59px;
    line-height: 23.4px;
    text-align: right;
    color: #d8d8d8;
    top: 45px;
    bottom: auto;
    right: 67px;
    background: none;
    max-width: 240px;
    left: auto; }
    @media (max-width: 568px) {
      #section-carrossel .carousel-caption {
        display: none; } }
  #section-carrossel .swiper-button-prev, #section-carrossel .swiper-button-next {
    color: #fff; }
  #section-carrossel .swiper-slide {
    padding: 21px; }
    #section-carrossel .swiper-slide.swiper-slide-active {
      background-color: #fff;
      background: linear-gradient(to bottom, white calc(100% - 40px), #0D3A5C 40px); }

#section-estrada {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #0D3A5C;
  /* Responsivo */ }
  #section-estrada .image-wrapper {
    position: relative;
    width: 100%;
    display: block;
    /* Box rosa superior */
    /* Texto principal e lista */
    /* Logo inferior */ }
    #section-estrada .image-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
    #section-estrada .image-wrapper .box-rosa {
      position: absolute;
      top: 10%;
      right: 4%;
      background: #c93652;
      background: linear-gradient(#e13c51 0%, #a5303f 100%);
      color: #fff;
      padding: 25px 35px;
      border-radius: 0;
      z-index: 2; }
      #section-estrada .image-wrapper .box-rosa h2 {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 10px; }
        @media (max-width: 568px) {
          #section-estrada .image-wrapper .box-rosa h2 {
            font-size: 20px !important;
            line-height: 25px !important; } }
      #section-estrada .image-wrapper .box-rosa p {
        font-size: 1rem;
        line-height: 1.4; }
      #section-estrada .image-wrapper .box-rosa .icone {
        display: block;
        margin-top: 10px;
        max-width: 60px;
        float: right; }
    #section-estrada .image-wrapper .descricao {
      position: absolute;
      bottom: 20%;
      left: 7%;
      color: #fff;
      max-width: 450px;
      font-weight: normal;
      font-size: 40px;
      line-height: 31px;
      text-align: left;
      color: #d8d8d8; }
      #section-estrada .image-wrapper .descricao h3 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 28px;
        font-size: 35px; }
        @media (max-width: 568px) {
          #section-estrada .image-wrapper .descricao h3 {
            font-size: 30px;
            line-height: 35px; } }
      #section-estrada .image-wrapper .descricao ul {
        list-style: none;
        padding: 0; }
        @media (max-width: 568px) {
          #section-estrada .image-wrapper .descricao ul {
            padding: 0 20px; } }
        #section-estrada .image-wrapper .descricao ul li {
          margin-bottom: 10px;
          padding-left: 22px;
          position: relative;
          font-size: 1rem;
          margin-bottom: 20px;
          padding-left: 30px;
          font-weight: normal;
          font-size: 19px;
          line-height: 24.61px;
          text-align: left;
          color: #fff;
          font-family: 'Co Text', sans-serif; }
          #section-estrada .image-wrapper .descricao ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 6px;
            width: 16px;
            height: 16px;
            background: #c93652; }
          #section-estrada .image-wrapper .descricao ul li.bullet-triangulo::before {
            width: 0;
            height: 0;
            display: inline-block;
            border-top: 9px solid transparent;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-bottom: 15px solid #c93652;
            background-color: transparent;
            top: -6px; }
          #section-estrada .image-wrapper .descricao ul li.bullet-circulo::before {
            border-radius: 100%; }
          #section-estrada .image-wrapper .descricao ul li.bullet-red::before {
            background: #c93652; }
          #section-estrada .image-wrapper .descricao ul li.bullet-orange::before {
            background: #e26a2c; }
          #section-estrada .image-wrapper .descricao ul li.bullet-yellow::before {
            background: #f5b301; }
          #section-estrada .image-wrapper .descricao ul li.bullet-green::before {
            background: #3cb878; }
          #section-estrada .image-wrapper .descricao ul li.bullet-blue::before {
            background: #0096d6; }
    #section-estrada .image-wrapper .logo {
      position: absolute;
      bottom: 8%;
      left: 7%;
      width: 100%; }
      #section-estrada .image-wrapper .logo img {
        height: auto;
        max-width: 40%; }
  @media (max-width: 1024px) {
    #section-estrada .image-wrapper .box-rosa {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin: 20px auto;
      max-width: 90%;
      text-align: center; }
    #section-estrada .image-wrapper .descricao,
    #section-estrada .image-wrapper .logo {
      position: relative;
      left: auto;
      bottom: auto;
      margin: 20px auto;
      text-align: center;
      float: none;
      margin: 0 auto;
      display: table;
      padding: 20px 0; }
    #section-estrada .image-wrapper .descricao ul li {
      text-align: left;
      display: inline-block;
      width: 100%; }
    #section-estrada .image-wrapper img {
      width: 100%;
      height: auto;
      float: none !important;
      margin: 0 auto;
      display: table; } }

#section-investir {
  position: relative;
  background: url("section-investir.png") center center/cover no-repeat;
  background-color: #0D3A5C;
  color: #fff;
  padding: 80px 0; }
  @media (max-width: 568px) {
    #section-investir {
      padding: 40px 0; } }

#section-investir::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 25, 51, 0.8);
  /* leve escurecimento para contraste */ }

#section-investir .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  padding: 0 20px; }

#section-investir .logo-titulo {
  display: flex;
  align-items: flex-start;
  gap: 20px; }
  @media (max-width: 568px) {
    #section-investir .logo-titulo {
      display: block; } }

#section-investir .logo-titulo img {
  height: 80px; }
  @media (max-width: 568px) {
    #section-investir .logo-titulo img {
      display: table;
      margin: 0 auto; } }

#section-investir .logo-titulo h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600; }
  @media (max-width: 568px) {
    #section-investir .logo-titulo h2 {
      font-size: 30px !important;
      line-height: 35px !important;
      text-align: center;
      margin-bottom: 0; } }

#section-investir .lista {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 700px; }

#section-investir .lista li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: 'Co Text', sans-serif; }

#section-investir .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 12px; }

.icon.quadrado {
  background-color: #fff; }

.icon.triangulo {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #fff; }

.icon.circulo {
  border-radius: 50%;
  background-color: #fff; }

#section-box-secundario {
  position: relative; }
  #section-box-secundario img {
    width: 100%; }
  #section-box-secundario .texto {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0; }
    #section-box-secundario .texto h6 {
      text-align: center;
      display: block;
      font-weight: normal;
      font-size: 26.59px;
      line-height: 23.4px;
      text-align: center;
      color: #0d3a5c; }

#section-desenvolvimento {
  background-color: #fff;
  color: #0a2d4a;
  padding: 60px 0 0;
  font-family: 'Montserrat', sans-serif;
  /* ===== PARTE 1 ===== */
  /* ===== PARTE 2 ===== */
  /* ===== PARTE 3 ===== */
  /* ===== RESPONSIVIDADE ===== */ }
  #section-desenvolvimento .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  #section-desenvolvimento .parte1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px; }
    #section-desenvolvimento .parte1 .lado-esquerdo {
      flex: 1; }
      #section-desenvolvimento .parte1 .lado-esquerdo .logo-texto {
        display: flex;
        align-items: flex-start;
        gap: 20px; }
        #section-desenvolvimento .parte1 .lado-esquerdo .logo-texto .logo {
          width: 80px;
          flex-shrink: 0; }
        #section-desenvolvimento .parte1 .lado-esquerdo .logo-texto .texto h2 {
          font-weight: normal;
          font-size: 27px;
          line-height: 40px;
          text-align: left;
          color: #023e5f;
          margin-bottom: 20px;
          font-weight: 500; }
          @media (max-width: 568px) {
            #section-desenvolvimento .parte1 .lado-esquerdo .logo-texto .texto h2 {
              font-size: 30px !important;
              line-height: 35px !important;
              text-align: center; } }
        #section-desenvolvimento .parte1 .lado-esquerdo .logo-texto .texto p {
          font-weight: normal;
          font-size: 14px;
          line-height: 20px;
          text-align: left;
          color: #1d1d1b; }
    #section-desenvolvimento .parte1 .lado-direito {
      flex: 1;
      text-align: right;
      max-width: 45%; }
      @media (max-width: 568px) {
        #section-desenvolvimento .parte1 .lado-direito {
          max-width: 100%; } }
      #section-desenvolvimento .parte1 .lado-direito .site img {
        margin-bottom: 10px;
        max-width: 100%; }
      #section-desenvolvimento .parte1 .lado-direito .site a {
        font-weight: 600;
        color: #003366;
        text-decoration: none;
        display: block; }
        #section-desenvolvimento .parte1 .lado-direito .site a:hover {
          text-decoration: underline; }
  #section-desenvolvimento hr {
    margin: 50px 0;
    border: none;
    border-top: 1px solid #ccc; }
  #section-desenvolvimento .parte2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0;
    margin-bottom: 60px; }
    #section-desenvolvimento .parte2 .pessoa {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
      height: 100%;
      min-height: 320px;
      padding: 20px;
      transition: transform 0.3s ease; }
      #section-desenvolvimento .parte2 .pessoa .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: left;
        position: relative; }
        #section-desenvolvimento .parte2 .pessoa .info .barra {
          width: 30px;
          height: 60px;
          background-color: #003366;
          background: #07619c;
          position: absolute;
          left: 0;
          top: 0; }
        #section-desenvolvimento .parte2 .pessoa .info .dados {
          padding-left: 50px; }
          #section-desenvolvimento .parte2 .pessoa .info .dados h3 {
            color: #003366;
            font-size: 1.1rem;
            font-weight: 700;
            font-weight: 600;
            font-size: 25px;
            line-height: 30px;
            text-align: left;
            color: #1660a8;
            min-height: 60px;
            display: flex;
            align-items: center; }
          #section-desenvolvimento .parte2 .pessoa .info .dados p {
            font-size: 0.9rem;
            color: #333;
            font-weight: normal;
            font-size: 18px;
            line-height: 23px;
            text-align: left;
            color: #1660a8; }
      #section-desenvolvimento .parte2 .pessoa .imagem {
        margin-top: 15px; }
        #section-desenvolvimento .parte2 .pessoa .imagem img {
          width: 100%;
          object-fit: cover; }
  #section-desenvolvimento .parte3 {
    /*
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    */
    display: flex; }
    @media (max-width: 568px) {
      #section-desenvolvimento .parte3 {
        display: block; } }
    #section-desenvolvimento .parte3 img {
      width: 100%;
      object-fit: cover; }
      #section-desenvolvimento .parte3 img.img-1 {
        width: 31.24%; }
      #section-desenvolvimento .parte3 img.img-2 {
        width: 26.00%; }
      #section-desenvolvimento .parte3 img.img-3 {
        width: 42.76%; }
      @media (max-width: 568px) {
        #section-desenvolvimento .parte3 img {
          width: 100% !important; } }
  @media (max-width: 768px) {
    #section-desenvolvimento .parte1 {
      flex-direction: column;
      text-align: center; }
      #section-desenvolvimento .parte1 .lado-esquerdo .logo-texto {
        flex-direction: column;
        align-items: center; }
      #section-desenvolvimento .parte1 .lado-direito {
        text-align: center; }
    #section-desenvolvimento .parte3 img {
      height: 180px; } }

#footer {
  background-color: #0c3654;
  padding: 60px 0 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0; }
  #footer .container {
    margin: 0 auto;
    padding: 0 20px;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-columns: 4fr 4fr;
    justify-items: center;
    gap: 40px; }
    @media (max-width: 992px) {
      #footer .container {
        grid-template-columns: 1fr 1fr;
        gap: 30px; } }
    @media (max-width: 600px) {
      #footer .container {
        grid-template-columns: 1fr;
        text-align: center; } }
  #footer h3, #footer h4 {
    font-weight: 700;
    margin-bottom: 15px; }
  #footer h3 {
    font-size: 1.4rem; }
  #footer h4 {
    font-size: 1.2rem;
    margin-bottom: 40px; }
  #footer p {
    line-height: 1.6;
    font-family: 'Co Text', sans-serif;
    font-weight: 300; }
    @media (max-width: 600px) {
      #footer p {
        margin: 0 auto; } }
  #footer ul {
    list-style: none;
    padding: 0; }
    #footer ul li {
      margin-bottom: 30px; }
    #footer ul a {
      color: #dfeaff;
      font-size: 0.95rem;
      text-decoration: none;
      font-family: 'Co Text', sans-serif;
      font-weight: 300; }
      #footer ul a:hover {
        text-decoration: underline; }
  #footer .col-redes .redes {
    display: flex;
    gap: 25px;
    margin-top: 20px; }
    @media (max-width: 600px) {
      #footer .col-redes .redes {
        justify-content: center; } }
    #footer .col-redes .redes .icon {
      display: block; }
      #footer .col-redes .redes .icon img {
        width: 28px;
        height: 28px;
        transition: opacity .3s; }
        #footer .col-redes .redes .icon img:hover {
          opacity: 0.7; }

.section-134 {
  background: linear-gradient(#e13c51 0%, #a5303f 100%); }
  .section-134 #formulario .inner-formulario {
    background-color: #B02418; }

#section-nova {
  background: #fff; }
  #section-nova .container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto; }
  #section-nova .nova-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: #ededed; }
    @media (max-width: 992px) {
      #section-nova .nova-wrapper {
        flex-direction: column;
        text-align: center; } }
  #section-nova .nova-image {
    width: 55%; }
    @media (max-width: 768px) {
      #section-nova .nova-image {
        width: 100%; } }
    #section-nova .nova-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0; }
  #section-nova .nova-content {
    flex: 1; }
    #section-nova .nova-content h2 {
      font-size: 2rem !important;
      font-weight: 700;
      color: #0c3458;
      line-height: 1.3;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        #section-nova .nova-content h2 {
          font-size: 1.6rem; } }
    #section-nova .nova-content .nova-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 18px; }
      #section-nova .nova-content .nova-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 1rem;
        color: #161615;
        line-height: 1.4;
        font-family: 'Co Text', sans-serif;
        font-weight: 300; }
        @media (max-width: 768px) {
          #section-nova .nova-content .nova-list li {
            font-size: 0.95rem;
            justify-content: center; } }
        #section-nova .nova-content .nova-list li .icon {
          width: 14px;
          height: 14px;
          display: inline-block;
          margin-top: 4px; }
          #section-nova .nova-content .nova-list li .icon.quadrado {
            background: #a01422; }
          #section-nova .nova-content .nova-list li .icon.triangulo {
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 14px solid #a01422; }
          #section-nova .nova-content .nova-list li .icon.circulo {
            background: #a01422;
            border-radius: 50%; }

#section-investir-nova {
  width: 100%;
  background: #0c3353;
  padding: 80px 0;
  color: #fff;
  /* Lado Esquerdo */
  /* Lado Direito - Acordeon */ }
  #section-investir-nova .container {
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px; }
    @media (max-width: 1024px) {
      #section-investir-nova .container {
        flex-direction: column;
        text-align: center;
        gap: 40px; } }
  #section-investir-nova .investir-left {
    flex: 1;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #section-investir-nova .investir-left {
        display: block; } }
    #section-investir-nova .investir-left .investir-logo img {
      max-width: 220px;
      width: 100%;
      display: block; }
      @media (max-width: 768px) {
        #section-investir-nova .investir-left .investir-logo img {
          margin: 0 auto;
          width: auto; } }
    #section-investir-nova .investir-left .investir-title h2 {
      margin-top: 30px;
      line-height: 1.3;
      font-size: 2.6rem;
      font-weight: 700;
      margin: 20px 0;
      font-size: 2rem !important; }
      @media (max-width: 600px) {
        #section-investir-nova .investir-left .investir-title h2 {
          font-size: 2.1rem; } }
  #section-investir-nova .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 12px; }
  #section-investir-nova .investir-right {
    flex: 1.5; }
    @media (max-width: 768px) {
      #section-investir-nova .investir-right {
        width: 100%; } }
    #section-investir-nova .investir-right .accordion-item {
      padding: 10px 0;
      border-bottom: none;
      background: none;
      border: none; }
      #section-investir-nova .investir-right .accordion-item .accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer; }
        #section-investir-nova .investir-right .accordion-item .accordion-header .icon img {
          width: 22px;
          height: auto;
          margin-right: 20px; }
        #section-investir-nova .investir-right .accordion-item .accordion-header .title {
          flex: 1;
          text-align: left;
          font-size: 1.15rem;
          line-height: 1.4;
          font-weight: 300; }
        #section-investir-nova .investir-right .accordion-item .accordion-header .symbol {
          font-size: 28px;
          font-weight: 300;
          transition: 0.3s ease; }
      #section-investir-nova .investir-right .accordion-item .accordion-content {
        display: none;
        padding-left: 42px;
        margin-top: 12px;
        color: rgba(255, 255, 255, 0.85);
        font-size: 1rem;
        line-height: 1.55;
        padding: 0;
        border-bottom: 1px solid #fff;
        font-weight: 300; }
        @media (max-width: 1024px) {
          #section-investir-nova .investir-right .accordion-item .accordion-content {
            padding-left: 0;
            text-align: left; } }
      #section-investir-nova .investir-right .accordion-item.open .symbol {
        transform: rotate(180deg); }

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