.btn-primary-icone {
  border-color: #015D8C;
  color: #fff;
  background-color: #015D8C;
}

.btn-primary-icone:hover {
  border-color: #015D8C;
  background-color: #fff;
  color: #015D8C;
}

.btn-secondary-icone {
  border-color: #015D8C;
  background-color: #fff;
  color: #015D8C;
}

.btn-secondary-icone:hover {
  border-color: #015D8C;
  color: #fff;
  background-color: #015D8C;
}

header {
  background-color: #000;
  color: #fff;
}

header a, header a.nav-item, header a.nav-link {
  color: #fff;
  text-decoration: none;
}

header a:hover, header a.nav-item:hover, header a.nav-link:hover {
  color: #fff;
  font-weight: bold;
}

.header-superior {
  padding: 5px;
  margin-bottom: 10px;
}

.iconedavisao-telephone {
  font-size: 1em;
}

.iconedavisao-social-icons-top {
  cursor: pointer !important;
  padding: 10px 10px 10px 0px !important;
  color: #fff !important;
  font-size: 2em !important;
}

.iconedavisao-social-icons-top:hover {
  color: #015D8C !important;
}

.iconedavisal-input-search {
  border-radius: 10px;
  margin-top: 5px;
  padding: 5px;
  width: 100%;
  height: 45px;
  border-radius: 20px;
  background-color: rgba(217, 217, 217, 0.3);
  color: white;
}

header .busca input {
  font-family: 'Poppins', sans-serif;
  width: 350px;
  height: 45px;
  border-radius: 20px;
  padding-left: 10px;
  background-color: rgba(217, 217, 217, 0.3);
  color: white;
}

#header-bottom {
  width: 100%;
  background-color: #000; /* fundo preto */
}

#header-bottom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100vw; /* garante largura da viewport */
  overflow-x: hidden;
  background-color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.sticky-header-active {
  padding-top: 100px; /* Compensar altura do header fixo */
}

/* Transições suaves */
#header-top, #header-bottom {
  transition: all 0.3s ease;
}

#header-mobile .language-selector {
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-right: 1rem;
}

#header-mobile .language-selector img {
  width: 28px;
  height: auto;
  max-width: 28px;
}

.iconedavisao-logo {
  display: flex;
  margin-top: 5px;
  max-width: 100px;
}

/* Ícone de WhatsApp no cabeçalho (entre a logo e o menu) */
.header-bottom-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-bottom-logo {
  flex: 0 0 auto;
}

.header-bottom-whatsapp {
  flex: 0 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.whatsapp-menu-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  line-height: 0;
}

.whatsapp-menu-icon svg {
  width: 36px;
  height: 36px;
  fill: #fff;
  transition: opacity 0.2s ease;
}

.whatsapp-menu-icon:hover svg {
  opacity: 0.8;
}

/* Mobile: ícone próximo à logo, restante do header à direita */
#header-mobile .whatsapp-menu-icon {
  margin-left: 0.75rem;
  margin-right: auto;
}

.mobile {
  display: none;
}

.btn-open-menu {
  display: none;
}

.menu-mobile {
  display: none;
}

.hero-text {
  bottom: 150px;
  left: 200px;
  max-width: 300px;
}

.gradient-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(1, 93, 140, 0.7), rgba(0, 0, 0, 0));
  border-radius: 4px;
  z-index: 1;
}

.blog-carrossel-1-destaque {
  color: #fff;
}

.blog-carrossel-1-destaque, .blog-carrossel-2-destaque, .blog-carrossel-3-destaque {
  height: 300px;
  transition: transform 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.blog-carrossel-1-destaque:hover, .blog-carrossel-2-destaque:hover, .blog-carrossel-3-destaque:hover {
  transform: scale(1.05);
}

h3 {
  z-index: 2;
}

.card-body {
  width: 400px;
}

/*
Menu Mobile
*/
@media (max-width: 1024px) {
  header .header-desktop {
    display: none !important;
  }

  header .header-bottom {
    display: none;
  }

  header .btn-open-menu {
    display: block;
  }

  header .mobile {
    display: flex;
    width: 100%;
    background-color: #000;
  }

  header .show-menu {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 20px 6%;
    align-items: center;
  }

  header .show-menu img {
    width: 100%;
    height: 70px;
  }

  header .show-menu .language-selector img {
    width: 28px;
    height: auto;
    max-width: 28px;
  }

  header .show-menu .language-selector {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
  }

  header .btn-open-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  header .btn-open-menu i {
    color: white;
    font-size: 30px;
  }

  header .menu-mobile {
    display: block;
    background-color: #000;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 0%;
    overflow: hidden;
    transition: 0.5s;
  }

  header .menu-mobile.abrir-menu {
    width: 70%;
  }

  header .menu-mobile.abrir-menu + .overlay-menu {
    display: block;
  }

  header .menu-mobile nav ul {
    list-style-type: none;
    text-align: right;
  }

  header .menu-mobile nav ul li {
    text-align: center;
  }

  header .menu-mobile nav ul li a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 20px 6%;
    display: block;
  }

  header .menu-mobile nav ul li a:hover {
    color: #015D8C;
  }

  header .btn-close {
    padding: 20px 4%;
  }

  header .btn-close i {
    color: white;
    font-size: 30px;
  }

  header .overlay-menu {
    background-color: rgba( 0, 0, 0, 0.7 );
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8888;
    display: none;
  }

}

/*
 * Idioma — bandeiras lado a lado (desktop e mobile)
 */

.language-selector {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.language-selector__list {
  gap: 0.5rem;
  padding: 0;
}

.language-selector__flag {
  display: inline-flex;
  line-height: 0;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.language-selector__flag img {
  display: block;
  width: 28px;
  height: auto;
}

a.language-selector__flag:hover,
a.language-selector__flag:focus-visible {
  opacity: 1;
}

.language-selector__item.is-current .language-selector__flag {
  opacity: 1;
  cursor: default;
}

#header-top .language-selector {
  display: inline-flex;
  align-items: center;
}

#header-top .header-top-socials {
  line-height: 1;
}

#header-mobile .language-selector__list {
  gap: 0.4rem;
}

#header-mobile .language-selector__flag img {
  width: 28px;
}

/*
 * Menu
 */
div .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  
  div .menu nav{
    display: flex;
    flex-direction: row;
  }
  
  div .menu nav .menu-item{
    display: flex;
    flex-direction: row;
  }
  
  div .menu nav .menu-item ul li .menu-item-text{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: white;
  }
  
  div .menu nav .menu-item ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  div .menu nav .menu-item ul li{
    position: relative;
    display: inline-block;
  }
  
  div .menu nav .menu-item ul li a{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  div .menu nav .menu-item ul li a:hover{
    color: #015D8C;
  }
  
  div .menu nav .menu-item li ul{
    display: block;
    position: absolute;
    min-width: 200px;
    padding: 0;
    background-color: black;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  div .menu nav .menu-item li:hover ul{
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }
  
  div .menu nav .menu-item li ul li{
    display: block;
  }

/*
 * Destaques: Blog
 */
#home-hero {
    background-image: url(../imgs/backgrounds/bg-home-banner.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 570px;
}

#home-hero-mobile {
  background-image: url(../imgs/backgrounds/bg-home-banner-mobile-2.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 570px;
}

#hero-blog h1 {
  font-size: 2.5rem !important;
}

.hero-text {
  bottom: 100px;
  left: 20px;
  max-width: 425px;
}

h2 {
  font-size: 2rem;
}

#hero-blog .carrossel-titulo {
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  background-color: rgba( 1, 93, 140, 0.60 );
}

.blog-carrossel-destaques {
  color: #fff;
  text-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.42 );
  background-position: center center;
  background-size: cover;
}

.blog-carrossel-destaques a, .blog-carrossel-destaques a:link, .blog-carrossel-destaques a:visited,
.carousel-item-mobile a, .carousel-item-mobile a:link, .carousel-item-mobile a:visited {
  color: #fff;
  text-decoration: none;
}

.blog-carrossel-destaques a:hover, .carousel-item-mobile a:hover {
  text-decoration: underline;
}

.blog-carrossel-sem-destaque {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 511px;
  padding-top: 15%;
}

.blog-carrossel-1-destaque {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-carrossel-1-destaque h1 {
  margin-top: 35px;
  padding-top: 30%;
  padding-left: 2%;
  padding-right: 2%;
}

.blog-carrossel-2-destaques {
  height: 511px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-carrossel-2-destaques h1 {
  padding-top: 60%;
  padding-left: 2%;
  padding-right: 2%;
}

.blog-carrossel-1 {
  border-radius: 1em;
  height: 511px;
  background-color: #363636;
}

.blog-carrossel-1 h1 {
  margin-top: 60%;
}

.blog-carrossel-2 {
  border-radius: 1em;
  height: 250px;
  background-color: #363636;
}

.blog-carrossel-2 h1 {
  margin-top: 20%;
}

.blog-carrossel-3 {
  margin-top: 0.7rem;
  border-radius: 1em;
  height: 250px;
  background-color: #363636;
}

.blog-carrossel-3 h1 {
  margin-top: 20%;
}

#hero-blog-mobile {
  background-image: url(../imgs/backgrounds/bg-home-banner.png);
  background-size: cover;
  background-position: center center;
  height: 350px;
}

#hero-blog-mobile h1 {
  margin-top: 225px;
  padding-left: 2%;
  padding-right: 2%;
}

#hero-blog-mobile .carrossel-titulo {
  border-radius: 5px;
  padding: 10px;
  background-color: rgba( 0, 0, 0, 0.6 );
}

.carousel-item-mobile {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.42);
  background-position: center center;
  background-size: cover;
  height: 350px;
}

.carousel-item-mobile h1 {
  margin-top: 70%;
  text-align: center;
}

#tec{
  display: flex;
  width: 100%;
  height: 512px;
  background-image: url(../imgs/backgrounds/bg-secao-02.png);
}

#tec .tec-container{
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-direction: column;
  margin: 40px 20px;
}

#tec .tec-container .tec-title{
  margin: 20px 0px;
}

#tec .tec-container .tec-title h1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

#tec .tec-container .tec-text{
  margin: 20px 20px;
}

#tec .tec-container .tec-text h3{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}

#tec .tec-container .tec-button{
  display: flex;
  align-items: center;
  justify-content: center;
}

#tec .tec-container a{
  display: flex;
  text-decoration: none;
}

#tec .tec-container .tec-button .tec-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: black;
  margin: 20px 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
}

#tec .tec-container .tec-button .tec-btn:hover{
  animation: btnAnim1 0.6s forwards;
}

#tec .tec-container .tec-button .tec-btn .tec-button-text{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

#reference{
  display: flex;
  width: 100%;
  height: 512px;
  background-image: url(../imgs/backgrounds/bg-secao-3.png);
}

body #reference .reference-container{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  flex-direction: column;
  margin: 40px 20px;  
}

#reference .reference-container .reference-title{
  margin: 20px 0px;
}

#reference .reference-container .reference-title h1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}

#reference .reference-container .reference-title h2{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 18px;
  text-align: center;
}

#reference .reference-container .reference-text{
  display: flex;
  justify-content: center;
  align-items: center;
}

#reference .reference-container .reference-text h3{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

#reference .reference-container .reference-button{
  display: flex;
  justify-content: center;
  align-items: center;
}

#reference .reference-container .reference-button a{
  text-decoration: none;
}

#reference .reference-container .reference-button .reference-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #015D8C;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
}

#reference .reference-container .reference-button .reference-btn:hover{
  animation: btnAnim2 0.6s forwards;
}

#reference .reference-container .reference-button .reference-btn h1{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin: 0;
}

#points{
  display: flex;
  width: 100%;
  height: auto;
  background-image: url(../imgs/backgrounds/bg-secao-04.png);
}

#points .points-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  margin: 40px 20px;
}

#points .points-container .points-title{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 20px 0px;
}

#points .points-container .points-title h1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}

#points .points-container .points-title h2{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 18px;
  text-align: center;
  width: 85%;
}

#points .points-container .points-card-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
  width: 85%;
}

#points .points-container .points-card-grid .points-card{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 2px solid white;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
}

#points .points-container .points-card-grid .points-card .points-card-title{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#points .points-container .points-card-grid .points-card .points-card-title h3{
  font-family: 'Poppins', sans-serif;
  color:white;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

#points .points-container .points-card-grid .points-card .points-card-title img{
  width: 70px;
  height: 70px;
}

#points .points-container .points-card-grid .points-card p{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

#points .points-container .points-card-grid .points-card .points-button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#points .points-container .points-card-grid .points-card .points-button a{
  text-decoration: none;
}

#points .points-container .points-card-grid .points-card .points-button .points-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #015D8C;
}

#points .points-container .points-card-grid .points-card .points-button .points-btn:hover{
  animation: btnAnim3 0.6s forwards
}

#points .points-container .points-card-grid .points-card .points-button .points-btn h1{
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

#tratamentos{
  display: flex;
  width: 100%;
  height: 512px;
  background-image: url(../imgs/backgrounds/bg-secao-5.png);
}

#tratamentos .tratamentos-container{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  flex-direction: column;
  margin: 40px 20px;
}

#tratamentos .tratamentos-container .tratamentos-title{
  margin: 20px 0px;
}

#tratamentos .tratamentos-container .tratamentos-title h1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}

#tratamentos .tratamentos-container .tratamentos-text{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
}

#tratamentos .tratamentos-container .tratamentos-text h3{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

#tratamentos .tratamentos-container .tratamentos-button{
  display: flex;
  justify-content: center;
  align-items: center;
}

#tratamentos .tratamentos-container .tratamentos-button a{
  text-decoration: none;
}

#tratamentos .tratamentos-container .tratamentos-button .tratamentos-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #015D8C;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
}

#tratamentos .tratamentos-container .tratamentos-button .tratamentos-btn:hover{
  animation: btnAnim2 0.6s forwards;
}

.novidades-do-icone {
  color: #fff;
  background-image: url(../imgs/backgrounds/bg-secao-06.png);
  background-size: cover;
  background-position: center center;
}

.novidades-do-icone .card h1 {
  color: #015D8C;
  font-size: 1.8rem;
}

footer {
  color: #fff;
  background-color: #000;
}

footer a, footer a:link, footer a:visited {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}

footer img {
  max-height: 175px;
}

footer .footer-address {
  padding-bottom: 1.2rem;
}

footer .footer-address h1 {
  font-size: 1.5rem;
}

footer .footer-address h2 {
  font-size: 1.2rem;
}

footer .footer-tel h1 {
  font-size: 1.5rem;
}

footer .footer-tel h2 {
  font-size: 1.2rem;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  text-align: right;
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
}

/*
 * Especialistas
 */
.head-especialistas {
  color: #fff;
  height: 400px;
  background-size: cover !important; 
  background-repeat: no-repeat; 
  background-position: top center; 
}

.container-especialistas {
  padding-left: 0px;
  padding-right: 0px;
  color: #fff;
}

.container-especialistas a, .container-especialistas a:link, .container-especialistas a:visited {
  color: #ccffff;
  text-decoration: none;
}

.container-especialistas a:hover {
  color: #ccffff;
  text-decoration: underline;
}

.especialistas-linha-1 {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #005A84;
  border-bottom: 2px solid #000;
}

.especialistas-linha-2 {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #0073A6;
  border-bottom: 2px solid #000;
}

/* 
 * Quem Somos
 */
.corp-banner{
  background-image: url(../imgs/backgrounds/bg-quem-somos.png);
}

.dif-box-left,
.dif-box-right {
  background-color: #015D8C;
  border-radius: 10px;
  padding: 20px;
}

/* 
 * Convênios
 */
.agree-banner {
  background-image: url(../imgs/backgrounds/bg-convenios.png);
  background-size: cover;
}

/* 
 * Tecnologias
 */
.tech-banner {
  background-image: url(../imgs/backgrounds/bg-secao-5.png);
  background-size: cover;
}

.about {
  background-image: url(../imgs/backgrounds/bg-tech-banner.png);
  background-size: cover;
}

/* 
 * Turismo Médico
 */
.tour-banner {
  background-image: url(../imgs/backgrounds/recife.png);
  background-size: cover;
}

.hotels-title {
  color: #015D8C
}

/*
 * Busca
 */
 .head-busca {
  color: #fff;
  height: 400px;
  background-size: cover !important; 
  background-repeat: no-repeat; 
  background-position: top center; 
  box-shadow: inset 0 0 0 50vw rgba( 0, 0, 0, 0.6 );
  background-image: url(../imgs/backgrounds/bg-especialistas.jpg);
}

.container-busca a, .container-busca a:link, .container-busca a:visited {
  color: #000;
  text-decoration: none;
}

.container-busca p {
  color: #5F625D;
}

.container-busca a.btn-primary-icone {
  color: #fff;
}

.container-busca a.btn-primary-icone:hover {
  color: #015D8C;
}

.container-busca .card-resultado-busca {
  border-bottom: 1px solid #015D8C;
}

.container-busca  .active>.page-link, .page-link.active {
  background-color: #015D8C !important;
  color: #fff !important;
}

/*
 * Convênios
 */
.convenios-footer {
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at top center, #0098D9 10%, #005A84 87%);
}

.convenios-footer a, .convenios-footer a:link, .convenios-footer a:visited {
  color: #ccffff !important;
  text-decoration: none;
}

.convenios-footer a:hover {
  text-decoration: underline;
}

.img-convenio {
  max-width: 200px;
  max-height: 200px;
}

.card-convenio {
  height: 300px;
  overflow: hidden;
}

/*
 * Posts
 */
.head-post h3 {
  color: #fff;
}

.head-post a[rel=tag] {
  color: #fff;
  text-decoration: none;
}

.head-post a[rel=tag]:hover {
  text-decoration: underline;
}

.content-post a, .content-post a:link, .content-post a:visited {
  color: #015D8C;
  text-decoration: none;
}

.content-post a:hover {
  text-decoration: underline;
  color: #000;
}

.content-post .tags {
  color: #015D8C;
}

.content-post .metadata {
  border-bottom: 1px solid #015D8C;
}

/*
 * Paginação
 */
.pagination {
  --bs-pagination-color: #015D8C !important;
  --bs-pagination-hover-color: #fff !important;
  --bs-pagination-focus-color: #015D8C !important;
  --bs-pagination-active-bg: #015D8C !important;
  --bs-pagination-active-border-color: #015D8C !important;
}

.pagination a, .pagination a:link, .pagination a:visited {
  color: #015D8C;
  text-decoration: none;
}

.pagination li.active a, .pagination li.active a:link, .pagination li.active a:visited {
  color: #fff !important;
  text-decoration: none;
}