@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
/* Global */

@charset "UTF-8";
:root {
    --bg: #F2F6FF;
    --principal: #267FFF;
    --ok: #15CE9A;
    --error: #E93F66;
    --alert: #FFC866;
    --texto: #30507D;
    --sub: #C0CAD7;
    --black: 900;
    --blue: #007bff;
    --blue-black: #005490;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-lite: #f3f3f4;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --regular: 400;
    --semi-bold: 500;
    --bold: 700;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* Dando reset no estilo */

* {
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pull-center {
    float: none !important;
    margin: 0 auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-right2 {
    left: 50%;
}
.text-left2 {
    right: 20%;
}
.upcase {
    text-transform: uppercase;
}
.txt-1 {
    font-size: 16px;
    line-height: 24px;
}
.txt-2 {
    font-size: 14px;
    line-height: 24px;
}
.riscado {
    text-decoration: line-through;
    opacity: 0.5;
}
h1 span {
    font-weight: var(--bold);
    color: var(--principal);
}
/*
.button {
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline: none;
}
input, select {
    background-color: white;
    color: var(--texto);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border: 1px solid var(--sub);
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    transition: 0.3s;
}
input:focus {
    order-color: var(--principal);
}
*/

#google_mapa {
    border: 2px solid #444;
    border-radius: 6px;
    width: 100%;
    height: 250px;
}
.page-title, .title-page, a {
    text-decoration: none;
    color: var(--texto);
    line-height: 1;
}
.modal-40 {
    width: 40%
}
.modal-60 {
    width: 60%
}
.modal-80 {
    width: 80%
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: var(--blue-black);
    color: var(--white);
}
.modal-title {
    font-size: 20px;
    margin: 0;
    line-height: 1.42857143;
}
.modal-header .close {
    font-size: 20px;
    margin-top: -2px;
    color: var(--white);
}
#busca, #produto, #buscainfo {
    z-index: 99999999
}
#carregandobusca, #carregandoproduto, #carregandoinfo {
    z-index: 9999999;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}