/* 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: 'Montserrat', sans-serif; }

html,
body {
  height: 100%; }

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

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

body {
  position: relative;
  overflow: hidden; }

body:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  width: 55%;
  height: 135%;
  background: url(images/bg.svg) left center no-repeat;
  background-size: cover; }

body > div {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  margin: auto; }

body > div::-webkit-scrollbar {
  width: 0; }

body > div > div {
  display: table-cell;
  vertical-align: middle; }

body > div > div:first-child {
  width: 360px; }

h1 {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 50px;
  font-size: 0;
  text-align: center; }

h1 img {
  width: 100%;
  height: auto; }

h2 {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #21d7e8; }

.whatsapp {
  display: table;
  width: auto;
  padding-left: 28px;
  margin: 0 0 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: inherit;
  font-weight: 500;
  color: #999999;
  text-decoration: none;
  background: url(images/icone_whatsapp_cor-id-3.svg) left center no-repeat;
  background-size: auto 85%;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.whatsapp:hover {
  color: #f652a0;
  background: url(images/icone_whatsapp_cor-id-1.svg) left center no-repeat;
  background-size: auto 85%; }

.email {
  display: table;
  margin: 0 0 25px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #999999;
  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; }

.email:hover {
  color: #f652a0;
  text-decoration: underline; }

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: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  border: 1.5px solid #999999;
  -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 a:hover {
  border: 1.5px solid #f652a0; }

ul.redes li.linkedin a {
  background: url(images/icone_redessociais_linkedin_cor-id-3.svg) center no-repeat;
  background-size: 45%; }

ul.redes li.linkedin a:hover {
  background: url(images/icone_redessociais_linkedin_branco.svg) center no-repeat #f652a0;
  background-size: 45%; }

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

	IMPORTS

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

	MAX-WIDTH 900px

======================================================================================================
======================================================================================================
*/
@media (max-width: 900px) {
  body:after {
    left: 60%;
    width: 40%; } }
/*
======================================================================================================
======================================================================================================

	MAX-WIDTH 700px

======================================================================================================
======================================================================================================
*/
@media (max-width: 700px) {
  body:after {
    display: none; }

  body > div > div:first-child {
    width: 100%; }

  body > div > div:last-child {
    display: none; }

  h1 {
    width: 85%;
    margin: 0 auto 40px;
    font-size: 0;
    text-align: center; }

  h2 {
    margin: 0 auto 40px;
    max-width: 250px;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    color: #21d7e8; }

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

  .email {
    font-size: 13px;
    margin: 0 auto 25px; }

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

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

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