@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@1,300;1,500;1,700&display=swap');

/* globol */
html {
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;

}

a,
li {
    text-decoration: none;
    list-style: none;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    background-color: #eee;
    font-family: 'Noto Serif Display', serif;
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}

/* conteiner */

.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

/* main_content */
.main_content {
    flex-grow: 1;
}

/* SITE-HEADER */
.header {
    box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.16);
    background: #fff;
    border-top: #FF7500 3px solid;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.site-header__logo {
    color: #000;
    font-size: 25px;
}

.site-header__list {
    display: flex;
}

.site-header__item {
    padding: 0px 10px;
}

.site-header__link {
    padding: 10px 15px;
    border-radius: 20px;
    background: #FF7500;
    color: #000;
}

.logo-color {
    color: #FF7500;
}

/* site-hiro */
.hiro {
    margin-top: 30px;
}

.site-hiro {
    display: flex;
    justify-content: center;
}

.site-hiro__lit {
    display: flex;
    align-items: center;

}

.site-hiro__item:not(:last-child) {
    margin-right: 40px;
}

.site-hiro__link {}

.box-saerch {
    min-width: 100px;
    display: flex;
    align-items: center;
    padding: 2px;
    border: 1px solid #FF7500;
    border-radius: 4px;
}

.search {
    width: 100%;
    padding: 8px 16px 8px 12px;
    border: 0 solid;
    outline: none;
}

.search-button {
    padding: 8px;
    background: #ffffff;
    outline: none;
    border: 0 solid;
}

form {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.file-upload {
    text-align: center;
    margin-bottom: 20px;
}

.file-upload img {
    width: 150px;
    cursor: pointer;
}

input[type="file"] {
    display: none;
}

button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.form-control {
    display: inline;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ff5e00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 94, 0, 0.25);
}
.pe-auto{
    cursor: pointer;    
}
body{
    background-color: #fff7e0;
}































.search::-webkit-search-decoration,
.search::-webkit-search-cancel-button,
.search::-webkit-search-results-button,
.search::-webkit-search-results-decoration {
    display: none;
}

;