@font-face { font-family: "Lato-Regular"; src: url('https://statics.estadao.com.br/s2016/portal/font/lato/regular/lato-regular.woff2?') format('woff2'), url('https://statics.estadao.com.br/s2016/portal/font/lato/regular/lato-regular.woff') format('woff'), url('https://statics.estadao.com.br/s2016/portal/font/lato/regular/lato-regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Lato-Bold'; src: url('https://statics.estadao.com.br/s2016/portal/font/lato/bold/lato-bold.woff2?') format('woff2'), url('https://statics.estadao.com.br/s2016/portal/font/lato/bold/lato-bold.woff') format('woff'), url('https://statics.estadao.com.br/s2016/portal/font/lato/bold/lato-bold.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: "EstadoHeadlineBold"; src: url('https://statics.estadao.com.br/s2016/portal/font/estado/bold/estadoheadline-bold.woff2') format('woff2'), url('https://statics.estadao.com.br/s2016/portal/font/estado/bold/estadoheadline-bold.woff') format('woff'), url('https://statics.estadao.com.br/s2016/portal/font/estado/bold/estadoheadline-bold.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: normal; color: #000; background-color: #fff; padding: 0 16px; } figure { margin: 0; } ul { list-style-type: disc; padding: 0px 30px 30px 20px; } } button { border: none; background: none; padding-left: 0; } a { color: #2575e8; text-decoration: none; } h1 { color: #000; font-family: "EstadoHeadlineBold",Georgia,arial; font-size: 30px; line-height: 32px; } h2 { font: normal 17.8px/normal Georgia; } .container { max-width: 710px; margin: 0 auto; } h4{ margin-bottom: 10px; } li { list-style: disc; margin-bottom: 20px; } .ads-container { background-color: transparent; padding: 8px; margin: 0 auto 30px; width: auto; max-width: 320px; } .ads-container.show-ads-placeholder { background-color: #f5f5f5; } .ads-container span { font-size: 12px; margin: 0; padding-bottom: 6px; color: #8c8c8c; opacity: 0; display: inline-block; } .ads-container.show-ads-placeholder span { opacity: 1; } .background { z-index: 19; width: 100%; height: 100%; overflow-y: unset; display: flex; justify-content: center; align-items: center; margin: 0; border: 0; padding: 0; box-sizing: border-box; position: fixed; top:0; left:0; } .blur { width: 100%; height: 100%; background-color: rgba(0, 0, 0, .0); animation-name: blurtransition; animation-duration: 2s; animation-iteration-count: 1; animation-fill-mode: forwards; } html:has(#softwall) { overflow: hidden; } html:has(#softwallCadastrado) { overflow: hidden; } .head-navbar--container{ z-index: 20; } .head-navbar--bg-overlay-wrapper{ z-index: 20; } .modal{ display:none; margin: auto; width: 100%; bottom: 0px; transform: translateY(100%); position: fixed; display: flex; flex-direction: column; justify-content: center; align-items: center; line-height: 1.5; border-radius: 10px; box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.16); font-family: 'Lato-Regular'; background-color: #f9f9f9; animation-name: slidesoftwall; animation-duration: 2s; animation-iteration-count: 1; animation-fill-mode: forwards; } .spaceOffers{ color: white; width: 67%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer-modal{ padding: 0; width: 100%; margin-bottom: 0; border-radius: 0 0 10px 10px; background-color: #e0e0e0; height: 30px; display: flex; justify-content: center; align-items: center; margin-top: 18px; } .finally-button{ background-color: #529c3f; text-transform: uppercase; border: none; border-radius: 5px; color: white; margin-top: 10px; cursor: pointer; width: 100%; padding:12px; } .offer{ background-color: #2575e8; border-radius: 10px; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; padding:12px; box-sizing: border-box; text-align: center; } .initial-text{ color: black; font-weight: 600; font-style: italic; font-size: 16px; text-align: center; margin: 15px 0; } .best-discount{ margin-bottom: 0; } @media(max-height:750px) and (max-width:400px) { .spaceOffers{ width: 75%; } } @media (max-width:500px) and (min-width:390px) { .spaceOffers{ width: 75%; } } @media(max-width:390px){ .spaceOffers{ width: 75%; } } @keyframes slidesoftwall { 0% { transform: translateY(100%); } 100% { transform: translateY(0%); } } @keyframes blurtransition { 0% { background-color: rgba(0, 0, 0, .0); } 100% { background-color: rgba(0, 0, 0, .7); } } :root { --color-primary: #005AF0; --space-1: .5rem; /* 8px */ --space-4: 2rem; /* 32px */ } /* Styles for the flex layout based tabs */ amp-selector[role=tablist].tabs-with-flex { display: flex; flex-wrap: wrap; } amp-selector[role=tablist].tabs-with-flex [role=tab] { flex-grow: 1; } amp-selector[role=tablist].tabs-with-flex [role=tab][selected] { outline: none; } amp-selector[role=tablist].tabs-with-flex [role=tab] { display: none; width: 100%; order: 1; /* must be greater than the order of the tab buttons to flex to the next line */ } amp-selector[role=tablist].tabs-with-flex [role=tab][selected] + [role=tab] { display: block; } /* Styles for the selector based tabs */ amp-selector[role=tablist].tabs-with-selector { display: flex; } amp-selector[role=tablist].tabs-with-selector [role=tab][selected] { outline: none; } amp-selector[role=tablist].tabs-with-selector { display: flex; } amp-selector.tabs [role=tab] { display: none; } amp-selector.tabs [role=tab][selected] { outline: none; display: block; } amp-selector[role=tablist] [role=tab][selected] + [role=tab] { display: block; } .navbar-offcanvas-nav ul { padding-left: 12px; } .navbar-header-estadao { margin: 0 -16px; padding: 10px 16px 5px 16px; background-color: #2575e8; } .hamburguer { position: relative; z-index: 10; background: none; border: none; cursor: pointer; padding: 0; margin-right: 12px; outline: none; margin-top: 5px; } .hamburguer span { border-top: 3px solid #FFF; width: 20px; margin-bottom: 3px; display: block; } .logo-link { margin-left: 10px; } .logo-link amp-img { filter: brightness(0) invert(1); } .navbar-content .group{ display: inline-flex; align-items: center; } .navbar-content { margin: 0 auto 5px; display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 710px; } .navbar-offcanvas-header { display: inline-flex; align-items: center; gap: 20px; padding: 12px; } .button-assine { padding: 12px; text-align: center; } .navbar-offcanvas-nav-sub svg { width: 10px; color: #333; transform: translateY(2px); margin-left: 2px; } .navbar-offcanvas-nav-sub li, .navbar-offcanvas-nav li{ margin: 5px 0; } .navbar-offcanvas-nav-sub a, .navbar-offcanvas-nav a{ color: #333; } nav.navbar-offcanvas-nav-sub { margin: 10px 0; } nav.navbar-offcanvas-nav-sub nav { margin-left: 10px; } .authors-info { width: 100%; margin-bottom: 30px; font-size: 14px; line-height: 1.4; } .authors-names { margin-bottom: 5px; font-weight: bold; } .share-container { width: fit-content; display: flex; align-items: center; justify-content: center; margin: 0 0 20px 0; } .share-container p { font-size: 14px; color: #5a5a64; line-height: 19.6px; font-family: 'Lato-Regular'; margin-right: 8px; } .share-wrapper { display: flex; align-items: center; justify-content: center; } .share-wrapper a { margin: 0 4px; width: 32px; height: 32px; display: flex; background-color: #2575e8; justify-content: center; align-items: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } #whatsapp svg, #linkedin svg { height: 20px; } #email svg { height: 17px; } .img-amp { position: relative; width: 100%; text-align: center; } .img-amp img { object-fit: contain; } .subheadline { max-width: 710px; margin-bottom: 25px; } .box-entrevista { margin: 0 auto 40px; max-width: 345px; } .box-entrevista .box-destaque { width: auto; padding: 0; display: flex; flex-direction: column; gap: 8px; margin: 0 auto; } .box-destaque .foto { display: flex; flex-direction: column; width: 100%; border-radius: 10px; overflow: hidden; } .box-destaque amp-img { object-fit: cover; max-width: 100%; height: 362px; border-radius: 10px; border: 1px solid #c0c0ca; } .box-destaque .legenda { border-radius: 0px 0px 10px 10px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.96) 100%); width: 100%; white-space: pre-wrap; margin-top: -28px; padding: 5px; font-family: 'Lato', sans-serif; font-size: 12px; line-height: 16px; font-weight: 400; color: #fff; line-height: 18px; text-align: end; margin-bottom: 0px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .box-destaque .descricao { width: 100%; padding: 12px 16px; justify-content: center; align-items: center; border-radius: 10px; border: 1px solid #c0c0ca; background: #eaeaed; display: flex; flex-direction: column; text-align: center; } .box-destaque .header-entrevistado { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 28px; font-weight: 400; } .box-destaque .name-entrevistado { font-family: 'Lato', sans-serif; font-size: 20px; font-weight: 700; line-height: 28px; } .box-destaque .cargo-entrevistado { font-family: 'Lato', sans-serif; font-size: 18px; font-weight: 400; line-height: 21px; } .news-header figcaption { font-family: Arial, Helvetica,sans-serif; font-size: 15px; color: #5d5d5d; margin-top: 14px; margin-bottom: 25px; } .news-body { margin-bottom: 75px; } .news-body p { line-height: 1.65; } .news-body p, .news-body figure, .link-list-wrapper { margin-bottom: 28px; } .youtube-iframe > iframe { height: 285px; } .line-top { background-color: #2575e8; display: flex; width: 80px; height: 2px; margin-bottom: 7px; } .container-preview-powerup-pdf .ranking-item .title { font-weight: bold; } .link-list-wrapper > ul > .wrapper-item { list-style: none; } .snippet-container { position: relative; margin-bottom: 20px; } .snippet-container > a > button { position: absolute; background-color: rgb(62, 70, 110); border: none; border-radius: 4px; opacity: 1; font-size: 12px; color: rgb(255, 255, 255); cursor: pointer; padding: 8px 16px; right: 18px; top: 14px; } @media (max-width: 768px){ .snippet-container > a > button { padding: 3px 6px; top: 6px; } } .line-bottom { display: flex; width: 100%; height: 1px; background-color: #2575e8; margin-bottom: 30px; } .quotation-mark { width: 100%; display: flex; margin: 0px 0px 16px; align-items: center; justify-content: center; } .line-mark-top { display: flex; flex: 1 1 0%; height: 1px; margin: 12.9px 24px 12.9px 0; background-color: #2575e8; } .inner-list-wrapper-text { list-style: disc; display: list-item; color: #2575e8; margin-left: 20px; } .line-mark-bottom { display: flex; flex: 1 1 0%; height: 1px; margin: 12.9px 0 12.9px 24px; background-color: #2575e8; } .related-item-single { margin-bottom: 28px; display: inline-block; } .related-item-single > div, .link-list-wrapper .list-wrapper { display: flex; } .wrapper-item + .wrapper-item { margin-top: 12px } .related-content-single-image { display: none; } .related-content-single-image, .inner-list-wrapper-img { max-width: 126px; min-width: 126px; height: 84px; margin-right: 10px; } .link-list-wrapper a { color: inherit; } .related-content-single-wrapper p, .link-list-wrapper p { margin-bottom: 10px; } .related-content-single-title, .link-list-wrapper .li-title { color: #2575e8; font-weight: bold; } .related-content-single-title { font-weight: 600; color: #2575e8; font-family: 'EstadoHeadline-Semibold'; display: list-item; margin-left: 20px; font-size: 18px; } .link-list-title, .related-content-single-label { text-transform: uppercase; color: #2575e8; margin-bottom: 20px; font-size: 17px; font-weight: bold; } .link-list-title { color: #000; } .related-content-single-label { text-transform: capitalize; color: #1e1e21; } .news-body h3, .related-content-single-label { margin-bottom: 20px; } .news-body figcaption, .video-description { margin-top: 8px; font-size: 14px; line-height: 1.33; } .news-body figcaption span, .video-description { color: #777777; } .quotation-mark svg { width: 38.3px; height: 26.9px; fill: #2575e8; } .body-recipe-container ul { margin-bottom: 30px; } .steps { display: flex; flex-direction: column; gap: 32px; } .embed, .video, .news-tags, .pub-outbrain { margin-bottom: 30px; } .tags-title { margin-bottom: 15px; } .tags-list { display: flex; flex-wrap: wrap; padding: 0; } .tags-list li { margin-top: 7px; list-style: none; } .tags-list a { font-weight: bold; font-size: 14px; line-height: 28px; border-radius: 5px; height: 31px; padding: 2px 14px; margin: 5px 5px 5px 0; background-color: #2575e8; border-color: #2575e8; color: #fff; display: inline-table; } /*Galeria*/ .galeria-amp { margin: 25px 0; background: #000; } .galeria-amp .tema { padding: 10px 5px; margin: 0; color: #fff; } .galeria-amp .slide { width: auto; margin: 0; } .galeria-amp .slide amp-fit-text { position: absolute; bottom: 0; background: rgba(223, 223, 223, 0.75); } .galeria-amp .amp-carousel-button.amp-carousel-button-prev { left: 0; } .galeria-amp .amp-carousel-button.amp-carousel-button-next { right: 0; } .galeria-amp .amp-carousel-button.amp-carousel-button-prev, .galeria-amp .amp-carousel-button.amp-carousel-button-next { visibility: visible; background-color: rgba(21, 106, 150, 0.2); opacity: 1; top: 50%; margin-top: -15px; } /* define some contants */ .collapsible-captions { --caption-height: 32px; --image-height: 300px; --caption-padding: 1rem; --button-size: 28px; --caption-color: #f5f5f5; --caption-bg-color: #111; background: var(--caption-bg-color); } .collapsible-captions * { /* disable chrome touch highlight */ -webkit-tap-highlight-color: rgba(255, 255, 255, 0); box-sizing: border-box; } /* see https://ampbyexample.com/advanced/how_to__images_with_unknown_dimensions/ */ .collapsible-captions .fixed-height-container { position: relative; width: 100%; height: var(--image-height); } .collapsible-captions amp-img img { object-fit: contain; } .collapsible-captions figure { margin: 0; padding: 0; } /* single line caption */ .collapsible-captions figcaption { position: absolute; bottom: 0; margin: 0; width: 100%; /* inital height is one line */ max-height: var(--caption-height); line-height: var(--caption-height); padding: 0 var(--button-size); /* cut text after first line and show an ellipsis */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /* animate expansion */ transition: max-height 200ms cubic-bezier(0.4, 0, 0.2, 1); /* overlay the carousel icons */ z-index: 10; /* some styling */ color: var(--caption-color); background: var(--caption-bg-color); font-family: Georgia, serif; font-size: 13px; } /* expanded caption */ .collapsible-captions figcaption.expanded { /* add padding and show all of the text */ padding: var(--button-size); line-height: inherit; white-space: normal; text-overflow: auto; max-height: calc( var(--caption-height) + var(--image-height) ); /* show scrollbar in case caption is larger than image */ overflow: auto; font-size: 14px; } /* don't show focus highlights in chrome */ .collapsible-captions figcaption:focus { outline: none; border: none; } /* the expand/collapse icon */ .collapsible-captions figcaption span { display: block; position: absolute; top: calc((var(--caption-height) - var(--button-size)) / 2); right: 2px; width: var(--button-size); height: var(--button-size); line-height: var(--button-size); text-align: center; font-size: 12px; color: inherit; cursor: pointer; } /*End Galeria*/ .lgpd-info { display: flex; align-items: center; justify-content: space-between; width: 100%; z-index: 9999999999; flex-direction: column; } h3.lgpd-title { color: rgb(37, 117, 232); font-size: 15px; margin: 0 0 7px 0; line-height: 18px; font-family: "Lato-Bold", sans-serif; padding: 0; text-align: left; } .lgpd-content-info-button { display: flex; justify-content: space-between; align-items: flex-end; } img.lgpd-info-img { display: none; } p.lgpd-text-one-desktop { font-family: "Lato-Regular", sans-serif; margin: 0; display: none; } p.lgpd-text-two-desktop { font-family: "Lato-Regular", sans-serif; margin: 0; flex: 1; width: 100%; display: none; } p.lgpd-text-one-mobile { font-family: "Lato-Regular", sans-serif; margin: 0; font-size: 12px; line-height: 18px; display: block; } p.lgpd-text-two-mobile { font-family: "Lato-Regular", sans-serif; line-height: 18px; margin: 0; font-size: 12px; display: block; } .lgpd-button { flex: 1; } .lgpd-button :focus { outline-style: none; } button.lgpd-button { background: rgb(37, 117, 232); color: #fbfcff; border-radius: 5px; font-weight: bold; border: transparent; height: 35px; width: 80px; display: flex; justify-content: center; align-items: center; font-family: "Lato-Bold", sans-serif; font-size: 15px; outline-style: none; cursor: pointer; } .lgpd-container-button { margin-left: 40px; font-size: 15px; line-height: 18px; align-self: center; display: flex; margin: 10px 20px 0 20px; } .lgpd-modal-content { background-color: #fefefe; padding: 15px 20px 10px 20px; border: 1px rgba(112, 112, 112, 0.25) solid; border-radius: 5px; max-width: 88%; width: 100%; position: fixed; bottom: 20px; left: 100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-end; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); z-index: 999999999; } .lgpd-info-content { margin: 0 15px 0 15px; width: 100%; z-index: 999999999999999999; } .lgpd-centered { position: fixed; left: 50%; transform: translate(-50%, 0); } a.lgpd-link { color: rgb(37, 117, 232); text-decoration: underline; font-size: 12px; cursor: pointer; } footer { background-color: #393c40; padding: 30px 18px; margin: 0 -16px; } .footer-container { display: flex; flex-direction: column; } .footer-row { display: flex; flex-direction: row; justify-content: space-between; } .footer-column { display: flex; flex-direction: column; } .footer-column ul li{ color: white; } .f1 { margin-bottom: 52px; } .f2 { margin-bottom: 21px; } .f2 .footer-column { flex: 1; } .gold { background-color: #f0bc00; color: #2c2c2c; font-size: 13px; line-height: 1.83; font-weight: bold; } .dark-grey { background-color: #d9d9d9; color: #2c2c2c; font-size: 13px; line-height: 1.83; font-weight: bold; } .dark-grey svg { margin-right: 4px; } .grey { background-color: #ffffff; color: #2c2c2c; font-size: 13px; line-height: 1.83; font-weight: bold; } .blue { background-color: #2575e8; color: #fff; font-size: 13px; line-height: 1.83; font-weight: bold; } .logo-estadao-footer amp-img { filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); margin-bottom: 18px; } .social { max-width: 99px; margin-left: -3px; padding: 0; } .social li { list-style: none; margin: 0 3px; } .social li a svg { fill: #fff; } .social li:first-of-type { margin-left: -1px; } .social li:last-of-type { margin-right: 0; } .footer-btn { display: flex; align-items: center; justify-content: center; width: 156px; height: 30px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; font-family: 'Lato-Regular'; margin-bottom: 8px; } .footer-column h4 { color: white; font-size: 13px; font-family: 'Lato-Bold'; font-weight: bold; margin-bottom: 11px; } .f2 ul { flex: 1; margin: 6px 0; } .f2 ul li a { font-family: 'Lato-Regular'; font-size: 11px; color: #fff; line-height: 2.18; } .f2 hr { background-color: #707070; height: 1.3px; border: 0; } .f3 { border-bottom: 1.3px solid #707070; padding-bottom: 20px; margin-bottom: 12px; } .copyright { display: flex; justify-content: center; align-items: center; } .copyright p { font-size: 11px; color: #d6d6d6; text-align: center; font-family: 'Lato-Regular'; } .subheadline_patrocinado { max-width: 710px; margin-bottom: 25px; display: flex; flex-direction: column; } .subheadline_patrocinado .headline_badge { background-color: #16468b; color: #e9f1fd; font-family: 'Lato', sans-serif; font-size: 14px; line-height: 1.57; margin: 20px auto; padding: 6px 12px; border-radius: 5px; } .subheadline_patrocinado .headline_author { background-color: #eaeaed; display: flex; align-items: center; margin: 20px -16px; padding: 8px 0; } .subheadline_patrocinado .headline_author amp-img { margin: 0 12px 0 17px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } .subheadline_patrocinado .headline_author a { color: #3c3c42; font-size: 24px; font-weight: 600; line-height: 2.5; font-family: 'Lato', sans-serif; display: flex; align-items: center; } .subheadline_patrocinado h1, .subheadline_patrocinado h2 { color: #5a5a64; font-family: 'Lato', sans-serif; } .subheadline_patrocinado h1 { font-style: italic; margin-bottom: 8px; } .subheadline h1 { font-weight: lighter; } .subheadline h1 a { font-family: 'EstadoHeadlineBold', Georgia, arial; font-weight: lighter; } .subheadline h1 a b.opiniao { color: #2575e8; } .subheadline h1 a b.analise { color: #dc720c; } .subheadline .separator { margin-right: 5px; } .subheadline .container-icon { margin: 0 8px; margin-left: 11px; } .container-message { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; display: flex; background-color: rgba(0, 0, 0, 0.41); z-index: 999; overflow: hidden; } .container-message .content-message { height: fit-content; padding: 24px; border-radius: 10px; background-color: white; display: flex; flex-direction: column; gap: 14px; position: relative; max-width: 100%; margin-left: inherit; margin-top: 125px; } .container-message .content-message::before { content: ''; width: 24px; height: 24px; transform: rotate(45deg); position: absolute; top: -10px; left: 36px; background-color: #ffffff; left: 99px; } .container-message .content-message span { font-size: 20px; color: #3c3c42; text-align: left; line-height: 28px; font-family: 'EstadaoHeadline-SemiBold'; } .container-message .content-message p { font-size: 18px; color: #3c3c42; text-align: left; font-family: 'Lato', sans-serif; line-height: 28px; font-weight: 400; } .amp-header { margin-bottom: 32px; padding: 0; } .amp-header .container-informs { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; max-width: 1047px; margin-bottom: 0; position: relative; } .amp-header .container-informs a { display: flex; align-items: center; } .amp-header .container-informs a .rotate { margin-bottom: 3px; } .amp-header .author-wrapper{ margin: 0 auto; } .amp-header .container-author-blog-column { max-width: 1360px; padding: 16px 16px 8px; display: flex; justify-content: space-between; align-items: center; margin: 10px -16px 16px -16px; background: #e9f1fd; flex-direction: column; align-items: flex-start; position: relative; } .amp-header .container-author-blog-column.opiniao { background-color: #fff; } .amp-header .container-author-blog-column .left-informs { display: flex; align-items: center; gap: 16px; } .amp-header .container-author-blog-column .left-informs .container-image { width: 71px; height: 71px; flex: 71px 0 0; } .amp-header .container-author-blog-column .left-informs .container-image a { width: 100%; height: 100%; } .amp-header .container-author-blog-column .left-informs .container-image a .author-span { max-width: inherit; width: 66px; height: 66px; border-radius: 50%; object-fit: cover; border: 1px solid #a6a6a6; display: flex; justify-content: center; align-items: center; font-size: 40px; color: #e9f1fd; background-color: #2575e8; } .amp-header .container-author-blog-column .left-informs .container-image a amp-img { max-width: inherit; width: 66px; height: 66px; border-radius: 50%; object-fit: cover; border: 1px solid #a6a6a6; } .amp-header .container-author-blog-column .left-informs .container-informs .name { display: flex; margin-bottom: 4px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 4px; } .amp-header .container-author-blog-column .left-informs .container-informs .name a { text-decoration: none; } .amp-header .container-author-blog-column .left-informs .container-informs .name a p { color: #000; font-size: 24px; font-weight: 600; line-height: 32px; font-family: 'Lato', sans-serif; display: flex; } .amp-header .container-author-blog-column .left-informs .container-informs .name a p svg { height: 14px; } .amp-header .container-author-blog-column .left-informs .container-informs .name span { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 16px; margin-top: 0px; } .amp-header .container-author-blog-column .left-informs .container-informs .name span b { display: none; } .amp-header .container-author-blog-column .left-informs .container-informs .name span svg { height: 11px; margin-left: 4px; margin-bottom: -1px; } .amp-header .container-author-blog-column .left-informs .container-informs .description { display: none; } .amp-header .container-author-blog-column .right-informs { display: none; } .amp-header .container-news-informs { max-width: 1047px; width: 100%; position: relative; } .amp-header .container-news-informs h1 { font-family: 'EstadaoHeadline-SemiBold'; font-size: 28px; line-height: 36px; margin-bottom: 12px; } .amp-header .container-news-informs h1.opiniao { font-family: 'EstadaoHeadline-Roman'; font-size: 50px; font-weight: 400; margin-bottom: 20px; line-height: 1.2; width: 100%; } .amp-header .container-news-informs h1 .type { font-family: 'EstadaoHeadline-Roman'; font-size: 28px; line-height: 36px; } .amp-header .container-news-informs h1 .type.analise { color: #d77d2b; } .amp-header .container-news-informs h1 .type.opiniao { color: #2575e8; } .amp-header .container-news-informs h1 .container-icon svg { width: 24px; margin: 0px 5px; } .amp-header .container-news-informs h1 .separator { margin-right: 10px; } .amp-header .container-news-informs h2 { font-family: 'Lato', sans-serif; color: #3c3c42; width: 100%; font-size: 20px; line-height: 28px; } .rotate { transform: rotate(180deg); margin: 2px 0 0 10px; } .authors-shortbio { width: auto; max-width: 728px; border: 1px solid #787885; border-radius: 10px; padding: 20px; margin: 0 auto 40px; } .authors-shortbio .author-card { width: 100%; display: flex; gap: 10px; } .authors-shortbio .author-card:not(:last-child) { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #d5d5db; } .authors-shortbio .author-card .container-image { flex: 0 0 70px; } .authors-shortbio .author-card .container-image amp-img { width: 70px; height: 70px; border: 2px solid #9696a6; object-fit: cover; border-radius: 50%; } .authors-shortbio .informs-author-container { display: flex; flex-direction: column; justify-content: center; gap: 4px; } .authors-shortbio .informs-author-container span { font-size: 18px; line-height: 28px; font-weight: 600; font-family: "EstadaoHeadline-SemiBold"; } .authors-shortbio .informs-author-container span b { color: #2575e8; } .authors-shortbio .informs-author-container .description { line-height: 24px; color: #787885; font-style: italic; font-size: 14px; font-family: "Lato", sans-serif; } .news-tags { width: 100%; margin: 0 auto 28px; max-width: 710px; } .news-tags .tags-title { color: #2c2c2c; display: inline-block; margin-bottom: 15px; font-size: 18px; font-family: "Lato", sans-serif; font-weight: bold; line-height: 28px; } .news-tags .tag-list { display: flex; flex-wrap: wrap; } .news-tags .tag-list li { margin-top: 7px; } .news-tags .tag-list a { font-style: normal; font-weight: bold; font-size: 14px; line-height: 28px; border-radius: 5px; height: 31px; padding: 7px 14px; margin: 5px 5px 5px 0; border: 0; background-color: #2575e8; border-color: #2575e8; color: #fff; } .container-candidatos-news{ width: 100%; margin: 0 auto 32px; min-height: 170px; } .container-candidatos-news>.text-orientation{ font-family: Lato, sans-serif; font-size: 14px; font-weight: bold; color: #9696a6; margin-bottom: 18px; display: block; } .container-candidatos-news>.container-table{ overflow: auto; } .container-candidatos-news>.container-table>table{ border-collapse: collapse; } .container-candidatos-news>.container-table>table>tbody>.header{ border-right: 1px solid #e4e4e8; border-left: 1px solid #e4e4e8; } .container-candidatos-news>.container-table>table>tbody>.header>.column{ font-family: Lato, sans-serif; font-size: 16px; line-height: 120%; background-color: #e4e4e8; padding: 8px; font-weight: bold; color: #1e1e21; position: relative; white-space: nowrap; } ..container-candidatos-news>.container-table>table>tbody>.header>.column:first-child{ word-wrap: break-word; width: 228px; } .container-candidatos-news>.container-table>table>tbody>.line-content{ border-bottom: 1px solid #c2c2cc; border-left: 1px solid #c2c2cc; border-right: 1px solid #c2c2cc; } .container-candidatos-news>.container-table>table>tbody>.line-content>.column{ width: 228px; transition: .4s; padding: 8px; font-family: Lato, sans-serif; font-size: 16px; line-height: 120%; } .container-candidatos-news>.container-table>table>tbody>.line-content>.column:first-child{ padding: 0px; } .container-candidatos-news>.container-table>table>tbody>.line-content>.column:nth-child(2){ white-space: nowrap; } .container-candidatos-news>.container-table>table>tbody>.line-content>.column>a{ font-family: Lato, sans-serif; font-size: 16px; line-height: 120%; padding: 8px; display: block; color: #757582; } .container-candidatos-news>.container-table>table>tbody>.header>.line-content>.column:not(:last-child){ border-right: 1px solid #c2c2cc; }

Árvores, tema das esculturas de Frida Baranek


Obras são formadas por decks sobre uma estrutura de ferro:o visitante pode subir em cima da peça

Por Redação

Inspirada no movimento das árvores, Frida Baranek apresenta duas esculturas em Exteriores. As obras são formadas por decks sobre uma estrutura de ferro - o visitante pode subir em cima da peça e buscar o equilíbrio. A mostra também tem gravuras inspiradas neste tema (detalhe acima).

 

Esculturas da artista são inspiradas no movimento das árvores. Foto: Divulgação

continua após a publicidade

 

Gabinete de Arte Raquel Arnaud. R. Arthur Azevedo, 401, Pinheiros, 3083-6322. 10h/ 19h (sáb., 12h/16h; fecha dom.). Abre sáb. (8), 12h. Grátis. Até 19/9.I

Inspirada no movimento das árvores, Frida Baranek apresenta duas esculturas em Exteriores. As obras são formadas por decks sobre uma estrutura de ferro - o visitante pode subir em cima da peça e buscar o equilíbrio. A mostra também tem gravuras inspiradas neste tema (detalhe acima).

 

Esculturas da artista são inspiradas no movimento das árvores. Foto: Divulgação

 

Gabinete de Arte Raquel Arnaud. R. Arthur Azevedo, 401, Pinheiros, 3083-6322. 10h/ 19h (sáb., 12h/16h; fecha dom.). Abre sáb. (8), 12h. Grátis. Até 19/9.I

Inspirada no movimento das árvores, Frida Baranek apresenta duas esculturas em Exteriores. As obras são formadas por decks sobre uma estrutura de ferro - o visitante pode subir em cima da peça e buscar o equilíbrio. A mostra também tem gravuras inspiradas neste tema (detalhe acima).

 

Esculturas da artista são inspiradas no movimento das árvores. Foto: Divulgação

 

Gabinete de Arte Raquel Arnaud. R. Arthur Azevedo, 401, Pinheiros, 3083-6322. 10h/ 19h (sáb., 12h/16h; fecha dom.). Abre sáb. (8), 12h. Grátis. Até 19/9.I

Tudo Sobre