:root {
  --oficial-color: #25477e;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  width: 90%;
  max-width: 70em;
  margin: 0 auto;
  padding: 10px;
}

header > span,
h1 {
  color: var(--oficial-color);
}

.icon-header {
  float: left;
  max-width: 150px;
  margin-right: 10px;
}

.title > h1 {
  font-size: 2.125em;
  font-weight: 400;
  color: var(--oficial-color);
}

.title > span {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.5em;
  line-height: 1.3em;
  color: var(--oficial-color);
}

.carousel-caption {
  text-shadow: #000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px;
}

.topBar {
  margin: auto;
  display: flex;
  align-items: center;
}

.menu-area {
  background-color: transparent;
  border-bottom: 4px solid var(--oficial-color);
}

.navbar {
  padding: 0;
  background-color: transparent !important;
}

.menu {
  display: flex;
  justify-content: space-around;
  text-decoration: none;
  padding: 0;
  font-size: 20px;
  font-family: sans-serif;
  align-items: center;
  margin: 0;
}

#navbarSupportedContent {
  display: block !important;
}

.collapse, 
.navbar-collapse{
  background-color: transparent;
  display: block !important;
}

a {
  text-decoration: none;
  list-style: none;
  padding: 1em;
  display: inline-block;
}

li {
  font-weight: 700;  
  display: inline-block;
}

.menu > li:hover {
  background-color: var(--oficial-color);  
}

.showcase {
  color: var(--oficial-color);
}

.categories {
  margin: 20px;
}

.empresa-img {
  width: 300px;
  float: left;
}

.div-empresa {
  padding: 30px;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
}

.div-empresa > p {
  margin: 0 0 10px;
  text-align: justify;
  color: #333;
  line-height: 1.42;
  font-size: 1.05em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;  
}

.div-informacoes {
  margin-top: 40px;
}

.dl-horizontal > dt {
  float: left;
  width: 160px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal > dd {
  margin-left: 180px;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;  
  padding: 16px;  
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: unset;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;  
  width: 100vw;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {  
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: var(--oficial-color);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */

.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #234879;
    width: 100%;
    left: 0;
}

.cbp-hropen {
  & .cbp-hrsub {
    display: block; 
  }
}

.cbp-hrsub-inner > div {
  width: 20%;
  float: left;
  padding: 0 2em 0;
}

.cbp-hrsub-inner h4 {
  color: #afdefa;
  padding: 1em 0 0 .6em;
  margin: 0;
  font-size: 1em;
  font-weight: 300;
}

.list-hrsbu-inner {
  display: flex;
  flex-direction: column;
}

.subtitle-sub-inner {
  color: #afdefa;
  font-weight: 300;
}

.sub-items {
  text-decoration: none;
  list-style: none;
  font-weight: 300;
  font-size: .78em;
  padding: 0;
  line-height: 1em;
}

.sub-items > a {
  color: #FFF;
}

.sub-items > a:hover {
  color: #999;
}

.nav-item {
  color: #999;
}

.nav-item:hover {
  color: #FFF;
}

.contatos {
  margin-top: 30px;
}

.btn-default {
  color: var(--oficial-color);
  background-color: #FFF;
  border: 1px solid var(--oficial-color);
}

.btn-default:hover {
  color: #FFF;
  background-color: var(--oficial-color);
}

.produtos {
  margin: 30px;
}

.product {  
  padding: 5px; 
  text-decoration: none; 
  margin-bottom:20px;   
} 

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.img-thumbnail:hover {
  .product-details {
    border: 3px solid var(--oficial-color);
  }
}

.thumbnail-sem-borda {
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;

}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.img-circle {
  background-color: #234879;
  width: 230px;
  height: 230px;
  border-radius: 50%;  
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-title {
  color: #337ab7;
  font-weight: 400;
}

.text-center:hover {
  a {
    text-decoration: underline;
    color: var(--oficial-color);
  }
  .category-title {
    color: var(--oficial-color);
  }
}

.modal {
  display: block;
}
