﻿* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wrapper.row {
  flex-wrap: nowrap;
  margin: 0;
}

.wrapper.row > * {
  padding: 0;
  text-align: center;
}

nav.col-md-2 .wrapper-sidebar {
  position: sticky;
  top: 0;
  min-height: 100vh;
  background: #333;
  color: #fff;
}

nav.col-md-2 .wrapper-sidebar a {
  color: #fff;
}

main .col-md-8 {
  min-height: 100vh;
}

section {
  min-height: 100vh;
  scroll-snap-align: start;
  display: block;
  position: relative;
  padding-top: 50px !important;
  margin: 0 15px;
}
section#section-1 {
  padding-top: 0;
}
section#section-1 .section-content {
  display: flex;
  padding: 60px 20px;
  min-height: 100vh;
}
section#section-1 .section-content div.d-flex {
  min-height: 100vh;
}
section .section-header {
  display: flex;
  background: black;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  padding: 20px;
  align-items: flex-end;
  font-size: 37px;
}
section .section-header h2 {
  font-size: 3rem;
}
section .section-content {
  display: flex;
  padding: 60px 20px;
}
section .section-content .display-color {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 15px;
  position: relative;
}
section .section-content .display-color:after {
  content: "";
  display: block;
  color: #fff;
}
section .section-content .display-color:before {
  position: absolute;
  top: -30px;
  font-size: 14px;
  font-weight: 700;
}

.flex-column {
  flex-direction: row;
}

.logo p {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 12px;
}

.pagina-inicial ul {
  padding: 0;
}
.pagina-inicial ul li {
  list-style: none;
  text-align: left;
}

.beta-lbl {
  margin-top: -30px;
  margin-left: 7px;
  font-weight: 100;
  line-height: 11px;
  font-family: monospace;
}

.area-ttl {
  min-height: 160px;
}

.col-2.p-0 {
  display: flex;
}

.col-3 {
  flex: 0 0 auto;
  width: calc(25% - 10px);
}

.col-4.p-0 {
  display: flex;
}
.col-4.p-0 .card-pattern {
  margin-top: 0px;
}

.card-pattern {
  background-color: #e5e5e5;
  border: 1px solid #e9ecef;
  color: #6c757d;
  font-weight: 500;
  padding-top: 45px !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  transition: all 0.2s;
  height: 100%;
}
.card-pattern:hover {
  margin-top: 0px;
}
.card-pattern:hover, .card-pattern.working {
  background-color: #fff;
}
.card-pattern a {
  color: #126bc3;
  text-decoration: none;
  padding: 3px 9px;
  border-radius: 4px;
  margin-bottom: 1px;
  display: inline-block;
  position: relative;
}
.card-pattern a:hover {
  color: #0c457d;
  transition: color linear 0.3s;
}
.card-pattern a.link-prop:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: -10px;
  border-bottom: 2px #dadada dotted;
  border-left: 2px #dadada dotted;
}
.card-pattern a.link-prop span {
  position: absolute;
  left: 9px;
  bottom: -7px;
  font-size: 10px;
  white-space: nowrap;
}
.card-pattern a.link-prop span:after {
  content: "Responsivo";
  color: #4ad2d2;
  width: 100%;
  display: flex;
}
.card-pattern.c-default:before, .card-pattern.c-default:after {
  position: absolute;
  top: -5px;
  height: 40px;
  width: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.card-pattern.c-default:before {
  right: 50px;
  border: 1px solid #198754;
  background-color: #84f5c1;
  box-shadow: 4px 3px 3px 0px #8c8c8c;
}
.card-pattern.c-default:after {
  right: 10px;
  border: 1px solid #198754;
  background-color: #84f5c1;
  box-shadow: 4px 3px 3px 0px #8c8c8c;
}
.card-pattern.c-default:before {
  display: none;
}
.card-pattern.c-default:after {
  content: "Default";
  border: 1px solid #4e4747;
  background-color: #fff;
  color: black;
  font-weight: 700;
  width: 80px;
}
.card-pattern.c-white-label:before, .card-pattern.c-white-label:after {
  position: absolute;
  top: -5px;
  height: 40px;
  width: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.card-pattern.c-white-label:before {
  right: 50px;
  border: 1px solid #198754;
  background-color: #84f5c1;
  box-shadow: 4px 3px 3px 0px #8c8c8c;
}
.card-pattern.c-white-label:after {
  right: 10px;
  border: 1px solid #198754;
  background-color: #84f5c1;
  box-shadow: 4px 3px 3px 0px #8c8c8c;
}
.card-pattern.c-white-label:before {
  content: "UI Selector";
  border: 1px solid #b200ff;
  background-color: #eec3ff;
  color: #b200ff;
  font-weight: 700;
  width: 100px;
}
.card-pattern.c-white-label:after {
  content: "UX";
  border: 1px solid #b29336;
  background-color: #ffc107;
  color: #222;
  font-weight: 700;
}
.card-pattern.c-custom:before, .card-pattern.c-custom:after {
  position: absolute;
  top: -5px;
  height: 40px;
  width: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.card-pattern.c-custom:before {
  right: 50px;
  border: 1px solid #198754;
  background-color: #84f5c1;
  box-shadow: 4px 3px 3px 0px #8c8c8c;
}
.card-pattern.c-custom:after {
  right: 10px;
  border: 1px solid #198754;
  background-color: #84f5c1;
  box-shadow: 4px 3px 3px 0px #8c8c8c;
}
.card-pattern.c-custom:before {
  content: "UX";
  border: 1px solid #b29336;
  background-color: #ffc107;
  color: #222;
  font-weight: 700;
}
.card-pattern.c-custom:after {
  content: "UI";
  border: 1px solid #c2ac6b;
  background-color: #4e4747;
  color: #ffc107;
  font-weight: 700;
}

.new-menu {
  position: fixed;
  z-index: 100;
}
.new-menu .menu_icon_box {
  z-index: 2;
  width: fit-content;
  height: auto;
  background-color: #fff;
  margin: 30px;
  position: absolute;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: -6px 13px 12px rgba(0, 0, 0, 0.2);
}
.new-menu .line1, .new-menu .line2, .new-menu .line3 {
  width: 40px;
  height: 4px;
  margin: 10px 8px;
  background-color: #2E2D37;
  border-radius: 50px;
  transition: 0.2s;
}
.new-menu .active .line1 {
  transform: translate(0px, 10px) rotate(45deg);
}
.new-menu .active .line2 {
  opacity: 0;
}
.new-menu .active .line3 {
  transform: translate(0px, -10px) rotate(-45deg);
}
.new-menu .box {
  width: fit-content;
  height: fit-content;
  background-color: #fff;
  position: relative;
  text-align: left;
  border-radius: 8px;
  z-index: 1;
  opacity: 0;
  left: -500px;
  top: 10px;
  pointer-events: none;
  transition: 0.3s;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  display: none;
}
.new-menu .active_box {
  opacity: 1;
  left: 10px;
  top: 10px;
  pointer-events: fill;
  display: block;
}
.new-menu nav {
  padding-top: 100px;
}
.new-menu nav ul {
  margin: 0px;
  padding: 0px 20px;
}
.new-menu nav ul li {
  list-style: none;
  margin-bottom: 15px;
  transition: 0.2s;
}
.new-menu nav ul li:hover {
  background-color: rgba(198, 198, 198, 0.4352941176);
  border-radius: 8px;
}
.new-menu nav ul li a {
  color: #2E2D37;
  font-size: 18px;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: start;
}

.seleciona-estilo {
  display: flex;
  position: fixed;
  z-index: 1000;
  padding: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
}
.seleciona-estilo .btn.selecionado {
  transform: translateY(-1px);
}

.seleciona-estilo:hover {
  transition: opacity 0.3s;
  opacity: 1;
}

.seleciona-estilo:hover > .btn:hover {
  transform: translateY(-3px);
  transition: all 0.2s;
}

.hide-menu {
  display: none !important;
}

.codigo {
  background-color: #272822;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-family: monospace;
}

.shadow-apresentacao {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 14px;
}

body.darkmode {
  background-color: #151515 !important;
}
body.darkmode .bg-body {
  background-color: #41464b !important;
}
body.darkmode .bg-body .area-ttl h2 {
  color: #f8f9fa;
}
body.darkmode .bg-body .area-ttl p {
  color: #9b9b9b;
}

h5.text-start {
  color: #41464b;
  font-weight: 700;
}
h5 span {
  margin-top: 8px;
  display: inline-block;
  box-shadow: 1px 2px 2px 1px #e5e5e5;
  padding: 2px 7px 2px 7px;
  border-radius: 4px;
  font-size: 14px;
}
h5 span.lbl-b2b {
  background-color: #ecfafb;
  color: #2ebbbb;
  border: 1px solid #4ad2d2;
}
h5 span.lbl-b2c {
  background-color: #e4f0fe;
  color: #3388ff;
  border: 1px solid #3388ff;
}
h5 span.lbl-wl {
  background-color: #fff9e6;
  color: #dba501;
  border: 1px solid #fec92b;
}

ul.lista-link.maior-lista {
  min-height: 760px;
}
ul.lista-link li.ambientes {
  position: absolute;
  bottom: 20px;
}
