/* General Reset */ body, html { margin: 0; } /* Bloco Slider */ body.postid-12062673 .block-slider { .carousel { .block-slides__img { max-height: 720px; } .block-slides__link { bottom: 30%; } .carousel__activator:nth-of-type(n) { bottom: 50%; } } .block-slides__title::before { width: 95%; } } body.postid-12062673 .block-slides__title::before { box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.8); } body.postid-12062673 h3.block-slides__title, body.postid-12062673 p.block-slides__excerpt { text-shadow: #000 1px 0 30px; } @media (max-width: 991px) { body.postid-12062673 .block-slider { .carousel { .carousel__activator:nth-of-type(n) { bottom: 20% !important; } } } body.postid-12062673 .block--columnists figure { justify-content: left; } } /* Ajusta margens para quando o Leaderboard estiver no meio da página */ body.postid-12062673 .ad__area.ad__area--header:first-of-type { margin: 32px 0 0 0; } /* Ajustes para blocos FAQ e Calendário */ body.postid-12062673 .cnn-faq-container { max-height: 250px; } body.postid-12062673 .atcb-button>.atcb-icon, .atcb-button.atcb-active::after { background-color: #15803D !important; } body.postid-12062673 .cnn-faq-container .cnn-toggle-answer::before, .cnn-faq-container .cnn-toggle-answer::after { background: #15803D !important; } @media (min-width: 992px) { body.postid-12062673 .block__card.limit__scroll { max-height: 275px; } body.postid-12062673 .block__card { min-height: 250px; } } /* Barra de scroll - Calendário Eleitoral */ #block12390609 .block__card.limit__scroll::-webkit-scrollbar { width: 4px; } #block12390609 .block__card.limit__scroll::-webkit-scrollbar-thumb { background-color: #15803D; border-radius: 2px; } #block12390609 .block__card.limit__scroll::-webkit-scrollbar-track { background-color: var(--clr-cnn-grey-1); } /* Barra de scroll - FAQ Eleitoral */ #block12390680 .block__card.limit__scroll::-webkit-scrollbar { width: 4px; } #block12390680 .block__card.limit__scroll::-webkit-scrollbar-thumb { background-color: #15803D; border-radius: 2px; } #block12390680 .block__card.limit__scroll::-webkit-scrollbar-track { background-color: var(--clr-cnn-grey-1); } /* Ajuste no Accent Color para a COP30 */ body.postid-12062673 .accent--national, body.postid-12062673 .accent--tech { --accent-color: #15803D; } /* Ajusta margem para o bloco COP30 - Countdown */ section#block12448154 { margin: 24px 0; } /* Avaliar após implementação */ @media (max-width: 991px) { section#block12448154 .container { max-width: 100% !important; padding-left: 0; padding-right: 0; } section#block12448154 { margin: 64px -24px 24px -24px; } } /* General Styles */ .cnn-cop30__top { background: url(https://.cnnbrasil.com.br/wp-content/s/sites/12/2025/03/cop30_background_header_v5.png) no-repeat center / cover; width: 100%; height: 130px; display: flex; justify-content: center; align-items: center; color: #fff; transition: all 0.3s; } .cnn-cop30__top__logo { float: right; max-height: 120px; } .cnn-cop30__top__box { display: inline-block; } .cnn-cop30__top__box--left { padding-right: 16px; width: 305px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; } .cnn-cop30__top__box--right { /* padding-left: 16px; */ padding-left: 80px; /* Next */ width: 305px; position: relative; } .cnn-cop30__top__countdown { color: #000; font-family: "CNN Sans Display"; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: 0.16px; display: flex; gap: 8px; } /* Countdown Styles */ .countdown { font-family: 'CNN Sans Display', sans-serif; color: var(--Neutral-800, #262626); margin: 0 auto; max-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; position: absolute; } .countdown__timer { display: flex; justify-content: center; gap: 16px; max-width: 305px; transition: all 0.3s; } .countdown__text { width: 305px; height: 32px; border-radius: 4px; background: var(--Neutral-White, #FFF); display: flex; justify-content: center; align-items: center; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); opacity: 0.8; } .countdown__text p { color: var(--Neutral-800, #262626); font-family: "CNN Sans Display"; font-size: 14px; font-weight: 700; line-height: normal; letter-spacing: 0.14px; text-align: center; } .countdown__card { width: 94px; height: 76px; border: 1px solid #fff; border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); opacity: 0.8; } .countdown__card__number { font-size: 32px; font-weight: 900; line-height: 45px; } .countdown__card__text { font-size: 14px; font-weight: 400; line-height: 20px; text-transform: capitalize; } .countdown__card--seconds { display: none; } /* Media Queries */ @media (max-width: 500px) { .cnn-cop30__top__logo { max-height: 100px; } } @media (max-width: 768px) { .cnn-cop30__top { background: url(https://.cnnbrasil.com.br/wp-content/s/sites/12/2025/03/cop30_background_header_mobile_v5.png) no-repeat center / cover; flex-wrap: wrap; height: 292px; } .cnn-cop30__top__box--left { width: auto; /* margin-top: 32px; */ margin-top: 0; /* Next */ padding-right: 0; order: 1; } .cnn-cop30__top__box--right { position: relative; display: flex; justify-content: center; padding-left: 0; transition: all 0.3s; /* top: 30px; */ top: 0; /* Next */ scale: 0.8; /* Next */ } .countdown { bottom: 0; scale: 0.85; } .countdown__timer { max-width: 375px; margin: 0 0 24px; min-height: 78px; } } @media (min-width: 768px) and (max-width: 1030px) { .countdown { flex-direction: column; gap: 16px; height: fit-content; top: 30px; } } @media (max-width: 991px) { section#block12075938 { padding-left: 0 !important; padding-right: 0 !important; } }
A COP 30 começa em