html{
      scroll-behavior: smooth;
  }

  .floating-menu {
     
    width: 100%;
    left:3%;
    
    

}

.main-menu {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.main-menu li a {
    display: block;
    padding: 20px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.main-menu li a:hover {
    background: rgba(244,244,244,.3)
}

.menu-bg {
   
    background-color:rgb(223, 53, 58);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10,10);
    opacity: 0;
    transition: transform .5s,opacity 1s
}

.ripple:active:after {
    transform: scale(0,0);
    opacity: .2;
    transition: 0s
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.texto-politica{
    text-align:justify;
    word-break: break-all;
}

.texto-politica p{
    text-indent: 5%;
}