.elementor-318 .elementor-element.elementor-element-8dfceea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-69dc4f9 */.contato-podcast {
  background: #fff;
  color: #333;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

h2, h3 {
  color: #2c2c2c;
}

.formulario-contato input,
.formulario-contato textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.formulario-contato button {
  background-color: #FDC001;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.formulario-contato button:hover {
  background-color: #fff;
  color: #FDC001;
  border: 2px solid #FDC001;
}

.anuncie {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.botao-anuncie {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: transparent;
  color: #FDC001;
  border: 2px solid #FDC001;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.botao-anuncie:hover {
  background-color: #FDC001;
  color: #fff;
}

.redes-sociais {
  margin-top: 40px;
}

.redes-sociais a {
  margin: 0 10px;
  display: inline-block;
}

.redes-sociais img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s;
}

.redes-sociais img:hover {
  transform: scale(1.2);
}/* End custom CSS */