/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.list-buttons {
  width: 100%;
}

/**
.item-button {
  display: flex;
  align-items: center;

  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  border: 2px solid rgb(255, 255, 255);
  transition: none 0s ease 0s;
  box-shadow: rgb(255, 255, 255) 8px 8px 0px 0px !important;
  color: rgb(255, 255, 255);
  background-color: rgb(201, 76, 68);
  width: calc(100% - 12px);
  border-radius: 8px;
  text-align: center;
  justify-content: center;
  padding: 20px 50px;
  margin-bottom: 30px;
}
*/
.item-button {
  padding: 20px 50px;
  border-radius: 200px;
  background: rgb(30, 35, 48);
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.item-button:hover {
  background: rgb(30, 35, 48);
  color: #ffffff;
}

.item-button-img {
  width: 25px;
  flex: 0 0 8%;
}

.item-button-text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-button-text img {
  width: 20px;
  margin: 0 14px 0 0;
  padding: 0;
}

.item-button-text img {
}

.perfil {
  width: 340px;
  margin: 0 auto;
  text-align: center;
}

.perfil-foto img {
  width: 40%;
  border-radius: 200px;
}

.perfil-nome h2 {
  color: #2c2c2c;
  font-family: "Roboto", Sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.perfil-descricao {
  font-size: 14px;
}

.list-social-media {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.list-social-media a {
  margin: 0 10px 0 0;
}

.list-social-media a:last-child {
  margin: 0;
}

.item-social-button {
  display: block;
  padding: 0;
  margin: 0;
  height: 40px;
}

.item-social-button svg {
  width: 40px;
}
