@font-face {
  font-family: HelveticaNeue;
  src: url("../AnyConv.com__HelveticaNeueLTStd-Lt.ttf");
}

@font-face {
  font-family: HelveticaNeueThin;
  src: url("../AnyConv.com__HelveticaNeueLTStd-Th.ttf");
}

@font-face {
  font-family: HelveticaNeueCondensed;
  src: url("../AnyConv.com__HelveticaNeueLTStd-Cn.ttf");
}

@font-face {
  font-family: HelveticaNeueMedium;
  src: url("../AnyConv.com__HelveticaNeueLTStd-Lt.ttf");
}

@font-face {
  font-family: HelveticaNeueHeavyCondensed;
  src: url("../AnyConv.com__HelveticaNeueLTStd-HvCn.ttf");
}

@font-face {
  font-family: HelveticaNeueBoldCondensed;
  src: url("../AnyConv.com__HelveticaNeueLTStd-HvCn.ttf");
}

body,
html {
  height: 100%;
  margin: 0;
}

th,
td {
  padding: 6px;
}

.missing-words {
  position: relative;
}

.missing-words__answers {
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px 20px 10px;
  text-shadow: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  padding-top: 85px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1320px), screen and (max-height: 700px) {
  .grid-container {
    padding-top: 83px;
  }
}

.bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.missing-words__answers-item {
  background: none;
  display: inline-block;
  min-height: 40px;
  margin: 0 10px 10px 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  vertical-align: top;
  background-color: black;
  margin: 9px 10px 10px 0;
}

.missing-words__draggable {
  background-color: white;
  -webkit-box-shadow: inset 1px 1px 0 white, 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 1px 0 white, 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #883030;
  cursor: -webkit-grab;
  cursor: grab;
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 22px;
  padding: 10px 20px;
  position: relative;
  font-family: HelveticaNeueCondensed;
  outline-style: dotted;
  outline-width: 5px;
  font-size: 19px;
}

.missing-words__draggable:after {
  content: '';
  display: block;
  height: 9px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.missing-words__draggable:hover {
  cursor: hand;
  outline-style: dotted;
  outline-width: 6px;
  outline-color: aliceblue;
}

.missing-words__draggable:hover:after {
  height: 3px;
  opacity: 0.5;
  bottom: -3px;
}

.missing-words__draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.missing-words__blank {
  color: white;
  -webkit-box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-height: 40px;
  letter-spacing: 1px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  font-family: HelveticaNeueCondensed;
  opacity: 0.8;
  font-size: 19px;
  padding: 10px;
}

.missing-words__blank + .missing-words__blank {
  margin-top: 10px;
}

.missing-words__blank.answered {
  background: white;
  color: #c94e4e;
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.missing-words__blank.answered .missing-words__draggable {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c94e4e;
  cursor: default;
  height: auto !important;
  padding: 10px 5px;
  white-space: normal;
  width: auto !important;
  vertical-align: middle;
  outline-style: none;
}

.missing-words__blank.answered .missing-words__draggable:after {
  display: none;
}

/**
 * Depending on if the quiz is in a `table` or a `ul` there's some specific
 * styling for each.
 */
.missing-words__table,
.missing-words__list {
  color: white;
  font-family: "Indie Flower", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-left: 72px;
  margin-top: 41px;
}

/**
 * Quiz `table` specific styling.
 */
.missing-words__table tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}

.missing-words__table tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}

.missing-words__table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.missing-words__table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.missing-words__table th,
.missing-words__table td {
  border-color: white !important;
}

.missing-words__table td {
  background-color: #660e0e;
  vertical-align: middle;
}

.congrats {
  display: none;
  color: white;
}

.congratsTitle {
  font-size: 46px;
  font-family: HelveticaNeueHeavyCondensed;
}

.congratsTitle2 {
  font-size: 33px;
  font-family: HelveticaNeueHeavyCondensed;
  margin: 0;
}

.congratsTitle3 {
  font-size: 23px;
  font-family: HelveticaNeue;
}

.congratsTitle4 {
  font-size: 33px;
  font-family: HelveticaNeueHeavyCondensed;
}

.logos {
  position: absolute;
  bottom: 25px;
  right: 10%;
  width: 200px;
}

.coluna1 {
  position: absolute;
  top: 5.4%;
  left: 10%;
  width: 500px;
}

.coluna2 {
  position: absolute;
  top: 2.7%;
  right: 10%;
  width: 500px;
}

.footer {
  position: absolute;
  bottom: 4%;
  left: 5%;
  width: 300px;
}

.footerbg {
  position: absolute;
  bottom: 0;
  background-color: #c12117;
  width: 100%;
  height: 119px;
  z-index: -1;
}

.footerexpressoes {
  position: absolute;
  bottom: 4%;
  left: 5%;
  width: 600px;
}
/*# sourceMappingURL=style.css.map */