@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i");
@keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
*
* Grid
*
**/
/*
  FONT SIZE
  Usage: @include font-size(14px)
*/
/*
  DISPLAY FLEX
  Usage: @include displayFlex;
*/
/*
  JUSTIFY CONTENT
  Usage: @include justify-content(value);
*/
/*
  ALIGN ITEMS
  Usage: @include align-items(value);
*/
/*
  ALIGN CONTENT
  Usage: @include align-content(content);
*/
/*
  FLEX DIRECTION
  Usage: @include flex-direction(value);
*/
/*
  FLEX WRAP
  Usage: @include flex-wrap(value);
*/
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .visible-sm {
    display: none !important;
  }

  .visible-md {
    display: none !important;
  }

  .visible-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  .visible-xs {
    display: none !important;
  }

  .visible-md {
    display: none !important;
  }

  .visible-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  .visible-xs {
    display: none !important;
  }

  .visible-sm {
    display: none !important;
  }

  .visible-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }

  .visible-xs {
    display: none !important;
  }

  .visible-sm {
    display: none !important;
  }

  .visible-md {
    display: none !important;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  margin: 0;
  box-sizing: border-box;
}

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

html,
body {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

button {
  border: none;
  background-color: transparent;
  outline: 0;
  padding: 0;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  padding: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  border: none;
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

address {
  font-style: normal;
}

ul,
li {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1;
}

html,
body,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  background: #f7f7f7;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  position: relative;
  position: relative;
}
body::after {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-size: 100% 26px;
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
body.debug::after {
  display: block;
  pointer-events: none;
}

.desktop {
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.desktop img {
  margin-bottom: 20px;
}
.desktop p {
  background: #eafffd;
  border: 2px dashed #d6e3ee;
  color: #7d97ad;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .desktop {
    display: none;
  }
}

.mobile {
  height: 100%;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.mobile p {
  color: #7d97ad;
  font-size: 1rem;
  margin-bottom: 20px;
  padding: 0 15px;
}
.mobile img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

.video {
  height: 320px;
  width: 300px;
}

.upload {
  background: #fff;
  border: 2px dashed #d6e3ee;
  border-radius: 6px;
  height: 194px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.upload .upload__wrap {
  position: relative;
}
.upload .upload__wrap .upload__file {
  cursor: pointer;
  height: 48px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 220px;
}
.upload .upload__wrap .upload__file:hover ~ .btn--secondary {
  background: #b92b58;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}
.upload p {
  color: #757c81;
  font-weight: 100;
  margin-top: 10px;
}
.upload .upload__arquivo {
  color: #757c81;
  display: block;
  text-align: center;
}

.btn {
  border-radius: 4px;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 240px;
}
.btn--secondary {
  background: #e8336c;
  box-shadow: 0px 10px 20px 0px rgba(46, 61, 73, 0.2);
  color: #fff;
  font-size: 0.8125rem;
  transition: box-shadow 0.4s ease, background 0.4s ease;
}
.btn--secondary:hover {
  background: #b92b58;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}
.btn--close {
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 2;
}
.btn--close svg {
  fill: #fff;
}

#form,
#photoUpload {
  width: 100%;
}

#msg-sucesso {
  display: none;
}
#msg-sucesso p {
  background: #eafffd;
  border: 2px dashed #d6e3ee;
  color: #7d97ad;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 30px;
  text-align: center;
}

.loader {
  background: rgba(46, 61, 73, 0.95);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.loader .loader__wrap {
  left: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.dot {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  transform: scale(0);
  animation: fx 1000ms ease infinite 0ms;
}
.dot:nth-child(2) {
  animation: fx 1000ms ease infinite 300ms;
}
.dot:nth-child(3) {
  animation: fx 1000ms ease infinite 600ms;
}

.alerta {
  color: #fff;
  display: none;
  position: relative;
  width: 100%;
}
.alerta .alerta__wrap {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.alerta .alerta__icon {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.alerta .alerta__icon svg {
  fill: #fff;
}
.alerta .alerta__helper {
  display: block;
}
.alerta--erro {
  background: #f95c3c;
}
.alerta--sucesso {
  background: #02ccba;
}
