/*
Theme Name: Bendito Site
Theme URI: https://www.benditosite.com
Author: Juliano Goulart
Author URI: https://www.benditosite.com
Description: Tema desenvolvido sob medida por Juliano Goulart.
Version: 1.0.0
Text Domain: benditosite
*/

/* --- Reset Básico e Estilos --- */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header.site-header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

h1, h2, h3 {
    margin-top: 0;
}

a {
    color: #0073aa;
    text-decoration: none;
}

footer.site-footer {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    background: #333;
    color: #fff;
}

.destaquetxt {
  color: #FF5500; /* Cor laranja */
}