@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Parkinsans:wght@300..800&display=swap');
body{
  font-family: "Parkinsans", sans-serif;
}
.menu-hamburger{
	font-size: 2rem;
}
.form-label{
	text-transform: none;
}
.top-bg{
	background: #004283;
/*	color: #fff;*/
}
.main-bg{
  background: #0446a5;
  color: #fff;
}
/*.blue-bg{
	background: #0446a5;
	color: #fff;
}*/
a{
	color: #1e75bb;
}
li.nav-item > a{
	position: relative;
	display: inline-block;
}
li.nav-item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0446a5;
  transition: width 0.3s ease;
  cursor: pointer !important;
}
li.nav-item > a:hover::after {
  width: 100%;
  cursor: pointer !important;
}

a:hover{
	opacity: 0.8;
	transition: 0.3s ease all;
	cursor: pointer !important;
}

.card {
/*  border: 2px solid red;*/
  margin: 10px 4px;
  transition: .6s ease;
}

.card:hover {
  transform: scale(1.009);
  
}
.card-plano-item{
	min-width: 300px !important;
}

.card-block {
   padding: 10px;
}

.scrollcards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px; /* EspaÃ§amento entre os cartÃµes */
}

.scrollcards::-webkit-scrollbar {
    height: 8px; /* Altura da barra de rolagem */
}

.scrollcards::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Cor do "polegar" da barra de rolagem */
    border-radius: 10px; /* Curvatura da barra de rolagem */
}
.box-contato{
	margin-top: -50px;
}
.copy{
	background: #01275e;
	color: #fff;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}
.active-menu{
  border-bottom: 2px solid #04438e;
}

.card-destaque{
  background: #04438e !important;
}

