img {
  display: block;
  max-width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

.container {
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row-block {
  display: block;
}

.items {
  display: flex;
  flex-wrap: wrap;
}

.items>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
  margin-top: 0;
}

.col-3 {
  flex: 0 0 auto;
  width: 33.33333333%;
}


.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

@media screen and (max-width:1024px) {
  .row-cols-4>* {
    width: 50%;
  }

  .row-cols-5>* {
    width: 100%;
  }
}

ul {
  position: relative;
}

.item {
  position: relative;
}


.lp-conecta h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: normal;
  color: #005171;
}

.lp-conecta h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: #005171;
  width: 100%;
}

.lp-conecta h2::after {
  content: "";
  display: block;
  width: 260px;
  height: 4px;
  background-color: #fba93a;
  margin: 7px auto 0;
}

.lp-conecta .btn-pd1 {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 11.5px 42px;
  border-radius: 15px;
  background: #005171;
  transition:all ease .3s;
}

.btn-pd1:active,
.btn-pd1:hover,
.btn-pd1:focus {
    text-decoration:none;
}

.btn-pd1:active {
    transform: scale(.9);
}

.btn-pd1:hover {
    opacity:.9;
}

.lp-conecta .banner-header img {
    width: 100%;
    text-align: center;
}

.lp-conecta .intro {
  display: flex;
  align-items: center;
  min-height: 480px;
}

.lp-conecta .intro .row {
  justify-content: space-between;
}

.lp-conecta .intro div:first-child {
  align-self: center;
}

.lp-conecta .intro .text {
  color: #ffffff;
  background-color: #005171;
  padding: 48px 62px;
  border-radius: 23px;
}

.lp-conecta .intro .text p {
  font-weight: 700;
  margin-bottom: 20px;
}

.lp-conecta .intro .text p:last-child {
  margin-bottom: 0;
}

.lp-conecta .intro h1 {
  border-left: 5px solid #fba93a;
  padding-left: 15px;
  line-height: 48px;
}

.lp-conecta .intro .highlight {
  font-size: 26px;
  margin-top: 32px;
}


.block-boxes .card-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  min-height: 170px;
  border-radius: 15px;
  background: #ffffff;
  border: 3px solid #fba93a;
  color: #005171;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  line-height: normal;
}

.block-boxes {
  color: #ffffff;
  background: url("../images/conecta/bg-default.png") 0 -246px / cover no-repeat;
  background-color: #005171;
  min-height: 590px;
  padding: 70px 0 125px;
}

.block-boxes h2 {
  color: #ffffff;
}

.block-boxes .header {
  padding-top: 41px;
  margin-top: 67px;
}

.block-boxes .items {
  max-width: 1200px;
  margin: 0 auto;
}

.block-boxes ul {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  border: 4px solid #fba93a;
  position: relative;
  max-width: 1086px;
  min-height: 135px;
  margin: 0 auto -85px;
  border-radius: 27px;
}

.block-boxes li {
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-top: -41px;
  white-space: nowrap;
}

.block-boxes li::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-color: #fba93a;
  border-radius: 15px;
  margin: 4px auto 0;
}

.block-boxes .item {
  position: relative;
  z-index: 1;
}

.block-boxes .row {
  justify-content: center;
}

.block-boxes .row>p {
  font-size: 20px;
  text-align: center;
  margin: 28px 0 72px;
}

.market-ai {
  padding: 63px 0;
}

.market-ai h2 {
  margin-bottom: 60px;
}

.market-ai .row {
  justify-content: center;
}

.market-ai .algoritmo-ai {
  margin-bottom: 68px;
}

.seal-onip {
  color: #ffffff;
  background: url("../images/conecta/bg-default.png") -948px 0px / cover no-repeat;
  background-color: #005171;
  padding: 90px 0 120px;
}

.seal-onip h2 {
  color: #ffffff;
  margin-bottom: 58px;
}

.block-imgtxt {
  margin-bottom: 40px;
}

.block-imgtxt .row {
  align-items: center;
}

.block-imgtxt .col-8 {
  color: #000000;
  font-weight: 700;
  background-color: #fba93a;
  border-radius: 0 50px 0 0px;
  padding: 50px 50px 50px 30px;
}

.block-imgtxt p+p {
    margin-top: 20px;
}


.block-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 432px; */
  min-height: 500px;
  text-align: center;
}

.block-txt h2 {
  margin-bottom: 60px;
}

.block-txt p {
  margin-bottom: 20px;
}

.block-txt .btn-pd1 {
  margin: 20px auto 0;
}

.block-txt.-s2 h2 {
  font-size: 38px;
  line-height: normal;
  max-width: 638px;
  margin: 0 auto 35px;
}

.block-txt.-s2 h2::after {
  display: none;
}

.block-txt.-s2 p {
  color: #005171;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  max-width: 836px;
  margin: 0 auto 35px;
}

.catalog {
  background: url('../images/conecta/bg-top-container.png') left top no-repeat;
  background-color: #f4f4f4;
  padding: 87px 0 48px;
}

.catalog .container {
  padding-left: 0px;
  padding-right: 0px;
}

.catalog h2 {
  margin-bottom: 88px;
}

.catalog .item {
  padding-bottom: 50px;
}

.catalog .item img {
  margin-bottom: 16px;
}

.catalog .item h3 {
  color: #005171;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}

.btn-pd1._outline {
  background: transparent;
  color: #005171;
  border: 1px solid #005171;
}

.btn-pd1._xs {
  font-size: 12px;
  border: 1px solid #005171;
  padding: 5.2px 20.4px;
}

@media screen and (min-width:1025px) {
  .lp-conecta .intro h1 {
    max-width: 370px;
  }

  .block-imgtxt .col-4 {
    max-width: fit-content;
  }

  .lp-mobile {
    display: none;
  }
  
  .catalog .items {
    justify-content: center;
   }
    
   .lp-conecta .intro .text {
    padding-bottom: 92px;
   }
}

@media screen and (max-width:1170px) {
  .lp-conecta .intro h1 {
    margin-bottom: 32px;
  }

  .block-boxes li {
    display: inline-flex;
    flex-direction: row-reverse;
    position: relative;
    margin: 0 0 24px;
  }

  .our-connections li::after {
    display: inline-block;
    margin-right: 16px;
    margin-left: -7.5px;
  }

  .block-boxes .items {
    flex-direction: column;
    width: 100%;
  }

  .block-boxes .item {
    margin-bottom: 15px;
    width: 100%;
  }

  .block-boxes .card-1 {
    min-height: 65px;
  }

  .our-connections .item {
    margin-bottom: 0;
  }

  .our-connections .card-1 {
    min-height: 90px;
  }

  .block-boxes ul {
    margin-bottom: -30px;
    max-width: 1144px;
    /*! padding: 20px; */
    width: 100%;
    padding: 39px 0 60px;
    justify-content: space-evenly;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-width: 3px;
  }

  .our-connections .item::after {
    content: "";
    width: calc(100% - 32px);
    max-width: 1144px;
    height: 15px;
    border: 3px solid #FAA839;
    display: block;
    margin: 0 auto;

    border-top: 0;
    border-bottom: 0;
  }

  .our-connections .item:last-child::after {
    display: none;
  }

  .block-boxes .header {
    padding: 0 28px;
    padding-top: 41px;
  }

  /* mobile */
  .lp-conecta p {
    font-size: 14px;
  }
  
  .lp-conecta .intro .highlight {
    font-size: 19px;
    margin-top: 24px;
  }

  .lp-conecta .btn-pd1 {
    font-size: 16px;
    padding: 8px 22.7px;
  }

  .lp-conecta .intro {
    padding: 40px 0;
  }

  .lp-conecta .intro h1 {
    font-size: 28px;
    line-height: normal;
  }

  .lp-conecta .intro .text {
    font-size: 14px;
    padding: 25px 25px 32px;
  }

  .our-connections {
    padding: 42px 0 72px;
  }

  .block-boxes h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 24px;
  }

  .block-boxes .header {
    padding-top: 0;
    margin-top: 32px;
  }

  .block-boxes li {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .block-boxes ul {
    padding: 39px 0 40px;
  }

  .block-boxes .card-1 p {
    font-size: 18px;
  }

  .market-ai h2 {
    margin-bottom: 12px;
  }

  .lp-conecta h2 {
    font-size: 28px;
    line-height: normal;
    /* margin-bottom: 34px; */
  }

  .market-ai {
    padding: 44px 0 79px;
  }

  .seal-onip {
    padding: 40px 0 10px;
  }

  .seal-onip h2 {
    margin-bottom: 32px;
  }

  .block-imgtxt .col-8 {
    border-radius: 0 0 50px 0;
    padding: 28px 25px 37px;
  }

  .block-imgtxt {
    margin-bottom: 36px;
  }

  .block-imgtxt img {
    margin: 0 auto;
  }

  .block-txt {
    min-height: 540px;
  }

  .block-txt .btn-pd1 {
    margin-top: 30px;
  }

  .catalog {
    background-size: 375px;
    padding: 81px 0 14px;
  }

  .catalog .container {
      padding-left: 7.5px;
      padding-right: 7.5px;
  }

  .catalog .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 30px;
  }


  .block-boxes {
    padding: 40px 0 65px;
    background-position: bottom;
  }

  .block-boxes .row>p {
    font-size: 14px;
    margin: 0 0 24px;
  }

  .market-ai .algoritmo-ai {
    margin-bottom: 16px;
  }


  .block-txt h2 {
    margin-bottom: 32px;
  }

  .catalog h2 {
    margin-bottom: 49px;
  }

  .catalog .item h3 {
    font-size: 16px;
    margin-bottom: 16px;
    min-height: 38.4px;
  }

  .btn-pd1._xs {
    font-size: 12px;
    padding: 5.2px 20.4px;
  }


  .block-txt.-s2 h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .block-txt.-s2 p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
  }

  .block-txt.-s2 p br {
    display: none;
  }

  .block-txt.-s2 {
    min-height: 379px;
  }
}

@media screen and (max-width:1500px) {
  .block-boxes {
    background-position-y: bottom;
  }
}

@media screen and (max-width:1024px) {
  .lp-desktop {
    display: none;
  }
}