* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif;
}
body {
  margin: 0;
  font-family: "Lato", sans-serif;
}
.button_modal_cookie {
  background: #18293b;
  border-color: #18293b;
}
/* NOTE: ESPECIFICANDO AS CHAMADAS PRA NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢O QUEBRAR O ESTILO TOTAL DO SITE QND ENTRA O LGPD*/
.cookies-container button,
.sidenav button {
  cursor: pointer;
  background-color: #4fa0d3;
  font: 15px "ralewaythin", sans-serif;
  padding: 10px 30px;
  border-radius: 20px;
  appearance: none;
  border: solid 1px #6fafdc;
  color: #fff;
  animation: 0.4s;
}
/* NOTE:  ESSA MUDANÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡A ABAIXO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° PRA CORRIGIR O LGPD NO NOVO MODELO DE FRONT END ORIENTADO A FLEXBOX*/
.sidenav .content {
  display: table;
}
/*NOTE: */
.cookies-container button:hover,
.sidenav button:hover {
  background-color: #f5f5f5;
  border-color: #4fa0d3;
  animation: 0.4s;
  color: #4fa0d3;
}
.personal_cookie_button {
  cursor: pointer;
}
.cookies-container {
  position: fixed;
  bottom: 0;
  background: #2e445c;
  width: 100%;
  height: 100px;
  z-index: 2001;
}
.cookies-container .cookie-content .cookies-pref {
  float: right;
  margin-right: 140px;
  /* NOTE: TROQUEI ESSA MARGIN TOP PRA PQ OS BOTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ES PULAVAM PRA CIMA DO COINTEINER QND EM UM TELA ULTRAWIDDE*/
  margin-top: -33px;
}
.cookies-container .cookie-content {
  margin-left: 40px;
}
.cookies-container .cookie-content h5 {
  color: #ffff;
  width: 50%;
  margin-top: 29px;
  font: 14px "ralewaythin", sans-serif;
}
.sidenav .content {
  overflow-y: scroll;
  height: auto;
  margin-bottom: 0;
}
.sidenav {
  opacity: 0;
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: -39px;
  z-index: 2002;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 26px;
  padding-left: 57px;
  padding-right: 10px;
}
.sidenav .content::-webkit-scrollbar {
  width: 10px;

  height: 10px;
}
.sidenav .content::-webkit-scrollbar-thumb {
  background: #18293b;

  border-radius: 10px;
}
.sidenav .content::-webkit-scrollbar-thumb:hover {
  background: #18293b;
}
.sidenav .log {
  border-bottom: solid 1px #18283b38;
  margin-bottom: 21px;
  padding-bottom: 12px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #18293b;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ec0089;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.log img {
  /* background: #10a6c16e; */
  display: inline-block;
}
.sidenav .permis label {
  display: block;
}

#mySidenav .content .doc {
  padding: 0;

  font-size: 13px;

  border-bottom: solid 1px;

  display: table;

  color: #ec0089;

  margin-top: 5px;

  font-weight: bold;
}
#mySidenav .content .doc:hover {
  color: #18283b;
}
#mySidenav .content h3{
  
font-size: 20px;
  
margin: 30px 0;
  
letter-spacing: 0;
  
margin: 15px 0;
}
#mySidenav .content p {
  line-height: 23px;
  font-size: 13px;
}

#mySidenav .plus_button {
  display: table;

  /* margin: 0 auto; */

  margin-top: 24px;
}

#mySidenav .plus_button button {
  /* margin: 0 12px; */
}

.sidenav .permis label {
  font: 15px "ralewaythin", sans-serif;
  font-weight: bold;
  color: #2e445c;
  margin-bottom: 16px;
}
.fav {
  float: right;
  position: relative;
  left: 65px;
  top: 5px;
}
/*NOTE:*/
.cookies-container a {
  color: #fff;
}
.sidenav a {
  color: #000;
}

input[type="checkbox"] {
  position: relative;
  width: 4rem;
  height: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  outline: none;
  border-radius: 2.5rem;
  box-shadow: inset 0 0 0.5 gray;
  transition: all 0.45s ease-in-out;
  top: 7px;
  display: inline-block;
  margin-left: 8px;
}

input:checked[type="checkbox"] {
  background-color: #006b63;
}

input:not(:checked)[type="checkbox"] {
  background-color: #1827394f;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  border-radius: 50%;
  background-color: #18293b7a;
  top: 1px;
  left: 2px;
  transition: all 0.45s ease-in-out;
  transform: scale(1.1);
}

input:checked[type="checkbox"]::before {
  left: 18px;
}
