@charset "UTF-8";
/*
	Informacoes do Arquivo
	============================================================

	Arquivo.........: colors.scss
	Versao..........: 1.0
	Data de Criacao.: 01/08/2019

	============================================================
*/
/*
	Informacoes do Arquivo
	============================================================

	Arquivo.........: fonts.scss
	Versao..........: 1.0
	Data de Criacao.: 01/01/2020

	============================================================
*/
/*
	Informacoes do Arquivo
	============================================================

	Arquivo.........: media-query.scss
	Versao..........: 1.0
	Data de Criacao.: 01/01/2020

	============================================================
*/
/*
	Informacoes do Arquivo
	============================================================

	Arquivo.........: flex.scss
	Versao..........: 1.0
	Data de Criação.: 01/01/2020

	============================================================
*/
/*
	Informacoes do Arquivo
	============================================================

	Arquivo.........: miscellaneous.scss
	Versao..........: 1.0
	Data de Criacao.: 01/01/2020

	============================================================
*/
@media (min-width: 0px) {
  #sobre-unidade #content-page {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #sobre-unidade #content-page .bloco-icon .div-icon {
    display: none;
  }
  #sobre-unidade #content-page h2 {
    text-align: left;
    font-size: 28px;
    color: #66c8c7;
    font-weight: 700;
  }
  #sobre-unidade #content-page h3 {
    text-align: left;
    font-size: 22px;
    color: #66c8c7;
    font-weight: 700;
  }
  #sobre-unidade #content-page p {
    font-size: 16px;
    color: #002855;
    font-weight: normal;
    line-height: 1.2;
    padding: 10px 0;
  }
  #sobre-unidade #content-page ul {
    list-style: disc;
    margin-left: 20px;
    padding-left: 0;
  }
  #sobre-unidade #content-page ul li {
    list-style: disc;
    font-size: 16px;
    color: #5b5b5b;
    font-weight: normal;
    line-height: 1.2;
  }
  #sobre-unidade #content-page a {
    font-size: 16px;
    color: #002855;
    font-weight: bold;
  }
  #sobre-unidade #content-page .gestores {
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #sobre-unidade #content-page .gestores .gestores-title {
    padding: 30px 0px;
    text-align: left;
    width: 100%;
  }
  #sobre-unidade #content-page .gestores .gestores-title h2 {
    text-align: left;
    padding-top: 0;
    margin-top: 0;
  }
  #sobre-unidade #content-page .gestores .gestores-title h5 {
    text-align: left;
    color: #5b5b5b;
    font-weight: 400;
  }
  #sobre-unidade #content-page .gestores .gestores-items {
    max-width: 100%;
    padding: 0px 0px;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor {
    padding-bottom: 30px;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor .gestor-nome {
    padding-top: 0;
    padding-bottom: 4px;
    margin: 0;
    font-weight: 600;
    color: #5b5b5b;
    font-size: 15px;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor .gestor-funcao {
    margin: 0;
    padding: 0;
    color: #5b5b5b;
    font-size: 15px;
  }
  #sobre-unidade #content-page iframe {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #sobre-unidade #content-page {
    padding-top: 30px;
  }
  #sobre-unidade #content-page .bloco-icon {
    margin-bottom: 30px;
  }
  #sobre-unidade #content-page .bloco-icon .div-icon {
    display: block;
  }
  #sobre-unidade #content-page .bloco-icon .div-icon .icon-page {
    width: 100px;
    height: auto;
  }
  #sobre-unidade #content-page h2 {
    text-align: center;
  }
  #sobre-unidade #content-page h3 {
    text-align: left;
  }
  #sobre-unidade #content-page .title-principal {
    text-align: center !important;
  }
  #sobre-unidade #content-page p {
    line-height: 1.4;
  }
  #sobre-unidade #content-page .gestores {
    flex-wrap: nowrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px 0 20px 50px;
    margin: 20px 0;
  }
  #sobre-unidade #content-page .gestores .gestores-title {
    padding: 30px 50px;
    width: auto;
    text-align: left;
  }
  #sobre-unidade #content-page .gestores .gestores-title h2 {
    text-align: left;
    padding-top: 0;
    margin-top: 0;
  }
  #sobre-unidade #content-page .gestores .gestores-title h5 {
    text-align: left;
    color: #5b5b5b;
    font-weight: 400;
  }
  #sobre-unidade #content-page .gestores .gestores-items {
    max-width: 50%;
    border-left: solid thin #cccccc;
    padding: 0px 50px;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor {
    padding: 15px 0 15px 0;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor .gestor-nome {
    padding-top: 0;
    margin: 0;
    font-weight: 600;
    color: #5b5b5b;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor .gestor-funcao {
    margin: 0;
    padding: 0;
    color: #5b5b5b;
  }
}
@media (min-width: 1550px) {
  #sobre-unidade #content-page .bloco-icon .icon-page {
    width: 150px;
    height: auto;
  }
  #sobre-unidade #content-page h2 {
    font-size: 45px;
  }
  #sobre-unidade #content-page h3 {
    text-align: left;
  }
  #sobre-unidade #content-page .title-principal {
    text-align: center !important;
  }
  #sobre-unidade #content-page p {
    font-size: 21px;
  }
  #sobre-unidade #content-page .gestores {
    padding: 20px 0 20px 50px;
    margin: 20px 0;
  }
  #sobre-unidade #content-page .gestores .gestores-title {
    padding: 30px 50px;
  }
  #sobre-unidade #content-page .gestores .gestores-title h5 {
    font-size: 24px;
  }
  #sobre-unidade #content-page .gestores .gestores-items {
    max-width: 50%;
    border-left: solid thin #cccccc;
    padding: 0px 50px;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor {
    padding-bottom: 30px;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor .gestor-nome {
    font-size: 24px;
  }
  #sobre-unidade #content-page .gestores .gestores-items .gestor .gestor-funcao {
    font-size: 24px;
  }
}

#sobre-unidade #content-page blockquote {
  padding: 20px;
  background: #e9e9e9;
  border-radius: 10px;
}

#sobre-unidade #content-page blockquote p {
  padding: 0;
  font-size: 18px;
  margin-bottom: 0;
}