/*
Theme Name: Hello Child
Template: hello-elementor
Theme URI: https://elementor.com/hello-theme/
Description: Tema filho do Hello Elementor.
Author: Gustavo Gogola
Author URI: https://gustavogogola.com.br
Version: 1.0.0
*/
#cabecalho {
  background-color: #12584d;
  text-align: center;
}
.redes-sociais {
  display: flex;
  gap: 10px;
  align-items: center;
}
.redes-sociais a img {
  transition: transform 0.3s ease;
}
.redes-sociais a:hover img {
  transform: scale(1.1);
}
