/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme
Description: Hello Elementor Child Theme
Author: Elementor
Author URI: https://elementor.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* ===== CSS BASE ELEMENTOR ===== */

/* Reset leve */
body {
    margin: 0;
    padding: 0;
}

/* Container padrão */
.elementor-section {
    padding: 0;
}

/* Imagens responsivas */
img {
    max-width: 100%;
    height: auto;
}

/* Links */
a {
    text-decoration: none;
}

/* Botões Elementor */
.elementor-button {
    transition: all 0.3s ease;
}

/* Tipografia base */
body {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

/* Ocultar emblema do recaptcha */
.grecaptcha-badge {
	display: none !important;
}

/* Alinhamento cb e tc */
.wpcf7-list-item {
	display: inline-block !important;
	margin: 0 0 0 0em !important;
}
.wpcf7-list-item-label {
	color: #666666 !important;
	font-family: Arial, Sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
