/*
Theme Name: Minuzzo
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: Sandro
Author URI: https://wordpress.org
Description: Minuzzo.
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import url('css/_root.css');
@import url('css/_header.css');
@import url('css/_footer.css');
@import url('css/_visao.css');
@import url('css/_quem-somos.css');

* {
  box-sizing: border-box;
}
body {
    background-color: #f0f8ff; /* Cor de fallback */
    background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
    font-family: "Hanken Grotesk", sans-serif;
}
.swiper-button-next, .swiper-button-prev{
  color: var(--color-primary);
}
.swiper-slide{
  display: flex !important;
  align-items: center !important;
  justify-items: center !important;
}

#area-detail #detail-image{
  height: 400px;
  width: 250px;
}
#area-detail p{
  font-size: 16px;
}