* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 7px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: rgb(51, 51, 51);
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: black;
  /* color of the scroll thumb */
  border-radius: 15px;
  /* roundness of the scroll thumb */
  border: 1px solid black;
  /* creates padding around scroll thumb */
}

header {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
  position: relative;
  width: 100%;
  height: 60vh;
}

.topo {
  background-image: url('../../assets/img/Group1.svg');
  position: absolute;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: top;
  justify-content: center;
  width: 100%;
  height: 16%;
}

.zap {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.zap-img {
  background-image: url('../../assets/img/whatsapp.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 36%;
  width: 17%;
}

.zap-text {
  margin-left: 5px;
}

.zap-text p {
  color: white;
  font-size: 1vw;
}

.zap img {
  width: 100%;
  height: 100%;
}

.conteudo-topo {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 78%;
  height: 100%;
}

.logo {
  background-image: url('../../assets/img/logo-certa.png');
  height: 80%;
  width: 13%;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.logo img {
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}


.imagenscarrossel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.imagenscarrossel img {
  width: 100%;
}

.carrossel-item {
  display: none;
}

.carrossel-item1 {
  background-image: url('../../assets/img/5.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.carrossel-item2 {
  background-image: url('../../assets/img/4.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.carrossel-item3 {
  background-image: url('../../assets/img/3.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.carrossel-item_visible {
  display: flex;
}



nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav-opcoes {
  display: flex;
  justify-content: space-between;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contato-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipe-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lista-nav {
  display: flex;
  flex-direction: row;
}

.nav-opcoes ul {
  list-style: none;
}

.nav-opcoes ul li {
  margin: 15px 0 15px 0;
  text-decoration: none;
}

.nav-opcoes ul li a {
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: black;
  font-family: 'Roboto', sans-serif;
}

.nav-opcoes ul li a i {
  margin-right: 2px;
}

.nav-opcoes ul li a strong:hover {
  color: #ffae00;
}

.nav-opcoes ul li a:hover {
  color: #ffae00;
}

.active {
  color: #FFF200;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.campo-noticias {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulos {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  flex-direction: row;
}

.divisor {
  font-family: 'Roboto', sans-serif;
  font-size: 24fr;
  color: black;
}

.not-vejamais {
  font-family: 'Roboto', sans-serif;
  font-size: 24fr;
  margin-top: 10px;
}

.conteudonoticias {
  width: 80%;
  justify-content: flex-start;
  align-items: flex-start;
}

.vermais {
  padding: 2px;
  width: 50%;
  color: #F11E1E;
  justify-content: flexstart;
  align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  font-size: 24fr;
}

.vermais:hover {
  cursor: pointer;
  color: #ffae00;
}

hr {
  border-color: #F11E1E;
}

.titulonoticias {
  padding: 2px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 24fr;
}


.todasnoticias {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 10px;
  width: 100%;
}

.noticias1 {
  width: 60%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex: row;
}

.noticia1 {
  border-radius: 2px;
  background-color: #C4C4C4;
  width: 260px;
  height: 345px;
  margin-right: 20px;
  margin-top: 10px;
}

.texto-confira {
  width: 70%;
}

.text-player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 69%;
  height: 100%;
}

.volume {
  height: 50%;
  width: 45%;
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.volico {
  width: 10%;
}

.volumeupdown {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.player {
  height: 78%;
  display: flex;
  align-items: flex-end;
}

.volup {
  background-image: url('../../assets/img/vol-up.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 80%;
  width: 10%;
}

.noar {
  height: 50%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.noar p {
  font-size: 1vw;
}

.botoes {
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85%;
  width: 90%;
  top: 15%;
  position: absolute;
}


.btn-back {
  padding: 1%;
  display: flex;
  margin-bottom: 2%;
  background-image: url('../../assets/img/left-arrow.png');
  background-size: contain;
  background-position: center center;
}

.btn-back:hover {
  cursor: pointer;
}

.btn-next {
  padding: 1%;
  margin-bottom: 2%;
  display: flex;
  background-image: url('../../assets/img/right-arrow.png');
  background-size: contain;
  background-position: center center;
}

.btn-next:hover {
  cursor: pointer;
}

.foto-locutor {
  width: 25%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.imagem-locutor {
  background-image: url('../../assets/img/logo-certa2.png');
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.playStop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  width: 10%;
}

.pause {
  background-image: url('../../assets/img/botao-pause.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 80%;
  width: 10%;
}

.noticias2 {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.noticia2 {
  border-radius: 2px;
  background-color: #C4C4C4;
  margin-bottom: 30px;
  width: 388px;
  height: 70px;
}

.noticia2:first-child {
  margin-top: 10px;
}

#propaganda {
  width: 80%;
  height: 130px;
  background-color: var(--principal);
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

#propaganda .slider-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  animation: slider 26s infinite;
}

#propaganda .slider-container .slide {
  position: relative;
  height: 100%;
  float: left;
  overflow: hidden
}

#propaganda .slider-container .slide img {
  display: block;
  width: 100%;
  height: 100%
}

@keyframes slider {

  0%,
  25%,
  100% {
    left: 0
  }

  30%,
  55% {
    left: -100%
  }

  60%,
  85% {
    left: -200%
  }
}

footer {
  width: 100%;
}

.rodape {
  background-color: #E5E2E2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 255px;
}

.rodape-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  height: 255px;
}

.btncliqueaqui {
  background-color: #F11E1E;
  border-color: #F11E1E;
  border-radius: 2px;
  padding: 7px;
}

.btncliqueaqui p {
  color: #FFF200;
  font-family: 'Roboto'sans-serif;
  font-size: 38px;
}

.no-select {
  user-select: none;
}

.btncliqueaqui:hover {
  cursor: pointer;
}

.filter-ico:hover {
  filter: invert(99%) sepia(100%) saturate(750%) hue-rotate(348deg) brightness(97%) contrast(108%);
}

.info-rodape {
  background-color: #fff20057;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  display: flex;
  height: 157px;
}

.info-rodape-content {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.logo-baixo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo2 {
  background-image: url('../../assets/img/logo-certa.png');
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 135%;
}

.copy-text {
  font-family: 'Roboto'sans-serif;
  font-size: 16fr;
  margin-left: 15px;
}

.dev-credits {
  display: flex;
  align-items: center;
  justify-content: center;
}

.anuncie {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-contato {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form-contato-inside {
  display: flex;
  flex-direction: column;
}

.nome input {
  width: 100%;
}

.email input {
  width: 100%;
  margin-top: 5px;
}

.assunto input {
  width: 100%;
  margin-top: 5px;
}

.mensagem textarea {
  width: 100%;
  margin-top: 5px;
  max-width: 500px;
  min-width: 451px;
}

.button-sbmt input {
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.37);
  border-style: inherit;
}

@media screen and (max-width: 2560px) and (max-height: 1662px) {
  .conteudo-topo {
    width: 79%;
    height: 92%;
  }
}

@media screen and (max-width: 2560px) and (max-height: 1080px) {
  .conteudo-topo {
    width: 55%;
    height: 92%;
  }
}

@media screen and (max-width: 1920px) {
  .conteudo-topo {
    width: 68%;
    height: 106%;
  }
}

@media screen and (max-width: 1600px) and (max-height: 1024px) {
  .conteudo-topo {
    width: 80%;
    height: 89%;
  }
}

@media screen and (max-width: 1600px) and (max-height: 900px) {
  .conteudo-topo {
    width: 71%;
    height: 89%;
  }
}

@media screen and (max-width: 1440px) {
  .topo {
    align-items: flex-start;
  }

  .conteudo-topo {
    width: 80%;
    height: 80%;
  }
}

@media screen and (max-width: 1440px) and (max-height: 962px) {
  .topo {
    align-items: flex-start;
  }

  .conteudo-topo {
    width: 80%;
    height: 96%;
  }
}

@media screen and (max-width: 1366px) {
  .topo {
    align-items: flex-start;
  }

  .conteudo-topo {
    width: 70%;
    height: 99%;
  }
}

@media screen and (max-width: 1360px) {}

@media screen and (max-width: 1280px) and (max-height: 1024px) {
  .conteudo-topo {
    height: 76%;
    width: 78%;
  }
}

@media screen and (max-width: 1280px) and (max-height: 960px) {
  .conteudo-topo {
    height: 76%;
    width: 78%;
  }
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
  .conteudo-topo {
    height: 102%;
    width: 78%;
  }
}

@media screen and (max-width: 1280px) and (max-height: 768px) {
  .conteudo-topo {
    height: 76%;
    width: 75%;
  }
}

@media screen and (max-width: 1280px) and (max-height: 720px) {
  .conteudo-topo {
    height: 76%;
    width: 70%;
  }
}


@media screen and (max-width: 1176px) {
  .conteudo-topo {
    height: 101%;
    width: 71%;
  }
}

@media screen and (max-width: 1025px) {
  .topo {
    align-items: flex-start;
  }

  .conteudo-topo {
    height: 60%;
  }
}

@media screen and (max-width: 1025px) and (max-height: 916px) {
  .topo {
    align-items: flex-start;
  }

  .conteudo-topo {
    height: 71%;
    width: 80%;
  }
}

@media screen and (max-width: 1750px) {
  .noticias1 {
    width: 100%;
  }

  .noticias2 {
    width: 100%;
  }

  .noticia2:first-child {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .btncliqueaqui p {
    font-size: 20px;
  }

}


@media screen and (max-width: 1383px) {}

@media screen and (min-width: 1025px) and (max-width: 1632px) {
  .texto-confira-h1 {
    font-size: 16fr;
  }

}

@media screen and (max-width: 768px) {
  .conteudo-topo {
    height: 45%;
  }

  .btncliqueaqui p {
    font-size: 10px;
  }

  .slide {
    height: 120px;
  }

  .verifica-celular {
    display: none;
  }

  #hide-cell {
    display: none;
  }

  .mensagem textarea {
    min-width: 100px;
  }
  .logo2 {
    margin-bottom: 25px;
  }

}

@media screen and (min-width: 2500px) {}

@media screen and (max-width: 450px) {

  .conteudo-topo {
    height: 26%;
  }

  .noticia2 {
    width: 350px;
  }

  .btncliqueaqui p {
    font-size: 8px;
  }

  .texto-confira-h1 {
    font-size: 10px;
  }

  .cel-or-not {
    display: none;
  }

  #hide-cell {
    display: none;
  }

  .mensagem textarea {
    min-width: 100px;
  }

  .logo2 {
    width: 65%;
    height: 150%;
  }


}

@media screen and (max-width: 375px) {

  .noticia2 {
    width: 300px;
  }

  .conteudo-topo {
    height: 23%;
  }

  #hide-cell {
    display: none;
  }

  .mensagem textarea {
    min-width: 100px;
  }

}

@media screen and (max-width: 320px) {

  .noticia2 {
    width: 288px;
  }

  .conteudo-topo {
    height: 18%;
  }

  #hide-cell {
    display: none;
  }

  .mensagem textarea {
    min-width: 100px;
  }

}