.infoexpo-container {
  margin: 46px auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*item 1*/

.infoexpo-texto-container {
  max-width: 934px;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: 64px;
}

.text-item1-title {
  text-align: center;
  font-size: 82px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-item1-text {
  padding: 16px 0 26px;
  color: #01558c;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: pre-wrap;
}

.text-item1-bold-azul {
  color: #01558c;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.text-item1-bold-verde {
  color: #1aa592;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.text-item1-hashtag {
  color: #32b5ab;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

/*item 2*/

.infoexpo-barra1 {
  display: flex;
  align-items: center;
  width: 100%;
}

.infoexpo-barra1.barra2 {
  flex-direction: row-reverse;
  padding-top: 80px;
}

.barimg1 {
  min-width: 675px;
  margin-left: 20px;
}

.barimg1.barra2 {
  margin-left: 0;
  margin-right: 20px;
}

.infoexpo-barra1-container {
  width: 100%;
  height: 181px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.infoexpo-barra1-container.barra2 {
  background: linear-gradient(90deg, #1aa592 0%, #12aff0 94%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.infoexpo-barra1-text {
  max-width: 675px;
  width: 100%;
}

.bartext1-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.bartext1-text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.barra-azul {
  width: 100%;
  height: 21px;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
}

.barra-azul.barra2 {
  height: 42px;
  margin-top: 52px;
  background: linear-gradient(90deg, #1aa592 0%, #12aff0 94%);
}

/*item 3*/

.graficas1-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1735px;
  padding: 75px 20px 81px 20px;
}

.graficas1-container.barra2 {
  max-width: 1497px;
}

.graficas1-img1 {
  max-height: 100%;
  max-width: 650px;
  width: 30%;
  flex: 1;
  object-fit: contain;
}

.graficas1-img1.barra2 {
  max-width: 423px;
}

.graficas1-img2 {
  max-height: 100%;
  max-width: 362px;
  width: 25%;
  object-fit: contain;
}

.graficas1-img2.barra2 {
  max-width: 362px;
}

.graficas1-img3 {
  max-height: 100%;
  max-width: 587px;
  width: 30%;
  flex: 1;
  object-fit: contain;
}

.graficas1-img3.barra2 {
  max-width: 480px;
}

.marcas-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1266px;
  align-items: center;
  padding-top: 64px;
}

.marcas-titulo-texto {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marcas-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 25px 0;
}

.marcas-img-container img {
  max-width: 175px;
}

.marcas-boton-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 752px;
  width: 100%;
  padding-top: 57px;
}

.marcas-boton-titulo {
  text-align: center;
  font-size: 29px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marcas-boton-texto {
  color: #03547e;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.boton {
  display: inline-flex;
  height: 28px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #f07f1e;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 21px;
}

@media (max-width: 1440px) {
  .infoexpo-texto-container {
    padding: 0 25px 0;
  }

  .infoexpo-barra1-container {
    max-width: 100%;
  }

  .text-item1-title {
    font-size: 60px;
  }
}

@media (max-width: 1130px) {
  .barimg1 {
    min-width: 200px;
  }

  .infoexpo-barra1-text {
    min-width: 436px;
  }

  .infoexpo-barra1-container {
    height: 115px;
  }
}

@media (max-width: 873px) {
  .bartext1-title {
    font-size: 30px;
  }

  .bartext1-text {
    font-size: 16px;
  }

  .infoexpo-barra1-container {
    height: 105px;
  }
}

@media (max-width: 768px) {
  .infoexpo-container {
    margin: 16px auto;
  }

  .infoexpo-texto-container {
    max-width: 728px;
    padding: 0 10px 10px;
    margin-bottom: 0;
  }

  .infoexpo-barra1 {
    flex-direction: column-reverse;
  }

  .infoexpo-barra1.barra2 {
    flex-direction: column-reverse;
  }

  .infoexpo-barra1-container {
    height: 94px;
  }

  .text-item1-title {
    font-size: 32px;
  }

  .text-item1-text {
    text-align: start;
    padding: 7px 0 7px;
  }

  .text-item1-hashtag {
    font-size: 20px;
  }

  .bartext1-title {
    font-size: 24px;
  }

  .bartext1-text {
    font-size: 16px;
    white-space: normal;
  }

  .barimg1 {
    margin-left: unset;
    width: 100%;
    max-width: 100%;
  }

  .barimg1.barra2 {
    margin-right: unset;
    width: 100%;
    max-width: 100%;
  }

  .graficas1-container {
    flex-direction: column;
    align-items: center;
    max-width: 573px;
    width: 100%;
    gap: 33px;
  }

  .graficas1-container.barra2 {
    max-width: 592px;
    width: 100%;
  }

  .graficas1-img1 {
    width: 100%;
  }

  .graficas1-img2 {
    width: 100%;
  }

  .graficas1-img3 {
    width: 100%;
  }

  .marcas-img-container {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    max-width: 528px;
    height: 344px;
    padding: 0;
  }

  .marcas-titulo-texto {
    font-size: 29px;
  }

  .marcas-boton-container {
    max-width: 479px;
  }
}

@media (max-width: 480px) {
  .infoexpo-texto-container {
    max-width: 437px;
    width: 100%;
  }

  .bartext1-text {
    font-size: 15px;
  }

  .text-item1-hashtag {
    font-size: 18px;
  }

  .graficas1-container {
    max-width: 391px;
    gap: 61px;
  }

  .graficas1-container.barra2 {
    max-width: 362px;
  }

  .barra-azul.barra2 {
    height: 52px;
  }
}
