body {
  margin: 0;
  padding: 0;
  color: rgb(50, 50, 50);
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

header {
  height: 97px;
  padding: 20px 0;
}

main {
  padding-bottom: 70px;
}

footer {
  background-color: rgb(75, 85, 120);
}

.footer .container {
  padding: 25px 15px 10px 15px !important;
}

.text-muted {
  color: rgb(255, 255, 255) !important;
}

.nopadding {
  padding: 0 !important
}

.nomargin {
  margin: 0 !important
}

a {
  text-decoration: none;
  color: rgb(75, 85, 120);
}

a:hover {
  color: rgb(250, 200, 0);
}

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

.text-center {
  text-align: center !important;
}

#busca {
  position: relative;
  margin-top: 8px;
}

#busca input {
  border: 1px solid rgb(220, 220, 220);
  border-radius: 12px;
  height: 44px;
}

#busca button {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 0 20px;
  border-radius: 0 6px 6px 0;
  line-height: 38px;
  border: 0;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-color: rgb(75, 85, 120);
}

.titulo {
  color: rgb(75, 85, 120);
  border-bottom: 1px solid rgb(210, 210, 210);
  margin-bottom: 40px;
  position: relative;
  font-size: 20px;
  line-height: 40px;
}

.titulo span {
  width: 150px;
  height: 4px;
  background-color: rgb(250, 200, 0);
  position: absolute;
  left: 0;
  top: 40px;
}

.link-util {
  border: 1px solid rgb(210, 210, 210);
  text-align: center;
  border-radius: 12px;
  margin: 3px;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.link-util h2 {
  text-transform: uppercase;
  background-color: rgb(75, 85, 120);
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 12px;
  margin: 0;
}

.link-util p {
  padding: 15px 15px 0 15px;
}

.link-util button {
  margin: 0;
}

.link-util .btn {
  font-size: 12px;
  padding: 8px 15px;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.margin40T {
  margin-top: 40px;
}

.emolumento-capa {
  border: 1px solid rgb(210, 210, 210);
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
  position: relative;
  margin-bottom: 40px;
}

.emolumento-capa img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.emolumento-capa h3 {
  background-color: rgb(230, 230, 230);
  padding: 15px;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: rgb(75, 85, 120);
}

.emolumento-capa p {
  padding: 20px 20px 15px 20px;
}

.emolumento-capa .btn {
  margin-top: -10px;
}

.bg-alerta {
  background-color: rgb(250, 200, 0);
  padding: 15px 30px;
  color: rgb(0, 0, 0);
  border-radius: 50px;
  line-height: 14px;
  display: block;
}

.btn-padrao {
  border: 2px solid rgb(250, 200, 0);
  color: rgb(75, 85, 120);
  padding: 5px 20px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 4px;
  background-color: transparent;
  transition: all .2s ease;
}

.btn-padrao:hover {
  border: 2px solid rgb(75, 85, 120);
  padding: 5px 30px;
}

.box-calculo {
  background-color: rgb(245, 245, 245);
  margin-top: 30px;
  border-radius: 12px;
  padding: 30px;
}

.box-calculo p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}

label {
  margin-top: 20px !important;
  font-weight: bold;
}

.box-resultado-pedido {
  padding: 30px;
  text-align: center;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 12px;
}

.box-lista {
  border: 1px solid rgb(210, 210, 210);
  padding: 20px 20px 15px 20px;
  border-radius: 12px;
  margin-bottom: 30px !important;
}

.box-formulario {
  background-color: rgb(245, 245, 245);
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
}

input:not([type="checkbox"]),
select {
  height: 38px !important;
  line-height: 38px !important;
  border-radius: 4px !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  color: rgb(100, 100, 100) !important;
}

.solicitacoes ul {
  margin: 0;
  padding: 20px;
  border-radius: 12px;
  list-style: none;
  border: 1px solid rgb(220, 220, 220);
}

.padding-busca {
  padding: 20px;
  border-radius: 12px;
}

.docs-anexos-1 {
  display: inline-block;
  border: 1px solid rgb(230, 230, 230);
  text-align: center;
  padding: 20px 30px 5px 30px;
  line-height: 15px;
  font-size: 13px;
  border-radius: 8px;
  width: 100%;
  font-weight: bold;
}

.docs-anexos-1 svg {
  font-size: 40px;
  margin-bottom: 15px;
}

.docs-anexos-1 small {
  display: none;
}

.accordion-button:not(.collapsed) {
  color: rgb(75, 85, 120);
  background-color: rgba(75, 85, 120, .1);
  font-weight: bold;
}

.accordion-body p {
  padding: 0;
  margin: 0
}

.padding30 {
  padding: 30px;
}





/* --- MENU --- */

#menu {
  background-color: rgb(75, 85, 120);
}

.dynamika-menu-li-root {
  padding-left: 20px;
  padding-right: 20px;
  height: 56px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, .2);
  display: flex !important;
  align-items: center !important;
}

.dynamika-menu-li-root:first-child {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.dynamika-menu-li-root:hover {
  background-color: rgb(45, 55, 90);
}

.dynamika-menu-a-root,
.dynamika-menu-a-root:hover {
  color: rgb(255, 255, 255);
  line-height: 14px;
  font-size: 12px;
  height: 56px;
  display: flex !important;
  align-items: center !important;
}

.dynamika-menu-span-items {
  display: none;
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
  position: absolute;
  top: 57px;
  left: 0;
  width: 230px;
  background-color: rgb(75, 85, 120);
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.dynamika-menu-span-sub {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dynamika-menu-span-sub h3 {
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dynamika-menu-span-sub ul {
  margin: 0;
  padding: 0;
  background-color: rgb(75, 85, 120);
}

.dynamika-menu-span-sub h3 {
  position: relative;
}

.dynamika-menu-span-sub a+ul {
  position: absolute;
  top: 0;
  left: 231px;
  display: none;
  background-color: rgb(45, 55, 90);
  width: 230px;
}

.dynamika-menu-span-sub:hover a+ul {
  display: block;
}

.dynamika-menu-span-sub:nth-of-type(1) ul {
  top: 0px
}

.dynamika-menu-span-sub:nth-of-type(2) ul {
  top: 45px
}

.dynamika-menu-span-sub:nth-of-type(3) ul {
  top: 90px
}

.dynamika-menu-span-sub:nth-of-type(4) ul {
  top: 135px
}

.dynamika-menu-span-sub:nth-of-type(5) ul {
  top: 180px
}

.dynamika-menu-span-sub:nth-of-type(6) ul {
  top: 225px
}

.dynamika-menu-span-sub:nth-of-type(7) ul {
  top: 270px
}

.dynamika-menu-span-sub:nth-of-type(8) ul {
  top: 315px
}

.dynamika-menu-span-sub:nth-of-type(9) ul {
  top: 360px
}

.dynamika-menu-li-link {
  list-style: none;
  text-align: left;
  text-align: left !important;
  padding: 15px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin: 0;
  font-size: 12px !important;
  line-height: 14px !important;
}

.dynamika-menu-li-link:hover {
  background-color: rgb(45, 55, 90);
}

.dynamika-menu-a-link {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: bold !important;
  color: rgb(255, 255, 255) !important;
}

/* --- cookies ---- */

.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: rgb(75, 85, 120) !important;
}


/* BANNER */
.bannerTopo {
  width: 100%;
  margin: 40px 0 !important;
  padding: 0;
  overflow: hidden;
  background-color: rgb(245, 245, 245);
  position: relative;
}

.bannerTopo img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

#banner-ow {
  position: relative;
}

#banner-ow .tns-controls {
  position: absolute;
  bottom: 45%;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*text-align: center;*/
}

#banner-ow .tns-controls button {
  display: inline-block;
  height: 40px;
  width: 30px;
  padding: 0;
  border: 0;
  background: #000;
  opacity: .6;
  color: #FFF;
}

#banner-ow .tns-controls button:hover {
  opacity: .9;

}

#banner-ow .tns-nav {
  position: absolute;
  bottom: 50px;
  z-index: 999;
  width: 100%;
  text-align: center;
}

#banner-ow .tns-nav button {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background: #000;
  opacity: .6;
}

#banner-ow .tns-nav button.tns-nav-active {
  background: #FFF;
  opacity: 1;
}

label.label-propesto {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

#whatsapp {
	position: fixed;
	bottom: 90px;
	right: 5px;
	display: inline-block;
	width: 70px;
	z-index: 999;
	transition: all 500ms;
}

#whatsapp:hover{
	transform: scale(1.3);
	filter: brightness(115%);
}