body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow: hidden;
  background-color: #fcfcfc;
  margin-right: 120px; }
.body-guide {
  overflow-y: auto;
  margin-right: 0; }

.header-guide {
  text-align: center;
  color: #FFF;
  height: 570px;
  background-image: url(../img/bg_mis.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .header-guide .overlay-guide {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 570px;
    width: 100%; }
  .header-guide h2 {
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    width: 300px;
    height: 56px;
    line-height: 56px;
    margin: 10px auto 35px;
    text-transform: uppercase;
    font-size: 25px;
    border-radius: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 70px; }
  .header-guide .title-guide {
    position: relative;
    margin-bottom: 42px;
    height: 610px; }
    .header-guide .title-guide .guide {
      color: #333;
      padding: 8px 28px; }
      .header-guide .title-guide .guide:hover {
        background-color: #FFF;
        color: #333; }
    .header-guide .title-guide h1 {
      font-size: 82px;
      padding-top: 140px; }
    .header-guide .title-guide h4 {
      font-size: 20px;
      font-weight: 200;
      letter-spacing: 0.4px;
      margin-bottom: 120px; }
  .header-guide .guide1 {
    margin: 0 30px;
    overflow: hidden; }
    .header-guide .guide1 img {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      -ms-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
      transition: all 600ms ease-in-out;
      border: 1px solid #eee;
      border-bottom: 0; }
    .header-guide .guide1:hover button {
      -webkit-transform: translateY(-4%);
      -moz-transform: translateY(-4%);
      -ms-transform: translateY(-4%);
      -o-transform: translateY(-4%);
      transform: translateY(-4%); }
    .header-guide .guide1 a {
      color: #333; }
    .header-guide .guide1 a {
      text-transform: none;
      font-size: 14px;
      margin-bottom: 50px;
      margin-top: 0px;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
    .header-guide .guide1 h3 {
      font-size: 16px;
      font-weight: 300;
      background-color: #ffffff;
      color: #1d1d1d;
      margin: 20px auto 30px;
      height: 48px;
      line-height: 48px;
      border-radius: 2px;
      padding: 0 24px;
      display: inline-block;
      letter-spacing: 1px;
      border: 1px solid #eee; }
    .header-guide .guide1 .guide-a {
      background-color: #eee;
      color: #5a5b5b;
      border: 2px solid #eee;
      border-radius: 0px;
      width: 100%;
      display: block;
      padding: 8px 16px; }
      .header-guide .guide1 .guide-a:hover {
        color: #5a5b5b; }
  .header-guide .title-guide .guide,
  .header-guide .guide1 a {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }

.light-dark-guide,
.multi-header-guide {
  margin-top: 40px; }

  i.i-collect {
    font-size: 100px; 
  }
  
  button.button-collection{
    height: 150px;  
  }
