@font-face {
  font-family: montserrat;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, p {
  cursor: default;
}

input[type=submit], input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

* {
  outline: none !important;
}

select,
input,
textarea {
  -webkit-appearance: none;
}

div.input_content {
  width: 100%;
  position: relative;
  margin-bottom: 17px;
}
div.input_content[data-status=cheio] label {
  top: 0;
  font-size: 12px;
  color: #9B9B9B !important;
}
div.input_content[data-status=cheio] input, div.input_content[data-status=cheio] select {
  border-color: rgba(112, 112, 112, 0.5) !important;
}
div.input_content[data-status=vazio] label {
  color: #9B9B9B !important;
}
div.input_content[data-status=vazio] input, div.input_content[data-status=vazio] select {
  border-color: rgba(112, 112, 112, 0.5) !important;
}
div.input_content[data-status=foco] label {
  top: 0;
  font-size: 12px;
}
div.input_content label {
  position: absolute;
  color: #404040;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background: white;
  pointer-events: none;
  font-size: 13px;
  left: 20px;
  padding: 0 5px;
  font-family: montserrat;
  z-index: 1;
}
div.input_content input,
div.input_content select {
  width: 100%;
  font-size: 14px;
  color: #6e6e6e;
  transition: all 0.3s;
  background-color: white;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 5px;
  font-size: 14px;
  padding: 0 26px;
  height: 45px;
}
div.input_content input:-webkit-autofill,
div.input_content select:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  caret-color: #000 !important;
  transition: background-color 5000s;
}
div.input_content select {
  background: url("./../img/select_input_content_arrow.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 10px;
  background-position: calc(100% - 22px) center;
}
div.input_content [type=date]::-webkit-inner-spin-button {
  display: none;
}
div.input_content [type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

*[data-load=on] {
  color: transparent !important;
  pointer-events: none;
  position: sticky;
  filter: opacity(0.9);
  transition: all 0.3s;
}
*[data-load=on]:before {
  content: "";
  position: absolute;
  background: url(../img/loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: rotate_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
*[data-load=on]:after {
  content: "Carregando";
  position: absolute;
  color: white;
  font-family: ubuntu;
  font-size: 10px;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: text_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes rotate_load {
  100% {
    transform: translate(-50%, -50%) rotate(1080deg);
  }
}
@keyframes text_load {
  0% {
    content: "Carregando";
  }
  25% {
    content: "Carregando.";
  }
  50% {
    content: "Carregando..";
  }
  75% {
    content: "Carregando...";
  }
  100% {
    content: "Carregando";
  }
}
section.conteudo {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.conteudo .left_content {
  width: 35%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.conteudo .left_content p.text_top {
  font-family: lato;
  font-size: 13px;
  color: #BCBCBC;
  position: absolute;
  left: 30px;
  top: 25px;
}
section.conteudo .left_content img.logo {
  margin: 0 0 50px;
}
section.conteudo .left_content h1 {
  margin: 0 0 20px;
  font-family: montserrat;
  font-size: 20px;
  color: #4A4A4A;
}
section.conteudo .left_content form {
  width: 335px;
}
section.conteudo .left_content form .content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
section.conteudo .left_content form .content .checkbox_content input {
  display: none;
}
section.conteudo .left_content form .content .checkbox_content input:checked + label span {
  background: url(../img/checked.svg);
  background-position: center;
  background-repeat: no-repeat;
}
section.conteudo .left_content form .content .checkbox_content label {
  font-family: montserrat;
  font-size: 10px;
  color: #4A4A4A;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin: 0;
}
section.conteudo .left_content form .content .checkbox_content label span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 5px;
}
section.conteudo .left_content form .content button.esqueci_senha {
  border: none;
  background: transparent;
  font-family: montserrat;
  font-size: 11px;
  color: #6F6F6F;
  text-decoration: underline;
}
section.conteudo .left_content form button[type=submit] {
  width: 100%;
  border: none;
  background: #292929;
  color: white;
  height: 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: montserrat;
  font-size: 16px;
}
section.conteudo .right_content {
  width: 65%;
  position: relative;
}
section.conteudo .right_content.mobile {
  display: none;
}
section.conteudo .right_content .carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
section.conteudo .right_content .carousel .slick-list {
  height: 100%;
}
section.conteudo .right_content .carousel .slick-list .slick-track {
  height: 100%;
}
section.conteudo .right_content .carousel .slick-list .slick-track .item {
  min-height: 568px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
section.conteudo .right_content .carousel .slick-list .slick-track .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.conteudo .right_content .arrows {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
section.conteudo .right_content .arrows button {
  pointer-events: all;
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.conteudo .right_content .arrows button.prev {
  transform: rotate(180deg);
}
section.conteudo .right_content .dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 0 50px;
}
section.conteudo .right_content .dots ul li {
  width: auto;
  height: auto;
  margin: 0 7px;
}
section.conteudo .right_content .dots ul li button {
  width: 45px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
section.conteudo .right_content .dots ul li button:before {
  display: none;
}
section.conteudo .right_content .dots ul li.slick-active button {
  background: white;
}
@media (max-width: 1500px) {
  section.conteudo .right_content .carousel .slick-list .slick-track .item {
    background-size: contain;
  }
}
@media (max-width: 1150px) {
  section.conteudo {
    flex-direction: column;
    position: relative;
    padding: 0 30px;
  }
  section.conteudo .left_content {
    padding: 75px 0 0;
    width: 100%;
  }
  section.conteudo .left_content p.text_top {
    top: 10px;
    margin: 0;
  }
  section.conteudo .left_content form {
    max-width: 335px;
    width: 100%;
  }
  section.conteudo .right_content {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 50px auto 0;
  }
  section.conteudo .right_content.desktop {
    display: none;
  }
  section.conteudo .right_content.mobile {
    display: block;
  }
  section.conteudo .right_content.mobile .carousel {
    position: relative;
  }
  section.conteudo .right_content.mobile .carousel .slick-list .slick-track .item {
    position: relative;
  }
  section.conteudo .right_content.mobile .carousel .slick-list .slick-track .item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  section.conteudo .right_content.mobile .carousel .slick-list .slick-track .item a img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  section.conteudo {
    padding: 0 20px;
  }
  section.conteudo .left_content {
    padding: 70px 10px 0;
  }
  section.conteudo .left_content p.text_top {
    left: 0;
    font-size: 12px;
  }
  section.conteudo .left_content img.logo {
    margin: 0 0 35px;
  }
  section.conteudo .left_content form .content {
    margin: 0 0 40px;
  }
  section.conteudo .right_content .dots {
    bottom: 15px;
  }
}

section.esqueci_senha {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
section.esqueci_senha[data-active=false] {
  pointer-events: none;
  opacity: 0;
}
section.esqueci_senha[data-active=false] .content {
  transform: translateY(-50px);
  opacity: 0;
}
section.esqueci_senha .content {
  background: white;
  width: 350px;
  padding: 40px 20px 30px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
}
section.esqueci_senha .content button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
}
section.esqueci_senha .content button.close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: black;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50px;
}
section.esqueci_senha .content button.close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: black;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50px;
}
section.esqueci_senha .content form h2 {
  margin: 0 0 15px;
  font-family: montserrat;
  font-size: 20px;
  color: #4A4A4A;
}
section.esqueci_senha .content form button {
  width: 100%;
  border: none;
  background: #292929;
  color: white;
  height: 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: montserrat;
  font-size: 16px;
}

/*# sourceMappingURL=principal.css.map */
