body{
	background-color: #F3F6FB;
}


a {text-decoration: none; color: black;}

.card-no-border {
   border: none !important;
}

#topBanner {
	background-color: red;
}

.container {
	max-width: 1000px;
}

.cor {
	background-color: #355069;
	height: 240px;
}

.footer {
	background-color: white;
	height: 150px;
}



.share-buttons {
  position: fixed;
  top: 40%;
  right: 15px; 
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.share-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.share-buttons a.facebook   { background: #3b5998; }
.share-buttons a.twitter    { background: #000; }
.share-buttons a.linkedin   { background: #0077b5; }
.share-buttons a.whatsapp   { background: #25d366; }

.share-buttons a:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.6s ease;
}