.info-curriculo{padding-top:45px}


/* Estilização do botão flutuante */
.whatsapp-button {
  position: fixed;
  bottom: 60px; /* Distância do rodapé */
  right: 20px; /* Distância da lateral direita */
  background-color: #25d366; /* Cor característica do WhatsApp */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s ease;
}

/* Ícone do botão */
.whatsapp-button img {
  width: 30px;
  height: 30px;
}

/* Efeito de hover no botão */
.whatsapp-button:hover {
  transform: scale(1.1); /* Amplia o botão ao passar o mouse */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.artigos{margin-top:100px}
.artigos.section-bg:before { 
	  transform: skewY(0deg);
	}

@media (max-width: 820px) {
	.info-curriculo{padding-top:25px}
	
	.section-bg:before {
	  content: ""; 
	  bottom: 60px;
	  top: 20px;
	  padding-top:0;
 
	}	
	.about{padding-top:20px}

	.about.section-bg:before {
	  content: "";
	  background: #1b1b1b;
	  position: absolute;
	  bottom: 60px;
	  top: 0px;
	  left: 0;
	  right: 0;
	  transform: skewY(0deg);
	}
	.about p{ padding:0 15px 0 15px}
	.about h2, .about h4{font-size:1.5em; text-align:center; padding:0 15px 0 15px; width:100%}
	.about h4{font-size:1.2em;}

}