.main-banner {
  width: 100%;
  height: 950px;
  padding-right: 15px;
  background-image: url('../images/main_banner_Full.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div_main-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: right;
}

.image {
  margin-right: -180px;
  margin-left: -90px;
  padding-top: 250px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
}

.nav-menu {
  padding-right: 0px;
}

.brand {
  width: 95px;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/logo_MS_Nav.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block {
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

.link-block:hover {
  opacity: 0.7;
}

.nav-link {
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 10px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.7;
}

.era-uma {
  width: 100%;
  height: 700px;
  background-image: url('../images/era_uma_vez.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo {
  font-family: 'Luckiest Guy', sans-serif;
  color: #000;
  font-size: 4.5em;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.titulo.era-uma-vez {
  padding-bottom: 30px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 4.5em;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.titulo.redes {
  margin-top: 0px;
  letter-spacing: 1px;
}

.titulo.redes.black {
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.titulo.turma-sol {
  margin-top: 5px;
  font-weight: 400;
}

.titulo.personagens {
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
}

.titulo.contato {
  color: #fff;
  letter-spacing: 3px;
}

.titulo.platafs {
  color: #fff;
  font-size: 3em;
  line-height: 40px;
  font-weight: 400;
}

.texts {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.texts.black {
  width: 60%;
  color: #fff;
  line-height: 22px;
}

.texts.turma-sol {
  color: #000;
}

.texts.turma-sol.bold {
  margin-top: 20px;
  font-weight: 700;
}

.texts.personagens {
  padding-top: 20px;
  font-size: 1.3em;
  line-height: 20px;
  font-weight: 400;
}

.texts.personagens.gostos {
  padding-top: 0px;
  font-size: 1.3em;
}

.texts.personagens.gostos.tituls {
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 1.4em;
  font-weight: 700;
}

.texts.licenca {
  padding-top: 15px;
  color: #000;
  letter-spacing: 1px;
}

.texts.licenca._2 {
  margin-top: 15px;
  letter-spacing: 1px;
  text-decoration: none;
}

.texts.plataformas {
  background-color: transparent;
  background-image: none;
  color: #fff;
  line-height: 15px;
}

.container {
  padding-top: 190px;
  padding-right: 15px;
  padding-left: 15px;
}

.redes_black {
  display: none;
  width: 100%;
  height: 830px;
  background-image: url('../images/redes_sociais_black.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link-block-2 {
  width: 30px;
}

.link-block-2.tik {
  width: 28px;
}

.link-block-2.yt {
  width: 37px;
}

.link-block-2.tweet {
  width: 34px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 10;
  display: block;
  padding-top: 160px;
  padding-bottom: 50px;
  padding-left: 15px;
}

.redes_white {
  position: static;
  top: 0px;
  display: block;
}

.img-redes-black {
  position: static;
  width: 100%;
  height: 950px;
  background-image: url('../images/redes_sociais_black_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.imgs-redes-white {
  position: static;
  width: 100%;
  height: 950px;
  background-image: url('../images/redes_sociais_white.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menino-sol {
  width: 100%;
  height: 950px;
  margin-top: 0px;
  background-image: url('../images/Menino_Sol.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-redes {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.turma {
  width: 100%;
  height: 330px;
}

.container-turminha {
  margin-top: 60px;
  padding-left: 15px;
}

.image-2 {
  max-height: 80%;
  max-width: 80%;
  min-height: 250px;
  margin-left: 100px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-3 {
  max-height: 80%;
  max-width: 80%;
  min-height: 200px;
  margin-left: -50px;
  padding-top: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block {
  width: 60%;
  margin-top: 0px;
}

.div-block.licenciamento {
  background-image: none;
}

.bold-text {
  font-weight: 400;
}

.menina-lua {
  width: 100%;
  height: 950px;
  background-image: url('../images/menina_Lua.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.joao-parafina {
  width: 100%;
  height: 950px;
  background-image: url('../images/joao_parafina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.l2 {
  width: 100%;
  height: 950px;
  background-image: url('../images/L2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.juan {
  width: 100%;
  height: 950px;
  background-image: url('../images/juan.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact {
  width: 100%;
  height: 400px;
  background-image: url('../images/bg_contato.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  margin-top: 80px;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-3 {
  padding-top: 50px;
  text-decoration: none;
}

.footer {
  width: 100%;
  height: 75px;
  background-color: #000;
}

.div-block-3 {
  position: static;
  display: inline-block;
  padding-top: 15px;
}

.div-block-4 {
  display: inline-block;
  padding-left: 15px;
}

.text-block-2 {
  color: #a5a5a5;
  font-size: 12px;
}

.div-block-5 {
  display: inline-block;
}

.container-juan {
  padding-top: 100px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-3 {
  padding-top: 65px;
  padding-left: 15px;
}

.container-4 {
  padding-top: 65px;
  padding-left: 15px;
}

.container-5 {
  padding-top: 65px;
  padding-left: 15px;
}

.container-6 {
  padding-top: 65px;
  padding-left: 15px;
}

.section {
  width: 100%;
  height: 350px;
  background-image: url('../images/surfboarders.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.container-7 {
  height: 350px;
  padding-top: 0px;
}

.div-block-6 {
  width: 100%;
  height: 350px;
}

.link-block-4 {
  display: inline-block;
  padding-top: 25px;
  float: right;
  text-align: right;
}

.container-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.container-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.bgnav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 19;
}

.bg_nav {
  height: 81px;
  -webkit-transform: translate(0px, -81px);
  -ms-transform: translate(0px, -81px);
  transform: translate(0px, -81px);
}

.licenciamento {
  width: 100%;
  height: 950px;
  background-image: url('../images/bg_licenciamento.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_licenciamento {
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.textinho-icon {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  text-decoration: none;
}

.bold-text-2 {
  letter-spacing: 0px;
}

.bold-text-3 {
  color: #000;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.mainbannermobile {
  display: none;
}

.era-uma-mobile {
  display: none;
}

.redes-mobile {
  display: none;
}

.menino-sol-mobile {
  display: none;
}

.menina-lua-mobile {
  display: none;
}

.joao-parafina-mobile {
  display: none;
}

.l2-mobile {
  display: none;
}

.juan-mobile {
  display: none;
}

.plataformas {
  background-color: #a1aff6;
  background-image: url('../images/bg_plataformas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-12 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.link-block-5 {
  width: 30px;
  height: 35px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.links_platafos {
  margin-right: 60px;
}

.image-6 {
  height: 29px;
}

.image-7 {
  width: 34px;
}

.livro {
  width: 100%;
  height: 750px;
  background-image: url('../images/bg_Livro.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-13 {
  padding-top: 50px;
}

.div-block-19 {
  display: block;
  margin-top: 25%;
}

.button {
  width: 150px;
  margin-top: 50px;
  border-radius: 5px;
  background-color: #39b5e2;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.button:hover {
  color: #000;
}

.livro-mobile {
  display: none;
}

@media screen and (max-width: 479px) {
  .main-banner {
    display: none;
  }

  .nav-menu {
    padding-bottom: 25px;
    background-color: #46b0ed;
  }

  .era-uma {
    display: none;
    background-color: #2384ed;
  }

  .titulo {
    font-size: 2.5em;
  }

  .titulo.platafs {
    font-size: 38px;
    line-height: 36px;
  }

  .texts {
    font-size: 16px;
    line-height: 20px;
  }

  .texts.licenca {
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .texts.licenca._2 {
    padding-right: 10px;
  }

  .column {
    padding-bottom: 20px;
  }

  .link-block-2 {
    width: 30px;
  }

  .link-block-2.tiki {
    width: 27px;
  }

  .columns {
    margin-top: 25px;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
    text-align: center;
  }

  .redes_white {
    display: none;
  }

  .menino-sol {
    display: none;
  }

  .div-redes.mobile {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }

  .turma {
    display: none;
  }

  .menina-lua {
    display: none;
  }

  .joao-parafina {
    display: none;
  }

  .l2 {
    display: none;
  }

  .juan {
    display: none;
  }

  .text-block {
    font-size: 16px;
  }

  .footer {
    height: 100%;
    text-align: center;
  }

  .div-block-4 {
    display: block;
    padding-top: 15px;
    padding-left: 0px;
  }

  .section {
    height: 120px;
  }

  .link-block-4 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .bgnav {
    display: block;
  }

  .licenciamento {
    display: block;
    height: 100%;
    background-color: #20beff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .container_licenciamento {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .textinho-icon {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .div-block-7 {
    display: block;
    text-align: center;
  }

  .mainbannermobile {
    display: block;
    width: 100%;
    height: 688px;
    background-image: url('../images/bg_MainBanner.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .era-uma-mobile {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1896fd;
  }

  .titulo-mobile {
    font-family: 'Luckiest Guy', sans-serif;
    color: #fff;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .titulo-mobile.black {
    color: #000;
    letter-spacing: 1px;
  }

  .titulo-mobile.livro {
    height: 0px;
    color: #000;
  }

  .text-mobile {
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
  }

  .text-mobile.blck {
    color: #000;
  }

  .container-10 {
    padding: 20px 10px;
  }

  .redes-mobile {
    display: block;
  }

  .container-11 {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-2 {
    padding-bottom: 20px;
  }

  .column-3 {
    padding-bottom: 20px;
  }

  .column-4 {
    padding-bottom: 20px;
  }

  .column-5 {
    padding-bottom: 20px;
  }

  .menino-sol-mobile {
    display: block;
    background-color: #32d2e8;
  }

  .div-block-8 {
    width: 100%;
    height: 522px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bg_personagens_MeninoSol.jpg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.4);
  }

  .div-block-9 {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menina-lua-mobile {
    display: block;
    background-color: #4e6597;
  }

  .div-block-10 {
    height: 522px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bg_personagens_MeninaLua.jpg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.4);
  }

  .div-block-11 {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .joao-parafina-mobile {
    display: block;
    background-color: #33cfe8;
  }

  .div-block-12 {
    height: 522px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bg_personagens_Joao.jpg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.4);
  }

  .div-block-13 {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .l2-mobile {
    display: block;
    background-color: #19c4f8;
  }

  .div-block-14 {
    height: 522px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bg_personagens_L2.jpg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.4);
  }

  .div-block-15 {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .juan-mobile {
    display: block;
    background-color: #795bb3;
  }

  .div-block-16 {
    height: 522px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bg_personagens_Juan.jpg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-17 {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-4 {
    margin-bottom: 10px;
    text-align: center;
  }

  .image-5 {
    display: block;
  }

  .plataformas {
    height: 100%;
    background-size: cover;
  }

  .container-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .links_platafos {
    display: inline-block;
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-6 {
    width: 30px;
  }

  .livro {
    display: none;
  }

  .button.livromob {
    margin-top: 30px;
  }

  .livro-mobile {
    display: block;
  }

  .div-block-20 {
    height: 380px;
    background-image: url('../images/bg_Livro_mobile.jpg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-21 {
    width: 100%;
    height: 100%;
    padding: 30px 10px 25px;
  }

  .titulo-livro-mob {
    margin-top: 10px;
    font-family: 'Luckiest Guy', sans-serif;
    color: #000;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .paragraph-2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }
}

