header .navbar-expand .navbar-brand img, .contacts img {
    height: 20px;
}

.contacts img {
    margin-top: 20px;
}


.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    border-radius:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px #999;
    z-index:80;
}

.float .icon {
    width: 30px; /* Ajuste o tamanho conforme necessário */
    height: 30px; /* Ajuste o tamanho conforme necessário */
}

.scroll-to-top{display: none !important;}


/*  */
@media (max-width: 991px) {
    .hide-on-small {
        display: none;
    }
}


.section-0 .pre-title.m-0{
  color: white;
  background: black;
  padding: 10px;
  border-radius: 10px;
}

.full-image[data-mask="100"] {
    opacity: 1;
    width: auto;
}

.full-image[data-mask="10"] {
    opacity: .1;
}


.blink {
  animation: blink 1s steps(1, end) infinite;
  color:red;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* Imagem */
.navbar-brand img{
    filter: invert(1);
}

header .invert-def:not(.navbar-sticky) .navbar-brand img{
    filter: invert(0);
}

header .invert-def:not(.navbar-sticky) .navbar-nav .nav-link:not(.btn){
    color: black;
}


.perso .col-12.col-md-4{
    display: flex;
    align-items: center;
    /*justify-content: center;
    padding-right: 0;*/
}

.erro-ora{
    color: #C74634;
    font-weight: bold;
}




@media (min-width: 576px) {
    .erro-ora.faledba {
        font-size:22px;
    }
    .d-sm-inline-flex{margin-bottom:20px}
}

h1 .pre-title{padding-top:20px;}