@font-face {
    font-display: swap;
    font-family: "Rajdhani";
    font-style: normal;
    font-weight: 300;
    src: url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-300.eot);
    src: url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-300.eot?#iefix") format("embedded-opentype"), url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-300.woff2) format("woff2"), url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-300.woff) format("woff"), url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-300.ttf) format("truetype"), url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-300.svg#Rajdhani") format("svg")
}

@font-face {
    font-display: swap;
    font-family: "Rajdhani";
    font-style: normal;
    font-weight: 400;
    src: url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-regular.eot);
    src: url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-regular.svg#Rajdhani") format("svg")
}

@font-face {
    font-display: swap;
    font-family: "Rajdhani";
    font-style: normal;
    font-weight: 500;
    src: url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-500.eot);
    src: url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-500.eot?#iefix") format("embedded-opentype"), url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-500.woff2) format("woff2"), url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-500.woff) format("woff"), url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-500.ttf) format("truetype"), url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-500.svg#Rajdhani") format("svg")
}

@font-face {
    font-display: swap;
    font-family: "Rajdhani";
    font-style: normal;
    font-weight: 600;
    src: url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-600.eot);
    src: url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-600.svg#Rajdhani") format("svg")
}

@font-face {
    font-display: swap;
    font-family: "Rajdhani";
    font-style: normal;
    font-weight: 700;
    src: url(https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-700.eot);
    src: url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("https://mobile.estrelando.com.br/fonts/rajdhani-2/rajdhani-v15-latin-700.svg#Rajdhani") format("svg")
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

.menu,
.menu .back {
    width: 45px;
    height: 50px
}

.menu .back,
.menu .lightbox,
.search .lightbox,
input#close-menu:checked+.lightbox,
input#close-search:checked+.lightbox {
    display: none
}

.social a.facebook:after,
.social a.instagram:after,
.social a.pinterest:after,
.social a.twitter:after {
    content: "";
    width: 5rem;
    height: 5rem
}

.paginacao ul li a,
.share a,
.social a,
a {
    text-decoration: none
}

@keyframes example {
    0% {
        opacity: 0
    }
    25% {
        opacity: .25
    }
    50% {
        opacity: .5
    }
    75% {
        opacity: .75
    }
    100% {
        opacity: 1
    }
}

html {
    font-size: 10px
}

body {
    font-size: 14px
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

header {
    height: 52px;
    border-bottom: 2px solid #e8e8e8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff
}

.menu {
    position: relative;
    margin-right: 4.5rem
}

.menu .back {
    background: 0 0
}

.block.survey .line input,
.block.survey input#see-result,
.internal .block.note.gallery.quiz .line input,
input#close-menu,
input#close-search,
input#open-menu,
input#open-search {
    visibility: hidden;
    position: absolute
}

input#open-menu:checked+.menu .lightbox,
input#open-search:checked+.search .lightbox {
    width: calc(100vw - 2rem);
    height: calc(100vh - 2rem);
    padding: 1rem;
    display: block;
    z-index: 99;
    position: fixed;
    top: 48px;
    left: 0;
    background: #fff;
    animation-name: example;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: alternate
}

input#open-menu:checked+.menu .lightbox>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

input#open-menu:checked+.menu .lightbox>ul>li {
    font-family: Rajdhani, sans-serif;
    font-size: 3.5rem;
    height: calc(100vh - 10rem)
}

input#open-menu:checked+.menu .lightbox>ul>li div {
    display: none;
    position: absolute;
    left: 0;
    top: 7rem
}

input#open-menu:checked+.menu .lightbox>ul>li h3 {
    font-family: Rajdhani, sans-serif;
    font-size: 3.5rem;
    margin: 1.5rem 0
}

input#open-menu:checked+.menu .lightbox>ul>li a {
    text-decoration: none;
    color: #626262
}

.block.news .list input[name="news"],
input#open-menu:checked+.menu .lightbox>ul input {
    opacity: 0;
    position: absolute
}

input#open-menu:checked+.menu .lightbox>ul>li label {
    width: 5.6rem;
    height: 5.6rem;
    display: block;
    position: relative;
    top: .8rem
}

input#open-menu:checked+.menu .lightbox>ul input:checked+li label {
    width: 7rem;
    height: 7rem;
    top: 0
}

input#open-menu:checked+.menu .lightbox>ul>li.celebridades label {
    background: url('//mobile.estrelando.com.br/images/sprite.png') 4px -71px/40rem no-repeat #ff1e63
}

input#open-menu:checked+.menu .lightbox>ul input:checked+li.celebridades label {
    background-position: 9px -66px
}

input#open-menu:checked+.menu .lightbox>ul>li.estilo label {
    background: url('//mobile.estrelando.com.br/images/sprite.png') -86px -69px/40rem no-repeat #a400ff
}

input#open-menu:checked+.menu .lightbox>ul input:checked+li.estilo label {
    background-position: -80px -64px
}

input#open-menu:checked+.menu .lightbox>ul>li.realities label {
    background: url('//mobile.estrelando.com.br/images/sprite.png') -160px -69px/40rem no-repeat #ff7000
}

input#open-menu:checked+.menu .lightbox>ul input:checked+li.realities label {
    background-position: -155px -64px
}

input#open-menu:checked+.menu .lightbox>ul>li.series label {
    background: url('//mobile.estrelando.com.br/images/sprite.png') -239px -69px/40rem no-repeat #0094ff
}

input#open-menu:checked+.menu .lightbox>ul input:checked+li.series label {
    background-position: -234px -62px
}

input#open-menu:checked+.menu .lightbox>ul>li.teen label {
    background: url('//mobile.estrelando.com.br/images/sprite.png') -315px -69px/40rem no-repeat #00a83c
}

input#open-menu:checked+.menu .lightbox>ul input:checked+li.teen label {
    background-position: -308px -62px
}

.internal .menu .back,
.internal .menu .sandwich,
.internal .search>label,
input#open-menu:checked+.menu .lightbox>ul input:checked+li div {
    display: block
}

#consentDialog .consentPopup p a,
.block.banner .celebridades .description a h3,
.block.banner .celebridades .description2 a h3,
.block.note .celebridades .description a h3,
.block.note .celebridades .description2 a h3,
.internal .block.note .description .text a,
input#open-menu:checked+.menu .lightbox>ul li.celebridades {
    color: #ff1e63
}

.internal .block.note .description .text1 p,
.text1 {
    font-size: 16px;
    color: #444;
    font-weight: 400
}

.internal .block.banner .estilo .description a h3,
.internal .block.banner .estilo .description2 a h3,
.internal .block.note .estilo .description a h3,
.internal .block.note .estilo .description2 a h3,
input#open-menu:checked+.menu .lightbox>ul li.estilo {
    color: #a400ff
}

.block.banner .realities .description a h3,
.block.banner .realities .description2 a h3,
.block.note .realities .description a h3,
.block.note .realities .description2 a h3,
input#open-menu:checked+.menu .lightbox>ul li.realities {
    color: #ff7000
}

.block.banner .series .description a h3,
.block.banner .series .description2 a h3,
.block.note .series .description a h3,
.block.note .series .description2 a h3,
input#open-menu:checked+.menu .lightbox>ul li.series {
    color: #0094ff
}

.block.banner .teen .description a h3,
.block.banner .teen .description2 a h3,
.block.note .teen .description a h3,
.block.note .teen .description2 a h3,
input#open-menu:checked+.menu .lightbox>ul li.teen {
    color: #00a83c
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1.5rem 2rem
}

.img-logo,
.internal .block.note.gallery .description.description2 .slide img,
.social-h {
    margin: 0 auto
}

.lightbox .social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto
}

.social a {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    flex-shrink: 0;
    border-radius: 1rem;
    margin-right: 1rem;
    color: #fff
}

.social a.facebook {
    background: #4b76bd;
    position: relative
}

.social a.facebook:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') 5px -98px/395px no-repeat
}

.block.questions .btn-facebook:after {
    content: "";
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') 10px -95px/395px no-repeat
}

.social a.twitter {
    background: #00c6ff;
    position: relative
}

.social a.twitter:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -61px -100px/395px no-repeat
}

.social a.google-plus {
    background: #fb5245
}

.social a.instagram {
    background: #7b5541;
    position: relative
}

.social a.instagram:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -119px -101px/395px no-repeat
}

.social a.pinterest {
    background: #bd081c;
    position: relative
}

.social a.pinterest:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -175px -101px/395px no-repeat
}

.social-h a.facebook:after,
.social-h a.instagram:after,
.social-h a.pinterest:after,
.social-h a.twitter:after {
    width: 4rem;
    height: 4rem;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0
}

.search {
    width: 4.8rem;
    height: 4.8rem
}

.search label[for="open-search"] {
    width: 4.8rem;
    height: 4.8rem;
    background: url('//mobile.estrelando.com.br/images/sprite.png') -31px -298px no-repeat;
    display: block;
    margin-left: 0;
    text-align: right
}

.search label[for="close-search"] {
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -160px -1px/340px no-repeat
}

.social .close,
input#close-search i {
    width: 32.8rem;
    height: 4.8rem;
    background: url('//mobile.estrelando.com.br/images/sprite.png') 0 0/25rem no-repeat;
    display: block
}

input#open-search:checked+.search .lightbox h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: Rajdhani, sans-serif;
    color: #de004a;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem
}

input#open-search:checked+.search .lightbox form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem
}

.social-h,
.social-h a {
    display: flex;
    justify-content: center
}

input#open-search:checked+.search .lightbox form input[type="text"] {
    width: 26rem;
    height: 3rem;
    padding: .5rem;
    font-size: 16px
}

input#open-search:checked+.search .lightbox .social {
    margin-top: 10rem
}

input#open-search:checked+.search .lightbox form button {
    width: 4.8rem;
    height: 4.8rem;
    border: none;
    background: url('//mobile.estrelando.com.br/images/sprite.png') -31px -298px no-repeat;
    display: block
}

.social-h a.facebook,
.social-h a.google-plus,
.social-h a.instagram,
.social-h a.pinterest,
.social-h a.twitter {
    background: 0 0;
    position: relative
}

.social-h a.facebook:after {
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') 6px -124px/270px no-repeat
}

.social-h a.twitter:after {
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -39px -126px/270px no-repeat
}

.social-h a.instagram:after {
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -80px -126px/270px no-repeat
}

.social-h a.pinterest:after {
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -119px -126px/270px no-repeat
}

.social-h {
    align-items: center;
    padding: 6px;
    width: 232px
}

.social-h a {
    width: 39px;
    height: 39px;
    border: 1px solid #d2d2d2;
    color: #969595;
    align-items: center;
    float: left;
    margin-left: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 42px
}

.share,
.share.banner {
    justify-content: center
}

.text1 iframe,
.text1 img {
    width: 100%;
    margin: 0 auto
}

.menu .sandwich {
    width: 45px;
    height: 50px;
    display: block;
    background: 0 0
}

.menu .sandwich .fa-bars:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: block;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -114px -3px/165px no-repeat;
    top: 20px;
    left: 8px;
    font-size: 14px;
    position: absolute;
    color: #737373
}

.menu .sandwich:before {
    content: "MENU";
    display: inline-block;
    font-family: Rajdhani, sans-serif;
    font-weight: 400;
    font-size: 11.2pt;
    left: 23px;
    top: 18px;
    position: absolute
}

.menu .sandwich:after,
.share a.facebook:after,
.share a.twitter:after,
.share a.whatsapp:after {
    content: "";
    display: block;
    position: absolute
}

.menu .sandwich:after {
    width: 1rem;
    height: 1rem;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -410px -21px/430px no-repeat;
    color: #626262;
    font-size: 11px;
    left: 70px;
    top: 22px
}

.block.photo .slide {
    height: 100%
}

.share.banner {
    display: flex;
    padding-bottom: 10px;
    align-items: center
}

.text1 {
    text-align: left;
    margin-bottom: 15px
}

.text1 iframe:not(.instagram-media, #google_ads_iframe_/198073784, 10646962/estrelando/amp/m_middle_320x100_1_0) {
    height: 100%
}

#outbrain_widget_0 .AMP_1.ob-vertical-strip-layout .ob-widget-header {
    font-family: Rajdhani, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #a32246
}

#outbrain_widget_0 .AMP_1.ob-vertical-strip-layout .ob-rec-text {
    width: calc(94vw - 2rem);
    margin: -2rem auto 10px;
    background: #fff;
    font-family: Rajdhani, sans-serif;
    text-align: center;
    z-index: 9;
    position: relative;
    border-top: 3px solid #a32246;
    color: #a32246;
    padding: 10px
}

.publicidade {
    padding: 1rem 0;
    text-align: center
}

.content,
footer {
    background: #f1f1f1
}

#content h1 {
    font-family: Rajdhani, sans-serif;
    font-weight: 400;
    font-size: 2.3em;
    text-align: center
}

.banner .carousel-preview {
    text-align: center;
    margin: 0 0 2rem
}

.banner .carousel-preview button {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    background: #b2b2b2;
    border: none;
    padding: 0;
    margin-left: 1rem
}

.banner .carousel-preview button.selected {
    background: #ff1e63
}

.block.note {
    margin-top: 10px
}

.block.banner .description,
.block.note .description {
    width: calc(100vw - 2rem);
    height: 12.8rem;
    margin: -2rem auto 10px;
    background: #fff;
    text-align: center;
    z-index: 9;
    position: relative
}

.block.banner .description a h3 {
    height: auto;
    max-height: 84px;
    overflow: hidden
}

.block.banner .description a h3,
.block.banner .description h3,
.block.note .description a h3,
.block.note .description h3 {
    width: calc(100vw - 4rem);
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    margin: 1.2rem auto 0;
    color: #ff1e63
}

.block.banner .description p.limited {
    max-height: 34px;
    height: auto;
    overflow: hidden
}

.block.banner .description p,
.block.banner .description>a,
.block.note .description p,
.block.note .description>a {
    width: calc(100vw - 4rem);
    font-family: Arial;
    color: #626262;
    margin: 1.2rem auto 0
}

.block.banner .celebridades .description,
.block.banner .celebridades .description2,
.block.note .celebridades .description,
.block.note .celebridades .description2 {
    border-top: 3px solid #ff1e63;
    padding-bottom: 2px
}

.block.banner .estilo .description,
.block.banner .estilo .description2,
.block.note .estilo .description,
.block.note .estilo .description2 {
    border-top: 3px solid #a400ff
}

.block.banner .realities .description,
.block.banner .realities .description2,
.block.note .realities .description,
.block.note .realities .description2 {
    border-top: 3px solid #ff7000
}

.block.banner .series .description,
.block.banner .series .description2,
.block.note .series .description,
.block.note .series .description2 {
    border-top: 3px solid #0094ff
}

.block.banner .teen .description,
.block.banner .teen .description2,
.block.note .teen .description,
.block.note .teen .description2 {
    border-top: 3px solid #00a83c
}

.block.banner .videos .description,
.block.banner .videos .description2,
.block.note .videos .description,
.block.note .videos .description2 {
    border-top: 3px solid #ffbf00
}

.block.banner .videos .description a h3,
.block.banner .videos .description2 a h3,
.block.note .videos .description a h3,
.block.note .videos .description2 a h3 {
    color: #ffbf00
}

.block.banner .especiais .description,
.block.banner .especiais .description2,
.block.note .especiais .description,
.block.note .especiais .description2 {
    border-top: 3px solid #00d0bb
}

.block.banner .especiais .description a h3,
.block.banner .especiais .description2 a h3,
.block.note .especiais .description a h3,
.block.note .especiais .description2 a h3 {
    color: #00d0bb
}

.block.banner .instagram .description,
.block.banner .instagram .description2,
.block.note .instagram .description,
.block.note .instagram .description2 {
    border-top: 3px solid #8b0521
}

.block.banner .instagram .description a h3,
.block.banner .instagram .description2 a h3,
.block.note .instagram .description a h3,
.block.note .instagram .description2 a h3 {
    color: #8b0521
}

.block.note .description {
    height: auto;
    margin-bottom: 22px
}

.share {
    display: flex;
    align-items: center;
    margin: 1.5rem 0
}

.share a:last-child {
    margin-right: 0
}

.share a {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    flex-shrink: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 1rem;
    color: #fff
}

.share a.facebook {
    border-color: #5a75b9;
    color: #5a75b9;
    position: relative
}

.share a.facebook:after {
    width: 4rem;
    height: 4rem;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') 7px 0/260px no-repeat
}

.share a.twitter {
    border-color: #6fc5fd;
    color: #6fc5fd;
    position: relative
}

.share a.twitter:after {
    width: 4rem;
    height: 4rem;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -37px 0/260px no-repeat
}

.share a.whatsapp {
    border-color: #5a9c29;
    color: #5a9c29;
    position: relative
}

.share a.whatsapp:after {
    width: 4rem;
    height: 4rem;
    top: 0;
    left: 0;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -75px 0/260px no-repeat
}

.share a.google-plus {
    border-color: #db5347;
    color: #db5347
}

.share a.pinterest {
    border-color: #bd081c;
    color: #bd081c
}

.share a.email {
    border-color: #6d6d6d;
    color: #6d6d6d
}

.block.news {
    background: #fff;
    padding: 1rem 0;
    min-height: 66rem
}

.block.news .list {
    width: calc(100vw - 2rem);
    margin: 0 auto;
    position: relative
}

.block.news .list .controls {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.block.news .list input[name="news"]+label+div {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5rem
}

.block.news .list input[name="news"]:checked+label {
    background: #fff;
    color: #595351
}

.block.news .list input[name="news"]:checked+label+div {
    opacity: 1
}

.block.news .list label {
    width: 50vw;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #f1f1f1;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #cb1753;
    position: absolute
}

.block.news .list label[for="mais-lidas"] {
    top: 0;
    left: 0
}

.block.news .list label[for="ultimas"] {
    top: 0;
    right: 0
}

.block.news .list ul li:last-child {
    border-bottom: none
}

.block.news .list ul li {
    border-bottom: 1px solid #eeeef0;
    height: 81px;
    padding: 12px 0 18px
}

.block.news .list ul li a {
    height: 81px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.paginacao ul li a.next:after,
.paginacao ul li a.prev:after {
    content: "";
    width: 1rem;
    height: 2rem;
    color: #626262;
    font-size: 11px;
    top: 0
}

.block.news .list ul li a .image {
    width: 81px;
    height: 81px;
    border-right: 1px solid #cb1753
}

.block.news .list ul li a .description {
    width: calc(100vw - 12rem);
    height: 81px;
    margin: .6rem auto
}

.block.news .list ul li a .description p {
    font-family: Arial;
    font-size: 12px;
    color: #383838;
    margin: 0
}

.block.news .list ul li a .description .text {
    height: 6rem;
    margin-bottom: 5px;
    overflow: hidden
}

.block.news .list ul li a .description .time {
    text-align: right;
    font-family: Arial;
    font-size: 11px;
    color: #a4a4a4
}

.block.news .list .button {
    width: calc(100vw - 2rem);
    height: 51px;
    line-height: 51px;
    font-size: 24px;
    text-align: center;
    font-family: Arial;
    color: #fff;
    background: #de004a;
    display: block
}

.block.photo {
    background: #fff;
    padding: 1rem 0
}

.block.photo h3,
.maislidas-title {
    width: calc(100vw - 2rem);
    margin: 0 auto 1.1rem;
    font-family: Rajdhani, sans-serif;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: .5rem
}

.block.photo .slide {
    width: calc(100vw - 2rem);
    margin: 0 auto 9px;
    position: relative;
    display: block
}

.block.photo .slide img,
.comentario-facebook {
    width: 100%
}

.block.photo .slide img {
    height: 100%;
    object-fit: cover;
}

.block.photo .hero-slider .carousel-cell .slide {
    max-height: 45vh;
}

.slide .rotate-image {
    width: 100%;
    height: auto
}

.block.photo .slide .description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: rgba(27, 27, 27, .5)
}

.block.photo .slide .description p {
    margin: 0;
    font-family: Arial;
    font-weight: 600;
    font-size: 12px;
    color: #fff
}

.internal .menu {
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.internal .block.note .description {
    height: auto;
    padding-bottom: 1rem
}

.internal .block.note .description p {
    font-weight: 700;
    font-size: 15px;
    color: #444
}

.internal .block.note .description h3 {
    font-size: 20px;
    color: #a32246
}

.internal .block.note .description .date {
    color: #a0a0a0;
    font-size: 10px
}

.internal .block.note .description .text {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    margin-bottom: 25px
}

.block.questions {
    width: 100vw;
    height: auto;
    background: #fff;
    clear: both;
    padding: 10px 0
}

.block.questions a img {
    width: 100%;
    height: 100%
}

.block.questions a {
    width: calc(100vw - 2rem);
    height: 393px;
    display: block;
    margin: 0 auto;
    position: relative
}

.block.questions a .description {
    width: 13rem;
    position: absolute;
    bottom: 6rem;
    right: 1.5rem;
    z-index: 88;
    text-align: right
}

.block.questions a .description h3 {
    font-size: 25px;
    font-family: Rajdhani, sans-serif;
    color: #de004a;
    font-weight: 700;
    margin: 10px 0
}

.block.questions a .description p {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    color: #5f5c59
}

.block.questions .btn-facebook {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 50%;
    background: #de004a;
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    z-index: 88;
    display: flex;
    justify-content: center;
    align-items: center
}

.block.questions a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    background-image: url('https://www.estrelando.com.br/images/triangle-quiz.png');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.block.survey {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem
}

.block.survey h3 {
    padding: 0 1rem;
    font-family: Rajdhani, sans-serif;
    font-size: 16px;
    color: #dc1470;
    text-transform: uppercase
}

.block.survey h2 {
    padding: 0 1rem;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    color: #7a7e8a
}

.block.survey form {
    position: relative
}

.block.survey .line {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.block.survey .line input[type="radio"]:checked+label.radio,
.internal .block.note.gallery.quiz .line input[type="radio"]:checked+label.radio {
    background: #ff004e;
    border: 1px solid #ff004e
}

.block.survey .line .radio {
    border: 1px solid #747474;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: relative
}

.block.survey .line-buttons input[type="button"],
.block.survey .line-buttons input[type="submit"] {
    background: #e4e4e4;
    color: #de004a;
    border: none;
    font-weight: 700
}

.block.survey .line .description {
    width: 24rem;
    font-family: Arial;
    font-size: 16px;
    color: #7a7e8a
}

.block.survey .line-buttons .button,
.block.survey .line-buttons input[type="button"],
.block.survey .line-buttons input[type="submit"] {
    width: 50%;
    height: 4.6rem;
    line-height: 4.6rem;
    text-align: center;
    font-size: 16px;
    font-family: Arial
}

.block.survey .line-buttons {
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.block.survey .line-buttons .button {
    background: #de004a;
    color: #fff
}

.block.survey .line-buttons input[type="button"] {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

.block.survey input#see-result:checked+.result {
    display: block;
    transition: 0.5s
}

.block.survey .result {
    width: 100%;
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.block.survey .result .radio {
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ff004e;
    border: none
}

.internal .block.note.gallery #carousel-with-preview .description.description2 .text {
    height: 19rem
}

.internal .block.note.gallery #carousel-with-preview .description.description2 {
    height: 34rem
}

.internal .block.note.gallery.quiz>div .description.description2 h3 {
    margin: 2rem auto;
    color: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem
}

.internal .block.note.gallery.quiz>div .description.description2 h2 {
    width: calc(100vw - 4rem);
    font-size: 26px;
    text-align: left;
    margin: 3rem auto 1rem;
    color: #fff;
    font-family: Rajdhani, sans-serif
}

.internal .block.note.gallery.quiz>div .description.description2 h2 span {
    color: #ff004e
}

.internal .block.note.gallery.quiz .line {
    height: auto;
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.internal .block.note.gallery.quiz .line .radio {
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: relative
}

.internal .block.note.gallery.quiz .line .textdescription {
    width: 24rem;
    font-family: Arial;
    font-size: 16px;
    text-align: left;
    color: #fff
}

.internal .block.note.gallery.ranking .description.description2 .counter {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    margin: 1rem auto;
    border: .5rem solid #4d4d4d;
    border-radius: 50%;
    background: #fff;
    color: #4d4d4d;
    position: absolute;
    top: -4rem;
    right: 6rem
}

.internal .block.note.gallery.ranking .description.description2 .share {
    margin: 4.5rem 0 1.5rem
}

.internal .block.note.gallery>div {
    margin-top: 1.5rem
}

.internal .block.note.gallery>div>.description {
    border-top: none;
    padding-top: .5rem
}

.internal .block.note.gallery>div>.description h3,
footer .footer-logo p {
    margin-top: 0
}

.internal .block.note.gallery .carousel-preview {
    width: calc(100vw - 2rem);
    height: 10rem;
    margin: 0 auto;
    background: #4d4d4d
}

.internal .block.note.gallery #carousel-thumb {
    width: 30rem;
    overflow: hidden;
    position: relative
}

.internal .block.note.gallery #carousel-thumb button:first-child,
.paginacao ul li:first-child {
    margin-left: 0
}

.internal .block.note.gallery #carousel-thumb button {
    height: 10rem;
    border: none;
    padding: 0;
    margin-left: 3px;
    background: #4d4d4d
}

.internal .block.note.gallery #carousel-thumb button span {
    width: 98px;
    height: 100px;
    position: relative;
    display: block
}

.internal .block.note.gallery #carousel-thumb button.selected span:after {
    content: "";
    width: 94px;
    height: 96px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #dd0049;
    z-index: 99
}

.internal .block.note.gallery .description.description2 {
    background: #4d4d4d
}

.internal .block.note.gallery .description.description2 .counter {
    width: 100%;
    height: 3rem;
    margin: 1rem 0;
    text-align: center;
    font-family: Rajdhani, sans-serif;
    font-size: 28px;
    color: #969696
}

.internal .block.note.gallery .description.description2 .counter span {
    color: #db2361
}

.internal .block.note.gallery .description.description2 .text {
    color: #fff;
    line-height: 22px;
    height: 15rem;
    overflow: scroll
}

.internal .block.note.gallery .description.description2 .share {
    border-bottom: 1px solid #595959;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.internal .block.note.gallery .description.description2 .share .email {
    color: #bfbfbf;
    border-color: #bfbfbf
}

footer .social a {
    border-radius: 10rem;
    margin: 0 .7rem
}

footer .footer-logo .logo {
    margin-left: 1rem;
    filter: grayscale(1)
}

footer .footer-logo .gray-block {
    width: 100%;
    height: 10rem;
    background: #bebebe;
    margin-bottom: -7.2rem
}

footer .footer-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    color: #434343;
    font-size: 1.4rem
}

footer .footer-logo span {
    width: 3.5rem;
    height: 3rem;
    background: url('//mobile.estrelando.com.br/images/sprite.png') -147px -309px no-repeat;
    display: block;
    margin-left: 1rem
}

footer .footer-menu {
    background: #fff;
    border-top: 3px solid #bebebe
}

footer .footer-menu a {
    height: 4.5rem;
    line-height: 4.5rem;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    display: block;
    padding-left: 2rem;
    margin: 0 4rem;
    position: relative
}

footer .footer-menu a:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    border-bottom: 1px dotted #dadada;
    bottom: 0;
    left: -4rem
}

footer .footer-menu a:before {
    content: "☆";
    width: 13px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

footer .copyright {
    font-family: Arial;
    font-size: 1.4rem;
    color: #434343;
    background: #f1f1f1;
    text-align: center;
    border-bottom: 14px solid #bebebe
}

footer .copyright p {
    line-height: 4.5rem;
    margin: 0
}

footer .copyright p:first-child {
    border-bottom: 1px dotted #cecece;
    line-height: 4rem;
    text-align: center
}

footer .copyright p:first-child>a {
    margin-left: .4rem;
    position: relative;
    top: .4rem
}

@media screen and (max-width:321px) {
    .block.banner #carousel-with-preview {
        height: 370px
    }
    .block.banner .description {
        height: 179px
    }
    .block.questions a {
        height: 300px
    }
    input#open-menu:checked+.menu .lightbox>ul>li h3 {
        font-size: 3rem;
        margin-bottom: 0
    }
    input#open-menu:checked+.menu .lightbox>ul>li a {
        font-size: 3rem
    }
    .social {
        margin: 0 0 1.5rem
    }
    .lightbox .social {
        margin: 3rem auto 1rem
    }
    .block.banner .carousel-preview {
        margin-top: 1rem
    }
    .block.survey .line .description {
        width: 24rem
    }
    .block.questions a .description {
        bottom: 2rem
    }
}

.formulario .enviar,
.formulario .limpar {
    width: 95%;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 9px
}

@media (min-width:359px) {
    #carousel-with-preview.galeria-noticia-interna {
        height: 585px
    }
    .internal .block.note.gallery #carousel-with-preview.galeria-noticia-interna .description.description2 {
        height: 15rem
    }
    .internal .block.note.gallery #carousel-with-preview.galeria-noticia-interna .description.description2 .text {
        height: 10rem
    }
    .block.banner .description {
        height: 165px
    }
    .block.questions a {
        height: 342px
    }
}

@media (min-width:374px) {
    .block.questions a {
        height: 355px
    }
    .block.banner .description {
        height: 150px
    }
    header {
        justify-content: space-between
    }
    .lightbox .social {
        justify-content: center
    }
    .lightbox>ul {
        width: calc(100vw - 8rem);
        margin: 0 auto
    }
    input#open-search:checked+.search .lightbox h3 {
        width: calc(100vw - 8rem);
        margin: 0 auto 1rem
    }
    input#open-search:checked+.search .lightbox form {
        width: calc(100vw - 8rem);
        margin: 0 auto 2rem
    }
    .block.photo .slide .description p {
        font-size: 14px;
        color: #fff;
        padding-left: 6px;
        padding-right: 5px
    }
    .internal .block.note.gallery .carousel-preview {
        text-align: center
    }
    .internal .block.note.gallery .description.description2 .text {
        height: 15rem
    }
    .block.survey .line .description,
    .internal .block.note.gallery.quiz .line .textdescription {
        width: 28rem
    }
    .internal .block.note.gallery.ranking .description .text {
        height: 23rem
    }
}

.paginacao,
.paginacao ul {
    width: 100%;
    text-align: center
}

@media (min-width:413px) {
    .block.banner .description {
        height: 160px
    }
    .block.questions a {
        height: 393px
    }
    .block.questions .description {
        width: 20rem
    }
    .lightbox .social {
        justify-content: center
    }
    .internal .block.note.gallery.ranking .description.description2 .text {
        height: 27rem
    }
    .internal .block.note.gallery .description.description2 .text {
        height: 15rem
    }
    .block.survey .line .description {
        width: 32rem
    }
}

.paginacao ul,
.paginacao ul li {
    justify-content: center;
    display: flex
}

.paginacao {
    margin: 0 auto 37px;
    padding: 8px
}

.caixa-select,
.caixa-texto,
.caixa-texto-area {
    width: 94%;
    background: #ecebeb;
    margin-bottom: 7px;
    font-family: arial;
    color: #737373;
    border: 0
}

#consentDialog .consentPopup p,
.text-anuncio {
    text-align: left
}

.paginacao a {
    padding: 5px;
    margin: 0 10px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 16px
}

.paginacao ul {
    font-family: Arial;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap
}

.paginacao ul li {
    width: 30px;
    height: 30px;
    background: #ccc;
    margin-left: 10px;
    align-items: center
}

.paginacao ul li a.next,
.paginacao ul li a.prev {
    color: #f73a6e;
    padding: 0;
    position: relative
}

.paginacao ul li a.prev:after {
    display: block;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -481px -87px/566px no-repeat;
    left: 0;
    position: absolute
}

.paginacao ul li a.next:after {
    display: block;
    background: url('//mobile.estrelando.com.br/images/sprite_12.webp') -480px -26px/566px no-repeat;
    left: 0;
    position: absolute
}

.paginacao ul li a {
    color: #fff;
    font-weight: 700
}

.paginacao ul li a.hover,
.paginacao ul li a:hover {
    color: #f73a6e
}

.regra-comentario {
    font-family: arial;
    font-size: 12px
}

.caixa-texto {
    height: 27px;
    text-indent: 9px
}

.caixa-select {
    height: 27px;
    text-indent: 5px
}

.caixa-texto-area {
    height: 107px;
    text-indent: 9px
}

.formulario .limpar {
    border: 0;
    background: #666;
    color: #fff
}

.formulario .enviar {
    border: 0;
    background: #bd1c46;
    color: #fff
}

.formulario {
    margin-top: 8px
}

:root {
    --space-1: .5rem
}

#my-app-banner {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: var(--space-1)
}

#my-app-banner .banner-text {
    flex: 1;
    margin: 0 var(--space-1)
}

#my-app-banner button {
    border: none;
    background: 0 0;
    -webkit-appearance: none;
}

.internal .block.note .description>p>span {
    font-size: 12px;
    color: #a32246
}

.internal .block.note .description a {
    color: #a32246
}

#consentDialog {
    position: fixed;
    bottom: 246px;
    left: 0;
    overflow: hidden;
    background: #ccc;
    opacity: .88;
    width: 100%;
    z-index: 2147483645;
    font-family: Rajdhani, sans-serif;
    height: auto
}

#consentDialog .consentPopup {
    padding: 9px;
    text-align: center
}

#consentDialog .dismiss-button {
    float: right;
    color: #ff1e63;
    display: none
}

#consentDialog .consentPopup button {
    border: 0;
    background: #4caf50;
    padding: 3px 12px;
    color: #fff;
    position: relative;
    margin: 0 auto 15px
}

.text-anuncio {
    position: relative;
    display: grid;
    justify-content: center
}

.text-anuncio:before {
    content: "Anúncio";
    position: relative;
    font-family: Rajdhani, sans-serif;
    color: #be1b46;
    background: #fff;
    padding: 3px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px
}

.paginacao.paginacao-ultimas a {
    background: #ff1e63;
    padding: 10px 20px
}

.notas-creditos {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -1.3%;
    font-size: 12px
}

.etiqueta-creditos,
.notas-creditos {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif
}

.ultimas-button,
.ultimas-title {
    text-align: center;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif
}

.description.description2 .foto-credito {
    position: absolute;
    top: 2%;
    left: 1%
}

.description.description2 .foto-credito a.tooltip-insta .tp-item-ig {
    color: #fff
}

.tooltip-insta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff004e;
    border-radius: .6rem;
    padding: .8rem;
    cursor: pointer;
    color: #fff
}

.tooltip-insta::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #ff004e;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(.68, -.55, .265, 1.55)
}

.tp-item-ig {
    display: flex;
    align-items: center;
    margin: 0 .4rem;
    font-weight: 300
}

.foto-credito {
    display: block;
    bottom: -2.7rem;
    left: -12rem
}

.ultimas-title {
    width: 100vw;
    font-weight: 700;
    color: #cb1753;
    font-size: 20px
}

.ultimas-button {
    width: 90%;
    display: block;
    margin: 0 auto;
    background-color: #cb1753;
    padding: 1rem 0;
    font-weight: 800;
    color: #fff
}

.block.note .celebridades a img {
    width: 100%
}

#cookie-bar {
    display: none;
    position: fixed;
    bottom: 246px;
    left: 0;
    overflow: hidden;
    background: #ccc;
    opacity: .88;
    width: 100%;
    z-index: 99999;
    font-family: Rajdhani, sans-serif;
    height: auto;
    padding: 20px 9px;
    font-size: 14px
}

#cookie-bar .message {
    display: block;
    text-align: left;
    padding-bottom: 16px
}

#cookie-bar .confirme-cb {
    border: 0;
    background: #4caf50;
    padding: 3px 12px;
    color: #fff;
    position: relative;
    margin: 0 auto 15px;
    text-align: center;
    font-family: Rajdhani, sans-serif
}

.agree-button {
    text-align: center;
    margin-left: -9px
}

.box-image-container {
    display: block;
    min-height: 280px
}

body.internal {
    overflow-x: hidden
}

.iframe-truvid {
    background-image: url(https://cnt.trvdp.com/truvid_default/640X480.jpg);
    width: 100%;
    height: 232px;
    margin: 10px 0;
    background-position: center;
    background-size: cover
}

.img-responsive {
    max-width: 100%
}

.flying-carpet {
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    margin: 10px 0
}

.flying-carpet .content {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px
}

.block.banner .description {
    min-height: 13rem;
    height: auto !important;
    max-height: 200px
}

.block.photo .description {
    margin-bottom: 0;
    width: 95%;
    min-height: 1rem
}

.internal .content .block.note .img-responsive {
    width: 100%
}

/* RESPONSIVO */

@media screen and (min-width: 768px) {
	.show-desktop{
		display: block;
	}

	.show-mobile{
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.show-desktop{
		display: none;
	}

	.show-mobile{
		display: block;
	}
}