@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  font-size: 14px;
  --cinza-escuro: #313234;
  --cinza-medio: #777;
  --cinza-claro: #f3f3f4;
  --azul-escuro: #003f5d;
  --azul-black: #102b39;
  --azul: #09415c;
  --azul-claro: #26afd6;
  --rosa: #f30a5c;
  --verde: #49a32b;
  --Roboto: "Roboto", sans-serif;
  --Playfair: "Playfair Display", sans-serif;
  --Open-sans: "Open Sans", sans-serif;
  --Oswald: "Oswald", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

main {
    overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

a:hover {
  opacity: 0.7;
}

p {
  color: var(--cinza-medio);
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
}

h5 {
  color: var(--azul-escuro);
}

hr {
  background-color: var(--cinza-medio);
  margin-bottom: 60px;
  margin-top: 50px;
}

.tipbar {
  background-color: var(--cinza-escuro);
  padding: 10px;
}

.botaoAoVivo {
  background-color: var(--rosa);
  color: #FFF;
  font-size: 1rem;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
}

.botaoAoVivo:hover {
  color: #FFF;
}

.botaoAoVivo::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -7px;
  top: 5px;
  background-image: url('../img/icone-aovivo.png');
  width: 25px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo {
  background-color: var(--azul-escuro);
  padding: 60px 15px 5px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -45px;
  max-width: 300px;
}

.navbar-toggler {
  background-color: #FFF;
}

header {
  min-height: 500px;
  position: relative;
  margin-bottom: 50px;
  /* background-color: var(--azul-escuro); */
}

header h1 {
  color: #FFF;
  font-size: 4rem;
}

header .form-control {
  max-width: 200px;
  background-color: #31323463;
  border-radius: 50px;
  padding: 1px 15px;
  border-color: #3e5e6c;
}

main {
  min-height: 500px;
  background-image: url('../img/bg-main.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  font-weight: 200;
  padding: 5px 10px;
  font-size: 1rem;
  text-align: center
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--azul-claro);
}
.curva {
  width: 100%;
  position: absolute;
  bottom: -5px;
}

.curva img {
  width: 100%;
}

.h-contato {
  background-image: url('../img/bg-contato.jpg');
  background-position: bottom center;
  background-size: cover;
}

.h-sobre {
  background-image: url('../img/bg-sobre.png');
  background-position: bottom center;
  background-size: cover;
}

.h-blog {
  background-image: url('../img/bg-blog.jpg');
  background-position: bottom center;
  background-size: cover;
}

.logo img {
  width: 100%;
}

.bg-light {
  background-color: transparent !important;
}

footer {
  margin-top: 3rem;
}

.footer {
  font-family: var(--Roboto);
  background-color: var(--azul-escuro);
  padding-bottom: 30px;
  font-weight: 300;
}

.footer p {
  color: #FFF;
  font-size: 0.8rem;
  text-align: justify;
}

.footer a {
  display: block;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 1rem;
}

.footer h3 {
  font-family: var(--Roboto);
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 40px;
  width: auto;
  display: inline-block;
}

.footer h3::after {
  content: '';
  position: absolute;
  background: var(--verde);
  width: 40px;
  height: 2px;
  left: -1px;
  bottom: -10px;
}

.footer label {
  font-size: 0.85rem;
  color: #FFF;
  margin-bottom: 5px;
}

.footer .btn-outline-secondary {
  background-color: var(--azul-claro);
  border: none;
  color: var(--azul-escuro);
  border-radius: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.footer .form-control {
  border-radius: 0;
  margin-right: 10px;
  font-size: 1rem;
}

footer .copyright {
  font-size: 0.8rem;
  font-weight: 200;
  background-color: #000;
  color: #FFF;
}

footer .copyright .rede {
  display: inline-block;
  width: auto;
  font-size: 1.2rem;
  background-color: var(--cinza-escuro);
  color: #FFF;
  padding: 5px 10px;
  border-radius: 25px;
}

footer .copyright .rede:hover {
  background-color: var(--azul-claro);
}

.contato .form-control {
  background-color: var(--cinza-claro);
  border-radius: 3px;
  border: 1px solid --cinza-medio;
  padding: 5px 20px;
  margin-bottom: 15px;
  resize: none;
  font-size: 0.9rem;
  color: var(--cinza-escuro)
}

.contato textarea {
  min-height: 150px;
}

.botaoAzul {
  background-color: var(--azul-escuro);
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 20px;
  padding-left: 20px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  padding-left: 45px;
}

.botaoAzul::before {
  content: '+';
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #072b3d;
  color: #FFF;
  top: 3px;
  height: 90%;
  left: 0;
  align-content: center;
  border-radius: 100%;
  font-size: 1.5rem;
}

.sobre h3 {
  font-size: 1.2rem;
  font-family: var(--Oswald);
  color: var(--azul-claro);
  font-weight: 100;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.sobre h2 {
  font-family: var(--Oswald);
  font-size: 2.3rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}

.sobre p {
  font-family: var(--Open-sans);
  color: #000;
  margin-bottom: 20px;
}

.sobre b {
  font-family: var(--Oswald);
  font-weight: 400;
  font-size: 1.2rem;
}

.sobre .quadrados {
  background-image: url('../img/bg-sobre-quadrados.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.sobre .imgSobre {
  margin-top: -130px;
  position: absolute;
}

.sobre .box {
  position: relative;
  padding: 35px 15px 10px 25px;
}

.sobre .box::before {
  content: '';
  width: 3px;
  height: 110px;
  position: absolute;
  left: 0px;
  top: 1px;
  background: linear-gradient(to bottom, var(--azul-claro) 30%, #d3d3d3 30%);
  display: block;
  z-index: -1;
}

.sobre .box p {
  font-family: var(--Open-sans);
  font-size: 0.9rem;
}

.sobre .box img {
  height: 28px;
  margin-bottom: 15px;
}

.sobre .box h4 {
  font-family: var(--Oswald);
  margin-bottom: 15px;
  font-weight: 400;
}

.sobre .box h4::before {
  content: '';
  width: 15px;
  height: 15px;
  position: relative;
  left: -5px;
  top: 9px;
  background-color: var(--azul-claro);
  border-radius: 50px;
  display: block;
  z-index: -1;
}

.videoInstitucional {
  background: linear-gradient(to bottom, var(--azul-black) 80%, #FFFFFF 80%);
  padding-top: 50px;
}

.videoInstitucional h2 {
  font-family: var(--Oswald);
  text-transform: uppercase;
  color: #FFF;
}

.videoInstitucional h3 {
  font-family: var(--Oswald);
  text-transform: none;
  color: var(--azul-claro);
}

.newsletter {
  padding: 10% 0;
  background-image: url('../img/bg-newsletter.png');
  background-position: center left;
  background-size: cover;
}

.newsletter p {
  font-family: var(--Roboto);
}

.newsletter h2 {
  font-size: 1.5rem;
  color: var(--azul-claro);
}

.newsletter input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #FFF;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #FFF;
}

.newsletter button {
  color: #FFF;
  text-transform: uppercase;
  background: linear-gradient(to right, var(--azul-escuro), var(--azul-claro), var(--azul-escuro));
  border: 2px solid #43697a;
  border-radius: 5px;
  padding: 3px 30px;
  margin-top: 30px;
}

.link {
  position: relative;
}

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}

.biblioteca h2 {
  position: relative;
  display: inline-block;
  font-family: var(--Montserrat);
  color: var(--azul-escuro);
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(to right, transparent 50%, #FFF 50%);
  padding: 20px 0;
}

.biblioteca h2::before {
  content: "";
  position: absolute;
  left: -1000px; /* Início na borda esquerda do navegador */
  top: 75%; /* Centraliza verticalmente em relação ao título */
  right: 0;
  height: 3px; /* Espessura da linha */
  background-color: #000; /* Cor da linha (pode personalizar com var) */
  transform: translateY(-50%); /* Ajuste vertical para alinhar perfeitamente */
  z-index: -1;
}

.biblioteca h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--Montserrat);
  text-transform: uppercase;
}

.botaoComprar {
  background: linear-gradient(to right, var(--azul-escuro), var(--azul-claro), var(--azul-escuro));
  padding: 8px 50px 8px 50px;
  margin-left: -30px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  right: 0;
  border: 2px solid var(--azul-claro);
  z-index: -1;
  margin-top: 15px;
}

.botaoComprar:hover {
  color: #FFF;
}

.aie {
  padding: 50px 0;
}

.aie h5 {
  position: relative;
  font-style: italic;
  font-size: 2rem;
  padding: 25px 0;
}

.aie h5::before {
  content: '';
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.aie .atrativo::before {
  background-image: url('../img/icone-atrativo.png');
}

.aie .inovacao::before {
  background-image: url('../img/icone-inovacao.png');
}

.aie .educativo::before {
  background-image: url('../img/icone-educativo.png');
}

.aie p {
  font-family: var(--Roboto);
  text-align: justify;
  padding-right: 50px;
}

.compreAgora {
  color: #FFF;
  padding: 50px 0;
  background-image: url('../img/bg-compre-agora.jpg');
  background-position: bottom center;
  background-size: cover;
  margin-bottom: 50px;
}

.compreAgora p {
  font-family: var(--Roboto);
  color: #FFF;
  text-align: justify;
}

.compreAgora h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.linkYoutube {
  position: relative;
}

.linkYoutube:hover::before {
  position: absolute;
  content: url('../img/play-button.png');
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #cfcfcfcf;
  justify-content: center;
  display: flex;
  align-items: center;
}

.splide__pagination {
  bottom: -25px;
}

.splide__pagination__page {
  background: #ff000f;
}

.splide__pagination__page.is-active {
  background: #ff000f;
}

.ar16-9 {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.capaPrograma {
  font-family: var(--Playfair);
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #00000090;
  align-content: center;
  color: #FFF;
  font-style: italic;
}

.contato .player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.contato .player::after {
  position: absolute;
  background-color: var(--rosa);
  width: 100px;
  height: 20px;
  justify-content: center;
  color: #FFF;
  content: 'Ao Vivo';
  z-index: 999;
}

.filtros {
  background-color: var(--azul-escuro);
  padding: 10px 20px;
  color: #FFF;
  font-family: var(--Playfair);
  width: 100%;
  align-content: center;
  line-height: 1.3rem;
  display: flex;
  marging-bottom: 10px
}

.filtros i {
  color: var(--azul-claro);
  font-size: 1.3rem;
  margin-right: 10px;
}

.asideBlog .linkFiltro {
  display: block;
  color: var(--cinza-medio);
  padding: 15px 20px;
  font-weight: 300;
}

.asideBlog .titulo {
  color: var(--azul-escuro);
  font-family: var(--Playfair);
  font-size: 1.3rem;
  font-weight: 700;
}

.asideBlog .recenteImagem {
  width: 100%;
  aspect-ratio: 1/1;
}

.asideBlog .recenteTitulo {
  font-family: var(--Open-sans);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.asideBlog .botaoComprar {
  text-align: center;
  margin: 0;
  padding: 5px 30px;
  margin: auto;
  display: inline-block;
}

.boxPost {
  background-color: #FFF;
  padding: 10px 10px 30px 10px;
  border: 1px solid var(--cinza-claro);
  margin-bottom: 50px;
  -webkit-box-shadow: 12px 12px 32px -18px rgba(163,163,163,1);
  -moz-box-shadow: 12px 12px 32px -18px rgba(163,163,163,1);
  box-shadow: 12px 12px 32px -18px rgba(163,163,163,1);
}

.boxPost:hover {
  border: 1px solid var(--azul-escuro);
  -webkit-box-shadow: 12px 12px 32px -18px rgba(46,46,46,1);
  -moz-box-shadow: 12px 12px 32px -18px rgba(46,46,46,1);
  box-shadow: 12px 12px 32px -18px rgba(46,46,46,1);
}

.boxPost {
  display: block;
}

#posts-container .boxPost:nth-child(n+6) {
  display: none;
}

/* Estilos para esconder posts além do 5º inicial */
.boxPost {
  display: block;
}

#posts-container .boxPost:nth-child(n+6) {
  display: none;
}

/* Estilos da paginação */
.paginacao-container {
  text-align: center;
  margin-top: 20px;
}

.paginacao-btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 18px;
  background-color: transparent;
  color: var(--cinza-claro); /* Cor do texto */
  border: 1px solid var(--cinza-claro); /* Borda cinza-claro */
  border-radius: 3px;
  cursor: pointer;
  width: 40px;
  text-align: center;
  line-height: 1;
}

.paginacao-btn:disabled {
  background-color: #f1f1f1;
  color: #ccc;
  cursor: not-allowed;
}

.page-links {
  display: inline-block;
  margin: 0 10px;
}

.page-link {
  display: inline-block;
  margin: 0 5px;
  font-size: 0.8rem;
  cursor: pointer;
  color: var(--cinza-medio);
  border: 1px solid var(--cinza-claro); /* Borda cinza-claro */
  padding: 8px 12px;
  border-radius: 3px;
  width: 40px;
  text-align: center;
}

.page-link:hover {
  background-color: var(--cinza-claro); /* Cor ao passar o mouse */
}

.page-link.active {
  background-color: var(--azul-claro); /* Cor do fundo quando ativo */
  border-color: var(--azul-claro);
  color: #fff; /* Texto branco */
}

/* Estilo para os links de "Próximo" e "Anterior" */
.paginacao-btn:hover {
  background-color: var(--cinza-claro);
}

#next-btn {
  font-size: 0.8rem;
  background-color: var(--azul-black); /* Cor de fundo do "Próximo" */
  border-color: var(--azul-black);
  color: #fff; /* Cor do texto */
  font-weight: 700;
}

#prev-btn {
  font-size: 0.8rem;
  color: var(--cinza-escuro);
  font-weight: 700;
}

.boxPost img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  object-position: center;
  margin-bottom: 50px;
}

.boxPost h3 {
  font-family: var(--Open-sans);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--azul-escuro);
  padding: 0 15px;
}

.boxPost p {
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limitar a 3 linhas */
  overflow: hidden;
}

.blog h1 {
  font-family: var(--Open-sans);
  color: var(--azul-escuro);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog .texto {
  font-size: 1.1rem;
}

.professorImagem {
  background-image: url('../img/bg-quadrados-esquerda.png');
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 50px 40px 0 40px;
}

.professorImagem {
  background-image: url('../img/bg-quadrados-esquerda.png');
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 50px 40px 0 40px;
}

.professorImagemInterna {
  background-position: 0 56px;
}

.professorImagem img {
  width: 100%;
}

.professorDireita {
  background-image: url('../img/bg-quadrados-direita.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.professor h2 {
  color: var(--azul-escuro);
  margin-bottom: 30px;;
}

.professor span {
  color: var(--azul-claro);
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.professor p {
  font-size: 1.1rem;
  font-weight: 200;
}

.professor .botaoComprar {
  display: inline-block;
  margin-left: 0;
  margin-top: 15px;
  z-index: 1;
}

.blogHome {
  padding: 100px 0 190px 0;
  background-image: url('../img/bg-blog-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blogHome .lerMais {
  color: #FFF;
  background-color: var(--azul-black);
  padding: 8px 20px;
  text-align: center;
  border-radius: 5px;
}

.blogHome .boxPostHome {
  background-color: #FFF;
  width: 100%;
  padding: 5px;
}

.blogHome .boxPostHome img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}

.blogHome .boxPostHome h3 {
  font-size: 1.2rem;
  font-family: var(--Open-sans);
  font-weight: 700;
  padding: 0 10px 30px 10px;
  text-transform: uppercase;
}

.blogHome .boxPostHome p {
  font-family: var(--Open-sans);
  font-weight: 200;
  padding: 0 10px;
}

.blogHome .boxPostHome a {
  font-family: var(--Open-sans);
  font-weight: 700;
  color: var(--azul-black);
  padding: 0 10px 5px 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 400px;
}

.swiper-slide img {
  display: block;
  width: 70%;
  object-fit: cover;
  opacity: 0.6;
  aspect-ratio: 16/9;
}

.swiper-slide-active img {
  width: 100%;
  border-radius: 15px;
  border: 3px solid #fbc759;
  opacity: 1;
}

.swiper-slide-active {
  padding: 18px;
  background-image: url('../img/bg-slider-active.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide {
  width: 60%;
}

.swiper-slide-next img {
  margin-right: auto;
}

.swiper-slide-prev img {
  margin-left: auto;
}

.programasHome {
  padding: 70px 0 260px;
}

.programasHome h3 {
  position: relative;
  margin: 0;
}

.programasHome .linkProgramacao {
  background-color: var(--azul-claro);
  color: var(--azul-escuro);
  padding: 5px 10px;
  border: 1px solid var(--cinza-claro);
  display: inline-block;
  margin: auto;
  border-radius: 2px;
}

.programasHome .swiper-slide-active img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.programasHome .swiper-slide {
  position: relative;
}

.programasHome .swiper-slide .content {
  text-align: left;
  position: absolute;
  left: 20px;
  bottom: 70px;
}

.programasHome .swiper-slide-active .content {
  text-align: left;
  position: absolute;
  left: 50px;
  bottom: 40px;
}

.programasHome .swiper-slide .content h2 {
  font-family: var(--Open-sans);
  font-size: 1.2rem;
  color: #FFF;
  margin: 10px 0 2px 0
}

.programasHome .swiper-slide .content p {
  color: #FFF;
  font-size: 1rem;
}

.programasHome .swiper-slide-active iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 20px;
}

.listaProgramacao .wrapper {
  color: #FFF;
  width: 100%;
  aspect-ratio: 9/14;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 13px;
  border-radius: 15px;
  overflow: hidden;
}

.listaProgramacao .wrapper span {
  display: block;
}

.listaProgramacao .wrapper .degrade {
  width: 100%;
  height: 100%;
  background-color: #000;
  align-content: end;
  padding: 10px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 12%, rgba(255,255,255,0) 49%); 
}

.listaProgramacao .wrapper span.programa {
  font-weight: 600;
  text-transform: uppercase;
}

.listaProgramacao .wrapper span.episodio {
  color: #ff7800;
}

.listaProgramacao .swiper-slide-active {
  padding: 10px 5px;
  background-image: none;
}

.listaProgramacao .swiper-slide {
  padding: 10px 5px;
}

.next-programacao {
  position: absolute;
  right: 0;
  font-size: 14px !important;
}

.prev-programacao {
  position: absolute;
  right: 30px;
  font-size: 14px !important;
  left: unset;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 26px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;
}
.sobre .nav-pills .nav-link {
  background-color: var(--azul-escuro);
  color: #FFF;
  margin: 2px;
  border-radius: 0;
}

.sobre .nav-pills .nav-link.active {
  background-color: var(--azul-claro);
}

.menuFixo {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--azul-escuro);
}

.volume img {
  border: none;
  width: 30px !important;
  height: 30px;
  margin-bottom: 10px;
  background-color: #FFF;
  padding: 4px;
}

.programacaoAtual {
  border-bottom: 1px solid #FFF;
  padding: 10px 5px ;
  color: #FFF;
}

.programacaoAtual span {
  display: block;
  width: 100%;
}

.programacaoAtual .episodio {
  color: #ff7800;
}

.listaProgramacaoAtual {
  max-height: 395px;
  overflow: scroll;
}

.custom-scroll {
  height: 400px; /* Altura fixa */
  overflow-y: scroll; /* Rolagem vertical */
  direction: rtl; /* Inverte o conteúdo para colocar a barra à esquerda */
  scrollbar-width: thin; /* Para Firefox */
  scrollbar-color: white #d3d3d3; /* Indicador branco, trilho cinza claro */
  padding-left: 30px;
}

/* Reverter o texto para leitura normal */
.custom-scroll > * {
  direction: ltr;
}

/* Estilização para navegadores WebKit (Chrome, Edge, Safari) */
.custom-scroll::-webkit-scrollbar {
  width: 12px; /* Largura do scroll */
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: white; /* Indicador branco */
  border-radius: 6px; /* Bordas arredondadas */
  border: 3px solid #d3d3d3; /* Deixa o indicador mais grosso */
}


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

}

@media only screen and (min-width: 1400px) {

}

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

}

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

}

@media only screen and (min-width: 991px) {

}

@media only screen and (max-width: 991px) {
  .sobre .quadrados {
    background-image: none;
  }

  .sobre .imgSobre {
    margin-top: 0;
    position: relative;
    width: 100%;
  }

  .swiper-slide {
    width: 100%;
  }

}

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

  .newsletter {
    padding: 30px 0;
    background-image: none;
    background-color: var(--azul-escuro);
  }

  .newsletter input {
    margin-bottom: 15px;
  }
  
  .newsletter button {
    margin-top: 0;
    margin: auto;
  }


  .menuFixo {
    position: unset;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
  }

}

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

}

#whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 100px;
    z-index: 1000;
  }
  
  #whatsapp-btn button:focus {
    outline: none;
  }
  
  #whatsapp-btn button {
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.2s ease;
    animation: pulse 2s infinite;
    padding: 0;
  }
  
  #whatsapp-btn span {
      position: absolute;
      right: -16px;
      width: 203px;
      margin-top: 10px;
      background-color: #919191;
      height: 30px;
      color: #FFF;
      padding: 10px;
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 10px;
      z-index: -1;
  
  }
  
  #whatsapp-btn .fa-whatsapp {
    font-size: 2em;
  }
  
  #wpp-link-btn {
    line-height: 0.5rem;
  }
  
  #whatsapp-btn .box-option {
    display: none;
    background-color: #eee5de;
    width: 220px;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    border-radius: 19px;
    border: 1px solid #d2ccc5;
    font-size: 13px;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #25d366;
      box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }

  @keyframes cloud {
    0% {
      background-position: top right;
    }

    100% {
      background-position: bottom left;
    }

  }

/* Dropdown escondido inicialmente */
.dropdown-menu {
  /* display: block; Para permitir animação, mas vamos controlar a visibilidade via JavaScript */
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  min-width: 300px;
}

/* Dropdown ao passar o mouse */
.hover-dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.dropdown-item:hover {
  width: 104%;
  margin-left: -2%;
  padding-left: 5%;
  background-color: var(--cinza-claro) !important;
  opacity: 1;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(138,138,138,1);
  -moz-box-shadow: 10px 10px 5px -8px rgba(138,138,138,1);
  box-shadow: 10px 10px 5px -8px rgba(138,138,138,1);
}

.buscaLivro {
  padding: 5px 10px;
  width: 95%;
  margin: auto;
  border-radius: 50px;
  border: 1px solid var(--cinza-medio);
}

.buscaLivro::placeholder {
  color: var(--cinza-medio);
  font-style: italic;
}

.grecaptcha-badge {
  display: none !important;
}