@charset "UTF-8";
/* #region - @>> Importações */
/*!
 * Framework SASS da Start Criativo - startcriativo.com
 * @version 4 - 24/01/2020
 * @autor Weliton Martins.
 *
 * Responsável pela estilização deste site
 * @autor   Weliton Martins
 * @Data    24 de janeiro de 2020
 * 
 */
@import url("https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day|Lato:400,700|Roboto:300,400&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");

/* Reset do HTML */
html {
  scroll-behavior: smooth;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
footer,
header,
nav,
section,
main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: unset;
  font-size: calc(34px + (60 - 34) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((34px + (60 - 34) * ((100vw - 320px) / (1920 - 320))) * 1.2);
}

p,
a,
ul {
  font-size: 1em;
  font-weight: normal;
  color: unset;
}

p,
ul,
li,
figcaption {
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) * 2);
  font-family: "Lato", sans-serif;
  color: #912707;
}

p:not(:only-child:nth-last-of-type()),
ul:not(:only-child:nth-last-of-type()),
li:not(:only-child:nth-last-of-type()),
figcaption:not(:only-child:nth-last-of-type()) {
  margin-bottom: 1.2em;
}

ul,
li {
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  font-family: "Lato", sans-serif;
}

*::-moz-selection {
  background: #912707;
  color: #fff;
}

*::selection {
  background: #912707;
  color: #fff;
}

/* Fim > Reset do HTML */
/* #region -- Import Extends    */
.wrap-form form label.submit input[type=submit],
.wrap-form form label.submit button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wrap-form form label.submit .ajax-loader::after,
.wrap-form form label.submit input[type=submit]::after,
.wrap-form form label.submit button::after,
.wrap-form form .wpcf7-response-output::before,
.wrap-content li::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 24px;
  font-size: 24px;
}

/* #endregion -- Fim Import Extends  */
/* #region Slides  */
@-webkit-keyframes slidedown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slidedown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideright {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideright {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideup {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideup {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* #endregion  Slides */
/* #region -- Ícone de manutenção   */
@-webkit-keyframes fa-spin2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* #endregion -- Ícone de manutenção */
/* #region Ícone Scroll */
@-webkit-keyframes icon-scroll {
  0% {
    transform: translateY(-20px);
    opacity: 1;
  }

  50% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes icon-scroll {
  0% {
    transform: translateY(-20px);
    opacity: 1;
  }

  50% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

/* #endregion  Ícone Scroll*/
@keyframes slideup {
  from {
    transform: translateX(20%);
    opacity: 0;
  }

  to {
    transform: translatex(0%);
    opacity: 1;
  }
}

/* #region -- Import   Grid.scss */
.block-item,
.row,
.container-full,
.line,
.container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.line,
.container {
  max-width: 1200px;
}

@media screen and (max-width: 1299px) {

  .line,
  .container {
    max-width: 1040px;
  }
}

@media screen and (max-width: 991px) {

  .line,
  .container {
    max-width: 940px;
  }
}

@media screen and (max-width: 767px) {

  .line,
  .container {
    max-width: 640px;
  }
}

.no-gutter {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1,
.col-auto {
  min-height: 1px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {

  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1,
  .col-auto {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
}

.col-auto {
  max-width: 100%;
  flex: 1 0 0;
  min-width: 200px;
}

.col-1 {
  width: calc(8.3333333333%);
}

.col-2 {
  width: calc(16.6666666667%);
}

.col-3 {
  width: calc(25%);
}

.col-4 {
  width: calc(33.3333333333%);
}

.col-5 {
  width: calc(41.6666666667%);
}

.col-6 {
  width: calc(50%);
}

.col-7 {
  width: calc(58.3333333333%);
}

.col-8 {
  width: calc(66.6666666667%);
}

.col-9 {
  width: calc(75%);
}

.col-10 {
  width: calc(83.3333333333%);
}

.col-11 {
  width: calc(91.6666666667%);
}

.col-12 {
  width: calc(100%);
}

/* #endregion -- Fim Import Grid.scss  */
/* ######################## Classes Gerais  ######################## */
.hidden {
  display: none !important;
}

/* ######################## Estilização de elementos  ######################## */
#page {
  position: relative;
  min-height: 100vh;
}

.block-item,
.row {
  background: #fff;
}

.block-item::after,
.block-item::before,
.row::after,
.row::before {
  content: "";
  display: table;
  clear: both;
}

.img-full,
.line-full {
  max-width: 100% !important;
}

.img-full .wrap-img {
  width: 100%;
}

.img-full .wrap-cover {
  position: absolute;
}

.line {
  justify-content: space-between;
}

.text_first .item:nth-of-type(odd) .wrap-content {
  order: -1;
}

.text_first .item:nth-of-type(even) .wrap-img {
  order: -1;
}

.img_first .item:nth-of-type(even) .wrap-content {
  order: -1;
}

.img_first .item:nth-of-type(odd) .wrap-img {
  order: -1;
}

@media screen and (max-width: 767px) {

  .text_first .item .wrap-content,
  .img_first .item .wrap-content {
    order: -1;
  }

  .text_first .item .wrap-img,
  .img_first .item .wrap-img {
    margin-top: 24px;
    height: 200px;
  }
}

.wrap-img {
  display: block;
  position: relative;
}

.wrap-img>img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}

.wrap-img .wrap-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-img .wrap-cover img {
  display: block;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .wrap-img {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: calc(100%);
  }
}

.wrap-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}

.wrap-title {
  display: block;
  position: relative;
  color: #731509;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.19em;
}

.wrap-subtitle {
  font-weight: 700;
  font-size: calc(30px + (38 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (38 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Dawning of a New Day", cursive;
  display: block;
  position: relative;
  color: #912707;
  margin: 0px;
}

.wrap-title-section.align-left {
  text-align: left;
}

.wrap-title-section.align-center {
  text-align: center;
}

.wrap-title-section.align-right {
  text-align: right;
}

.wrap-content li {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding-left: 16px;
  position: relative;
}

.wrap-content li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  width: 16px;
  height: 16px;
  content: "\f105";
  position: absolute;
  top: 3px;
  left: 0px;
  color: #9d9d9d;
}

.wrap-form form {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
}

.wrap-form form br {
  display: none;
}

.wrap-form form p {
  margin-bottom: 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.wrap-form form input,
.wrap-form form textarea,
.wrap-form form select {
  margin-bottom: 0px;
  padding: 8px;
  font-weight: 600;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Lato", sans-serif;
  width: 100%;
  resize: none;
  border-radius: 4px;
  background: #fff;
  transition: all ease-in 0.5s;
  border: 1px solid #fff;
}

.wrap-form form input::-webkit-input-placeholder,
.wrap-form form textarea::-webkit-input-placeholder,
.wrap-form form select::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.wrap-form form input::-moz-placeholder,
.wrap-form form textarea::-moz-placeholder,
.wrap-form form select::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.wrap-form form input:-ms-input-placeholder,
.wrap-form form textarea:-ms-input-placeholder,
.wrap-form form select:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.wrap-form form input::placeholder,
.wrap-form form textarea::placeholder,
.wrap-form form select::placeholder {
  color: #fff;
  opacity: 1;
}

.wrap-form form input:-moz-placeholder-shown,
.wrap-form form textarea:-moz-placeholder-shown,
.wrap-form form select:-moz-placeholder-shown {
  background: none;
}

.wrap-form form input:-ms-input-placeholder,
.wrap-form form textarea:-ms-input-placeholder,
.wrap-form form select:-ms-input-placeholder {
  background: none;
}

.wrap-form form input:placeholder-shown,
.wrap-form form textarea:placeholder-shown,
.wrap-form form select:placeholder-shown {
  background: none;
}

.wrap-form form input.focus,
.wrap-form form textarea.focus,
.wrap-form form select.focus {
  border: 1px solid #731509;
}

.wrap-form form input.wpcf7-not-valid,
.wrap-form form textarea.wpcf7-not-valid,
.wrap-form form select.wpcf7-not-valid {
  border: 1px solid #dc3545;
}

.wrap-form form textarea {
  max-height: 100px;
}

.wrap-form form select {
  color: rgba(89, 88, 93, 0.6);
}

.wrap-form form select option {
  color: rgba(115, 21, 9, 0.6);
}

.wrap-form form label {
  margin-bottom: 8px;
  width: 100%;
}

.wrap-form form label .legend {
  display: none;
}

.wrap-form form label .wpcf7-form-control-wrap {
  display: block;
}

.wrap-form form label [class*=checkbox-] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 0px;
}

.wrap-form form label [class*=checkbox-] .wpcf7-checkbox {
  display: block;
  position: relative;
  width: 100%;
}

.wrap-form form label [class*=checkbox-] .wpcf7-list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

.wrap-form form label [class*=checkbox-] .wpcf7-list-item input {
  display: block;
  position: relative;
  margin: 0px 10px 0px 0px;
  width: auto;
}

.wrap-form form label [class*=checkbox-] .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
}

.wrap-form form label.half {
  max-width: 49%;
}

@media screen and (max-width: 767px) {
  .wrap-form form label.half {
    max-width: 100%;
  }
}

.wrap-form form label.full {
  max-width: 100%;
}

.wrap-form form .wpcf7-not-valid-tip {
  display: none !important;
}

.wrap-form form .wpcf7-response-output {
  font-weight: 400;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Lato", sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 16px;
  padding: 8px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  display: none;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 4px;
}

.wrap-form form .wpcf7-response-output::before {
  margin-right: 16px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(20px + (20 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  content: "";
}

.wrap-form form .wpcf7-response-output.wpcf7-validation-errors {
  display: flex;
  background: #dc3545;
}

.wrap-form form .wpcf7-response-output.wpcf7-validation-errors::before {
  content: "\f071";
}

.wrap-form form .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: flex;
  background: #28a745;
}

.wrap-form form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  content: "\f164";
}

.wrap-form form label.submit {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
}

.wrap-form form label.submit input[type=submit],
.wrap-form form label.submit button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
  background-color: #9d9d9d;
  border-color: #9d9d9d;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (14 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
}

.wrap-form form label.submit input[type=submit]:hover,
.wrap-form form label.submit button:hover {
  color: #fff;
  background-color: #b7b7b7;
}

.wrap-form form label.submit input[type=submit]:focus,
.wrap-form form label.submit input[type=submit]:hover,
.wrap-form form label.submit button:focus,
.wrap-form form label.submit button:hover {
  text-decoration: none;
}

.wrap-form form label.submit input[type=submit]::after,
.wrap-form form label.submit button::after {
  margin-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline;
}

.wrap-form form label.submit .ajax-loader {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  background-image: none !important;
  border: none;
  order: -1px;
}

.wrap-form form label.submit .ajax-loader::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  content: "\f110";
  color: #fff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  transition: all 0.3s ease;
}

.wrap-form form label.submit .ajax-loader.is-active {
  display: block;
}

.wrap-form form label.submit .ajax-loader.is-active::after {
  color: #731509;
}

/* #region -- Section   Faq */
.wrap-faq {
  display: flex;
  flex-flow: column nowrap;
}

.wrap-faq dt.faq-ask {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 48px;
  position: relative;
  border: 1px solid #731509;
  border-radius: 4px;
  padding-right: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wrap-faq dt.faq-ask i {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  position: absolute;
  right: 20px;
  transition: all 0.3s linear;
}

.wrap-faq dt.faq-ask h6 {
  margin-bottom: 0px;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-weight: 500;
}

.wrap-faq dt.faq-ask.read-response {
  background: #731509;
}

.wrap-faq dt.faq-ask.read-response * {
  color: #fff;
}

.wrap-faq dt.faq-ask.read-response i {
  transform: rotate(180deg);
}

.wrap-faq dt.faq-ask.read-response+dd {
  max-height: 400px;
  visibility: visible;
  transition: all ease 6s;
}

.wrap-faq dd.faq-response {
  margin-bottom: 16px;
  padding-left: 8px;
  max-height: 0px;
  height: auto;
  transition: all ease 0.7s;
  visibility: hidden;
  overflow: hidden;
}

.wrap-faq dd.faq-response p {
  border-left: 1px solid #9d9d9d;
  padding-left: 8px;
}

/* #endregion -- Section  */
#footer-block {
  padding-top: 16px;
  padding-bottom: 16px;
}

#footer-block #developer a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: url("../img/dev/logo_start_criativo-white.png") no-repeat;
  background-size: cover;
}

/* #endregion - @>> FIM > Importações */
/* ######################## Estilização do login  ######################## */
:root {
  --bg-login-desktop: url("../img/login/login_desktop.webp");
  --bg-login-tablet: url("../img/login/login_mobile.webp");
  --bg-login-mobile: url("../img/login/login_mobile.webp");
  --bg-logo-site: url("../img/login/login_logo.webp");
  --bg-logo-dev: url("../img/dev/logo_start_criativo-white.png");
  --color-hex-primary: #ED6420;
  --color-hex-secondary: #000000;
}

html {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--bg-login-desktop) no-repeat left top;
  background-color: var(--color-hex-primary);
  background-size: cover;
  min-height: 100vh;
}

@media screen and (max-width: 991px) {
  html {
    background-image: none;
  }
}

html * {
  z-index: 10;
}

html::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #181818;
  mix-blend-mode: multiply;
  z-index: 2;
  opacity: 0.6;
}

body {
  background: none;
  min-height: 100vh;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 200px;
    background: var(--bg-login-desktop) no-repeat left top;
    background-size: contain;
  }

  body * {
    z-index: 10;
  }

  body::after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #181818;
    mix-blend-mode: multiply;
    z-index: 5;
    opacity: 0.4;
  }
}

@media screen and (max-width: 575px) {
  body {
    background: var(--bg-login-mobile) no-repeat left top;
    background-size: contain;
  }
}

#login {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40%;
  margin: auto 0px;
  height: 100%;
  padding: 0px;
  min-height: 100%;
  background: white;
  box-shadow: 5px 0 5px -7px #000;
}

@media screen and (max-width: 991px) {
  #login {
    padding: 20px;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0px;
  }
}

#login h1 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  max-width: 400px;
  width: 100%;
  text-align: left;
}

#login h1 a {
  max-width: 240px;
  width: 100%;
  background: var(--bg-logo-site) no-repeat left center;
  background-size: contain;
  margin: 0px;
}

#login h1 a:focus {
  outline: 0;
  outline: none;
  box-shadow: unset;
}

#login form {
  padding: 20px;
  width: 100%;
  max-width: 400px;
  align-self: center;
  box-shadow: none;
  background: none;
  border: none;
}

#login form .user-pass-wrap {
  display: block;
  position: relative;
  margin-top: 24px;
  margin-bottom: 48px;
}

#login form .user-pass-wrap .button-secondary {
  color: #aaaaaa;
}

#login form .user-pass-wrap .button-secondary:hover {
  color: #731509;
}

#login form label {
  color: #9d9d9d;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

#login form input:not([type=submit]):not([type=checkbox]) {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Lato", sans-serif;
  padding: 8px;
  border: none;
  color: #000;
  border-radius: 0px;
  width: 100%;
  resize: none;
  background: none;
  background: transparent;
  transition: all ease-in 0.5s;
  border-bottom: 1px solid #731509;
  z-index: 2;
  margin-right: 0px;
}

#login form input:not([type=submit]):not([type=checkbox]):-moz-placeholder-shown {
  padding-left: 0px;
  padding-right: 0px;
  border-color: #9d9d9d;
  -moz-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

#login form input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder {
  padding-left: 0px;
  padding-right: 0px;
  border-color: #9d9d9d;
  -ms-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

#login form input:not([type=submit]):not([type=checkbox]).inactive,
#login form input:not([type=submit]):not([type=checkbox]):placeholder-shown {
  padding-left: 0px;
  padding-right: 0px;
  border-color: #9d9d9d;
  transition: all ease-in 0.5s;
}

#login form input:not([type=submit]):not([type=checkbox]):focus {
  outline: 0;
  outline: none;
  box-shadow: unset;
}

#login form input:not([type=submit]):not([type=checkbox]):-webkit-autofill,
#login form input:not([type=submit]):not([type=checkbox]):-webkit-autofill:hover,
#login form input:not([type=submit]):not([type=checkbox]):-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

#login form input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder {
  color: #9d9d9d;
  opacity: 0.8;
}

#login form input:not([type=submit]):not([type=checkbox])::-moz-placeholder {
  color: #9d9d9d;
  opacity: 0.8;
}

#login form input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder {
  color: #9d9d9d;
  opacity: 0.8;
}

#login form input:not([type=submit]):not([type=checkbox])::placeholder {
  color: #9d9d9d;
  opacity: 0.8;
}

#login form input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid {
  border-color: #dc3545;
}

#login form input[type=checkbox] {
  background: none;
  border: 1px solid #9d9d9d;
}

#login form input[type=checkbox]:checked {
  border-color: #000;
}

#login .button-primary {
  background: var(--color-hex-primary) !important;
  border-color: var(--color-hex-primary) var(--color-hex-primary) var(--color-hex-primary) !important;
  box-shadow: 0 1px 0 var(--color-hex-primary);
  text-shadow: 0 -1px 1px var(--color-hex-primary), 1px 0 1px var(--color-hex-primary), 0 1px 1px var(--color-hex-primary), -1px 0 1px var(--color-hex-primary);
}

#login .button-primary:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 1), 1px 0 1px rgba(0, 0, 0, 1), 0 1px 1px rgba(0, 0, 0, 1), -1px 0 1px rgba(0, 0, 0, 1);
}
}

#login #nav,
#login #backtoblog {
  text-align: center;
}

#login #nav a,
#login #backtoblog a {
  color: #9d9d9d !important;
}

#login #nav a:hover,
#login #backtoblog a:hover {
  color: #731509 !important;
}

#login #nav a:focus,
#login #backtoblog a:focus {
  outline: 0;
  outline: none;
  box-shadow: unset;
}

#login #login_error,
#login .message,
#login .success {
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
  color: #000;
  border-left: unset !important;
  border-bottom: 4px solid;
  background: none;
  text-align: left;
  max-width: 360px;
  width: 100%;
  margin-bottom: 0px;
}

#login #login_error strong,
#login .message strong,
#login .success strong {
  margin-bottom: 4px;
}

#login #login_error br,
#login .message br,
#login .success br {
  display: none;
}

@media screen and (max-width: 991px) {

  #login #login_error,
  #login .message,
  #login .success {
    width: calc(100% - 40px);
  }
}

#login #login_error {
  border-color: #dc3232;
}

#login .message {
  border-color: #00a0d2;
}

#login .sucess {
  border-color: #46b450;
}

#login #login_error a {
  display: block;
  width: 100%;
}

#login #login_error a:focus {
  outline: 0;
  outline: none;
  box-shadow: unset;
}

.wrap-developer {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.wrap-developer a {
  transition: all 0.3s ease;
  width: 148px;
  height: 48px;
  display: block;
  background: var(--bg-logo-dev) no-repeat top center;
  text-indent: -9999999px;
  overflow: hidden;
  box-shadow: unset !important;
  outline: none !important;
}

.wrap-developer a:focus {
  outline: 0;
  outline: none;
  box-shadow: unset;
}

.wrap-developer a:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  .wrap-developer {
    margin-top: 16px;
    margin-bottom: 8px;
    right: unset;
    bottom: unset;
    position: relative;
  }

  .wrap-developer a {
    margin-left: auto;
    margin-right: auto;
  }
}

.language-switcher {
  display: none !important;
}