/* Start custom CSS for html, class: .elementor-element-81ff0dc */.loaderItem {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1817;
  z-index: 99999;
}
.loaderAll {
  position: absolute;
  width: 100%;
  height: 100%
}
.image-end {
  width: 128px;
  height: 128px;
  position: absolute;
  z-index: 1;
  background: url('https://www.w3cplus.com/sites/default/files/blogs/2016/1604/glowend1.png') no-repeat;
  background-size: 128px
}
.image-start {
  width: 128px;
  height: 128px;
  position: absolute;
  z-index: 1;
  background: url('https://www.w3cplus.com/sites/default/files/blogs/2016/1604/glowstart1.png') no-repeat;
  background-size: 128px
}
.loading-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(https://ressignificandoperdas.com.br/wp-content/uploads/2022/10/cropped-faviconRessignificando-1.png);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 3
}
.radial-progress {
  width: 128px;
  height: 128px;
  position: relative;
  background-color: #9f9f9f;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -64px;
  overflow: hidden;
  animation: spin 3s linear infinite;
}
      
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {transform:rotate(0deg); }
  to {transform:rotate(360deg); }
}
      
.radial-progress .image-end {
    backface-visibility: hidden;
    transition: transform 0.5s;
    border-radius: 5%
}
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
   width: 128px;
   height: 128px;
   position: absolute;
   border-radius: 50%
}
.radial-progress .circle .shadow {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2) inset
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  backface-visibility: hidden;
  transition: transform 0.5s;
  border-radius: 50%
}
.radial-progress .circle .mask {
  clip: rect(0px, 128px, 128px, 64px)
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 64px, 128px, 0px);
  background-color: #545454
}
.radial-progress .inset {
  transform: translate3d(0, 0, 0);
  width: 122px;
  height: 122px;
  position: absolute;
  margin-left: 3px;
  margin-top: 3px;
  background-color: #1b1817;
  border-radius: 50%
}
body {
  background-color: #1b1817;
  position: fixed!important;
  margin: 0;
  padding: 0;
}
  
@media screen and (max-width:768px){
    #aviso{
        margin-top:150px!important;
    }
}/* End custom CSS */