/* PALETA DE CORES
======================================================================= */
/* FORMATACOES GERAIS
======================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  font-family: 'Inter', sans-serif; }

html,
body {
  height: 100%; }

/* Clearing floats */
.clear:after {
  clear: both; }

.clear:before {
  content: "";
  display: table; }

.carArrow, .carCircle {
  display: none !important; }

body {
  position: relative;
  overflow: hidden;
  background: url(images/drakon_bg.jpg) center no-repeat;
  background-size: cover; }

body > div:not(.ctn_bg-img) {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 20px;
  margin: auto; }

body > div.ctn_bg-img {
  position: absolute;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  opacity: 0.4; }

body > div.ctn_bg-img > div {
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover; }

body > div:not(.ctn_bg-img)::-webkit-scrollbar {
  width: 0; }

body > div:not(.ctn_bg-img) > div {
  width: 50%; }

.logo {
  display: block;
  width: calc(100% - 50px);
  height: auto; }

h1 {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding-right: 100px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #FFF; }

p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 23px;
  color: #FFF; }

.whatsapp {
  display: table;
  width: auto;
  padding-left: 35px;
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  background: url(images/icone_whatsapp_cor-id-1.svg) left center no-repeat;
  background-size: auto 90%;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.email {
  display: table;
  margin: 0 0 25px;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

ul.redes {
  display: block;
  width: auto;
  margin: 0;
  list-style: none;
  text-align: left; }

ul.redes li {
  display: inline-block;
  margin-right: 12px; }

ul.redes li:last-child {
  margin-right: 0; }

ul.redes li a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

ul.redes li.linkedin a {
  background-image: url(images/icone_redessociais_linkedin_branco.svg);
  background-size: contain; }

ul.redes li.instagram a {
  background-image: url(images/icone_redessociais_instagram_branco.svg);
  background-size: contain; }

/*
======================================================================================================
======================================================================================================

	IMPORTS

======================================================================================================
======================================================================================================
*/
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*
======================================================================================================
======================================================================================================

	MAX-WIDTH 900px

======================================================================================================
======================================================================================================
*/
@media (max-width: 900px) {
  h1 {
    font-size: 30px;
    line-height: 30px; } }
/*
======================================================================================================
======================================================================================================

	MAX-WIDTH 700px

======================================================================================================
======================================================================================================
*/
@media (max-width: 700px) {
  body > div {
    padding: 20px; }

  body > div > div {
    width: 100%; }

  body > div:not(.ctn_bg-img) {
    flex-wrap: wrap; }

  body > div:not(.ctn_bg-img) > div {
    width: 100%; }

  body > div:not(.ctn_bg-img) > div:first-child {
    margin: 0 auto 30px; }

  .logo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto; }

  h1 {
    font-size: 25px;
    line-height: 28px;
    padding-right: 0;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center; }

  p {
    text-align: center; }

  .whatsapp {
    margin: 0 auto 20px;
    font-size: 18px; }

  .email {
    margin: 0 auto 25px; }

  ul.redes {
    display: table;
    margin: 0 auto; }

  .novo-site {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
