.container-main-segment {
  background: #238B99;
  padding-top: 1.2rem;
  padding-bottom: 55px;
}

.breadcrumb {
  font-family: 'Montserrat Regular';
  font-size: 11px;
}

.breadcrumb strong {
  font-family: 'Montserrat Extra Bold';
}

.brand-container {
  width: 100%;
  /* margin: 0 auto; */

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;

  color: #707070;
}

.brand-container p {
  width: 100%;
  font-size: 17px;
  font-family: 'Montserrat Regular';
}

.text-segment-white {
  font-family: 'Montserrat Regular';
  color: #FFFFFF;
  font-size: 13px;
  width: 100%;
  max-width: 74.5rem;
}

.text-segment-white strong {
  font-family: 'Montserrat Extra Bold';
}

.brand-title {
  font-size: 3.438rem;
  text-transform: uppercase;
  color: #FFB200;

  margin: 0;
  font-family: 'Montserrat Extra Bold';

  width: 100%;
  max-width: 74.5rem;
}

.brand-title span {
  color: #E2E2E2;
}

.brand-title span:last-child {
  font-family: 'Montserrat Regular';
  font-weight: 100;
}

.cards-brand-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.375rem;
  grid-column-gap: 25px;
}

.cards-segment-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

.card-brand {
  width: 100%;
  max-width: 190px;
  height: 184px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2.5rem;
  border-radius: 0px 10px 10px 0px!important;
}

.imgBrand {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;

  display: flex;
  align-items: center;
  justify-content: center;
}

.content-card-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  width: 100%;
  height: 90%;
  padding: 10px;
}

/*
.content-card-brand div:first-child {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
*/

.content-card-brand h3 {
  font-family: 'Montserrat Extra Bold';
  color: #238A99;
  font-size: 18px;
  margin-top: -5px;
}

.content-card-brand a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

  height: 100%;
  cursor: pointer;
  max-width: 133px;
  margin-left: auto;
  text-decoration: none;
}

.content-card-brand div p {
  color: #707070;
  font-size: 11px;
  position: absolute;
  min-width: 123px;
  margin-top: 195px;
  margin-left: -145px;
}

.content-card-brand a span {
  background: #8C8C8C;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'Montserrat Bold';
}

.content-card-brand a div {
  /* background: #FFB200;
  color: #FFFFFF; */
  font-family: 'Montserrat Extra Bold';
  padding: 3px 5px;
}

/*
.content-card-brand a div img{
  width: 70%;
  height: auto;
}
*/

.container-info-card2 {
  max-width: 80px !important;

  z-index: -1;
}



.container-info-card2 p {
  width: auto !important;
}

.container-info-card2 div {
  background: #FFF ;
  color: #707070 ;
  font-weight: 100 !important;
  font-family: 'Montserrat regular' !important;
  font-size: 9px !important; 

  border-radius: 50%;
  height: 12px !important;
  width: 12px !important;

  border: 1px solid;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  padding: 0 !important;

}

.container-info-card2:hover .icon-info-card {
  background: #238A99;
  color: #fff;
}

.info-card-mobile {
  width: 68px;
  left: 89px;
  top: 73px;
  color: #8C8C8C;
}


.card-segment {
  width: 10rem;
  height: 7.625rem;

  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  margin-bottom: 1.688rem;
}



.text-container-soluction-saiba-mais {
  display: block;
  cursor: pointer;
}
.text-container-soluction-contato {
  display: none;
}

/* .card-segment:hover .text-container-soluction-saiba-mais{
  display: none;
}
.card-segment:hover .text-container-soluction-contato{
  display: block;
} */

.card-segment a {
  text-decoration: none;
  color: #8C8C8C;
}

.card-segment div:first-child {
  width: 100%;
  height: 100%;

  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.card-segment div:first-child span {
  font-size: 19px;
  font-family: 'Montserrat Extra Bold';
  margin-top: 10px;
  text-align: center;
  color: #8C8C8C;
  text-transform: uppercase;
  line-height: 19px;
}

.card-segment div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px;
}

.card-segment div:last-child span {
  font-size: 17px !important;
  font-family: 'Montserrat Regular' !important;
  text-align: center;
}

.container-card-soluction {
  position: absolute;
  height: 14px !important;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  top: 105px;
  left: 79px;
  min-width: 73px;
}

.container-card-soluction p {
  margin: 0;
  font-size: 8px !important;
  text-align: right;
  padding-right: 3px;
}

.container-card-soluction div {
  margin: 0 !important;
  border: 1px solid;

  border-radius: 50%;

  height: 10px !important;
  width: 11px !important;

  font-size: 7px !important;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px !important;
  padding: 0 !important;
}

.container-card-soluction:hover .icon-container-card {
  background: #238A99;
  color: #fff;
}

.custom-info-card {
  opacity: 0;
}

.show {
  display: flex;
}

.hidde {
  display: none !important;
  position: absolute;
  top: 1300px;
}

.custon-card-decision {
  top: 194px !important;
  left: 68% !important;
}

.test-hover {
  background-color: #FFF !important;
}

.custon-card-decision:hover .test-hover {
  background-color: #238A99 !important;
  color: #fff !important;
}


.content-card-brand-mobile {
  padding: 4px;
}
.content-card-brand-mobile span {
  display: block;
  position: absolute;
  left: 88%;
  top: 1px;
}

.content-card-brand-mobile h3 {
  font-size: 15px;
  color: #238B99;

  position: relative;
  top: 3px;
}

.content-card-brand-mobile p {
  font-size: 13px;
}

.content-card-brand-mobile a {
  display: flex;
  margin-left: auto;
  color: #707070;
  justify-content: flex-end;
  text-decoration: none;
}

.content-soluction-brand-mobile {
  
}

.content-soluction-brand-mobile p {
  font-size: 13px !important;
  margin: 0;
}

.custon-content-soluction {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.title-soluction-strong {
  font-family: 'Montserrat Extra Bold' !important;
  margin-top: 10px;
  text-align: center;
}

.text-content-soluction-mobile {
  font-size: 15px !important;
}

.btn-saiba-mais-decisoes {
  position: absolute;
  top: calc(100% - 22px);
  left: calc(100% - 68px);

  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 8px;
}

.btn-saiba-mais-decisoes p {
  margin: 0;
  padding: 0;
  margin-right: 2px;
}

.btn-saiba-mais-decisoes div {
  border: 1px solid;
  width: 10px;
  height: 10px;

  border-radius: 50%;

  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}


.btn-contato-decisoes {
  display: flex;
  flex-direction: row;
  align-items: center;

  text-decoration: none;

  position: absolute;
  top: calc(100% - 22px);
  left: calc(100% - 61px);

  display: none;
}

.btn-contato-decisoes p {
  margin: 0;
  padding: 0;

  font-size: 8px;
}

.btn-contato-decisoes aside {
  width: 10px;
  height: 10px;
}

.icon-button-contact-descisoes {
  border: 1px solid;
  width: 10px;
  height: 10px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px !important;
}

.card-decisoes:hover .btn-contato-decisoes {
  display: flex;
}

.button-closed-brand {
  cursor: pointer;
  position: absolute;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 85%;
  top: 5px;
}



.teste123 {
  height: auto !important;
  width: 100%;
  display: flex;
  justify-content: flex-end !important;
  padding-right: 28px !important;
  height: 19px !important;
}

.teste123 a {
  font-size: 8px;

  display: flex;
  flex-direction: row;
}
.teste123 a span {
  border: 1px solid;
  width: 10px;
  height: 10px;
  font-size: 8px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 3px;
}

.relative-position {
  position: relative;
}

@keyframes slide {
  from {
    opacity: 1;
    display: flex;
    transform: translateY(0px);
  }

  to {
    opacity: 0;
    display: none;
    transform: translateY(-40px);
  }
}

@keyframes slide-segment {
  from {
    opacity: 1;
    display: flex;
  }

  to {
    opacity: 0;
    display: none;
  }
}

@media (min-width: 768px) {  
  /* .card-brand:active .imgBrand {
    animation: slide 0.1s both;
  } */
  
  .show-content-card-brand {
    animation: slide 0.1s both !important;
  }
  
  .show-content-card-soluction div:first-child {
    animation: slide-segment 0.1s both;
  }

  .cards-segment-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .card-segment {
    width: 100%;
    max-width: 17.125rem;
    height: 8.188rem;
  }

  .container-card-soluction {
    top: 116px;
    left: 68%;
  }

  .content-custom-soluction {
    width: 100%;
    height: 100%;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .cards-brand-wrapper {
    grid-column-gap: 12px;
  }

  .card-brand {
    margin-bottom: 1.5rem;
  }

  .container-card-soluction {
    left: 53%;
  }
}


@media (max-width: 999px) {
  .cards-brand-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }

  .card-brand {
    max-width: 429px;
    height: 214px;

    margin-bottom: 1.5rem;
  }

  .brand-title {
    font-size: 3rem;  
  }

  .cards-segment-wrapper {
    gap: 4px !important;
  }

  .content-card-brand {
    display: none;
  }

  .custon-img-card {
    max-width: 125px;
    max-height: 42px;
    text-align: center;
    display: inline-grid;
    position: absolute;
    align-content: center;
  }

  .container-soluction img {
    height: 39px;
  }

  .container-soluction span {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .card-brand {
    min-width: 150px;
    height: 137px;
    margin-bottom: 1.5rem;
  }

  .info-card-mobile {
    left: 162px;
    top: 119px;
  }

  .teste123 {
    display: none !important;
  }
}

@media (max-width: 568px) {
  .info-card-mobile {
    left: 62%;
  }
}

@media (max-width: 472px) {
  .info-card-mobile {
    left: 47%;
  }
}
