@charset "UTF-8";
@import url("fonts.css");

html,
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%
}

body {
    min-height: 100%;
    position: relative
}

img {
    max-width: 100%
}

.cor-amarela {
    color: #fecf00
}

.cor-azul {
    color: #22244b
}

.hashtag {
    padding-top: 180px
}

.hashtag span {
    font-family: 'Conv_TradeGothicLTStd-BdCn20';
    font-size: 81px;
    letter-spacing: -4px;
    line-height: 81px
}

.txt-hashtag {
    font-family: 'Conv_TradeGothicLTStd-Cn18';
    font-size: 44px;
    line-height: 48px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0
}

.logo {
    padding-top: 110px
}

.tp-pag {
    background-color: #fecf00;
    position: relative
}

.tp-pag .anos-topo {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%)
}

.tit-coral {
    position: relative;
    bottom: 60px;
    font-family: 'Conv_TradeGothicLTStd-BdCn20';
    font-size: 28px;
    letter-spacing: -1px;
    color: #22244b;
    font-weight: 900
}

.video {
    display: block;
    overflow: hidden;
    width: 100%
}

.video a {
    display: block
}

.box-amarelo {
    background-color: #fecf00
}

.box-azul {
    background-color: #1c1c26
}

.box-laranja {
    background-color: #e84e0e
}

.espaco-inicio {
    width: 100%;
    height: 100px;
}

.txt-dias,
.txt-faltam {
    font-family: 'Conv_TradeGothicLTStd-BdCn20';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 15px;
    color: #22244b
}


.contagem {
    display: inline-block;
    padding: 0px 42px 0px;
    border: 6px solid #22244b;
    font-size: 100px;
    font-family: 'Conv_TradeGothicLTStd-BdCn20';
    margin-left: 260px;
    position: relative;
    border-radius: 100px;
  }

  .contagem > span {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 18px;
  }
  .contagem > span > span {
    font-weight: bold;
    
    background: linear-gradient(#FF6064, #FF9867);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

/* .contagem {
    font-family: 'Conv_TradeGothicLTStd-BdCn20';
    font-size: 250px;
    line-height: 230px;
    letter-spacing: -15px;
    color: #22244b;
    margin-left: -40px
} */

.box-rodape {
    background: url("../images/96anos/fd-rdp.jpg") no-repeat;
    background-size: cover;
    height: 266px
}

@media(max-width:768px) {
    .txt {
        background-color: #fecf00;
        width: 90%;
        margin: 47px auto;
        padding: 30px 40px
    }

    .txt p {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        color: #000
    }

    .txt p b {
        color: #000;
        font-size: 19px;
        font-weight: 800
    }

    .tit {
        font-size: 35px;
        line-height: 35px
    }

    .tp-pag .anos-topo {
        top: 22px;
        left: 50%;
        width: 70%
    }

    .espaco-inicio {
        height: 140px
    }

    .contagem {
        font-size: 50px;
        line-height: 60px;
        margin-left: 25px;
        top: -40px;
    }

    .txt-dias,
    .txt-faltam {
        font-size: 40px;
        line-height: 31px;
        letter-spacing: 13px
    }

    .box-azul {
        background-color: #22244b
    }
}