@import url('https://fonts.googleapis.com/css?family=Oswald|Rubik');

body {
  min-width: 1060px;
  width: 100vw;
  background-color: #F1F1F1;
  font-family: 'Rubik', sans-serif;
}

/* ----- BARRA DE NAVEGAÇÃO DA PÁGINA ----- */

.main-nav {
  vertical-align: middle;
  min-height: 4.375rem; /*70px*/
  padding-bottom: 0.625rem; /*10px*/
  background-color: #FAFAFA;
}

.navbar {
  width: 100%;
}

.navbar-logo {
  margin-left: 2.5rem; /*100 px*/
}

.navbar-nav.nav-item {
  padding: 0rem;
}

.menu-nav > ul {
  position: absolute;
  float: left;
  left: 8.75rem;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem; /*12,8px*/
}

.menu-nav > ul > li > a {
  color: #666 !important;
  font-size: 1.3em;
}

.menu-nav > ul > li:hover > a {
  color: #460E54 !important;
}

.vertical-line {
  position: absolute;
  float: right;
  right: 8.75rem;
  width: 0.0625rem;
  height: 3.75rem;
  padding: 0rem;
  background-color: #666;
  opacity: 0.3;
}

.social-media {
  position: absolute;
  float: right;
  right: 2.5rem;
  align-items: center;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0.625rem;
}

a {
  text-decoration: none !important;
}

.fa-facebook-f {
  color: #666;
}

.fa-facebook-f:hover {
  color: #460E54 !important;
}

.fa-instagram {
  color: #666;
}

.fa-instagram:hover {
  color: #460E54 !important;
}

.fa-linkedin {
  margin-left: 0.4rem; /*6,4px*/
  color: #666;
}

.fa-linkedin:hover {
  color: #460E54 !important;
}

/* ----- CONTEÚDO DA PÁGINA ----- */

/* Container */
.layout {
  margin: 0rem;
  width: 100%;
}

/* Lado direito (formulário) */
.layout-form {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  background-color: #FAFAFA;
  width: 40%;
}

/* Lado esquerdo (texto e imagem) */
.layout-items {
  align-items: left;
  color: #FAFAFA;
  width: 60%;
}

.layout-items h2 {
  margin-top: 3.125rem;
  text-align: center;
  color: #884ea6;
  padding: 0 40px 0 40px;
}

.layout-items h3 {
  text-align: center;
  color: #884ea6;
  margin-bottom: -70px;
}

.layout-items h4 {
  color: #884ea6;
  margin-bottom: -70px;
}

.layout-header {
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: start;
  gap: 30px;
  margin-bottom: 50px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.vantages {
  margin-top: 0.25rem; /*20px*/
  margin-left: -2.5rem; /*-40px*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  font-size: 1rem;
}

.vantages img {
  align-items: center;
  padding: 0.375rem; /*6px*/
}

h5 {
  text-align: left;
  color: #FAFAFA;
  font-weight: bold;
}

.container-mockup {
  position: relative;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-mockup-background {
  position: absolute;
  width: 100%;
  background-color: #884ea6;
  height: 300px;
  z-index: -1;
  top: 12px;
}

.container-mockup-shortcuts {
  display: flex;
  flex-direction: row;
  color: #4d4d4d;
  gap: 20px;
  font-size: 10pt;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  margin-bottom: 20px;
}

.container-mockup > img {
  max-width: 600px;
  max-height: 400px;
}

.accounting-mockup > img {
  margin-top: 40px;
}

.card {
  justify-content: center;
  border: 0;
  background-color: #FAFAFA;
}

.card h4 {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  text-align: left;
  color: #884ea6;
  font-weight: bold;
  font-size: 2.4rem;
}

.card h3 {
  color: #884ea6;
  font-weight: bold;
  margin: 5px 0 15px 0;
  font-size: 1.5rem;
}

.personal-data {
  margin-bottom: 0.5rem;
}

.input-group {
  margin: 12px 0;
  width: 100%;
}

.input-group > .input-group-prepend > .input-group-text {
  border-right: none;
  width: 40px;
  background: #FAFAFA;
}

.input-group > .form-control {
  border-left: none;
}

.form-control {
  background-color: #FAFAFA;
}

.form-check {
  margin: 0 20px;
}

.form-check-label {
  margin-bottom: 12px;
}

.form-check-label > a, span {
  color: #444;
  font-size: 0.9em;
}

.btn {
  margin: 0rem 1.25rem;
  width: 40%;
  border: #884EA6;
  background-color: #884EA6;
}

.btn:hover {
  border: #af7aca;
  background-color: #af7aca !important;
}

footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 4px;
  background-color: #af7aca;
  color: #FAFAFA;
  font-size: 0.8em;
}

.invalid-input,
.invalid-input .input-group-text,
.invalid-input .form-control {
  border-color: red !important;
  color: red !important;
}

.invalid-input .form-control::placeholder {
  color: red;
}

.pass-show {
  cursor: pointer;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.center-image {
  position: absolute;
  width: 600px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.center-image > img {
  width: 100%;
}

p {
  font-size: 0.9em;
}

#input-9 {
  color: #0000FFDB;
  text-decoration: underline !important;
}

#input-form-terms:hover {
  cursor: pointer;
  color: #460E54 !important;
}

.link {
  margin: 0 20px;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  color: #884EA6;
}

#email {
  text-transform: lowercase;
}

#email::-webkit-input-placeholder {
  text-transform: initial;
}

#email:-moz-placeholder {
  text-transform: initial;
}

#email::-moz-placeholder {
  text-transform: initial;
}

#email:-ms-input-placeholder {
  text-transform: initial;
}


/* ----- RESPONSIVIDADE WEB ----- */

@media only screen and (max-width: 1400px){
  .vantages {
    font-size: 0.875rem; /*14px*/
  }

  .container-ilustration img {
    margin-left: -2rem;
    width: 450px;
    height: 250px;
  }
}


/* ----- RESPONSIVIDADE MOBILE ----- */

@media (max-width: 575px) {
  body {
    background-color: #FAFAFA;
    min-width: 0;
  }

  .navbar {
    display: none;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .vertical-line {
    display: none;
  }

  .layout {
    margin: 0;
    padding-top: 0;
  }

  .layout-form {
    padding: 0;
    width: 100%;
    font-size: 0.875rem;
    height: 100% !important;
  }

  .layout-form h6 {
    font-size: 0.875rem;
  }

  .layout-items {
    display: none;
    margin-top: 2.5rem;
    width: 100%;
  }

  .layout-items h2 {
    font-size: 1.5rem;
  }

  .vantages {
    margin-top: 0;
    padding: 1rem 0rem;
    display: inline-block;
    font-size: 0.75rem; /*12px*/
  }

  .card {
    margin-left: 0;
    justify-content: left;
    margin-top: 0.625rem;
  }

  .card h4 {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .form-control {
    font-size: 0.875rem;
  }

  .input-group {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .container-ilustration {
    display: none;
  }

  /* Reajusta tamanho da imagem no mobile */
  .container-mockup > img {
    max-width: 420px;
    max-height: 280px;
  }
}

/* Payroll */

.payroll-image-container > img {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 70vw;         /* Responsivo: 70% da largura da tela */
  max-width: 1300px;   /* Limite superior: 1300px */
  min-width: 750px;   
  height: auto;
}
