.landing {
    font-family: 'Roboto Slab', serif;
    background: #78090a;
    min-height: 100vh;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #631010;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    background: #8f4242;
}

/*Animações*/

/*Background PNG*/
/* 
.bg-topo{
    min-height: 718px;
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/natal-gen-presente.png);
    background-repeat: no-repeat;
    background-position: center top;
}
*/

/*Background GIF*/
.bg-topo{
    min-height: 718px;
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/background.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.bg-topo .bg-topo-brilho{
    min-height: 518px;
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/bg-left.png) no-repeat left top, url(https://mktgen.com.br/imagens/natal-2019/imgs/bg-left.png) no-repeat right top;
    background-size: contain;
}
.natal{
    margin-top: -40px;
}
.natal h1{
    text-align: center;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 13px 0;
}
.natal h2{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 73px 0;
    text-align: center;
}
.natal .produtos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.natal .produtos.produtos-left .titulo{
    text-align: left;
    position: relative;
    left: 40px;
}
.natal .produtos.produtos-right .titulo{
    text-align: right;
    position: relative;
    right: 40px;
}
.natal .produtos .titulo{
    width: 352px;
    height: 220px;
}
.natal .produtos .titulo.pisca-pisca{
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/natal-gen-pisca-pisca.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.natal .produtos .titulo.estrelinha-bottom{
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/estrelinhas.gif);
    background-repeat: no-repeat;
    background-position: right 60%;
}
.natal .produtos .titulo.estrelinha-top.bolinha-bottom{
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/estrelinhas.gif) no-repeat left top, url(https://mktgen.com.br/imagens/natal-2019/imgs/bolinha.png)  no-repeat bottom center;
}
.natal .produtos .titulo.estrelinha-top.bolinha-bottom-vermelha{
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/estrelinhas.gif) no-repeat left top, url(https://mktgen.com.br/imagens/natal-2019/imgs/bolinha-vermelha.png)  no-repeat no-repeat 50% 70%;
}
.natal .produtos .titulo.estrelinha-top{
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/estrelinhas.gif) no-repeat left top;
}
.natal .produtos.produtos-right .titulo.estrelinha-top{
    background-position: right top;
}
.natal .produtos .titulo.folhinha{
    background: url(https://mktgen.com.br/imagens/natal-2019/imgs/folhinha.png) no-repeat right top;
}
.natal .produtos.produtos-right .titulo.folhinha{
    padding-top: 30px;
}
.natal .produtos .titulo h3{
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    margin: 1em 0;
}
.natal .produtos .titulo h3 span{
    text-transform: uppercase;
    font-weight: 600;
}
.natal .produtos .titulo h3 span.seta{
    color: #b34e1f;
    font-size: 35px;
    margin: 0;
    line-height: 1;
    font-weight: 900;
    margin-left: 10px;
}
.natal .produtos .livros{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    
}
.natal .produtos .livros .box{
    text-align: center;
    margin: 0 10px;
}
.natal .produtos .livros .box img{
    margin-left: -30px;
}
.natal .produtos .livros .box p.de{
    color: #fff;
    font-weight: 200;
    font-size: 18px;
    margin: 0;
}
.natal .produtos .livros .box p.de span{
    text-decoration: line-through;
}
.natal .produtos .livros .box p.por{
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.natal .produtos .livros .box a{
    color: #b34e1f;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background: #4a0000;
    padding: 5px 20px;
    text-align: center;
    transition: color .2s ease, background .2s ease;
}
.natal .produtos .livros .box a:hover{
    background: #b34e1f;
    color: #4a0000;
}
.natal .divisor{
    background: #8c3030;
    height: 2px;
    border-top: 1px solid #4d0e0e;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    width: 85%;
}
.natal .btn-vitrine{
    padding: 70px 0;
    text-align: center;
}
.natal .btn-vitrine a{
    background: #3c472f;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 30px;
    border: 2px solid #4a0000;
    border-radius: 4px;
    transition: background .2s ease;
}
.natal .btn-vitrine a:hover{
    background: #4a0000;
}
.regulamento {
    text-align: center;
    color: #c76464;
    padding-bottom: 147px;
}
.regulamento h4{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.regulamento p{
    font-size: 18px;
    margin: 15px 0;
    padding: 0 100px;
}

/*Animações*/


[data-anime] {
  opacity: 0;
  transition: .3s;
}

[data-anime="left"] {
  transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(50px, 0, 0);
}

[data-anime="top"] {
  transform: translate3d(0, -50px, 0);
}

[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}



/*Responsivo*/

@media only screen and (max-width: 1100px) {
    .natal .produtos .titulo {
        width: 300px;
    }
}
@media only screen and (max-width: 1000px) {
    .natal h2{
        margin: 0;
    }
    .natal .produtos{
        flex-direction: column;
    }
    .natal .produtos.produtos-left .titulo{
        left: 0;
    }
    .natal .produtos.produtos-right .titulo{
        right: 0;
    }
    .natal .produtos .titulo h3 span.seta{
        display: none;
    }
    .natal .produtos .titulo h3{
        text-align: center;
    }
    .natal .produtos.produtos-right{
        flex-direction: column-reverse;
    }
    .natal .produtos .titulo.estrelinha-bottom {
        background-position: right 20%;
        height: 140px;
    }
    .natal .produtos .titulo.estrelinha-top.bolinha-bottom{
        background: url(https://mktgen.com.br/imagens/natal-2019/imgs/estrelinhas.gif) no-repeat left top;
    }
    .natal .produtos .titulo.folhinha {
        height: 170px;
    }
    .natal .produtos .titulo.estrelinha-top.bolinha-bottom-vermelha, .natal .produtos .titulo.estrelinha-top {
        background: url(https://mktgen.com.br/imagens/natal-2019/imgs/estrelinhas.gif) no-repeat left 20%;
    }
    .natal .produtos .titulo.estrelinha-top.bolinha-bottom-vermelha{
        height: 150px;
    }  
}

@media only screen and (max-width: 768px) {
    .natal {
        margin-top: -150px;
    }
    .natal h1{
        font-size: 24px; 
    }
    .natal .produtos .livros{
        flex-direction: column;
    }
    .natal .produtos .livros .box {
        margin: 30px 10px;
    }
    .natal .btn-vitrine a{
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 600px) {
    .natal {
        margin-top: -270px;
        padding: 0 30px;
    }
    .natal h2 br{
        display: none;
    }
    .natal .produtos .titulo.estrelinha-top.bolinha-bottom-vermelha, .natal .produtos .titulo.estrelinha-bottom, .natal .produtos .titulo.folhinha {
        height: 110px;
    }
    .natal .produtos .titulo.estrelinha-top{
        height: 140px;
    }
    .regulamento p{
        padding: 0;
    }
}

@media only screen and (max-width: 546px) {
    .natal {
        margin-top: -300px;
    }    
    .natal .btn-vitrine a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 475px) {
    .natal {
        margin-top: -360px;
    }
    .natal .produtos .titulo h3{
        font-size: 26px;
    }
    .natal .btn-vitrine a{
        background: transparent;
        padding: 0;
        border: 0;
        font-size: 14px;
    }
    .natal .btn-vitrine {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 425px) {
    .natal {
        margin-top: -400px;
    }
}

@media only screen and (max-width: 400px) {
    .natal h1 {
        font-size: 22px;
    }
    .natal h2{
        font-size: 18px;
    }
    .natal .produtos .livros .box {
        margin: 0 0 50px 0;
    }
}

@media only screen and (max-width: 375px) {
    .natal {
        margin-top: -450px;
    }
    .natal h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .natal {
        margin-top: -490px;
    }
    .natal h1 {
        font-size: 16px;
    }
    .natal h2 {
        font-size: 16px;
    }
    .natal .produtos .titulo.estrelinha-bottom {
        background-position: 85% 20%;
    }
    .natal .produtos .titulo.estrelinha-top.bolinha-bottom-vermelha, .natal .produtos .titulo.estrelinha-top {
        background: url(https://mktgen.com.br/imagens/natal-2019/imgs/estrelinhas.gif) no-repeat 8% 20%;
    }
}





/*Internet Explorer*/


@media all and (-ms-high-contrast:none){
 
    [data-anime] {
      opacity: 1;
    }
     *::-ms-backdrop, [data-anime] {
      opacity: 1;
    }
    
}
/*Safari*/

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    [data-anime] {
      opacity: 1;
    }
    .natal .produtos .titulo{
        width: 100%;
        text-align: center;
    }
    .natal .produtos .titulo h3 span.seta{
        display: none;
    }
    .natal .produtos{
        display: -webkit-box;   
        display: -webkit-flex; 
        display: flex;         
        -webkit-flex-direction: column;
    }
    
    [data-anime="left"] {
      transform: translate3d(0, 0, 0);
    }

    [data-anime="right"] {
      transform: translate3d(0, 0, 0);
    }
}}

