/*    Secao dos cartoes    */
.container{
  padding-top: 100px;
  padding-bottom: 60px;
}
#not-found{
  display: none;
}
.custom-card-container {
  margin-top: 100px;
}

.c-content-title-2{
  padding-right: 35%;
  padding-left: 35%;
}

.card-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  gap: 24px;
}
.title-wrap{
  color: black !important;
  font-weight: 500;
}

.text-main-p{
  color: black !important;
}

.c-font-bold-550{
  font-weight: 550;
}
.subtitle-main-p{
  font-size: 18px;
  color: black !important;
}

.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a {
  font-weight: 500 !important;
}
.split-text{
  font-weight: 500 !important;
}
.card-container ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding-inline: 32px;
}

.card-shadow {
  display: flex;                    
  flex-direction: column;           
  align-items: flex-start;           
  padding: 24px;                                          
  width: 368.67px;                   
  height: 183px;                    
  background: #EBF3F8;              
  border-radius: 10px;              
}
.card-shadow:hover {
  outline: 2px solid #006EAB;
}
.card-shadow h3 {
  padding-top: 16px;
}

#accordion-2{
  padding-right: 30px;
  padding-left: 30px;
}

/* Dar override na cor dos icones*/
.ph-share-network {
    color: #006EAB; 
}
.ph-head-circuit {
  color: #006EAB; 
}
.ph-storefront {
  color: #006EAB; 
}
.ph-gavel {
  color: #006EAB; 
}
.ph-buildings {
  color: #006EAB; 
}
.ph-robot {
  color: #006EAB; 
}

@media (max-width:1520px) {
  
.c-content-title-2{
  padding-right: 25%;
  padding-left: 25%;
}
}
  @media screen and (max-width: 1201px) {
    .card-shadow{
      height: 210px;
      width: 280px;
    }
    
.c-content-title-2{
  padding-right: 15%;
  padding-left: 15%;
}
  }

  @media screen and (max-width: 991px) {
    .card-container{
      width: 100%;
      gap: 6px;
    }
    .card-shadow{
      width: 100%;
      height: fit-content;
    }
    .card-container ul{
      flex-direction: column;
      gap: 16px;
    }

  }


  
  /*   Secao dos nosso numeros   */
  /*   Secao dos nosso numeros   */

  .custom-numbers-container {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 80px;
    padding-top: 80px;
    background-image: linear-gradient(to right, #006FAC, #2E9374);
    width: 100% !important;
  }

  .white-title span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    color: #FFFFFF;
  }

  .custom-numbers-container h4 {
    font-size: 18px;
    color: #FFFFFF;
  }

  .custom-counter-container {
    margin-top: 50px;
    padding-left: 20%;
    padding-right: 20%;
  }


  @media screen and (max-width: 1201px) {
    .custom-counter-container {
      padding-left: 10%;
      padding-right: 10%;
    }
  }

  @media screen and (max-width: 990px) {
    .add-margin-bottom h4 {
      margin-bottom: 60px;
    }
  }

  /*   Secao dos tabs   */
  /*   Secao dos tabs   */

  .ph-plus,
  .ph-minus {
    color: #006EAB;
    padding-right: 10px; 
  }

  .accordion-toggle {
    position: absolute;
    left: 0;
    text-align: center;
    color: #006EAB;
    font-weight: 100;
  }
  

  .separator-div {
    height: 1px;
    background-color: #006fab2a; 
    margin: 5px 0; 
  }

#acordiontab.panel-colapse{
  display: unset;
}

 




  