  .box-cookies.hide {
    display: none !important;
  }

  .box-config-cookies.hide {
    display: none !important;
  }

  .modal-body {
    font-size: 14px;
    line-height: 1.0;
  }

  body {
    font-family: inherit;
  }
  
  .box-cookies {
    position: fixed;
    background: #f3f3f3;;
    width: 100%;
    /* height: 90px; */
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #333;
    justify-content: space-between;
    line-height: 1.0;
  }

  @media (max-width: 610px) {
    .box-cookies {
      height: 250px;
    }
  }
  
  .box-cookies .msg-cookies,
  .box-cookies {
    text-align: left;
    /* padding-left: 25px; */
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 22px;
    font-size: 14px;
  }

  .box-button-rigth {
    align-items: center;
    text-align: right;
  }
  
  .btn-cookies-aceitar, .btn-cookies-configuracao {
    background: rgb(15,25,147);
    color: white;
    border-radius: 5px;
  }

  .btn-cookies-rejeitar {
    background: rgb(221, 125, 29);
    color: white;
    border-radius: 5px;
  }

  .box-cookies .btn-cookies-aceitar,
  .btn-cookies-configuracao, .btn-cookies-rejeitar {
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    width: 362px;
    height: 32px;
    padding: 5px;
    margin-right: 18px;
  }

  .btn-cookies-aceitar .btn-cookies-configuracao .btn-cookies-rejeitar {
    text-align: center;
    width: 10%;
    height: 10px;
    padding: 25px;
  }
  
  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  }

  .check-config {
    display: inline-block;
    padding-bottom: 25px;
  }

  .box-config {
    text-align: left;
    background-color: #dfe2e6;
    padding-top: 10px;
  }

  #cont-a {
    display: inline-block;
    width: 45%;
    text-align: left;
    font-size: 12px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  
  #cont-b {
    display: inline-block;
    width: 45%;
    text-align: right;
    font-size: 12px;
    padding-top: 25px;
    padding-left: 10px;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #61a229;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #61a229;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .modal-body {
    font-size: 14px;
  }

  .modal-title {
    font-size: 14px;
  }

  .box-config {
    max-height: 200px;
    overflow-y: auto;
  }
 