* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

header {
  max-width: 1128px;
  margin: auto;
  padding: 11px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .container-head {
  width: 1128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container-head .log-head {
  display: block;
  align-items: center;
  width: 135px;
  height: 40px;
  color: #0a66c2;
  opacity: 1;
}
header .container-head .btnNav {
  margin: 0.2rem 0;
}
header .container-head label {
  color: #0a66c2;
  font-size: 2rem;
  font-weight: 600;
}
header .container-head img {
  width: 38px;
}
header .container-head #btnCadastrar {
  border: none;
  background: transparent;
  padding: 10px 0;
  width: 11.1rem;
  border-radius: 4px;
  font-weight: 800;
  font-size: 1rem;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.6);
  transition: 200ms ease-in-out;
  cursor: pointer;
}
header .container-head #btnCadastrar:hover {
  background: rgba(174, 178, 189, 0.171);
  color: rgb(0, 0, 0);
}
header .container-head #btnEntrar {
  border: 1px solid rgb(79, 106, 189);
  background: transparent;
  border-radius: 25px;
  padding: 10px 0;
  width: 6rem;
  color: #0a66c2;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}
header .container-head #btnEntrar:hover {
  border: 2px solid rgba(66, 92, 168, 0.842);
  background: rgba(128, 198, 238, 0.219);
  padding: 0.54rem;
  margin: 0.4px 0;
  outline: 0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

section {
  position: relative;
  display: inline-flex;
  padding-top: 40px;
  width: 100%;
  max-width: 1128px;
  flex-wrap: nowrap;
  min-height: 560px;
}
section img {
  width: 700px;
}
section .main {
  width: 55%;
  position: relative;
  padding-right: 42px;
  flex-shrink: 0;
  align-self: flex-start;
}
section .main h1 {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 56px;
  position: relative;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.2;
}
section .main .text-copper {
  color: rgb(143, 88, 73);
}
section .main .flex {
  display: flex;
  flex-direction: row;
  height: auto;
  flex-wrap: nowrap;
  --hero-content: 42px;
  margin-bottom: var(--hero-content);
  margin-top: var(--hero-content);
}
section .main .flex .w-full {
  width: 100%;
}
section .main .flex .w-full li {
  list-style: none;
  margin-bottom: 16px;
  text-align: left;
}
section .main .flex .w-full li a {
  display: flex;
  min-height: 56px;
  width: 408px;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}
section .main .flex .w-full li a:hover {
  box-shadow: 2px 2px 0.9rem rgba(0, 0, 0, 0.212);
  background-color: rgb(255, 255, 255);
}
section .main .flex .w-full li a:hover::before {
  content: "";
  position: absolute;
  top: 32px;
  height: 8px;
  left: -12px;
  width: 430px;
  border: 1px solid;
  background: rgba(143, 88, 73, 0.623);
  border: none;
  z-index: -1;
}
section .main .flex .w-full li .bg-white {
  border-radius: 8px;
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(212, 212, 212);
}
section .container {
  width: 1148;
  border: 1px solid;
}
section .imgRight {
  right: 0;
}/*# sourceMappingURL=style.css.map */