/*
Theme Name: VSI Transportes
Theme URI: https://myata.com.br
Author: Myatã e-Branding "Massao Kuroiwa"
Author URI: https://myata.com.br
Description: Tema personalizado para VSI Transportes desenvolvido pela Myatã e-Branding.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vsi-transportes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos globais */
body {
    font-optical-sizing: auto;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

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

a:hover {
    text-decoration: underline;
}

/* Cabeçalho */
.site-header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.site-header h1 {
    margin: 0;
}

/* Menu principal */
.menu-principal {
    background-color: #444;
    padding: 10px;
}

.menu-principal ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.menu-principal ul li {
    margin: 0 15px;
}

.menu-principal ul li a {
    color: #fff;
    font-weight: bold;
}

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

.site-footer p {
    margin: 0;
}