/**
* Template Name: Rio Pardo - v2.4.1
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #FFF !important;
  overflow-x: hidden !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 30px 30px;
  transition: all 0.3s;
}

/* BARRA DE ROLAGEM */
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 20px;
  border: 5px solid #f1ede9;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000;
  border: 4px solid #f1ede9;
}

/* BARRA DE ROLAGEM */
.listaDatas::-webkit-scrollbar {
  height: 15px;
  background-color: #e8e8e8;
}

.listaDatas::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
  border: 5px solid #e8e8e8;
}

.listaDatas::-webkit-scrollbar-thumb:hover {
  background-color: #000;
  border: 4px solid #e8e8e8;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
  padding: 0 !important;
}

.pagetitle h1 {
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
  font-family: "Staatliches", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 2px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #fec3a5;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #bbbdc2;
    position: absolute;
    top: -5px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

/* .card-body {
  padding: 0 20px 20px 20px;
} */

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #000;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #000;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #000;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.blocoLogin {
  background: radial-gradient(circle farthest-corner at 50% 50%, #ffc107fa, hsl(18deg 90% 18% / 83%)), url(https://be.mchecon.com/img/interior.webp);
  background-position: 0 0, center;
  background-size: auto, cover;
}

.blocoLogin .min-h-screen:first-child {
  padding: 30px;
}

.blocoLogin div.w-full {
  padding: 30px !important;
  border-radius: 2px;
}


.logoLogin img {
  width: 200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #FFF !important;
  overflow-x: hidden !important;
}

input {
  border: 1px solid #d1d5db;
  border-radius: 3px !important;
}

.botaoLogin button {
  width: 100%;
  padding: 15px !important;
  margin: 15px 0 0 0;
  text-align: center;
  border-radius: 0px;
  display: block;
  background: #000;
  border: none !important;
}

.botaoLogin button:hover {
  background: #34383a;
}

.botaoLogin a {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 1em;
  color: #939ca1;
}

.botaoLogin a:hover {
  color: #484e52;
}

[type='checkbox'],
[type='radio'] {
  color: #000;
}

.focus\:border-indigo-300:focus {
  border-color: #788295;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo,
.logo_menu {
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* @media (min-width: 1200px) {
  .logo {
    width: 180px;
  }
} */

.logo img {
  width: 50px;
  position: relative;
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
}

.logo_menu img {
  max-height: 50px;
  margin-right: 6px;
}

.logo span,
.logo_menu span {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  /* box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); */
  background-color: #000;
  padding: 0 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 0;
  cursor: pointer;
  color: #FFF;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

.header p {
  color: #795548;
  margin: 0;
  font-family: "Staatliches", sans-serif;
}

.pesquisa {
  position: relative;
}

.btnFiltro,
.btnPesquisa {
  height: 34px;
}

.btnPesquisa {
  color: #000000;
  border: transparent;
  background-color: #fff;
  border-radius: 2px;
  font-family: "Staatliches", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  position: absolute;
  z-index: 1;
  width: 35px;
  top: 2px;
  right: 2px;
}

.botaoBuscar:hover,
.btnPesquisa:hover {
  background-color: #000;
  color: #FFF;
}

.blocoBusca select,
.blocoBusca input {
  display: block;
  width: 100%;
  padding: 5px 18px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  height: 48px;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #831717;
  border-radius: 6px;
}

.blocoBusca select {
  padding: 5px 38px 5px 18px;
}

.botaoFiltroAvancado,
.botaoFiltroLimpar {
  height: 38px;
  font-size: 16px;
  font-family: "Staatliches", sans-serif;
  padding: 3px 20px 0 20px;
  border: none;
  background: #d9d9d9;
  transition: 0.3s;
  border-radius: 0;
  display: block;
}

.botaoFiltroAvancado:hover {
  background-color: #b9b9b9;
}

.botaoFiltroLimpar {
  padding-top: 12px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 0 4px;
  color: #616161;
}

.botaoFiltroLimpar:hover {
  background-color: #d9d9d9;
  color: #000;
}

.botaoFiltar,
.botaoLimpar {
  height: 38px;
  font-size: 16px;
  font-family: "Staatliches", sans-serif;
  padding: 3px 20px 0 20px;
  border: none;
  background: #000;
  transition: 0.3s;
  border-radius: 0;
  display: block;
  color: #FFF;
  transition: .250s;
}

.botaoLimpar {
  color: #000;
  background: transparent;
  padding-top: 14px;
}

.botaoFiltar:hover {
  background: #272727;
}

.botaoLimpar:hover {
  background: #c1c1c1;
  color: #000;
}

.badge {
  border-radius: 150px !important;
}

.badge:hover {
  background-color: #000 !important;
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #FFF;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #000000;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #FFF;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #FFF;
}

.header-nav .nav-profile:focus,
.header-nav .nav-profile:hover {
  color: #FFF;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
  border: none;
  background-color: #bbbdc2 !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span,
.header-nav .profile .dropdown-header button {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #676769;
}

.botaoSair {
  width: 100%;
  border: none !important;
  text-align: left !important;
  padding: 12px 18px !important;
  border-radius: 0 !important;
  transition: none !important;
}

.botaoSair span {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-left: 5px;
}

.botaoSair i {
  color: #000;
}

.botaoSair:hover span,
.botaoSair:hover i {
  color: #FFF;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 260px;
  z-index: 996;
  transition: all 0.3s;
  padding: 35px 0 40px 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  /* box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff; */
}

a.text-danger {
  background-color: transparent !important;
  border: 1px solid #64371882;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }

  .toggle-sidebar .sidebar {
    width: 100%;
    padding: 50px;
    background-color: #1e1f20e0;
  }

  .toggle-sidebar .sidebar-nav {
    border: 1px solid #b4e22338;
    box-shadow: none;
  }

}

@media (max-width: 768px) {
  .tituloViagens {
    display: none;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 260px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #000;
  border-radius: 0;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  border-color: #607d8b47;
}

.sidebar-nav .text-danger,
.sidebar-nav .text-danger i::before {
  color: #607D8B !important;
}

#sair a:hover i::before,
.text-danger:hover {
  background-color: #ae1c22 !important;
  color: #FFF !important;
  border-color: #ae1c22 !important;
}

.sidebar-nav .text-danger:hover i::before {
  color: #FFF !important;
}

.sidebar-nav .nav-link i {
  /* font-size: 12px; */
  margin-right: 10px;
  color: #FFF;
}

.sidebar-nav .nav-link i:last-child {
  font-size: 8px;
}

.botoesFormulario {
  border-top: 1px solid #9e9e9e30;
  padding-top: 30px;
  margin-top: 10px !important;
}

.botoesFormularioSemLinha {
  border-top: none;
  margin: 0 !important;
}

.botoesFormulario .col-md-10 {
  text-align: right;
}

.botoesFormulario .btn.btn-primary,
.botoesFormulario .btn.btn-secondary {
  border: 1px solid #dacece;
  background-color: transparent;
  color: #000;
  font-family: "Staatliches", sans-serif;
  padding: 8px 20px 4px 20px;
  letter-spacing: 1px;
  border-radius: 2px;
}

.botoesFormulario .btn.btn-secondary:hover {
  background-color: #000;
  color: #FFF;
}

.botoesFormulario .btn.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #FFF;
  border-radius: 0;
}

.botoesFormulario .btn.btn-primary:hover {
  background-color: #2a2a2a;
  color: #FFF;
  border-color: transparent;
}

.botoesResumo {
  margin-top: 30px !important;
}

.botoesResumo .btn-secondary {
  border: 1px solid #dacece36 !important;
  color: #FFF !important;
}

.date-separator {
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
  display: block;
  text-align: center;
  color: #9e9e9e;
}


.row div:first-child {
  padding-left: 0;
}

.row div:last-child {
  padding-right: 0;
}

.sidebar-nav .nav-link.collapsed {
  color: #FFF !important;
  background: transparent;
}

.sidebar-nav .nav-link.collapsed i {
  color: #FFF !important;
}

.bi-chevron-down::before {
  color: #FFF;
}

.sidebar-nav .nav-link:hover {
  color: #000;
  background-color: #FFF;
}

.sidebar-nav .nav-link:hover i,
.sidebar-nav .nav-link.collapsed:hover i {
  color: #000 !important;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #949494;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
  top: 1px;
  position: relative;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #FFF;
}

.sidebar-nav .nav-content a.active i {
  background-color: #000;
}

.sidebar-nav .nav-link i,
.sidebar-nav .nav-link i::before {
  color: #000;
}

.sidebar-nav .nav-link.collapsed i,
.sidebar-nav .nav-link.collapsed i::before {
  color: #FFF;
}

.sidebar-nav .nav-link.collapsed:hover,
.sidebar-nav .nav-link:hover i,
.sidebar-nav .nav-link:hover i::before {
  color: #000 !important;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #000;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #000;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #000000;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #000;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.card-body.table-responsive .collapse {
  margin-top: 55px;
}

.card-body.table-responsive .collapse form {
  padding: 30px;
  background: #d9d9d9;
  opacity: 1 !important;
  transition: .5s;
}

.card-body.table-responsive .collapse form hr {
  display: none;
}


.botoesFiltro {
  display: flex;
  padding: 0;
}


.dataTables_filter label {
  display: flex;
  float: right;
  margin-bottom: 20px;
}

table {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #E3E1E0;
  box-shadow: 0px 1px 0px #e3e1e0;
  border-collapse: collapse !important;
  margin-top: 30px !important;
  line-height: 1em;
  width: 100%;
}

table p {
  margin: 0;
}

table th {
  vertical-align: middle;
  font-weight: 500;
  color: #2C372A;
  border: none;
  font-size: 14px;
}

table tr {
  border-bottom: 1px solid #E3E1E0;
}

table tbody tr:hover {
  background-color: #eaf0f0f0 !important;
}

table thead tr th {
  /* padding: 10px 20px !important; */
  color: #4C5A4A;
  font-weight: 400;
  font-size: 12px;
}

.tab-content td {
  padding: 20px;
}

.modal {
  background: #0000008f;
}

.modal-body {
  padding: 40px 50px !important;
  background-color: whitesmoke;
}

.modal-title {
  color: #000;
  font-size: 26px;
  line-height: 1em;
}

.modal-header,
.modal-footer {
  padding: 20px 55px !important;
}

.cardModal {
  background-color: #FFF;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #9e9e9e59;
}

.btnFechar {
  font-family: "Staatliches", sans-serif;
  padding: 8px 20px 6px 20px;
  letter-spacing: 1px;
  background-color: #ccc;
  color: #000;
  border: none !important;
  border-radius: 2px;
  margin: 0 !important;
}

.dataTables_filter .form-control {
  margin: 0 0 0 15px !important;
}

.cardModal .row:last-child {
  margin: 0 !important;
}

.textoInfo {
  font-size: 17px;
  color: #332b1d;
}

.colBotoes {
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colBotoes .btn {
  border: 1px solid #ccc;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.dropdown-toggle::after {
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
  position: relative;
  top: 1px;
}

.dropdown-menu {
  padding: 0 !important;
  border-radius: 2px !important;
  background-color: #000 !important;
}

.dropdown-menu .dropdown-item {
  color: #FFF;
  border-bottom: 1px solid #333333;
  font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
  color: #FFF;
  background-color: #333;
}

.header-nav .dropdown-menu .dropdown-item {
  color: #000;
  border-bottom: 1px solid #33333355;
  font-weight: 600;
}

.header-nav .dropdown-menu .dropdown-item:hover {
  background-color: #33333326;
}

table.table-bordered.dataTable tbody th,
table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none !important;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

::-moz-selection {
  color: #FFF;
  background-color: #000;
}

::selection {
  color: #FFF;
  background-color: #000;
}

/*--------------------------------------------------------------
# Botões
--------------------------------------------------------------*/
.dt-buttons button {
  border: 1px solid #cecece !important;
  background: transparent !important;
  font-weight: 400;
  color: #000 !important;
  font-family: "Staatliches", sans-serif;

  border-radius: 3px !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: none !important;
}

.dt-buttons button {
  margin: 5px;
  padding: 2px 10px 0px 10px !important;
}

.dt-buttons button:hover {
  background: #cecece !important;
  border-color: #cecece !important;
  color: #000 !important;
}

.dt-buttons button.active {
  border-color: #cecece !important;
  background: #cecece !important;
}

.dt-buttons button.active:hover {
  border-color: #cecece !important;
  background: #FFF !important;
}

.paginate_button a {
  font-size: 12px !important;
}

.paginate_button.active a {
  font-weight: 800 !important;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #000000;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #000000;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #000000;
}

.profile .profile-overview .label {
  font-weight: 700;
  color: #000;
  font-size: 12px;
  letter-spacing: .5px;
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #000;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #000;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #000;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 2px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

input[type="datetime-local"],
input[type="date"] {
  text-transform: uppercase !important;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #000000;
}

.footer,
.credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #000000;
  display: none;
}

footer {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}

a {
  text-decoration: none !important;
}

textarea {
  min-height: 100px !important;
  max-height: 200px !important;
}

.blocoBuscaFiltro {
  display: flex;
}

@media screen and (max-width: 497px) {

  .blocoLogin .min-h-screen:first-child,
  .blocoLogin div.w-full {
    padding: 30px !important;
  }

  #pesquisa {
    margin-bottom: 10px;
  }

  .botoesFiltro {
    display: block;
  }

  .card-body.table-responsive .collapse form {
    padding: 15px;
  }

  .blocoBuscaFiltro,
  .dataTables_filter label {
    display: block !important;
    width: 100%;
  }

  .form-control,
  .botaoFiltroAvancado,
  .botaoFiltar,
  .botaoLimpar {
    width: 100% !important;
  }

  .botaoFiltar,
  .botaoLimpar {
    text-align: center;
  }

  .dataTables_filter .form-control {
    margin: 0 !important;
  }

  .row {
    display: block !important;
  }

}

.rounded {
  margin-top: 30px !important;
  padding: 50px !important;
  border: 1px solid #cdbfb77d;
  border-radius: 10px !important;
  background-color: #e4cccc03;
}

.navbar {
  background-color: #332b1d;
  padding: 30px;
}

.tab .tab-content {
  border: 1px solid #cdbfb77d;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
}

.nav-link {
  transition: none !important;
}

.nav-tabs .nav-link {
  color: #9e9e9e;
}

.nav-tabs .nav-link:hover {
  background-color: #e8e8e8;
  color: #6d6464;
}

.tab-content>.tab-pane {
  padding: 50px !important;
}

.card-body .tab-content>.tab-pane {
  padding: 0px !important;
}

.tab-pane.tabTable {
  padding: 0 !important;
  margin-top: 30px;
}

.tab-content .card-title {
  padding: 0 0 15px 0;
  font-size: 16px;
  color: #000000 !important;
}

.tab-content .row:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1199px) {

  .colBotoes {
    margin-top: 10px;
  }

  table tbody tr:hover {
    background-color: #FFF !important;
  }

  .tab-content>.tab-pane {
    padding: 30px !important;
  }

  .tab-pane.tabTable {
    padding: 0 !important;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    width: 100% !important;
  }

  #main {
    padding: 50px 30px 30px 30px;
  }

  .pagetitle h1 {
    font-size: 20px;
    line-height: 1em;
  }

  .rounded {
    margin-top: 15px;
    padding: 0px !important;
    border: none;
  }

  .row>* {
    padding: 0 !important;
    margin-top: 0 !important;
  }

  .dt-buttons button {
    border: none !important;
    border-bottom: 1px solid #ffffff29 !important;
    background: transparent !important;
    color: #FFF !important;
    margin: 0;
    padding: 8px 10px !important;
    border-radius: 0 !important;
    width: 100%;
  }

  div.dt-buttons {
    background-color: black;
    margin-bottom: 30px;
  }

  .dt-down-arrow {
    color: #fff !important;
  }

  .dt-buttons button:hover .dt-down-arrow {
    color: #000 !important;
  }

  .dt-buttons {
    width: 100%;
  }

  div.dt-button-collection {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
    background-color: black;
    overflow: hidden;
    z-index: 2002;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
  }

  div.dt-button-collection button.dt-button,
  div.dt-button-collection div.dt-button,
  div.dt-button-collection a.dt-button {
    margin: 0;
  }

  button.dt-button,
  div.dt-button,
  a.dt-button,
  input.dt-button {
    margin-bottom: 0 !important;
  }

  table.dataTable {
    overflow: auto;
    width: 100%;
    display: block;
  }

  .table-bordered>:not(caption)>* {
    display: block;
    padding: 10px 0;
  }

  table.table-bordered.dataTable tbody th,
  table.table-bordered.dataTable tbody td {
    display: block;
    padding: 2px 20px;
  }

  .colBotoes {
    display: flex !important;
  }

  table.table-bordered.dataTable th:last-child,
  table.table-bordered.dataTable th:last-child,
  table.table-bordered.dataTable td:last-child,
  table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  table tr {
    border-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  th:before {
    content: attr(data-th) " ";
    width: 35%;
    float: left;
    display: block;
    color: #000;
    margin-right: 2px;
    font-size: 10px;
    margin-top: 0.8px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
  }

  .colBotoes:before {
    display: none;
  }
}

.tableTrip {
  width: 100% !important;
}

div.dataTables_wrapper {
  position: static !important;
}

div.dt-buttons {
  position: absolute !important;
  top: 0;
}

.table-responsive {
  position: relative;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {

  div.dataTables_wrapper {
    position: relative;
  }

  div.dt-buttons {
    position: static !important;
  }

  .table-responsive {
    position: static;
  }

  .blocoBusca {
    padding: 20px 15px 25px 15px !important;
  }

  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .toggle-sidebar .bi-list::before {
    content: "\f659";
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }

  .header p {
    display: none !important;
  }
}

@media screen {
  .corpo {
    overflow: hidden;
  }

  .corpo::before {
    content: '';
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999999;
    background-position: 0 0, center;
    background-size: auto, cover;
  }

  .corpo::after {
    content: '';
    position: fixed;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    z-index: 9999999999;
    background: url("../img/loading.svg");
    background-position: 0 0;
    background-size: auto;
  }
}

@media print {

  th {
    padding: 10px 20px !important;
  }

  th,
  td {
    border-width: 0;
  }

  td {
    font-size: 12px;
    line-height: 1em;
  }

  table {
    margin-top: 50px !important;
  }

  .corpo {
    overflow: auto;
  }

  .corpo::before {
    display: none !important;
  }
}

.tituloPrint {
  margin: 20px 0 0 0;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 34px;
  color: #000;
  font-family: "Staatliches", sans-serif;
}

.dataTables_paginate {
  display: none !important;
}

.table-responsive {
  min-height: 400px;
  overflow-x: none;
}

.telaLoading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: rgba(18, 34, 48, 0.9);
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: rgb(255 255 255 / 0%);
  border: 4px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate-spinner 0.3s infinite linear;
}

@keyframes rotate-spinner {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.logo-site {
  display: block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

.logo-site img {
  width: auto;
  display: block;
  height: 167px;
}

.menutopo,
.submenu,
.menurodape {
  list-style: none;
  margin: 0;
}

.menutopo {
  font: 500 17px 'Bebas Neue', sans-serif;
  letter-spacing: 0.8px;
  padding: 10px 0;
  display: block;
  text-align: center;
}

.menutopo .submenu {
  display: none;
  position: absolute;
  padding: 1.5rem 0 0;
  min-width: 10rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  left: 0;
  z-index: 999;
}

.menutopo .menuitem {
  display: inline-block;
}

.menutopo .menulink {
  text-transform: uppercase;
  color: rgb(122, 122, 122);
}

.menutopo .menuitem {
  padding: 13px;
  position: relative;
}

.menutopo .menuitem::after {
  content: "";
  display: inline-block;
  border-right: solid 1px #EAEAEA;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.menutopo .menuitem:last-child::after {
  display: none;
}

.menutopo .menuitem .e-font-icon-svg {
  height: 1em;
  width: 1em;
  fill: rgb(122, 122, 122);
}

.menutopo .menuitem .sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 6px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: inline-block;
}

.elementor-grid {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.elementor-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 10%;
  text-align: center;
  transition: all .3s ease-in-out;
}

.elementor-icon:hover {
  transform: translateY(-8px);
}

.elementor-grid-item {
  display: inline-block;
}

.elementor-grid-item.meio {
  margin: 0 5px;
}

.gtranslate_wrapper {
  padding: 0 0 0 200px !important;
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.elementor-social-icon-instagram {
  background-color: #262626;
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
  background-color: #3b5998;
}

.elementor-social-icon-youtube {
  background-color: #cd201f;
}

.elementor-icon {
  position: relative;
}

.elementor-icon svg {
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  fill: #FFF;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.gt_container--3rehux a.glink span {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
  color: #000000;
  font-family: "Red Hat Display", Sans-serif;
  font-weight: bold;
}

.menulink:hover {
  color: #000000;
}

.elementor-screen-only {
  font-size: 0;
  display: none;
}

.menutopo .menuitem:hover .e-font-icon-svg {
  fill: #000000;
}

.menutopo .menuitem:hover .submenu {
  display: block;
}

.menutopo .menulink.sub::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-bottom: 0;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.menutopo .submenu a {
  font: 500 13px/20px "Red Hat Display", sans-serif;
  border-left: 8px solid transparent;
  color: #33373d;
  white-space: nowrap;
  padding: 13px 20px;
  color: #212529;
  display: block;
  clear: both;
  transition: .4s;
}

.menutopo .submenu a:hover {
  color: #fff;
  background-color: #000000;
}

.interna {
  text-align: center;
  margin-bottom: 20px;
}

.interna h1 {
  margin-top: 0;
  display: inline-block;
  color: #000;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 2rem;
  font-weight: 900;
  padding-top: 60px;
  padding-bottom: 20px;
  letter-spacing: -0.3px;
}

.interna h1::after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background-color: #000;
  margin: 20px auto 0;
}

.formulariocadastro {
  padding: 0 !important;
  border: none;
  border-radius: 0 !important;
  margin-bottom: 3rem;
}

.formulariocadastro .text-title b {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #f27121;
}

.formulariocadastro .text-title span {
  border-right: 1px solid #F27121;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
}

.formulariocadastro .underline-above {
  margin-top: 0;
  padding: 0;
  width: auto;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1.0rem;
  margin-top: 1.5rem;
}

.formulariocadastro .underline-above::before {
  width: 100%;
}

.formulariocadastro .card-body {
  padding: 0 1rem;
}

#bgtopo {
  position: relative;
}

#bgtopo::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("https://obisfron.com.br/wp-content/uploads/2023/06/vivid-blurred-colorful-background-_1_.webp") 0px -33px no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.background-video-container {
  transition: opacity 1s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  opacity: 0.13;
}

.background-video-container .elementor-background-video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.formulariocadastro label {
  font-size: .875em;
  color: #dc3545;
}

.formulariocadastro .text-danger {
  font-size: .7rem;
}

.formulariocadastro .text-danger::before {
  content: "\f151";
  display: inline-block;
  font-family: bootstrap-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.formulariocadastro small {
  color: #6c757d;
}

.formulariocadastro .row {
  margin-bottom: .5rem;
}

.formulariocadastro .chosen-default {
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: .25rem;
  border: 1px solid #ced4da !important;
  margin-bottom: 0;
}

.formulariocadastro .chosen-container-single .chosen-drop {
  margin-top: 0;
}

.formulariocadastro .chosen-choices {
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: .25rem;
  border: 1px solid #ced4da !important;
  margin-bottom: 0;
}

.formulariocadastro .chosen-container .chosen-drop {
  margin-top: 0;
}

.formulariocadastro .input-group-text {
  padding: .375rem .75rem !important;
}

.formulariocadastro .outrotipoinciativa {
  background-color: #fff;
}

.mt-4 {
  margin-top: 1.5rem;
}

.formulariocadastro .form-check-input[type="radio"] {
  border-radius: 50% !important;
}

.formulariocadastro .form-check-input {
  margin-left: 0;

  margin-right: .5rem;
}

.formulariocadastro .form-check-label {
  color: rgb(33, 37, 41);
}

.formulariocadastro .text-s16 {
  font-feature-settings: normal;
  font-variant: normal;
  font: 400 16px/normal 'Source Sans 3', sans-serif;
}

.formulariocadastro .text-s16 .form-check-input {
  margin-top: 0;
}

.formulariocadastro .text-s16 .form-check-label {
  color: #dc3545;
}

.formulariocadastro .botoesFormulario {
  border: none;
  padding: 0;
  margin: 0 !important;
}

.formulariocadastro .btn-enviar {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.formulariocadastro .ng-star-inserted {
  font-family: 'Source Sans 3', sans-serif;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.5;
}

.bg-footer {
  background: url("https://obisfron.com.br/wp-content/uploads/2023/06/vivid-blurred-colorful-background-_1_.webp") no-repeat;
  background-position: center 0;
  background-size: cover;
}

.logositerodape {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.logositerodape img {
  height: 150px;
}

.text-s14 {
  color: #616161;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.menurodape {
  padding: 0;
}

.menurodape .menulink {
  color: #616161;
  fill: #616161;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.menurodape.links {
  padding-right: 27%;
}

.menurodape .menuitem {
  position: relative;
}

.menurodape .menulink .sub-arrow {
  line-height: 1;
  padding: 0 0 0 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: inline-block;
  align-items: center;
}

.menurodape .menuitem .sub-arrow .e-fas-angle-down {
  height: 1em;
  width: 1em;
  margin-top: -4px;
}

.menurodape .submenurodape {
  display: none;
  position: absolute;
  border-width: 0;
  border-style: solid;
  padding: 0;
  width: auto;
  top: auto;
  left: 0px;
  margin-left: 167.533px;
  margin-top: -22px;
  min-width: 10em;
  max-width: 1000px;
  background-color: #fff;
  font-size: 13px;
  list-style: none;
  z-index: 9;
}

.menurodape .submenurodape.ativo {
  display: block;
}

.menurodape .menulink:hover {
  color: #000;
  fill: #000;
}

.menurodape .menuitem:hover .submenurodape {
  display: block !important;
}

.menurodape .submenurodape .submenuitem a {
  font: 500 13px/20px "Red Hat Display", Sans-serif;
  padding: 13px 20px;
  transition: .4s;
  text-shadow: none;
  border-left: 8px solid transparent;
  display: block;
}

.menurodape .submenurodape .submenuitem a:hover {
  background-color: #3f444b;
  color: #fff;
}

.menurodape .menulink .e-fab-whatsapp,
.menurodape .menulink .e-far-envelope {
  height: 1em;
  width: 1em;
  margin-right: 5px;
}

.menurodape .menulink .e-fab-instagram,
.menurodape .menulink .e-fab-facebook-f,
.menurodape .menulink .e-fab-youtube {
  height: 1em;
  width: 1em;
  margin-right: 5px;
}

.boxmenutopo {
  display: none;
  padding: .25em !important;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: #000000;
  margin: 10px auto;
  width: 33px;
  height: 33px;
  position: relative;
}

.boxmenutopo.ativo .icone {
  display: none;
}

.boxmenutopo.ativo .icone.meio {
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.boxmenutopo.ativo .icone.meio::after,
.boxmenutopo.ativo .icone.meio::before {
  opacity: 1;
}

.boxmenutopo.ativo .icone.meio::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.boxmenutopo.ativo .icone.meio::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.boxmenutopo .icone {
  display: block;
  background-color: #FFF;
  height: 3px;
  width: 25px;
  border-radius: 10px;
  margin-top: 5px;
}

.boxmenutopo .icone.topo {
  margin-top: 3px;
}

.boxmenutopo .icone.meio::after,
.boxmenutopo .icone.meio::before {
  content: "";
  background-color: #FFF;
  height: 3px;
  width: 25px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0s;
  opacity: 0;
}

.copyright {
  color: #444444;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dev {
  color: #444444;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.dev a {
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
}

.dev a img {
  width: 135px;
  margin-bottom: -5px;
  display: block;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}


.relative {
  position: relative;
}

.buscarrede {
  margin: 0 auto;
  width: 98%;
  position: absolute;
  top: 10px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

.buscarrede .input-group-text {
  display: block;
  border-radius: 5px 0 0 5px;
  float: left;
}

.buscarrede .form-control {
  display: block;
  border-radius: 0 5px 5px 0 !important;
  width: calc(100% - 42px);
  float: left;
  border-left: none;
}

.ecossistema {
  margin-bottom: 1.5rem;
}

.ecossistema p {
  font: 400 16px/24px 'Source Sans 3', sans-serif;
  margin: 0;
}

.nav.nav-pills .nav-link.modulo {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
}

.nav.nav-pills .nav-link.modulo.active {
  border-color: #0d6efd !important;
}

.nav.nav-pills .nav-item:first-child .nav-link.modulo {
  border-radius: 5px 0 0 0 !important;
}

.nav.nav-pills .nav-item:last-child .nav-link.modulo {
  border-radius: 0 5px 0 0 !important;
}

.graficoecosistema {
  border-radius: 0 5px 0 5px;
}

.text-s21 {
  font: 700 40px/1.2 'Source Sans 3', sans-serif;
}

.paginadetalhe .text-s21 {
  font: 700 21px/32px 'Source Sans 3', sans-serif !important;
}

.paginadetalhe p {
  font-size: 14px;
  line-height: 24px;
}

.text-observed {
  color: #ffd23f;
}

.text-s14 {
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'Source Sans 3', sans-serif;
}

.text-s12 {
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  font-style: normal;
  font-size: 12px;
  font-family: 'Source Sans 3', sans-serif;
}

.p-12 {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.filtromaps .nav-link.active {
  color: #fff;
  border-color: #000 !important;
}

.filtromaps .nav-link {
  border-radius: 6px 6px 0 0 !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
  font: 700 14px/18px 'Source Sans 3', sans-serif;
}

.filtromaps #iniciativas,
.filtromaps #iniciativas .card-body,
.filtromaps #suportes,
.filtromaps #suportes .card-body {
  padding: 0 !important;
}

.filtromaps #iniciativas .list-group .list-group-item,
.filtromaps #suportes .list-group .list-group-item {
  padding: 0;
  border: none;
}

.filtromaps #iniciativas .list-group .list-group-item .filtro,
.filtromaps #suportes .list-group .list-group-item .filtro {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  border-radius: 50rem;
  text-align: left;
}

#map-container {
  height: 559px;
  margin-top: 35px;
}

.opcoesfiltro,
.btn-buscar {
  background-color: #f8f9fa !important;
}

.filtromaps {
  margin-bottom: 0;
}

.filtromaps .form-check {
  margin-bottom: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.filtromaps h6,
.filtromaps p,
.filtromaps .form-check-label,
.opcoesfiltro .form-control,
.opcoesfiltro label,
.opcoesfiltro span {
  font-family: 'Source Sans 3', sans-serif;
}

.filtromaps .mt-0.mb-0 {
  line-height: 19px;
}

.filtromaps .form-check-input[type="radio"] {
  border-radius: 100% !important;
  margin-bottom: 0;
}

.opcoesfiltro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.opcoesfiltro .col-md-3 {
  padding-right: calc(var(--bs-gutter-x) * .65) !important;
  padding-left: calc(var(--bs-gutter-x) * .65) !important;
}

.btn-buscar {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.btn-buscar .btn-success {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 6px !important;
  border: 1px solid transparent;
  opacity: 1;
  cursor: pointer;
}

#card.filtromapsmobile {
  display: none;
}

@media (min-width: 991px) AND (max-width: 1400px) {
  .menurodape.links {
    padding-right: 15%;
  }
}

@media (max-width: 991px) {
  .containerinterna {
    max-width: initial !important;
  }

  #bgtopo .p-12 {
    padding: 30px 0;
  }

  #bgtopo .col-md-4 {
    width: 33.3% !important;
  }

  .logo-site img {
    max-width: 100%;
    height: auto;
  }

  .gtranslate_wrapper {
    display: none;
  }

  .boxmenutopo {
    display: block;
  }

  .menutopo {
    display: none;
    position: absolute;
    background: #FFF;
    width: 100%;
    left: 0;
    z-index: 9;
  }

  .menuitem {
    display: block !important;
    list-style: none;
    margin: 0;
    padding: 0 !important;
    line-height: 20px;
  }

  .menulink {
    letter-spacing: 0.8px;
    padding: 10px 20px;
    display: block;
    text-align: left;
  }

  .menulink.ativo {
    background-color: #000000;
    color: #FFF;
  }

  .menutopo .menuitem::after {
    display: none;
  }

  .submenu {
    position: initial !important;
    padding: 0 !important;

  }

  .m-mt24 {
    margin-top: 1.5rem !important;
  }

  .m-mt16 {
    margin-top: 1rem !important;
  }

  .formulariocadastro .row {
    margin-bottom: 0;
  }

  .formulariocadastro .row .col-md-8,
  .formulariocadastro .row .col-md-4,
  .formulariocadastro .row .col-md-6,
  .formulariocadastro .row .col-md-12 {
    margin-bottom: .5rem;
  }

  .bg-footer .col-md-5 {
    display: none;
  }

  .bg-footer .col-md-3,
  .bg-footer .col-md-2 {
    width: 33.3% !important;
  }

  .menurodape .menulink {
    padding: 0;
  }

  .menurodape.links {
    padding-right: 0;
  }

  .copyright,
  .dev {
    width: 50% !important;
  }

  .containerinterna .paginaboxtopodetalhe {
    padding: 1.5rem .75rem !important;
  }

  .containerinterna .paginaboxtopodetalhe>* {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }

  .containerinterna .row.ng-star-inserted.mb-60 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }

  .containerinterna .border-start.ng-star-inserted,
  .containerinterna .border-start.ng-star-inserted .ng-star-inserted {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .containerinterna .col-md-12.p-12 {
    padding: 0 !important;
  }

  .filtromaps {
    padding-bottom: 0;
    padding-top: 0;
  }

  .filtromaps .form-check {
    position: initial;
    transform: initial;
  }

  .filtromaps .card-body {
    padding: 0;
  }

  .filtromaps .col-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .filtromaps .col-md-5 {
    width: 41.66666667% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .filtromaps .col-md-3 {
    width: 25% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .filtromaps .col-md-2 {
    width: 16.66666667% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .opcoesfiltro {
    padding-bottom: 2.1rem;
  }

  .opcoesfiltro .col-md-3 {
    width: 25% !important;
  }

  .opcoesfiltro .col-md-2 {
    width: 16.66666667% !important;
  }

  .opcoesfiltro .col-md-3,
  .opcoesfiltro .col-md-2 {
    padding-right: calc(var(--bs-gutter-x) * .65) !important;
    padding-left: calc(var(--bs-gutter-x) * .65) !important;
    margin-bottom: 15px;
  }

  #map-container {
    margin-top: 71px;
  }
}

@media (max-width: 479px) {
  .formulariocadastro .form-text.text-muted.p-0 {
    display: block;
  }

  #bgtopo .p-12 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #bgtopo .row {
    margin: 0;
  }

  #bgtopo .col-md-4 {
    width: 100% !important;
  }

  #bgtopo::before {
    background-position: 0;
  }

  .elementor-grid {
    top: initial;
    transform: translateY(0);
    text-align: center;
  }

  .logo-site {
    padding: 0;
    margin: 20px;
  }

  .gtranslate_wrapper {
    display: block;
    padding: 0 0 20px !important;
    text-align: center;
    top: 0;
    transform: translateY(0);
  }

  .boxmenutopo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bg-footer {
    padding-right: 20px;
    padding-left: 20px;
    background-position: left;
  }

  .bg-footer .col-md-5,
  .bg-footer .col-md-3,
  .bg-footer .col-md-2 {
    width: 100% !important;
  }

  .bg-footer .col-md-5 {
    display: block;
  }

  .logositerodape {
    display: block;
    margin: 10px 30px;
    top: 0;
    transform: initial;
  }

  .logositerodape img {
    height: auto;
    width: 100%;
  }

  .menurodape .menulink {
    display: inline-block;
  }

  .copyright,
  .dev {
    text-align: center;
    width: 100% !important;
    display: block;
  }

  input.outrotipoinciativa,
  input.outracausa,
  input.outrospublicos {
    width: 75% !important;
  }

  .container {
    padding-right: var(--bs-gutter-x, .75rem) !important;
    padding-left: var(--bs-gutter-x, .75rem) !important;
  }

  .filtromaps {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 3px 6px #00000029;
    padding-bottom: .5rem;
  }

  .filtromaps .mt-m-3 {
    margin-top: 1rem !important;
  }

  .filtromaps .mb-m-1 {
    margin-bottom: .5rem !important;
  }

  .filtromaps .col-md-5 {
    width: 100% !important;
    margin-bottom: .5rem;
  }

  .filtromaps #busca1 {
    width: auto !important;
  }

  .filtromaps .col-md-3 {
    display: none;
  }

  .filtromaps .col-md-2 {
    width: 100% !important;
  }

  .filtromaps .form-check .form-check-input {
    float: initial;
    margin-left: 0;
  }

  #card.filtromaps {
    display: none;
  }

  #map-container {
    margin-top: 0;
    display: block;
    flex: inherit;
    min-height: 50vh;
    width: 100%;
    height: auto;
  }

  .container.maps {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
  }

  #card.filtromapsmobile {
    display: block;
    flex: inherit;
    height: auto;
    border: none;
    box-shadow: none;
    width: 100%;
    padding-bottom: 0;
  }

  #card #pills-tab {
    overflow-y: scroll;
  }

  .conteudo .maps {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .opcoesfiltro .col-md-3,
  .opcoesfiltro .col-md-2 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-bottom: 15px;
    width: 100% !important;
  }

  .btn-buscar {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
