.btn-outline-success {
    background-color: #008cba !important;
    border: none !important;
    color: white !important;
    padding: 15px 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
  }
  
  .btn-outline-sobres {
    background-color: #055772 !important;
    border: none !important;
    color: white !important;
    padding: 13px 15px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 18px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    position: fixed !important;
    bottom: 12px !important;
    right: 12px !important;
    border-radius: 50% !important;
  }
  
  .bt-fechar {
    margin: 10px !important;
    float: right !important;
  }
  
  .btn-outline-success:hover {
    background-color: #555555 !important;
    color: #fff !important;
  }
  
  .modal {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* Ocultar a janela modal */
    display: none;
  }
  
  .conteudo-modal {
    margin: 0 auto;
    /* margin-top: 3%; */
    max-width: 100%;
    background-color: #edc6c6;
    border-radius: 0px;
    height: 100%;
  }
  
  .cabecalho-modal {
    display: flex;
    justify-content: space-between;
    /*border-bottom: solid #362d2d 1px;*/
    top: 0px;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: rgb(72, 63, 122);
    color: #c1c5c9;
    /*box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  }
  
  .cabecalho-modal .cabecalho-titulo-modal {
    font-weight: bold;
    margin: auto;
    padding-right: 40px;
    font-family: sans-serif;
    font-weight: 300;
    border: none!important;
    padding-top: 12px;
  }
  
  .cabecalho-modal .cabecalho-modal-fechar {
    margin: 10px 7px !important;
    cursor: pointer !important;
    background-color: #008bba00;
  }
  
  .corpo-modal {
    padding: 60px 8px 8px 8px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  .space-modal {
    padding: 100px;
  }
  
  .rodape-modal {
    border-top: solid #362d2d 1px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgb(72, 63, 122);
  }
  
  .butouver:hover {
    background-color: #555555;
  }
  
  .containis {
    font-family: Arial;
    padding: 7%;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .formbtr-still input[type="text"] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    height: 50px;
    background: #f1f1f1;
    border-radius: 0px !important;
  }
  
  .formbd-butt {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196f3;
    color: white;
    border: 1px solid grey;
    border-left: none;
    border-radius: 0px !important;
    cursor: pointer;
  }
  
  .butt-hover:hover {
    background: #0b7dda;
  }
  
  .formbtr-still::after {
    content: "";
    clear: both;
    display: table;
  }
  
  
  
  
  
  /* ------------------------------- */
  
  
  .contaity {
      /*align-items: center;
      justify-content: center;*/
    padding-top: 20px !important;
    position: fixed;
    bottom: 108px;
    margin-left: -15px;
  }
  
  .logotxts {
      text-align: center !important;
      font-size: 28px !important;
      font-weight: 300 !important;
      padding: 4% !important;
      font-family: sans-serif !important;
      text-transform: uppercase !important;
      color: #211f1f !important;
  }
  
  @-webkit-keyframes scroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(calc(-250px * 9));
      }
  }
  
  @keyframes scroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(calc(-250px * 9));
      }
  }
  .slider {
      background: white;
      box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
      height: 100px;
      margin: auto;
      overflow: hidden;
      position: relative;
      /*width: 960px;*/
      /*width: 100%;*/
      text-decoration: none !important;
  }
  .slider::before,
  .slider::after {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      content: "";
      height: 100px;
      position: absolute;
      width: 200px;
      z-index: 2;
  }
  .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
  }
  .slider::before {
      left: 0;
      top: 0;
  }
  .slider .slide-track {
      -webkit-animation: scroll 40s linear infinite;
      animation: scroll 40s linear infinite;
      display: flex;
      width: calc(250px * 14);
  }
  .slider .slide {
      height: 100px;
      width: 250px;
      text-decoration: none !important;
  }
  
  .btn-botton:hover {
    background-color: #777;
    color: #fff;
  }