
    @import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');

    .body_hidden{
      display: grid;
      padding-top: 0px !important;
      padding: 0px;
      margin: 0px;
      overflow: hidden;
    }
    .background_popup_lgpd{
      width: 100%;
      height: 100%;
      background-color: rgba(230, 230, 230, 0.829);
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 11000;
    }
    .popup_lgpd{
      background-color: white;
      position: fixed;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 436px;
      min-height: 320px;
      padding: 40px;
      border: 1px solid #662e32;
      z-index: 15000;
    }
    .popup_lgpd p {
      text-align: left;
    }
    .popup_lgpd a{
        color: #662e32;
        outline: none;
    }
    .popup_lgpd a:visited {
        color: #91C9FF;

    }
    .popup_lgpd a:hover {
        color: #91C9FF;

    }
    .popup_lgpd a:active{
        color: #91C9FF;

    }
    .containerpopup {
      text-align: right;
      display: inline-flex;
    }
    .btn_2 {
      color: #662e32;
      width: 170px;
      height: 60px;
      cursor: pointer;
      background: transparent;
      border: 1px solid #662e32;
      outline: none;
      margin-left: 10px;
      transition: 1s ease-in-out;
    }
    .btn_1 {
      color: #662e32;
      width: 170px;
      height: 60px;
      cursor: pointer;
      background: transparent;
      border: 1px solid #662e32;
      outline: none;
      transition: 1s ease-in-out;
    }
    
    svg {
      position: fixed;
      padding-left: 12.8rem;
      padding-top: 4rem;
      left: 0;
      top: 0;
      fill: none;
      stroke: #fff;
      stroke-dasharray: 150 480;
      stroke-dashoffset: 150;
      transition: 1s ease-in-out;
    }
    
    .btn:hover {
      transition: 1s ease-in-out;
      background: green;
      color: white;
    }
    
    .btn:hover svg {
      stroke-dashoffset: -480;
    }
    
    .btn span {
        font-size: 18px;
        font-weight: 100;
      }
    