/* Cor menu Lifestyle */ .menu__editorials .menu-item.lifestyle { --accent-color: var(--clr-style); } /* Bloco de Busca - V&G */ section.search_categories { padding: 32px 0 50px; color: var(--white); background-color: #000 !important; margin-bottom: 48px; } .search_categories__items { text-align: center; margin-bottom: 16px; } .search_categories__items input { position: absolute; visibility: hidden; } .search_categories__items input:checked+span { background: white; color: var(--clr-viagem); border-radius: 4px; } .search_categories__items span { padding: 4px 8px; cursor: pointer; margin: 0 8px; transition: .2s ease; font-size: 14px; line-height: 20px; letter-spacing: 0.8px; color: white } .search_categories__items span:hover { text-decoration: underline; } .search_categories__items label { line-height:34px; } .search_categories__items--mobile { display: none; } .special__search_bar { display: flex; justify-content: center; } .search_bar__button { background: var(--clr-viagem); cursor: pointer; padding: 8px 16px; border: none; height: 37px; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -ms-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; } .search_bar__input { border: none; width: 100%; max-width: 925px; padding: 0 32px; font-size: 14px; letter-spacing: .2px; height: 36px; border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -ms-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; } @media (max-width: 1180px) and (min-width: 991px) { .search_categories { padding: 0; } } .search-results span { display: none; } body > div.site__content > section > div > div.posts.col__list > h1 > strong:nth-child(3):before { position: relative; content: 'na categoria '; color: var(--clr-cnn-grey-4); font-weight: 600; } /* Hot-Fix para blocos antigos*/ .home__category { margin: 0 0 32px -16px !important; background-color: transparent !important; } .slider__item { transform: none !important; visibility: visible !important; } .block--cnn-block-slider .slide__img { filter: brightness(0.8); -webkit-filter: brightness(0.8); } .block--coringa .home__title__image{ padding-top: 0; } /* Bloco vídeos - mobile */ @media (max-width: 590px) { .home .section_videos_home{ min-width: 100%; margin-left: 0; } } /* Oculta título - Bloco de vídeos */ body.page-id-108693 span.splide__gallery__button__title { display: none; } /* Título dos blocos - mobile 991px*/ @media (max-width: 991px) { .site__content .home__category, .site__content .list__business .home__category { font-size: 40px; } } /* Título dos blocos - mobile 590px */ @media (max-width: 590px){ .home__category { white-space: normal; } .section_videos_home h2.section_title{ color:#fff; } .section_videos_home h2.section_title.home__category:after{ background: linear-gradient(180deg, var(--wp--preset--color--white) calc(100% / 3), #fafafa00 calc(100% / 3), #fafafa00 66%, var(--wp--preset--color--white) calc(100% / 3)); } section#block108684 h2.section_title.home__category { margin: 0 auto 32px 16px; } } @media (max-width: 700px){ .site__content { margin-top: 20px; } }