
/* Nova news */
.noticia-news {   
	width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    background: #f1f1f1;
    padding: 60px 40px;
}

.noticia-news h3 {font: bold 14px/24px 'Gotham' !important; letter-spacing: 0.01em; text-transform: uppercase; margin: 0 !important; margin-bottom: 28px; color: #38393d !important;}
.noticia-news input:not([type="checkbox"]), .noticia-news select{font-family: 'Gotham Book'; font-size: 12px; line-height: 24px; letter-spacing: 0.01em; color: #38393d; padding: 10px 24px; width: calc(100% - 48px);}
.noticia-news input:not(last-child), .noticia-news select:not(last-child) {margin-bottom: 12px;}
.noticia-news .two-columns {display: flex; justify-content: space-between;}
	.noticia-news .two-columns input:not([type="checkbox"]){max-width: calc(49% - 48px);}
	.noticia-news .two-columns select {width: calc(56% - 46px); border: 0; padding: 13px 19px;}

.noticia-news .termo {margin-bottom: 45px;}
.noticia-news input[type="submit"] {width: 100%; text-align: center; font:bold 14px/24px 'Gotham'; color: #FFF; text-transform: uppercase; background: #8b71fd; padding: 16px 24px; margin-bottom: 0px;}
.noticia-news .aviso {font-family: 'Gotham Book'; font-size: 12px; line-height: 29px; letter-spacing: 0.03em; color: #38393d; font-style: italic;}
.noticia-news a {color: #38393d !important; text-decoration: underline;}

.noticia-news .termo {display: flex; align-items: center; font-family: 'Gotham Book'; font-size: 14px; line-height: 29px; letter-spacing: 0.03em; color: #38393d}
.noticia-news .termo .toggle {display: none}
.noticia-news input[type="checkbox"] {display: block !important; margin-bottom: 0px; margin-right: 21px;
