<style>

.texto-acessivel{
    /*padding-left:25px;
    padding-top: 10px;
    padding-bottom: 15px;*/
    /*float:right !important;*/
  }

.barra-de-acessibilidade{
    min-height: 60px; 
    overflow: hidden;  
    position: fixed;  left: 0; top:0; 
    bottom: 10; width: 80%; 
    display: block; z-index: 999999; 
    padding-top: 18px !important;
    padding-left: 20px !important;
    padding-bottom: 10px !important;
  }

  /*.btn-acessivel{
    height: 50px; 
    width: 50px;
    padding: 5px;
    overflow: hidden;  
    background-color: #0077bd;  
    position: fixed;  
    left: 0; 
    top: 35%;
    display: block; 
    z-index: 9999999999; 
  } 

  .btn-acessivel:hover{
      background-color: #0f3752;  
  }*/


  audio{
  margin-left: 18px;
  padding-top: 7px;
  height: 30px;
  width: 95%;
}

.audio-alinhamento{
 margin-top: 10px;
}

.img-acessibilidade{
  width: 22px;
  height: 22px;
   margin-left: 15px;
   margin-right: 5px;
   
}

.img-acessibilidade-audio{
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 5px;
  padding-bottom: -25px;
}

.toggle {
  cursor: pointer;
  display: inline-block;
 /* margin-left: 20px;*/
  margin-top: -15px;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 40px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #13a6fd;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 25px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  color: #fff;
  font-size: 0.9em;
}


.atalho{

  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}

  .w-webflow-badge {
  display: none !important;
  }

  .audio-div{
    height: 40px; 
    width: 100%;
    overflow: hidden;  
    position: fixed;  left: 0; bottom:0; 
    display: block; z-index: 999999; 
    background-color: #08001F;
    display: none;
  }