.ad#pos-1D{
    display: flex;
    height: 290px;
}
.funds{
    border-radius: 0px 0px 12px 12px;
}
.content{
    display         : flex;
    flex-direction  : column;
    justify-content : flex-start;
    align-items     : center;
    width           : 100%;
    height          : 100%;
    padding-top     : 2px;
}
.wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.line{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.divapps{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.divapps a{
    width: 185px;
}

/* LOGO FOOTER */
.hgemer{
    height: 20px !important;
}

/* CHAPEU SLIDER */
.odi{
    padding: 2px !important;
}





/* COLUNA MENOR ESPORTES/SANTOS/REPORTER */
.collsu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 30%;
}

/* COLUNA INTERNA EDITORIA */
.collsus{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    width: 30%;
    height: 500px;
}

.relUltimas{
    width: 60%;
}
.maisLidas{
    width: 40%;
}

/* COLUNAS MAIS LIDAS */
.divisor{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 32%;
}

/* BLOCO 4 MATERIAS VARIEDADES */
.colvid{
    display: flex;
    justify-content: flex-end;
    /*justify-content: space-around;*/
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    /*margin-left: 10px;*/
    column-gap: 20px;
}
.colvid.reverse{
    justify-content: flex-start;
}


/* WRAPPER COLUNISTAS */
.rwap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

/* TEXT WRAPPER COLUNISTAS */
.iii{
    width: 100%;
}

/* TEXT AREA MAIS LIDAS*/
.contss{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 45%;
}

/* WRAPPER ULTIMAS E MAIS LIDAS INTERNA */
.flexi{
    display: flex;
    flex-direction: row;
    max-width: 1250px;
}

.manchete{
    width: 100%;
    background-color: white;
}
.text-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.taboola-wrapper{
    width: 100%;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
}

/* HOROSCOPO NEW */
.horoscopo{
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
}
.horoscopo li{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.horoscopo .sig{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.horoscopo .signo{
    width: 80px;
    height: 100%;
    pointer-events: none;
    filter: brightness(1.4) saturate(1.2);
    transition: filter 0.5s ease;
}
.horoscopo  .sig:hover .signo{
    filter: saturate(0%) brightness(80%) contrast(120%);
}
.horoscopo .desc{
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #6a36b4;
    transition: color 0.5s ease;
}
.horoscopo .sig:hover .desc{
    color: #000;
}
/* FIM HOROSCOPO NEW */

.ovnone{
    overflow: hidden;
    border-radius: 12px;
}
.botoners{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.mary{
    margin-bottom: 20px
}
.mary2{
    margin-bottom: 10px
}

.btn-interna{
    background-color: #282828;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    width: 50%;
}
.btn-colunistas{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -23px;
}
.btn-colunistas a{
    padding: 10px 20px;
    border-radius: 12px;
    background-color: #282828;
}
.btn-colunistas a,
.btn-colunistas a:hover,
.btn-colunistas a:active,
.btn-colunistas a:focus,
.btn-colunistas a:visited{
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 3;
}

/*//////// CORES ////////*/
.c-gray{
    background-color: rgb(240, 240, 240);
}
.c-mos{
    color: #ffdb58;
}
.c-cyan{
    color: #00ffff;
}
.c-azue{
    color: #0f2f86;
}
.c-cinza{
    color: #818181;
}
.c-verde{
    color: #118616;
}
.c-preto{
    color: #000000;
}
.c-mag{
    color: #ff00ff;
}
.c-verm{
    color: #b60707;
}
.c-rosa{
    color: #e614b1;
}
.c-red{
    color:rgb(247, 99, 0)
}
.bc-rosa{
    background-color: #e614b1;
}
.bc-verm{
    background-color: #b60707;
}
.bc-verde{
    background-color: #118616;
}
.bc-preto{
    background-color: #000000;
}
.bc-gray{
    background-color: #f4f4f4;
}
.bc-mos{
    background-color: #ffdb58;
}
.bc-cyan{
    background-color: #00ffff;
}
.bc-mos{
    background-color: #ffdb58;
}
.bc-cinza{
    background-color: #818181;
}
.bc-azue{
    background-color: #0f2f86;
}
.bc-mag{
    background-color: #ff00ff;
}
.sc-verde{
    background-color: #086e0d9d;
}
.hr-mos{
    background: linear-gradient(to right, #ffdb58, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-cyan{
    background: linear-gradient(to right, #00ffff, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-azue{
    background: linear-gradient(to right, #0f2f86, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-cinza{
    background: linear-gradient(to right, #818181, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-verde{
    background: linear-gradient(to right, #118616, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-preto{
    background: linear-gradient(to right, #000000, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-mag{
    background: linear-gradient(to right, #ff00ff, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-verm{
    background: linear-gradient(to right, #b60707, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
.hr-rosa{
    background: linear-gradient(to right, #e614b1, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 1px;
}
/*//////// FIM CORES ////////*/


/*//////// PACKS ////////*/
.pack1{
    width: 60%;
    padding: 10px;
}
.pack1 .img{
    height: 280px;
    width: 100%;
}
.pack1 .titulo{
    font-size: 2em;
    line-height: 52px;
    font-weight: 900;
    font-family: 'PoppinsBold';
}
.pack1 .subtitulo{
    font-size: 18px;
}
.pack1 .rel{
    color: #282828;
    font-size: 14px;
    margin: 10px 0;
}
.pack1 .rel i,
.pack1 .rel svg{
    color: #B72828;
}

.pack2{
    height: 100%;
    width: 45%;
}
.pack2 .titulo{
    color: #fff;
}
.pack2 .img{
    height: 280px;
}
.pack2 .flexslider,
.pack2 .flexslider .flex-viewport{
    border: none;
    border-radius: 12px;
}

.pack3{
    color: #282828;
    width: 24%;
}
.pack3 .editoria{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.pack3 .img{
    overflow: hidden;
    height: 180px;
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
.pack3.interna .img{
    background-size: cover;
    object-fit: cover;
}
.pack3:hover .img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pack4{
    width: 49%;
    height: 357px;
}
.pack4 .editoria{
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    font-family: poppinsBold;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 25px;
}
.pack4 .funds{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.671);
    border-radius: 0px 0px 12px 12px;
}
.pack4 .titulo,
.pack4 .subtitulo{
    color: white;
}
.pack4 .img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    position: relative;
    margin-top: -382px;
}

.pack5 {
    border-radius: 4px;
    width: 100%;
    height: 75px;
    object-fit: contain;
    transition: transform 0.3s;
}
.pack5.grey-bg{
    background-color: #f4f4f4;
    padding: 10px 0;
}
.pack5:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.pack6{
    overflow: hidden;
    width: 69%;
    height: 560px;
    position: relative;

}
.pack6 .editoria{
    font-size: 20px;
    position: absolute;
    color: white;
    left: 0px;
    top:20px;
    padding: 5px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: poppinsBold;
}
.pack6 .funds{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.671);
    padding: 20px 20px 12px 20px;
}
.pack6 .subtitulo,
.pack6 .titulo{
    color: white;
}
.pack6 .img,
.pack7 .img{
    width: 100%;
    height: 100%;
    margin-top: -585px;
    transition: filter 0.5s ease-in;
    -webkit-transition: filter 0.5s ease-in;
    -moz-transition: filter 0.5s ease-in;
}
.pack6:hover .img,
.pack7:hover .img{
    filter: brightness(1.2) contrast(1.1);
}
.pack6.interna{
    height: 500px;
}
.pack6.interna .img{
    margin-top: -525px;
}

.pack7{
    width: 100%;
    height: 245px;
}
.pack7 .funds{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.671);
    border-radius: 0px 0px 12px 12px;
}
.pack7 .editoria{
    font-size: 14px;
    position: absolute;
    color: white;
    left: 0px;
    top:20px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: poppinsBold;
}
.pack7 .titulo{
    color: white;
}
.pack7 .img{
    width: 100%;
    height: 100%;
    margin-top: -270px;
}

.pack8{
    width: 100%;
    height: 50px;
}
.pack8 button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 15px 12px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -.02em;
    font-weight: 700;
    border-radius: 12px;
}
.pack8 button:hover{
    cursor: pointer;
}

.pack9{
    color: #282828;
    width: 24%;
}
.pack9 .editoria{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.pack9 .img{
    overflow: hidden;
    height: 180px;
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
.pack9:hover .img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pack11{
    width:50%;
    height: 380px;
    position: relative;
}
.pack11.reverse{
    order: 2;
}
.pack11 .funds{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.671);
}
.pack11:hover .img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pack11 .img{
    width:100%;
    height: 380px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
.pack11 .titulo{
    color: white;
    bottom: 20px;
    left: 20px;
}

.pack12{
    width:47%;
    height: 180px;
    position: relative;
    margin-bottom: 20px
}
.pack12 .img{
    width:100%;
    height: 180px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
.pack12:hover .img{
    transform: scale(1.2);
    transition: 0.5s;
}
.pack12 .titulo{
    font-size: 14px;
    color: white;
    bottom: 10px;
    left: 10px;
}
.pack12 .funds{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.671);
}

.pack13{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 13%;
    height: 300px;
    padding: 5px;
}
.pack13 .img{
    border-radius: 12px;
    min-height: 100px ;
    height: 100px ;
    width: 100px;
    min-width: 100px;
    object-fit: fill;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.pack13 .titulo{
    text-align: center;
    margin-top: 10px;
    color: #282828;
    width: 100%;
    margin-bottom: 10px;
}
.pack13 .subtitulo{
    text-align: center;
    margin-top: 5px;
    color: #606060;
}

.pack14{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
    padding: 10px 10px;
}
.pack14 .img{
    object-fit: cover;
    width: 50%;
    height: 160px;
}
.pack14 .titulo{
    line-height: 25px;
    transition: color 0.3s ease-in;
}
/*.pack14 picture{*/
/*    width: 50%;*/
/*}*/
.pack14 .data{
    width: 100%;
    font-size: 13px;
    color: #7c7878;
    margin-bottom: 5px;
}
.pack14.noticas:hover .titulo{
    color: #C4170C;
}
.pack14.santos:hover .titulo{
    color: #000;
}
.pack14.variedades:hover .titulo{
    color: #8e038e;
}
.pack14.interna .img{
    width: 45%;
    height: 180px;
    background-size: cover;
    background-position: bottom;
}
.pack14.interna:hover .titulo{
    color: #000;
}
/* TITULOS MAIS LIDAS */
.ttmd1{
    font-size: 20px;
    width: 90%;
}
.bugd1{
    padding: 5px 10px;
    background-color: #C4170C;
    color: white;
    border-radius: 10px
}
.bugd2{
    padding: 5px 10px;
    background-color: #000000;
    color: white;
    border-radius: 10px
}
.bugd3{
    padding: 5px 10px;
    background-color: #6b006b;
    color: white;
    border-radius: 10px
}
/* FIM TITULOS MAIS LIDAS */

.pack15{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    width: 220px;
    height: 300px;
    margin-bottom: 15px;
    padding: 20px 20px;
    border-radius: 12px;
}
.pack15 .tx1{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.pack15 .tx2{
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    text-align: center;
}
.pack15 .tx3{
    font-size: 1.1em;
    font-weight: 700;
    line-height: 25px;
    width: 100%;
    text-align: center;
}
.pack15 .tx4{
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    text-align: center;
}
.pack15 img{
    width: 145px;
    height: 20px;
}
.pack15 .btn{
    font-size: 12px;
    padding: 5px 10px;
    color: #fff !important;
    background-color: #e60404;
    border-radius: 100px;
}

.pack16{
    width: 100%;
    height: 260px;
    position: relative;
}
.pack16 .funds{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.671);
}
.pack16 .editoria{
    font-size: 14px;
    position: absolute;
    color: white;
    left: 0px;
    top:20px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.pack16 .titulo{
    font-family: poppinsBold;
    font-size: 18px;
    color: white;
}
.pack16:hover{
    opacity: 0.9;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}

.pack17{
    width: 100%;
    height: 260px;
    border: 1px solid #7f7f7f;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pack17 .boxVersus{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.pack17 .boxTime{
    width: 40%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pack17 .boxTime .imgTime{
    width: 180px;
    height: 180px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
}
.pack17 .boxTime .pontosTime{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    font-family: poppinsBold;
    font-size: 35px;
}

/*//////// HOROSCOPO ////////*/
.pack-45{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8%;
    height: 100px;
    padding: 10px;
    cursor: pointer;
}
.pack-45 img{
    height: 50px;
    width: 45px;
}
.pack-45 .title{
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    color: #ba94bb;
}
/*//////// FIM HOROSCOPO ////////*/


.pack1,.pack2,.pack3,.pack4,.pack5,.pack6,.pack7, .pack8, .pack8:hover{
    cursor: pointer;
}
/*//////// FIM PACKS ////////*/


/*//////// FLEXSLIDER ////////*/
.flexslider {
    width: 100%;
    margin: 0 !important;
    box-shadow: none;
}
.flexslider li {
    position: relative;
}
.flexslider li .meta {
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.flexslider li h1 {
    background: rgba(51, 51, 51, 0.5);
    padding: 12px 18px 12px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 300;
}
.flexslider li h2 {
    background: rgba(51, 51, 51, 0.5);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    margin-bottom: 0;
    font-weight: 300;
}
.flexslider li .category {
    display: flex;
    flex-direction: row;
}
.flexslider li .category p {
    background: #e43837;
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
}
.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    font-weight: 300;
    height: 26px;
}
.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.flex-prev , .flex-next{
    display: none !important;
}
.flex-control-paging li a{
    background: #f4f4f4 !important;
}
.flex-control-paging li a.flex-active{
    background: #FB0234 !important;
}
.flex-control-nav{
    bottom: -5px !important;
}
/*//////// FIM FLEXSLIDER ////////*/


/*//////// MEDIA QUERRY ////////*/
@media screen and (max-width:1299px) {
    .content{
        height: 100%;
        width: 95%;
        display: flex;
        flex-direction: column;
    }
    .pack-45{
        width: 16%;
    }
    /* HOROSCOPO */
    .horoscopo{
        flex-wrap: wrap;
    }
    .horoscopo li{
        width: 15%;
    }
    /* FIM HOROSCOPO */
}
/* TABLET */
@media screen and (max-width:1099px) {
    .titulo{
        font-size: 1.1rem;
    }
    .subtitulo{
        font-size: 1rem;
    }
    .rel{
        font-size: 0.9rem;
    }
    .line{
        display: flex;
        flex-wrap: wrap;
    }
    .collsu,
    .collsus{
        height: auto;
        width: 100%;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .divapps{
        flex-wrap: wrap;
        justify-content: center;
    }
    .colvid,
    .colvid.reverse{
        width: 100%;
        justify-content: space-between;
        margin: 0;
        column-gap: 0;
    }
    .wrapper{
        width: 90%;
    }
    .wrapper.ad{
        width: 100%;
    }
    .divisor{
        width: 90%;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .ttmd1{
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .ttmd1 hr {
        border: none;
    }
    .line.center{
        justify-content: center;
    }
    .flexi {
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    .relUltimas{
        width: 100%;
    }
    .maisLidas{
        width: 100%;
        order: -1;
    }

    /* PACKS MQ-1099 */
    .pack1{
        width: 100%;
        margin-bottom: 20px;
    }

    .pack2{
        margin-bottom: 20px;
        width: 100%;
    }
    .pack2 .slides img{
        height: 400px;
    }

    .pack3,
    .pack9{
        width: 49%;
        height: auto;
        margin-bottom: 20px;
        border-bottom: solid 1px lightgray;
    }
    .pack3 .img,
    .pack9 .img{
        height: 300px;
    }

    .pack4,
    .pack7{
        width: 49%;
        height: 300px;
        margin-bottom: 20px;
    }
    .pack4 .img,
    .pack7 .img{
        margin-top: -325px
    }

    .divapps{
        column-gap: 10px;
    }
    .divapps a{
        width: 30%;
        height: 90px;
    }
    /* .pack5{
        width: 25%;
        height: 90px;
    } */

    .pack6,
    .pack6.interna{
        background-color: white;
        width: 100%;
        height: 460px;
        margin-bottom: 20px;
        order: -1;
    }
    .pack6 .titulo{
        font-size: 18px;
        bottom: 30px;
    }
    .pack6 .img,
    .pack6.interna .img{
        margin-top: -485px;
    }

    .pack8{
        width: 100%;
    }

    .pack11{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .pack11.reverse{
        order: 0;
    }
    .pack11 .img{
        height: 460px;
    }

    .pack12{
        width: 49%;
        height: auto;
    }
    .pack12 .img{
        height: 300px;
    }
    .pack12 .funds{
        padding: 20px;
    }

    .pack13{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        min-width: 210px;
        width: 49%;
        height: 200px;
        border-bottom: 1px solid lightgray;
        padding: 1px;
    }
    .pack13 .iii{
        width: 50%;
    }
    .pack13 .titulo,
    .pack13 .subtitulo{
        text-align: left;
    }
    .pack13 .img{
        height: 110px;
        width: 110px;
        margin-right: 20px ;
    }

    .pack14{
        width: 100%;
        height: auto;
        justify-content: center;
        border: none;
    }
    .pack14 .img,
    .pack14 picture{
        width: 300px;
        height: 150px;
        margin-right: 30px;
    }
    .pack14.interna{
        justify-content: flex-start;
    }

    .pack15{
        width: 100%;
        height: 210px;
    }

    .ttmd2{
        padding-top: 20px;
    }
    .content{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    content{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .titiVidd{
        visibility: visible;
        background-color: red;
        color: white;
        width: fit-content;
        align-items: center;
        padding: 5px;
        border-radius: 4px;
    }

    .ad#pos-1D{
        display: none;
    }
    .ad#pos-1T{
        display: flex;
        height: 290px;
    }

}
@media screen and (max-width: 770px){
    .pack1 .titulo{
        font-size: 1.4em;
        line-height: 36px;
    }
    .titulo,
    .flexslider li h2{
        font-size: 1rem;
    }
    .subtitulo{
        font-size: 0.9rem;
    }
    .pack3 .img,
    .pack9 .img{
        height: 250px;
    }
    .pack4,
    .pack7{
        height: 250px;
    }
    .pack4 .img,
    .pack7 .img{
       margin-top: -275px;
    }

    .divapps a{
        width: 40%;
    }
    .pack6,
    .pack6.interna{
        height: 420px;
    }
    .pack6 .img,
    .pack6.interna .img{
        margin-top: -445px;
    }
    .horoscopo li{
        width: 30%;
    }
}
/* CELULAR */
@media screen and (max-width: 600px){
    .pack3,
    .pack4,
    .pack7,
    .pack9,
    .pack12,
    .pack13{
        width: 100%;
    }
    .pack14 .img,
    .pack14 picture{
        width: 180px;
    }
    .pack6,
    .pack6.interna,
    .pack11,
    .pack11 .img,
    .pack2,
    .flexslider .slides img,
    .pack2 .flexslider,
    .pack2 .flexslider .flex-viewport{
        height: 250px;
    }
    .pack6 .img,
    .pack6.interna .img{
        margin-top: -275px;
    }
    .pack-45{
        width: 30%;
    }
    .divapps a{
        width: 90%;
    }
    .ad#pos-1T{
        display: none;
    }
    .ad#pos-1M{
        display: flex;
        height: 290px;
    }
}
@media screen and (max-width: 375px){
    .pack15{
        height: 255px;
    }
    .pack-45{
        width: 40%;
    }
    .horoscopo li{
        width: 50%;
    }
    .pack14 .img, .pack14 picture{
        width: 160px;
        margin-right: 10px;
    }
}
/*//////// FIM MEDIA QUERRY ////////*/


/*//////// KEYGRAMES ////////*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
/*//////// FIM KEYFRAMES ////////*/

/*//////// SCROLLBAR ////////*/
@media screen and (min-width: 1100px){
    ::-webkit-scrollbar{
        width: 5px;
        height: 5px;
    }
    ::-webkit-scrollbar-track-piece {
        background-color: #EEE;
        border-left: 1px solid #CCC;
    }
    ::-webkit-scrollbar-thumb:vertical,
    ::-webkit-scrollbar-thumb:horizontal {
        background-color: #202020;
    }
    ::-webkit-scrollbar-thumb:vertical:hover,
    ::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: #717171;
    }
}
/*//////// FIM SCROLLBAR ////////*/

