body{overflow-x: hidden;}

.positionBanner{display: grid; justify-content:start;}

.avatar-sm {
    height: 12rem !important;
    width: 15rem !important;
}

.imgPhone{background-image: url("/images/phone.png"); background-position: bottom; height: 500px;}

#download h2{ font-size: 2.5rem;}
#download hr{background-color: var(--primary-color-2); height: 10px; width: 75px;}
#download .textApp {font-size: 1.35rem;}
#download .card{border-radius: 10px; border-color: white;}

.head{
    background: #181015 url(../../images/banner.jpg) no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 695px;
    text-align: center;
    margin-top: 80px;
    color: white;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
    display: grid;
    align-items: center;
    align-content: center;
  }
  
  .head .lead {
    font-family: "Open sans", Helvetica, Arial;
    font-size: 44px;
    margin-bottom: 6px;
    color: white;
    line-height: 1.15em;
  }
  
  .head h1{
    color:white;
    font-weight: normal;
  }
  
  .resumePadding{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .resumePadding p{
    font-size:0.80rem !important;
  }
  
  .resumeImage{
    display: grid;
    align-items: center;
    justify-content: center;
  }
  
  .cardChoose img{
    height: 80px;
  }
  
  #sayClient img{
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
  }
  
  @media (max-width: 575px) {
    .resumePadding{
      padding: 15px;
    }
  
    #concepts img{
      height: 80px;
    }
  
    .marginSay{
      margin-bottom: 3rem!important;
    }
  }
  
  .textGrey{font-weight: normal; color: var(--nav-toggler-color);}
  .textPrimary{font-weight: bold; color: var(--primary-color-2);}
  
  @media (min-width: 1200px){
    .why_choose .container{max-width: 1400px;}
  }
  
  #concepts .card,#area .card{background-color: white; border-radius: 15px;   box-shadow: 5px 5px #888888;}
  #concepts .card:hover, #area .card:hover{background-color: var(--primary-color-2);}
  #concepts .card:hover .card-title, #concepts .card:hover .card-text, #area .card:hover .card-title, #area .card:hover .card-text{color:white;}
  
  #download ul li{list-style-type:disc !important}
  #download ul, #download ul li{color: black;}

  p{text-align: justify;}

  .ct-legend {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
  }

  .ct-legend li {
      position: relative;
      padding-left: 23px;
      margin-bottom: 3px;
      margin-right: 20px;
  }

  .ct-legend li:before {
      width: 12px;
      height: 12px;
      position: absolute;
      left: 0;
      content: '';
      border: 3px solid transparent;
      border-radius: 2px;
  }

  .ct-legend li.inactive:before {
      background: transparent;
  }
  .container-with-image{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 12px;
  }
  .container-with-image img {
    width: 54%;
    object-fit: cover;
  }
  .container-with-image label {
    margin: 0;
  }
  
  .ct-legend.ct-legend-inside {
      position: absolute;
      top: 0;
      right: 0;
  }

  .ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut{
    stroke: aqua !important;
  }

  .ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut{
    stroke: var(--primary-color-2) !important;
  }

  .ct-legend .ct-series-0:before {
      background-color: aqua;
      border-color: aqua;
  }

  .ct-legend .ct-series-1:before {
      background-color: var(--primary-color-2);
      border-color: var(--primary-color-2);
  }

  .icon-lang{width: 25px;}
  .icon-lang.selectLang{width: 20px;}
  .liLang{padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);}