@media (max-width: 767px) {
  .head-init img {
    display: none;
  }
}
html,
* {
  scroll-behavior: smooth;
}

body,
p {
  font: 400 0.9rem/1.2rem "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
}

h4.text-warning.bg-info {
  padding: 0.7rem 1.65rem;
  margin: 1.65rem 0 0.5rem -1.65rem;
  display: inline-block;
  border-radius: 0 1rem 0 0;
}

td {
  border-bottom: 1px solid #d6e1e4;
}

strong span {
  text-decoration: none !important;
  background-color: white;
}
strong span.warning {
  background-color: #f1ad25;
}
strong span.success {
  background-color: #a8e8ad;
}

.menubtn {
  cursor: pointer;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem 0 0;
}
.menubtn hr {
  margin-bottom: 0;
}
.menubtn:hover {
  background-color: #005a8e;
}

section {
  padding-bottom: 3rem;
  margin: 3.5rem 0 0;
  transition: 0.3s ease-in-out;
  min-height: 500px;
}
section.left {
  background: fixed url(../../assets/img/artboards/a6.png) no-repeat left 30%/auto 600px;
}
section.right {
  background: fixed url(../../assets/img/artboards/a6.png) no-repeat right 30%/auto 600px;
}
section .row {
  max-width: 100%;
}
section > img {
  width: 100%;
  max-width: 600px;
}
section.head-init .container h1,
section.head-init .container h2,
section.head-init .container h3 {
  color: #fff !important;
}
section.head-init .container img {
  position: absolute;
  width: 40vw;
  max-width: 500px;
  min-width: 100px;
  top: 8vh;
  left: -6vw;
  z-index: 0;
}

.small {
  font-weight: 300;
}

.btn {
  font-size: 1rem;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  display: inline-flex;
}

.dropdown-item {
  font-size: 0.9rem;
  padding: 0.25rem 1.25rem;
}

#pyramidlinks {
  width: 100%;
  max-width: 500px;
  height: 400px;
  margin: 0 auto;
}

.mlink {
  width: 98%;
  height: 90%;
  padding: 1.5% 0;
  margin: 0 1%;
}
.mlink:hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}
.mlink p {
  transition: 0.3s;
  background: none;
}

.close {
  font-family: sans-serif;
  font-weight: 500;
}

#loader-hola,
#loader-hola img {
  background-color: #cc3433;
  position: absolute;
  z-index: 9;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: 102vh;
  overflow: hidden;
}
#loader-hola img,
#loader-hola img img {
  width: 200px;
}

.video-box {
  width: 100%;
  height: auto;
}
.video-box video {
  width: 100%;
}

.jumbotron {
  border-radius: 0 !important;
}

ul li,
ol li {
  font-size: 0.9rem;
}

ul.liban {
  list-style: none;
}
ul.liban li:before {
  content: "";
  border-color: transparent #aee4ed;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.5em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.2rem;
  position: relative;
}

.btn.btn-link {
  border: 2px solid #5553e0;
}

.win {
  display: flex;
  width: 85%;
  max-width: 320px;
  margin: 0.3rem auto 1.7rem;
  border-radius: 0.7rem;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  border-bottom: 3px solid white;
}
.win.big {
  max-width: 650px;
}
.win.small {
  max-width: 380px;
}

.modal-footer {
  display: none;
  /*
  border-radius: 0;
  background: #636679 url("../../assets/img/artboards/a8.png") no-repeat center/cover;
  background-blend-mode: multiply;
  padding: 8rem 4.5rem;
  border-top: $border-width solid $warning;
  min-height: 110vh;
  */
}

/*
.modal-header {
  .close {
    padding: 1px 10px;

    span {
      vertical-align: super;
      line-height: 35px;
    }
  }
}
*/
.nota {
  padding: 1rem 2rem 1rem 2.5rem;
  border: 2px solid #a8bfc6;
  border-radius: 0.65rem;
  color: #6a929e;
  max-width: 700px;
  margin: 3rem auto;
  background-color: #fae3b5;
}
.nota i.fa {
  margin: 0 0.5rem 0 -1.5rem;
}
.nota .win {
  width: 100%;
}

.frame {
  margin: 2rem 0;
  padding: 2rem 0;
  border-radius: 1rem;
  border: 2px solid #005a8e;
}

.bgblue {
  background-color: white;
}

.unseen {
  transform: scale(0.9);
  opacity: 0.5;
}
.unseen .btn {
  pointer-events: none;
}

.readytosee {
  transform: scale(1);
}
.readytosee .btn {
  pointer-events: auto;
}

.seen {
  background-color: #d0f3d3;
}

.btn.diagram {
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
}
.btn.diagram i {
  font-size: 1.3rem;
  color: #fff;
}

.mockup {
  width: 800px;
  height: 524px;
  background: #e6ecee url(sc1.png) no-repeat center/cover;
  background-blend-mode: multiply;
  border: 3px solid #a8bfc6;
  border-top: 20px solid #a8bfc6;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 3px 10px 10px #ecf9fb;
  transform: scale(0.8);
}
.mockup.nof {
  transform: none;
  width: 80%;
  height: unset;
  margin: 0 10% 30px;
}

@media (max-width: 992px) {
  .mockup {
    transform: scale(0.7) translate(-10%, -10%);
  }
}
@media (max-width: 768px) {
  .mockup {
    transform: scale(0.5) translate(-50%, -50%);
    margin-bottom: -200px;
  }
}
.markedopt,
.marked {
  background-color: #a8bfc6;
  color: #fff !important;
  opacity: 0.85;
}

.infographic {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

a > textarea {
  padding: 0;
}

h4.modal-title {
  line-height: 1;
}

.blockedselect {
  user-select: none !important;
  opacity: 0.6;
  cursor: default;
}

.st0 {
  fill: none;
  stroke: #00598D;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 14, 20;
}

.st1 {
  fill: url(#SVGID_1_);
}

.st2 {
  fill: #00598D;
}

.st3 {
  fill: #FFFFFF;
}

.st4 {
  font-family: "BebasKai";
}

.st5 {
  font-size: 44.3497px;
}

.st6 {
  fill: none;
  stroke: #45C2D5;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st7 {
  font-size: 55.7532px;
}

.st8 {
  fill: #FFF100;
}

.st9 {
  fill: #45C2D5;
}

.st10 {
  font-size: 36.0342px;
}

.gamecard {
  box-shadow: 7px 13px 15px #63667924;
  border-radius: 5px;
  border-right: 2px solid #dee2e6;
  border-bottom: 3px solid #dee2e6;
  padding: 2.3rem 1.5rem 1.8rem;
}

.option {
  border-bottom: 2px solid #46c2d5;
  padding: 0.5em 1em;
  margin: 0;
  cursor: pointer;
  color: #005a8e;
  display: block;
  font-size: 0.8rem;
}
.option:hover {
  background-color: #46c2d5;
  color: #fff !important;
}

/* Variabes */
/* Mixin's */
body {
  background: #c1d72e;
  height: 100%;
  text-align: center;
}

.wrappper {
  width: 100%;
  margin: 0 auto;
}
.wrappper:after {
  content: "";
  display: table;
  clear: both;
}

canvas {
  color: #fff;
  border: #fff dashed 2px;
  padding: 15px;
}

#alphabet {
  margin: 15px auto;
  padding: 0;
  max-width: 900px;
}
#alphabet:after {
  content: "";
  display: table;
  clear: both;
}

#alphabet li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none;
  width: 35px;
  height: 30px;
  padding-top: 10px;
  background: #fff;
  color: #c1d72e;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: solid 1px #fff;
}
#alphabet li:hover {
  background: #c1d72e;
  border: solid 1px #fff;
  color: #fff;
}

#my-word {
  margin: 0;
  display: block;
  padding: 0;
  display: block;
}

#my-word li {
  position: relative;
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.6em;
}

#mylives {
  font-size: 1.6em;
  text-align: center;
  display: block;
}

button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #c1d72e;
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2em;
  padding: 18px 10px;
  width: 180px;
  margin: 10px;
  outline: none;
}
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: solid 1px #fff;
  color: #c1d72e;
}

footer {
  border-top: 10px dotted #ffffff75;
  text-align: center;
  text-transform: uppercase;
  font: 1.3rem "Bebas Neue", sans-serif;
  margin: 30px auto;
  padding: 10px 0;
}
footer a{
  color: #ffffffab;
}
footer a:hover{
  color:#fff;
}