.card-transparent {
  background: transparent !important;
}

.cor_body {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4672ef 10%, #4e73df 100%);
  background-size: cover;
}

.img_fundo {
  background: url("../../assets/img/fundo.jpg")center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 50px;
}

.desfoca {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  align-items: end;
  z-index: -1;
  background: rgb(215,215,215);
  background: linear-gradient(90deg, rgba(215,215,215,0) 0%, rgba(215,215,215,0) 28%, rgba(215,215,215,0.7) 30%, rgba(215,215,215,0.7) 100%);
  /*backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);*/
}

@media (min-width: 768px) {
  .desfoca {
    width: 0%;
    height: 0%;
    position: absolute;
    /*backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);*/
    z-index: -1;
  }
}

/* Cores */

.cor_fundo {
  background: linear-gradient(136deg, rgb(238,238,238) 0%, rgb(183,183,183));
  padding-top: 50px;
}

.size_section {
  height: calc(100vh - 50px);
}

@media (max-height: 600px) {
  .size_section {
    height: auto;
  }
}

.size_section1 {
  height: auto;
}

@media (max-width: 600px) {
  .some_img {
    display: none;
  }
}

.nav-cor {
  background-color: transparent;
  border-radius: 30px;
  display: flex !important;
  align-items: center;
  transition: background-color .8s ease 0s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.nav-cor:after {
  content: "";
  background: #ffffff;
  border-radius: 50px;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -80px!important;
  margin-top: -100%;
  opacity: 0;
  transition: all 2s;
}

.nav-cor:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.nav-cor:hover {
  background-color: rgba(0,0,0,0.3);
  border-radius: 50px;
}

.active-btn {
  background-color: rgba(0,0,0,0.3);
  color: #ffffff;
}

.cor_menu {
  background: linear-gradient(180deg, #cc552b 10%, #edc66a 100%) !important;
  height: 100%;
}

@media (min-width: 768px) {
  .sidebar {
    /*overflow: visible !important;*/
    /*padding-left: 10px !important;*/
    /*padding-right: 10px !important;*/
  }
}

@media (max-height: 600px) {
  .sidebar {
    height: auto !important;
  }
}

.icon img {
  width: 28px;
}

.icon {
  background-color: rgba(0,0,0,0.5);
  color: #ffffff !important;
  padding: 10px !important;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1px;
    width: 14rem !important;
    font-size: .85rem;
  }
}

.sidebar .nav-item .nav-link {
  display: block;
  text-align: left;
  padding: 1px;
  width: 14rem !important;
  font-size: .85rem;
}

.sidebar {
  position: fixed !important;
  top: 4.4rem !important;
  left: 0 !important;
  width: 256px !important;
  height: 100% !important;
  overflow-y: auto !important;
  padding: 0 !important;
}

.navbar {
  width: 100%;
  position: fixed;
  z-index: 9999;
}

#inicio, #manual, #plantas, #garantias, #videos, #assistec, #assistec2, #assistec3, #mapa, #contato, #agenda, #sigma, #mensagem, #personalizados, #outrosArquivos {
  margin-top: 70px;
}

@media (min-width: 768px) {
  section {
    margin-left: 16rem;
  }
}

@media (min-width: 768px) {
  .sidebar.toggled {
    overflow: visible;
    width: 16rem !important;
  }
}

/* Solicitação */

.box-branco {
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (min-width: 300px) {
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin-left: 0px;
  }
}

/* SCROLL */

.tela::-webkit-scrollbar {
  width: 10px;
  background-color: #939393;
  border-radius: 10px;
}

.tela::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
}

