Viewing File: /home/cienp/public_html/inct-inovamed/wp-content/themes/inovamed/style.css

/*

Theme Name: Inovamed
Author: Muto
Version: 1
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;700&display=swap");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*---------------------------
		Variables
---------------------------*/
/*---------------------------
		Globals
---------------------------*/
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.shadow-center {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.grid {
  display: grid;
  gap: 20px; }

.animate {
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all; }

.wrapper {
  width: 900px;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.smallWrapper {
  max-width: 600px;
  width: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sectionContent {
  padding: 50px 0; }

picture {
  margin: 0; }
  picture img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top; }

a {
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all; }

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure {
  margin: 0; }

a.botao, span.botao {
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  cursor: pointer;
  color: #F7F1EB !important;
  background-color: #F15F31;
  font-weight: 700;
  font-size: 1em;
  padding: 0.6em 2em;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  a.botao:hover, span.botao:hover {
    background-color: #ED227D; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.invertColor {
  background-color: #F7F1EB;
  color: #0C1720;
  border-bottom: 1px solid #0C1720; }

.not-home section {
  padding: 100px 0; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.woff") format("woff");
  font-display: swap; }
.social {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-busca:before {
  content: "\f002"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-whatsapp:before {
  content: "\ea93"; }

.icon-spotify:before {
  content: "\ea94"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-twitch:before {
  content: "\ea9f"; }

.icon-soundcloud:before {
  content: "\eac3"; }

.icon-compiuter:before {
  content: "\f108"; }

.icon-seta:before, .setaElemento:after {
  font-family: 'icomoon' !important;
  content: "\f061"; }

.icon-pessoa:before {
  content: "\f007"; }

html {
  overflow-x: hidden;
  width: 100%; }

body {
  background-color: #0C1720;
  color: #F7F1EB;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
  font-weight: 300; }

nav.menuPrimary {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.6s all;
  -o-transition: ease-in-out 0.6s all;
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  nav.menuPrimary .logo {
    height: 34px;
    width: 162px;
    display: block; }
  nav.menuPrimary ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    nav.menuPrimary ul li {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px; }
      nav.menuPrimary ul li a {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.8em;
        color: #F7F1EB;
        opacity: 0.6; }
        nav.menuPrimary ul li a:hover {
          opacity: 1; }

nav.hiddenMenu {
  position: fixed;
  height: 55px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  background-color: #0C1720;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  width: 100%;
  z-index: 999999;
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all; }
  nav.hiddenMenu .logo {
    z-index: 99;
    height: 34px;
    width: 162px;
    display: block; }
  nav.hiddenMenu .abreMenu, nav.hiddenMenu .fechaMenu {
    width: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer; }
    nav.hiddenMenu .abreMenu div, nav.hiddenMenu .fechaMenu div {
      width: 100%;
      height: 1px;
      -moz-transition: ease-in-out 0.3s all;
      -o-transition: ease-in-out 0.3s all;
      -webkit-transition: ease-in-out 0.3s all;
      transition: ease-in-out 0.3s all;
      margin: 7px 0;
      background-color: #F7F1EB; }
    nav.hiddenMenu .abreMenu:hover div, nav.hiddenMenu .fechaMenu:hover div {
      background-color: #ED227D; }
  nav.hiddenMenu .abreMenu {
    margin: 2px 0;
    opacity: 1;
    pointer-events: auto; }
    nav.hiddenMenu .abreMenu div:nth-child(2) {
      width: 22px; }
  nav.hiddenMenu .fechaMenu {
    padding: 25px 0;
    position: absolute;
    top: 29px;
    right: 21px;
    opacity: 0;
    pointer-events: none; }
    nav.hiddenMenu .fechaMenu div {
      margin: 0; }
      nav.hiddenMenu .fechaMenu div:nth-child(1) {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      nav.hiddenMenu .fechaMenu div:nth-child(2) {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -1px; }
  nav.hiddenMenu .pageHolder {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #0C1720;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
    -moz-transform: translateY(calc(-100% - 55px));
    -o-transform: translateY(calc(-100% - 55px));
    -ms-transform: translateY(calc(-100% - 55px));
    -webkit-transform: translateY(calc(-100% - 55px));
    transform: translateY(calc(-100% - 55px));
    z-index: -1;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all; }
    nav.hiddenMenu .pageHolder ul {
      width: 300px;
      display: block;
      padding: 1em;
      margin: 0 auto; }
      nav.hiddenMenu .pageHolder ul li {
        list-style: none; }
        nav.hiddenMenu .pageHolder ul li a {
          color: #F7F1EB;
          font-size: 1.5em;
          margin: 0.5em auto;
          display: block;
          text-align: center;
          max-width: 300px; }
          nav.hiddenMenu .pageHolder ul li a:hover {
            color: #F15F31; }
      nav.hiddenMenu .pageHolder ul.accessButtons {
        border-top: 1px solid rgba(100, 100, 100, 0.1); }

nav.hiddenMenu.active .abreMenu {
  opacity: 0;
  pointer-events: none; }
nav.hiddenMenu.active .fechaMenu {
  opacity: 1;
  pointer-events: auto; }
nav.hiddenMenu.active .pageHolder {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2); }

nav.hiddenMenu.fixo {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.splashHome {
  width: 100%;
  margin: 225px 0; }
  .splashHome .grid {
    grid-template-columns: 1fr 1fr 1fr;
    position: relative; }
  .splashHome .chamada {
    width: calc(100% - 60px);
    grid-column: 2 / 4; }
    .splashHome .chamada h1 {
      font-size: 4em;
      line-height: 1.1em;
      font-weight: 100;
      text-transform: uppercase; }
      .splashHome .chamada h1 b {
        font-weight: 700; }
    .splashHome .chamada span {
      font-size: 0.9em;
      margin: 1em 0;
      display: block; }
    .splashHome .chamada .botao {
      margin-top: 1em;
      display: inline-block; }
  .splashHome .drop {
    left: 33%;
    width: 1000px;
    height: auto;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .splashHome .bgVideo {
    pointer-events: none;
    left: 33%;
    width: 1200px;
    height: auto;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.videoApresentacao {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(12, 23, 32, 0.7);
  z-index: 999;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  opacity: 0;
  pointer-events: none; }
  .videoApresentacao iframe {
    width: 90%;
    height: 50vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .videoApresentacao .fechaVideo {
    width: 30px;
    position: absolute;
    padding: 25px 0;
    top: 29px;
    right: 21px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
    cursor: pointer; }
    .videoApresentacao .fechaVideo div {
      width: 100%;
      height: 1px;
      -moz-transition: ease-in-out 0.3s all;
      -o-transition: ease-in-out 0.3s all;
      -webkit-transition: ease-in-out 0.3s all;
      transition: ease-in-out 0.3s all;
      background-color: #F7F1EB;
      margin: 0; }
      .videoApresentacao .fechaVideo div:nth-child(1) {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .videoApresentacao .fechaVideo div:nth-child(2) {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -1px; }
    .videoApresentacao .fechaVideo:hover div {
      background-color: #ED227D; }

.videoApresentacao.active {
  opacity: 1;
  pointer-events: auto; }

.chamadaPaginas .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  .chamadaPaginas .grid .chamada {
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all;
    color: #F7F1EB;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.8em;
    align-self: start; }
    .chamadaPaginas .grid .chamada .titulo {
      font-weight: 700; }
    .chamadaPaginas .grid .chamada img, .chamadaPaginas .grid .chamada span {
      display: block; }
    .chamadaPaginas .grid .chamada:nth-child(1) {
      background-color: #26247B; }
    .chamadaPaginas .grid .chamada:nth-child(2) {
      background-color: #AD238A; }
    .chamadaPaginas .grid .chamada:nth-child(3) {
      background-color: #ED227D; }
    .chamadaPaginas .grid .chamada:nth-child(4) {
      background-color: #F15F31; }
    .chamadaPaginas .grid .chamada .icon {
      max-height: 35px;
      display: block;
      margin-bottom: 3em; }
    .chamadaPaginas .grid .chamada:hover {
      -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      -moz-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px); }

footer .newsletter {
  background-color: #F7F1EB;
  color: #26247B;
  overflow: hidden;
  position: relative; }
  footer .newsletter .grid {
    grid-template-columns: 1fr 1fr 1fr;
    position: relative; }
    footer .newsletter .grid .chamada {
      z-index: 3;
      padding: 5em 0; }
      footer .newsletter .grid .chamada h2 {
        color: #AD238A;
        text-transform: uppercase;
        font-size: 2em;
        line-height: 1em;
        padding: 0;
        margin: 0; }
      footer .newsletter .grid .chamada span {
        line-height: 1.1em;
        margin: 3em 0;
        display: block; }
    footer .newsletter .grid .pills {
      position: absolute;
      left: 66%;
      top: 50%;
      height: 540px;
      width: auto;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
    footer .newsletter .grid .outlineLogo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      z-index: 2;
      opacity: 0.1;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
footer .contact {
  grid-template-columns: 1fr 1fr 1fr; }
  footer .contact .linkLogoFooter {
    width: 32px;
    height: 30px;
    display: block; }
  footer .contact .contactInfo {
    grid-column: 2 / 4; }
    footer .contact .contactInfo div:nth-child(1) {
      font-size: 0.8em; }
      footer .contact .contactInfo div:nth-child(1) span {
        font-weight: 700;
        text-transform: uppercase;
        display: block; }
      footer .contact .contactInfo div:nth-child(1) a {
        color: #F7F1EB;
        display: block; }
    footer .contact .contactInfo .instagram {
      margin: 2em 0;
      display: inline-block; }
    footer .contact .contactInfo div:nth-child(3) {
      font-size: 0.7em; }
      footer .contact .contactInfo div:nth-child(3) a {
        color: #F7F1EB;
        font-weight: 700;
        display: block;
        opacity: 0.6;
        margin-bottom: 1em; }
      footer .contact .contactInfo div:nth-child(3) span {
        display: block;
        opacity: 0.6; }
      footer .contact .contactInfo div:nth-child(3) .brasil {
        margin-top: 1em;
        opacity: 0.4; }
        footer .contact .contactInfo div:nth-child(3) .brasil .iconBr {
          width: 15px;
          height: 10px;
          margin-left: 0.01em;
          vertical-align: middle;
          display: inline-block;
          margin-bottom: 2px; }

section.blog {
  padding: 100px 0;
  min-height: 550px; }
  section.blog .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 4em; }
    section.blog .title h2 {
      font-size: 1.6em; }
  section.blog .posts {
    list-style: none;
    padding: 0; }
    section.blog .posts li {
      padding: 50px 0;
      position: relative;
      border-top: 1px solid rgba(248, 240, 235, 0.4); }
      section.blog .posts li:before {
        content: '';
        background-color: rgba(11, 23, 31, 0.5);
        height: 4px;
        width: 25%;
        position: absolute;
        top: -4px;
        left: calc(75% + 15px); }
      section.blog .posts li a {
        color: #F7F1EB;
        grid-template-columns: 1fr 1fr 1fr 1fr; }
        section.blog .posts li a h3 {
          font-size: 1.6em;
          font-weight: 300;
          grid-column: 1 / 4;
          margin: 0;
          max-width: 600px; }
        section.blog .posts li a .data {
          grid-column: 4 / 4; }
          section.blog .posts li a .data .date {
            display: block;
            font-size: 0.8em;
            font-weight: 700;
            opacity: 0.4;
            text-transform: capitalize;
            margin-bottom: 1em; }
          section.blog .posts li a .data .categoria {
            display: inline-block;
            color: #F7F1EB !important;
            background-color: rgba(255, 255, 255, 0.2);
            font-weight: 700;
            font-size: 0.7em;
            padding: 0.6em 1.2em;
            text-transform: uppercase;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; }
            section.blog .posts li a .data .categoria.noticia {
              background-color: #26247B; }
            section.blog .posts li a .data .categoria.artigo {
              background-color: #ED227D; }
        section.blog .posts li a .resumo {
          grid-column: 1 / 4;
          opacity: 0.4;
          font-size: 0.9em; }
          section.blog .posts li a .resumo.hasThumb {
            grid-column: 1 / 3; }
          section.blog .posts li a .resumo .lermais {
            font-size: 0.9em;
            font-weight: 700; }
            section.blog .posts li a .resumo .lermais:hover {
              -webkit-box-shadow: 0px 2px 0px #26247B;
              -moz-box-shadow: 0px 2px 0px #26247B;
              box-shadow: 0px 2px 0px #26247B; }
        section.blog .posts li a img {
          grid-column: 3 / 5;
          width: 100%;
          height: auto;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
        section.blog .posts li a:after {
          content: '';
          background-color: rgba(245, 240, 235, 0.05);
          -moz-transition: ease-in-out 0.3s all;
          -o-transition: ease-in-out 0.3s all;
          -webkit-transition: ease-in-out 0.3s all;
          transition: ease-in-out 0.3s all;
          opacity: 0;
          pointer-events: none;
          position: absolute;
          width: 100%;
          height: calc(100% + 1px);
          top: -1px;
          left: -10px;
          padding: 0 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          z-index: 99; }
        section.blog .posts li a:hover .resumo {
          opacity: 1; }
        section.blog .posts li a:hover .data .date {
          opacity: 1; }
        section.blog .posts li a:hover:after {
          opacity: 1; }

.home .blog .posts li:first-child {
  border-top: none; }

.page-template-template-sobre {
  font-weight: 300; }
  .page-template-template-sobre .splashSobre {
    font-size: 0.9em; }
    .page-template-template-sobre .splashSobre .grid {
      grid-template-columns: 1fr 1fr;
      position: relative; }
      .page-template-template-sobre .splashSobre .grid .logo {
        mix-blend-mode: screen;
        position: absolute;
        height: 700px;
        width: auto;
        left: calc(50% + 50px); }
  .page-template-template-sobre .instituicoes h2 {
    text-align: center;
    font-size: 2.3em; }
  .page-template-template-sobre .instituicoes .intro {
    text-align: center;
    color: #26247B;
    font-size: 1.2em; }
  .page-template-template-sobre .instituicoes h3 {
    font-size: 0.9em;
    color: #26247B; }
  .page-template-template-sobre .instituicoes p {
    font-size: 0.9em; }
  .page-template-template-sobre .instituicoes .wrapper > p {
    width: 600px;
    margin: 0 auto; }
  .page-template-template-sobre .instituicoes .column {
    grid-template-columns: 1fr 1fr;
    margin: 100px 0; }
    .page-template-template-sobre .instituicoes .column .col01, .page-template-template-sobre .instituicoes .column .col02 {
      width: 100%; }
    .page-template-template-sobre .instituicoes .column img {
      height: 180px;
      padding: 30px;
      margin: 0 auto;
      position: relative;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .page-template-template-sobre .instituicoes img.intituicao {
    margin: 0px auto;
    position: relative;
    display: block; }
  .page-template-template-sobre .instituicoes ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0;
    padding: 50px 0 0; }
    .page-template-template-sobre .instituicoes ul li {
      list-style: none; }

.page-template-template-pesquisadores h1.title {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100; }
.page-template-template-pesquisadores .subtitle {
  margin-top: 2em;
  text-align: center;
  font-weight: 700; }
.page-template-template-pesquisadores .pesquisadores {
  padding-top: 0; }
  .page-template-template-pesquisadores .pesquisadores .grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    padding: 0; }
    .page-template-template-pesquisadores .pesquisadores .grid li {
      list-style: none;
      margin-bottom: 2em; }
      .page-template-template-pesquisadores .pesquisadores .grid li a {
        color: #F7F1EB;
        text-align: center; }
      .page-template-template-pesquisadores .pesquisadores .grid li .posicao {
        font-weight: 700;
        opacity: 0.4;
        font-size: 0.8em;
        padding: 1em 0 0.9em;
        width: 100%;
        display: block;
        letter-spacing: 0.05em; }
      .page-template-template-pesquisadores .pesquisadores .grid li h3 {
        font-weight: 100;
        padding-bottom: 1.2em; }
      .page-template-template-pesquisadores .pesquisadores .grid li .photo {
        width: 100%;
        height: 300px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .page-template-template-pesquisadores .pesquisadores .grid li .photo img {
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: cover;
          -moz-transition: ease-in-out 0.3s all;
          -o-transition: ease-in-out 0.3s all;
          -webkit-transition: ease-in-out 0.3s all;
          transition: ease-in-out 0.3s all; }
      .page-template-template-pesquisadores .pesquisadores .grid li .icones {
        text-align: center; }
        .page-template-template-pesquisadores .pesquisadores .grid li .icones a {
          padding: 0 0.8em;
          opacity: 0.4; }
          .page-template-template-pesquisadores .pesquisadores .grid li .icones a img {
            width: 20px; }
          .page-template-template-pesquisadores .pesquisadores .grid li .icones a:hover {
            opacity: 1; }
      .page-template-template-pesquisadores .pesquisadores .grid li:hover .photo {
        -webkit-box-shadow: 0px 0px 20px rgba(237, 34, 125, 0.4);
        -moz-box-shadow: 0px 0px 20px rgba(237, 34, 125, 0.4);
        box-shadow: 0px 0px 20px rgba(237, 34, 125, 0.4); }
        .page-template-template-pesquisadores .pesquisadores .grid li:hover .photo img {
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.single.single-pesquisadores h1 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 1.5em;
  line-height: 1.1em; }
.single.single-pesquisadores p {
  margin-top: 1em; }
.single.single-pesquisadores section.grid {
  grid-template-columns: 1fr 1fr; }
  .single.single-pesquisadores section.grid a {
    color: #F7F1EB; }
  .single.single-pesquisadores section.grid .posicao {
    font-weight: 700;
    opacity: 0.4;
    padding-bottom: 1.2em;
    width: 100%;
    display: block;
    letter-spacing: 0.05em; }
  .single.single-pesquisadores section.grid .photo {
    width: 100%;
    height: 460px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .single.single-pesquisadores section.grid .photo img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
      -moz-transition: ease-in-out 0.3s all;
      -o-transition: ease-in-out 0.3s all;
      -webkit-transition: ease-in-out 0.3s all;
      transition: ease-in-out 0.3s all; }
  .single.single-pesquisadores section.grid .icones {
    margin-top: 2em; }
    .single.single-pesquisadores section.grid .icones a {
      padding-right: 1.6em;
      opacity: 0.4; }
      .single.single-pesquisadores section.grid .icones a img {
        width: 20px; }
      .single.single-pesquisadores section.grid .icones a:hover {
        opacity: 1; }

.page-template-template-projetos h1.title {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100; }
.page-template-template-projetos .subtitle {
  margin-top: 2em;
  text-align: center;
  font-weight: 700; }
.page-template-template-projetos .projetos {
  padding-top: 0; }
  .page-template-template-projetos .projetos ul {
    padding: 0; }
  .page-template-template-projetos .projetos li {
    list-style: none;
    margin-bottom: 2em;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .page-template-template-projetos .projetos li a {
      grid-template-columns: 1fr 1fr;
      gap: 00px;
      position: relative;
      width: 100%;
      color: #F7F1EB;
      min-height: 250px; }
    .page-template-template-projetos .projetos li h2 {
      font-weight: 100;
      padding: 20px 40px;
      position: absolute;
      text-align: center;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      z-index: 5;
      font-weight: 700;
      font-size: 2.2em; }
    .page-template-template-projetos .projetos li .photo {
      position: relative; }
      .page-template-template-projetos .projetos li .photo .gradient {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 4; }
      .page-template-template-projetos .projetos li .photo img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        -moz-transition: ease-in-out 0.3s all;
        -o-transition: ease-in-out 0.3s all;
        -webkit-transition: ease-in-out 0.3s all;
        transition: ease-in-out 0.3s all;
        filter: grayscale(1);
        z-index: 3;
        position: absolute;
        opacity: 0.15; }
    .page-template-template-projetos .projetos li .texto {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      z-index: 5; }
      .page-template-template-projetos .projetos li .texto p {
        margin-top: 0;
        font-size: 0.9em;
        opacity: 0.6;
        font-weight: 300; }
      .page-template-template-projetos .projetos li .texto span {
        font-size: 0.75em;
        font-weight: 700;
        opacity: 0.8; }
    .page-template-template-projetos .projetos li:hover {
      -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      -moz-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px); }
    .page-template-template-projetos .projetos li:nth-child(4n+1) a {
      background-color: #26247B; }
      .page-template-template-projetos .projetos li:nth-child(4n+1) a .gradient {
        background: #26247b;
        background: -moz-linear-gradient(90deg, rgba(38, 36, 123, 0) 50%, #26247b 100%);
        background: -webkit-linear-gradient(90deg, rgba(38, 36, 123, 0) 50%, #26247b 100%);
        background: linear-gradient(90deg, rgba(38, 36, 123, 0) 50%, #26247b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26247b",endColorstr="#26247b",GradientType=1); }
    .page-template-template-projetos .projetos li:nth-child(4n+2) a {
      background-color: #AD238A; }
      .page-template-template-projetos .projetos li:nth-child(4n+2) a .gradient {
        background: #ad238a;
        background: -moz-linear-gradient(90deg, rgba(173, 35, 138, 0) 50%, #ad238a 100%);
        background: -webkit-linear-gradient(90deg, rgba(173, 35, 138, 0) 50%, #ad238a 100%);
        background: linear-gradient(90deg, rgba(173, 35, 138, 0) 50%, #ad238a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad238a",endColorstr="#ad238a",GradientType=1); }
    .page-template-template-projetos .projetos li:nth-child(4n+3) a {
      background-color: #ED227D; }
      .page-template-template-projetos .projetos li:nth-child(4n+3) a .gradient {
        background: #ed227d;
        background: -moz-linear-gradient(90deg, rgba(237, 34, 125, 0) 50%, #ed227d 100%);
        background: -webkit-linear-gradient(90deg, rgba(237, 34, 125, 0) 50%, #ed227d 100%);
        background: linear-gradient(90deg, rgba(237, 34, 125, 0) 50%, #ed227d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed227d",endColorstr="#ed227d",GradientType=1); }
    .page-template-template-projetos .projetos li:nth-child(4n+4) a {
      background-color: #F15F31;
      color: #0C1720; }
      .page-template-template-projetos .projetos li:nth-child(4n+4) a .gradient {
        background: #f15f31;
        background: -moz-linear-gradient(90deg, rgba(241, 95, 49, 0) 50%, #f15f31 100%);
        background: -webkit-linear-gradient(90deg, rgba(241, 95, 49, 0) 50%, #f15f31 100%);
        background: linear-gradient(90deg, rgba(241, 95, 49, 0) 50%, #f15f31 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f15f31",endColorstr="#f15f31",GradientType=1); }

.page-template-template-eventos h1.title {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100; }
.page-template-template-eventos .subtitle {
  margin-top: 2em;
  text-align: center;
  font-weight: 700; }
.page-template-template-eventos .eventos {
  padding-top: 0; }
  .page-template-template-eventos .eventos .wrapper {
    padding: 0; }
  .page-template-template-eventos .eventos li {
    list-style: none;
    margin-bottom: 2em; }
    .page-template-template-eventos .eventos li a {
      grid-template-columns: 1fr 1fr;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      gap: 20px;
      position: relative;
      width: 100%;
      color: #F7F1EB;
      min-height: 250px;
      background-color: rgba(248, 240, 235, 0.05); }
    .page-template-template-eventos .eventos li .texto {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      .page-template-template-eventos .eventos li .texto .data {
        color: #F15F31;
        font-weight: 300; }
        .page-template-template-eventos .eventos li .texto .data b {
          font-weight: 700; }
        .page-template-template-eventos .eventos li .texto .data.jaRolou {
          color: #F7F1EB;
          opacity: 0.4; }
        .page-template-template-eventos .eventos li .texto .data span {
          text-transform: capitalize; }
      .page-template-template-eventos .eventos li .texto p {
        margin-top: 0;
        font-size: 0.9em;
        opacity: 0.6;
        font-weight: 300; }
      .page-template-template-eventos .eventos li .texto .infos {
        font-weight: 700;
        color: #F15F31;
        font-size: 0.9em; }
    .page-template-template-eventos .eventos li h2 {
      font-weight: 300;
      padding: 0.5em 0;
      font-size: 2.2em;
      line-height: 1.4em; }
    .page-template-template-eventos .eventos li .photo {
      position: relative;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      padding: 20px 20px 20px 0px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-template-eventos .eventos li .photo img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        -moz-transition: ease-in-out 0.3s all;
        -o-transition: ease-in-out 0.3s all;
        -webkit-transition: ease-in-out 0.3s all;
        transition: ease-in-out 0.3s all;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .page-template-template-eventos .eventos li:hover {
      -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
      -moz-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px); }

.single-eventos .data {
  margin-top: 1em;
  color: #F15F31; }
  .single-eventos .data.jaRolou {
    color: #F7F1EB;
    opacity: 0.4; }

.page-template-template-posts h1.title {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100; }
.page-template-template-posts section.blog {
  padding-top: 0; }
.page-template-template-posts .postsDestaque {
  margin-top: 0;
  padding: 0; }
  .page-template-template-posts .postsDestaque a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    color: #F7F1EB;
    height: 350px;
    overflow: hidden;
    background-color: rgba(248, 240, 235, 0.05);
    display: inline-block;
    -webkit-box-shadow: 0px 20px 25px 20px rgba(12, 23, 32, 0.6);
    -moz-box-shadow: 0px 20px 25px 20px rgba(12, 23, 32, 0.6);
    box-shadow: 0px 20px 25px 20px rgba(12, 23, 32, 0.6); }
  .page-template-template-posts .postsDestaque .texto {
    position: absolute;
    padding: 20px;
    bottom: 0;
    font-weight: 700;
    text-shadow: 0px 1px 7px black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-template-template-posts .postsDestaque .texto h3 {
      padding: 0.5em 0;
      font-size: 2em;
      line-height: 1.4em; }
  .page-template-template-posts .postsDestaque img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all; }
.page-template-template-posts .owl-carousel {
  position: relative;
  margin: 0 auto; }
.page-template-template-posts .owl-item {
  display: inline-block;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  height: 100%;
  position: relative;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 1;
  opacity: 0.6; }
  .page-template-template-posts .owl-item.active {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    opacity: 1; }
.page-template-template-posts .owl-stage-outer {
  height: 100%; }
.page-template-template-posts .owl-stage {
  height: 100%;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
.page-template-template-posts .owl-stage:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }
.page-template-template-posts .owl-dots {
  text-align: center; }
  .page-template-template-posts .owl-dots .owl-dot {
    width: 30px;
    margin: 0 3px;
    border: none;
    height: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.4; }
    .page-template-template-posts .owl-dots .owl-dot.active {
      opacity: 1; }
.page-template-template-posts .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  font-weight: 100;
  font-size: 3em; }
  .page-template-template-posts .owl-nav .owl-prev, .page-template-template-posts .owl-nav .owl-next {
    position: absolute;
    left: 20px;
    cursor: pointer;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all;
    background: none;
    border: none;
    padding: 0;
    opacity: 0.6;
    line-height: 0.6em; }
    .page-template-template-posts .owl-nav .owl-prev:hover, .page-template-template-posts .owl-nav .owl-next:hover {
      opacity: 1; }
  .page-template-template-posts .owl-nav .owl-next {
    right: 20px;
    left: inherit; }
.page-template-template-posts div.search_result {
  display: none; }

.search_bar {
  padding-top: 100px;
  max-width: 300px; }
  .search_bar input {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(248, 240, 235, 0.4);
    text-align: center;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all;
    outline: 0; }
    .search_bar input:hover {
      background-color: rgba(245, 240, 235, 0.05); }
    .search_bar input:focus {
      border: 1px solid #f8f0eb; }

.single .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative; }
  .single .grid h1 {
    grid-column: 2 / 5;
    font-weight: 100;
    font-size: 2.8em; }
  .single .grid .data {
    grid-column: 1 / 2;
    width: 100%; }
    .single .grid .data .date {
      display: block;
      font-size: 0.8em;
      font-weight: 700;
      opacity: 0.4;
      text-transform: capitalize;
      margin-bottom: 1em;
      margin-top: 1.26em; }
    .single .grid .data .categoria {
      display: inline-block;
      color: #F7F1EB !important;
      background-color: rgba(255, 255, 255, 0.2);
      font-weight: 700;
      font-size: 0.7em;
      padding: 0.6em 1.2em;
      text-transform: uppercase;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .single .grid .data .categoria.noticia {
        background-color: #26247B; }
      .single .grid .data .categoria.artigo {
        background-color: #ED227D; }
  .single .grid .conteudo {
    grid-column: 2 / 5;
    width: 100%; }
    .single .grid .conteudo p {
      font-size: 1em;
      letter-spacing: 0.05em;
      line-height: 1.8em;
      color: rgba(248, 240, 235, 0.7); }
      .single .grid .conteudo p b {
        font-weight: 700; }
      .single .grid .conteudo p a {
        color: rgba(248, 240, 235, 0.8);
        text-decoration: underline; }
        .single .grid .conteudo p a:hover {
          color: #f8f0eb; }
    .single .grid .conteudo ol a {
      color: rgba(248, 240, 235, 0.8);
      text-decoration: underline; }
      .single .grid .conteudo ol a:hover {
        color: #f8f0eb; }
    .single .grid .conteudo ol li a {
      color: rgba(248, 240, 235, 0.8);
      text-decoration: underline; }
      .single .grid .conteudo ol li a:hover {
        color: #f8f0eb; }
    .single .grid .conteudo figure {
      padding: 5em 0;
      width: calc(100% + 34%);
      margin-left: -34%; }
      .single .grid .conteudo figure img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
      .single .grid .conteudo figure figcaption {
        font-size: 0.8em;
        color: rgba(248, 240, 235, 0.7); }
    .single .grid .conteudo h2, .single .grid .conteudo h3, .single .grid .conteudo h4, .single .grid .conteudo h5 {
      margin-top: 3em; }

/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  nav.hiddenMenu {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

  nav.menuPrimary {
    display: none; }

  .page-template-template-sobre .splashSobre .grid {
    grid-template-columns: 1fr;
    max-width: 500px; }
    .page-template-template-sobre .splashSobre .grid .logo {
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0.2; } }
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  .wrapper {
    width: 700px; }

  .page-template-template-sobre .instituicoes img.intituicao {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

  .single .grid {
    grid-template-columns: 1fr; }
    .single .grid h1, .single .grid .data, .single .grid .conteudo {
      grid-column: initial; }
    .single .grid .conteudo figure {
      width: 100%;
      margin-left: 0; } }
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .wrapper {
    width: 500px; }

  .chamadaPaginas .grid {
    grid-template-columns: 1fr 1fr; }

  .blog .title a.botao, .blog .title span.botao {
    font-size: 0.8em; }

  .blog .posts li a h3, .blog .posts li a .data {
    grid-column: 1 / 5; }
  .blog .posts li a .resumo, .blog .posts li a .resumo.hasThumb {
    grid-column: 1 / 5;
    order: 3; }
  .blog .posts li a img {
    grid-column: 1 / 5;
    order: 2; }
  .blog .posts li:before {
    display: none; }

  footer .newsletter .grid .outlineLogo {
    width: 200%; }

  footer .newsletter .grid .pills {
    left: 80%;
    height: 400px; }

  .page-template-template-sobre .instituicoes .wrapper > p {
    width: 100%;
    margin: 1em auto; }

  .page-template-template-sobre .instituicoes .column {
    grid-template-columns: 1fr; }
    .page-template-template-sobre .instituicoes .column img.intituicao, .page-template-template-sobre .instituicoes .column img {
      height: 130px;
      padding: 60px 30px 30px;
      max-width: 220px; }
    .page-template-template-sobre .instituicoes .column img {
      height: 200px; }

  .page-template-template-sobre .instituicoes ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .page-template-template-sobre .instituicoes ul li {
      padding: 10px; }

  .page-template-template-eventos .eventos li a {
    grid-template-columns: 1fr; }
    .page-template-template-eventos .eventos li a .photo {
      padding: 0 20px 20px; }

  .page-template-template-pesquisadores .pesquisadores section.grid {
    grid-template-columns: 1fr 1fr; }

  .single.single-pesquisadores section.grid {
    grid-template-columns: 1fr; }
    .single.single-pesquisadores section.grid .posicao {
      margin-top: 2em; }
    .single.single-pesquisadores section.grid h1 {
      margin-bottom: 1em; }

  .page-template-template-projetos .projetos li h2 {
    padding: 20px;
    font-size: 2em; }

  .page-template-template-posts .splash {
    padding-bottom: 25px; }
  .page-template-template-posts .blog {
    padding-top: 25px; }
  .page-template-template-posts .postsDestaque .texto h3 {
    font-size: 1.8em; } }
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .wrapper {
    width: 400px; }

  .splashHome {
    width: 100%;
    margin: 180px 0; }
    .splashHome .grid {
      grid-template-columns: 1fr; }
    .splashHome .chamada {
      width: 100%;
      grid-column: 1; }
      .splashHome .chamada h1 {
        font-size: 3em; }
      .splashHome .chamada span {
        font-size: 0.9em;
        margin: 1em 0;
        display: block; }
      .splashHome .chamada .botao {
        margin-top: 1em;
        display: inline-block; }

  .blog .title h2 {
    width: 55%; }

  .page-template-template-sobre .instituicoes ul li {
    padding: 25px 10px; }

  .page-template-template-projetos .projetos li a {
    grid-template-columns: 1fr; }
    .page-template-template-projetos .projetos li a h2 {
      position: relative; }
    .page-template-template-projetos .projetos li a .photo .gradient {
      top: 0;
      height: calc(100% + 100px); }
    .page-template-template-projetos .projetos li a .photo img {
      top: 0;
      height: calc(100% + 100px); }
  .page-template-template-projetos .projetos li:nth-child(4n+1) a .gradient {
    background: #26247b;
    background: -moz-linear-gradient(180deg, rgba(38, 36, 123, 0) 50%, #26247b 100%);
    background: -webkit-linear-gradient(180deg, rgba(38, 36, 123, 0) 50%, #26247b 100%);
    background: linear-gradient(180deg, rgba(38, 36, 123, 0) 50%, #26247b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26247b",endColorstr="#26247b",GradientType=1); }
  .page-template-template-projetos .projetos li:nth-child(4n+2) a .gradient {
    background: #ad238a;
    background: -moz-linear-gradient(180deg, rgba(173, 35, 138, 0) 50%, #ad238a 100%);
    background: -webkit-linear-gradient(180deg, rgba(173, 35, 138, 0) 50%, #ad238a 100%);
    background: linear-gradient(180deg, rgba(173, 35, 138, 0) 50%, #ad238a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad238a",endColorstr="#ad238a",GradientType=1); }
  .page-template-template-projetos .projetos li:nth-child(4n+3) a .gradient {
    background: #ed227d;
    background: -moz-linear-gradient(180deg, rgba(237, 34, 125, 0) 50%, #ed227d 100%);
    background: -webkit-linear-gradient(180deg, rgba(237, 34, 125, 0) 50%, #ed227d 100%);
    background: linear-gradient(180deg, rgba(237, 34, 125, 0) 50%, #ed227d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed227d",endColorstr="#ed227d",GradientType=1); }
  .page-template-template-projetos .projetos li:nth-child(4n+4) a .gradient {
    background: #f15f31;
    background: -moz-linear-gradient(180deg, rgba(241, 95, 49, 0) 50%, #f15f31 100%);
    background: -webkit-linear-gradient(180deg, rgba(241, 95, 49, 0) 50%, #f15f31 100%);
    background: linear-gradient(180deg, rgba(241, 95, 49, 0) 50%, #f15f31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f15f31",endColorstr="#f15f31",GradientType=1); }

  .page-template-template-posts .postsDestaque a {
    height: 230px; }

  .page-template-template-posts .postsDestaque .texto h3 {
    font-size: 1.5em; } }
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  .wrapper {
    width: 320px; }

  .chamadaPaginas .grid {
    grid-template-columns: 1fr; }

  footer .newsletter .grid {
    grid-template-columns: 1fr; }

  footer .newsletter .grid .pills {
    display: none; }

  footer .newsletter .grid .outlineLogo {
    opacity: 0.2; }

  .blog .title h2 {
    width: 100%;
    margin-bottom: 1em; }

  .blog .title {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .page-template-template-sobre .instituicoes ul li {
    padding: 25px 50px; }

  .page-template-template-pesquisadores .pesquisadores .grid {
    grid-template-columns: 1fr; }

  .page-template-template-pesquisadores h1.title {
    font-size: 2.5em; }

  .page-template-template-posts .postsDestaque .texto h3 {
    font-size: 1.2em; }
  .page-template-template-posts .postsDestaque .texto .lermais {
    font-size: 0.8em; } }
@media only screen and (max-width: 450px) {
  .wrapper {
    width: 300px; }

  nav.hiddenMenu .pageHolder ul {
    font-size: 0.9em; } }

/*# sourceMappingURL=style.css.map */
Back to Directory File Manager