@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
body {
  font-family: 'Poppins', sans-serif;
}

a {
  color: #00B7FF;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/*Lib Radios style*/
#radiosLiberal .title {
  margin-left: 0px;
}

#radiosLiberal {

  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

#radiosLiberal main {
  display: flex;
  flex-direction: column;
  margin-inline: 8%;
}

#radiosLiberal .container {
  display: flex;
  flex-wrap: wrap;

  gap: 25px;
}

#radiosLiberal h3 {
  font-weight: 500;
}

#radiosLiberal .links {
  flex: 1;
  display: flex;
  justify-content: start;

  flex-direction: column;
  flex-wrap: wrap;
  gap: 28px;

  height: 100%;
}

#radiosLiberal .links .links-container {
  display: flex;
  justify-content: center;

  gap: 28px;
}

#radiosLiberal .links .link {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 25px;
  color: white;
  font-weight: 500;
  position: relative;
}

#radiosLiberal .links .link button {

  border: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: transparent;
}


#radiosLiberal .links .link img {
  width: 50%;
}

#radiosLiberal .links .link .hr {
  height: 0.5px;
  width: 60%;
  margin-block: 10px;
  background-color: white;
}



#radiosLiberal .link-01 {
  background-color: #32357e;
}

#radiosLiberal .link-02 {
  background-color: #ea6c4f;
}

#radiosLiberal .link-03 {
  background-color: #d9519d;
}

#radiosLiberal .link-04 {
  background-color: #6475be;
}

#radiosLiberal .link-05 {
  background-color: #95a323;
}

#radiosLiberal .link-06 {
  background-color: #cb1a51;
}

#radiosLiberal .display {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  flex-direction: column;
  flex: 1.3;
}


#radiosLiberal .display .live {
  background-color: #fa2566;
  flex: 0;
  color: white;
  padding: 3px 10px;
  border-radius: 6px;

}

#radiosLiberal .display .display-midias {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

#radiosLiberal .load  {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


#radiosLiberal .display-video {
  
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;

 
}

#radiosLiberal video {
  object-fit: fit;
  height: 100% !important;
}

#radiosLiberal .display-video button svg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 15px;
}

#radiosLiberal #btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: 0;
  background-color: transparent;
}

@media screen and (max-width:768px) {

  #radiosLiberal .container {
      flex-direction: column;
      height: auto;
  }

  #radiosLiberal video {
    object-fit: fit;
    height: 100% !important;
  }
  


}

/*EYE PASSWORD*/
.eye {
  border:none
}

 
/* toggle BTN camera tricaster */
.toggle {
  position : relative ;
  display : inline-block;
  width : 100px;
  height : 52px;
  background-color: red;
  border-radius: 30px;
  border: 2px solid gray;
}
     
.toggle {
  position : relative ;
  display : inline-block;
  width : 100px;
  height: 56px;
  background-color: red;
  border-radius: 30px;
  border: 2px solid gray;
}
     
/* After slide changes */
.toggle:after {
  content: '';
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: gray;
  top: 0px;
  left: 0px;
  transition:  all 0.5s;
}
     
/* Toggle text */
p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
     
/* Checkbox checked effect */
.checkbox:checked + .toggle::after {
  left : 49px;
}
     
/* Checkbox checked toggle label bg color */
.checkbox:checked + .toggle {
  background-color: green;
}
     
/* Checkbox vanished */
.checkbox {
  display : none;
}

/* Ocultar mensagem de carregamento do player de vídeo */
video::-webkit-media-controls-status-display {
  display:none !important;
}

.vjs-loading-spinner {
  display: none !important;
}

.vjs-modal-dialog-content:before {
  display: none !important;
}


/* JORNAL DIGITAL */
div.journals-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

div.journals-container div.journal > a > img {
  width: 80px;
  height: 80px;
  font-size: 12px;
  object-fit: cover;
  object-position: top;
}

div.menu-bottom-left span.pulse  {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f00;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #34ace0;
  animation: pulse 2s infinite;
}

div.menu-bottom-left span.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.8);
  }

  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

@keyframes pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.8);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.8);
  }

  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
 
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media screen and (max-width:768px) {

  div.journals-container div.journal > a > img {
    width: 60px;
    height: 60px;
    font-size: 12px;
    object-fit: cover;
    object-position: top;
  }
}


  /*Scroll com barra invisivel*/
  .scrollable {
    scrollbar-width: thin;
    scrollbar-color: transparent;
  }

  .scrollable::-webkit-scrollbar {
    width: 6px; /* Defina a largura da barra de rolagem */
  }

  .scrollable::-webkit-scrollbar-thumb {
    background-color: transparent; /* Defina a cor do polegar da barra de rolagem */
  }

  .scrollable::-webkit-scrollbar-track {
    background-color: transparent; /* Defina a cor da trilha da barra de rolagem */
  }


  /*Social Icons*/
 ul.socials-icons {
    height: 100%;
    min-width: 30%;
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    margin: 0;
    /Bootstrap/
}

ul.socials-icons li.menu-list-icons-item {
    margin-inline: 2px;
}

.nowrap {
  white-space: nowrap;
}

.popoverwrapper {
  display: flex;
  justify-content: center;
  position: relative;
  object-fit: cover;
  object-position: top;    
}

.popovercontent img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  margin: 0;
}

.popovercontent {
  display: flex;
  justify-content: center;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #ffffffff;
  padding: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin-top: 120px;
}

.popovercontent:before {
  position: absolute;
  z-index: -1;
  content: "";
 
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popoverwrapper:hover .popovercontent {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}