/* Style */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

p, span {
  line-height: 1.8em;
}

h1, h2 {
  line-height: 1.3em;
}

div.container {
  width: 800px;
  margin: 0 auto;
}

.container-bg {
  background: url("images/bg.png") no-repeat center 101%;
  background-size: 100% 70%;
  padding-bottom: 90px;
  padding-top: 30px;
  margin-bottom: -1px;
}

@media only screen and (max-width: 768px) {
  .container-bg {
    background-size: 800px;
  }
}

.container-bg-black {
  position: relative;
  background: #212121;
  padding-bottom: 30px;
  margin-bottom: -2px;
}

.container-bg-black p, .container-bg-black h1, .container-bg-black h2, .container-bg-black strong, .container-bg-black li {
  color: #ffffff;
}

.container-bg-black:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 330px;
  z-index: 10;
  background: url(images/bg-white.png) no-repeat center 101%;
  background-size: 100% 80%;
}

@media only screen and (max-width: 768px) {
  .container-bg-black:after {
    background-size: 800px;
  }
}

.img-responsive {
  width: 100%;
  height: auto;
}

.logo {
  display: inline-block;
  background: url("images/logo-inres.svg") no-repeat;
  width: 426px;
  height: 185px;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: 30px;
}

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

/* FLEX */
.flex-cols {
  display: flex;
}

.flex-cols .flex-in {
  width: 100%;
}

.flex-in.flex-w-30 {
  width: 30%;
}

.flex-in.flex-w-50 {
  width: 50%;
}

.flex-in.flex-w-60 {
  width: 60%;
}

.flex-in.flex-w-70 {
  width: 70%;
}

.flex-in.flex-w-80 {
  width: 80%;
}

.flex-in.flex-w-120 {
  width: 120%;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

/* Content */
.computer {
  transform: rotate(-12.66deg);
  position: relative;
  left: 20px;
}

.caption-link {
  margin: .4em 0;
  display: block;
  font-size: .7em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

ul li {
  padding: .2em;
}

ul li::before {
  content: "\2022";
  color: #CEDC28;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  line-height: 1em;
}

/* */
.box {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-left: 60px;
  background: #CEDC28;
  border-radius: 0px 30px;
  color: #212121;
}

.box .news {
  position: absolute;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  background: #CB2F2F;
  color: #ffffff;
  border-radius: 0px 12px 0px 0px;
  padding: 10px;
  top: -35px;
}

.box .content {
  display: inline-block;
  padding: 18px 26px 120px;
  background: url(images/hand-mobile.png) no-repeat center bottom;
  background-size: 260px;
}

.box .content p, .box .content strong, .box .content a {
  color: #212121;
}

.msg {
  position: relative;
  margin: 40px 0 20px -50px;
  display: block;
  background: #CEDC28;
  padding: 10px;
  border-radius: 0px 50px;
  text-align: center;
}

.msg p, .msg a, .msg strong {
  color: #212121;
}

/* animation */
/* ----------------------------------------------
 * Generated by Animista on 2020-4-8 16:10:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    transform: translate(0) rotate(-12.66deg);
  }
  20% {
    transform: translate(-2px, 2px) rotate(-12.66deg);
  }
  40% {
    transform: translate(-2px, -2px) rotate(-12.66deg);
  }
  60% {
    transform: translate(2px, 2px) rotate(-12.66deg);
  }
  80% {
    transform: translate(2px, -2px) rotate(-12.66deg);
  }
  100% {
    transform: translate(0) rotate(-12.66deg);
  }
}

@keyframes vibrate-1 {
  0% {
    transform: translate(0) rotate(-12.66deg);
  }
  20% {
    transform: translate(-2px, 2px) rotate(-12deg);
  }
  40% {
    transform: translate(-2px, -2px) rotate(-13deg);
  }
  60% {
    transform: translate(2px, 2px) rotate(-12.3deg);
  }
  80% {
    transform: translate(2px, -2px) rotate(-12.8deg);
  }
  100% {
    transform: translate(0) rotate(-12.66deg);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-4-8 16:17:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes wave {
  0% {
    transform: rotate(2deg);
    transform-origin: 30% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 30% 100%;
  }
  100% {
    transform: rotate(2deg);
    transform-origin: 30% 100%;
  }
}

@keyframes wave {
  0% {
    transform: rotate(2deg);
    transform-origin: 30% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 30% 100%;
  }
  100% {
    transform: rotate(2deg);
    transform-origin: 30% 100%;
  }
}

.vibrate-1 {
  -webkit-animation: vibrate-1 4s ease-in-out infinite both;
  animation: vibrate-1 4s ease-in-out infinite both;
}

.pulsate-fwd {
  -webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
  animation: pulsate-fwd 2s ease-in-out infinite both;
}

.wave {
  -webkit-animation: wave 2s ease-in-out infinite both;
  animation: wave 2s ease-in-out infinite both;
}

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