@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600;700&family=Lekton:wght@400;700&family=Prata&display=swap');

/* font-family: 'Inter', sans-serif;
font-family: 'Lekton', sans-serif;
font-family: 'Prata', serif; */

body {
    background: #fff;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

html {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}


p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}



@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.visible-only-admin {
    position: absolute;
    padding: 5px;
    border-radius: 6px;
    top: 10px;
    right: 20px;
    text-align: center;
    background-color: #008f25;
    font-size: 12px;
    color: white;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 600px;
    margin: 30px auto;
    border-radius: 6px;
}

label.error {
    display: table;
    font-size: 12px;
    color: red;
    background-color: #fbd0d0;
    padding: 2px 9px;
    border: 1px solid red;
    border-radius: 7px;
    margin-top: 10px;
}

section.login-client {
    background-color: #f8f8f8;
}

section.login-client .container {
    max-width: 1100px;
}

section.login-client .card {
    padding: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.p-viewer {
    float: right;
    margin-top: -30px;
    margin-right: 8px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}


.breadcrumb {
    font-size: 11px;
}

.breadcrumb .breadcrumb-item a {
    color: black;
    text-decoration: none;

}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}


::placeholder {
    font-size: 14px
}

.card.hightlight {
    box-shadow: 0px 0px 20px rgb(49 49 49 / 15%);
}

.card.hightlight .card-body {
    padding: 30px;
}

.mw-1440 {
    max-width: 1440px;
}

.mw-1600 {
    max-width: 1600px;
}

.btn {
    padding: 10px 25px;
    background: transparent;
    text-transform: uppercase;
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    width: fit-content;
    transition: background-color 0.2s ease-in;
    border-radius: 0;
}

.btn:hover {
    background-color: black !important;
    color: white;
}

.bg-white {
    background-color: #fff;
}

hr {
    opacity: 1;
}

hr.large {
    height: 3px;
}

hr.short-1 {
    margin: auto;
    max-width: 3rem;
}

hr.short-2 {
    margin: auto;
    max-width: 5rem;
}

hr.short-3 {
    margin: auto;
    max-width: 8rem;
}

main {
    margin: 3rem 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    line-height: 1;

    opacity: .75;
    color: #d3dce2;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 200px;
    color: #000000;
}


.btn-primary.disabled,
.btn-primary:disabled {
    opacity: 0.4;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: white;
    border-color: #000000;

}

.btn-group-sm>.btn,
.btn-sm,
.btn-sm:active,
.btn-sm:focus {
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    min-width: 180px;
}


.btn-primary:hover {
    background-color: #ffffff;
    border-color: #000000;
}

.btn-primary:hover:focus {
    color: white;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #f8f8f8;
    border-color: black;
}

.nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: black;
}

.nav-link:focus,
.nav-link:hover {
    color: #00bbe2;
}


a {
    text-decoration: none;
    color: #000000;
    transition: color 0.2s ease;
}

a:hover {
    text-decoration: none;
    color: #01bae6;
}

.ff-inter {
    font-family: 'Inter', sans-serif;
}

.ff-lekton {
    font-family: 'Lekton', sans-serif;
}

.ff-prata {
    font-family: 'Prata', serif;
}

.fw-bold {
    font-weight: 600 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.pictoFooter i {
    color: #01bae6;
    font-size: 18px;
}

.sticky {
    position: sticky;
    top: 25px;
}

.form-control {
    border-radius: 2px
}

.card {
    border-radius: 0;
}

.slick-prev,
.slick-next {
    z-index: 99 !important;
}

.bg-black {
    background-color: #000000;
}

.text-justify {
    text-align: justify;
}