<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================================================================
Theme Name: Tema DTI - PÃ³s-GraduaÃ§Ã£o
Theme URI: http://unimones.br/dti/
Author: DTI - Lucas Ribeiro
Author URI: http://unimontes.br/dti
Description: Tema filho derivado do tema PHLOX. Personalizado pela DTI, para os sites dos programas de pÃ³s-graduaÃ§Ã£o da Universidade Estadual de Montes Claros - Unimontes.
Template: phlox 
Version: child-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-colors, editor-style, featured-images, featured-image-header, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, translation-ready, e-commerce, portfolio, food-and-drink, threaded-comments, custom-logo
Text Domain: phlox-child
==============================================================================*/


/* [MODIFICAÃ‡Ã•ES DA DTI]
â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ â€“ */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&amp;display=swap');


@font-face {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 45px;
	line-height: 70px;
}
h2 {
	font-size: 35px;
	line-height: 55px;
}
h3 {
	font-size: 28px;
	line-height: 45px;
}
h4 {
	font-size: 22px;
	line-height: 36px;
}
h5 {
	font-size: 17px;
	line-height: 29px;
}
h6 {
	font-size: 13px;
	line-height: 23px;
}
p {
	line-height: 29px;
	font-weight: 300;
	font-size: 17px;
	color: #444444;
}
body {
	background: #fff;
	font-family: 'open-sans', sans-serif;
	font-weight: 300;
	line-height: 29px;
}

.page-title-section .page-header{
	margin-top:0px !important;
}

/*Mudar cor do texto da barra de tÃ­tulo*/
.page-title {
    color: #fff;
}
.page-title-section .aux-dark, .page-title-section .aux-dark a {
    color: #fff;
}
.page-title-section .aux-breadcrumbs {
    color: #fff;
}
.aux-dark .aux-breadcrumbs span:after {
    color: #fff;
}
/*fim*/

/*PersonalizaÃ§Ã£o footer*/
#footer-dti{
	background: #34495e; 
	padding: 20px; 
	height: 120px;
}

#unimontes{
	margin-bottom: 0!important;
	text-align: right;
}
#dti{
	margin-bottom: 0!important; 
	text-align: center;
}
#minas{
	margin-bottom: 0!important; 
	margin-top: 15px; 
	text-align: left;
}
/*fim*/

/*PersonalizaÃ§Ã£o header*/
.aux-content-top-margin .aux-primary {
    padding-top: 0em;
}
.page-header {
    color: #fff;
    padding: 5rem 6rem;
    text-align: center;
    background-color: #159957;
    background-image: linear-gradient(120deg,#155799,#00d2d3);
}
/*fim*/</pre></body></html>