@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('stylecustom.css');

*, html {

    scroll-behavior: smooth !important;
}
body{
    position: initial!important;
    overflow: inherit;
    font-family: 'Public Sans'!important;
    font-weight: 200!important;
    font-style: normal!important
}
.ajustar-texto {
    font-size: calc(100% + 1vw + 1vh);
}

.thumbnail img{
    min-width: 80px;
  }


#topo .imgTopo {
/*    max-height: 130px;*/
}

.row .col img {
    max-width: 80px;
}

.row .col a, a i {
  /*  color: var(--bs-black);*/
    text-decoration: none;
}

.flex-text {
    font-size: .9rem;
    font-weight: 200!important;
    font-style: normal!important;
}

.showVisitante{
    display: flex!important;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    top: -0!important;
    position: absolute;
    right: 1%!important;
    left: auto!important;
}

 #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}   

[webrun-type="HTMLLabel"][id*="TT_"] {
    background-color: transparent;
}

[webrun-type="HTMLLabel"][id*="TT_"] label {
    color: var(--dark);
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    position: relative;
    padding: 0.4rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
    text-align: center;
}

.skeleton-text {
  flex-direction: column;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #e6e6e6;
    min-height: 10px
}
.skeleton-text[animated]::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0,    rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 1s infinite;
  content: '';
}
#lightSwitchPos{
    top:2%!important
}
@media (max-width:576px){
    #lightSwitchPos{
        top:27%!important
    }
    #topo .imgTopo {
/*        width: 80%;*/
    padding: 0.5rem 0;
    }
    .showVisitante {    
     font-size: .7rem;    
    }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
