﻿/*!
Theme Name: Instituto Life
Theme URI: http://underscores.me/
Author: Explay Web Agency
Author URI: http://www.explay.com.br/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: instituto_life
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Instituto Life is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?78960107");
  src: url("../fonts/fontello.eot?78960107#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?78960107") format("woff2"),
    url("../fonts/fontello.woff?78960107") format("woff"),
    url("../fonts/fontello.ttf?78960107") format("truetype"),
    url("../fonts/fontello.svg?78960107#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),
    url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"),
    url("../fonts/MYRIADPRO-COND.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed Italic"),
    url("../fonts/MYRIADPRO-CONDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"),
    url("../fonts/MyriadPro-Light.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),
    url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Semibold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold Italic"),
    url("../fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"),
    url("../fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"),
    url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Italic"),
    url("../fonts/MYRIADPRO-BOLDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Bold Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed Italic"),
    url("../fonts/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon-font,
.main-navigation .menu-item-has-children:after,
.social-media ul li a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down-open:before {
  content: "\e800";
}
.icon-search:before {
  content: "\e801";
}
.icon-right-open-big:before {
  content: "\e802";
}
.icon-left-open-big:before {
  content: "\e803";
}
.icon-mail:before {
  content: "\e804";
}
.icon-phone:before {
  content: "\e805";
}
.icon-facebook-1:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-linkedin:before {
  content: "\f0e1";
}
html {
  font-size: 62.5%;
}
html,
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
.mb-25 {
  margin-bottom: 25px;
}
.icon-down-open:before {
  content: "\e800";
}
.icon-search:before {
  content: "\e801";
}
.icon-right-open-big:before {
  content: "\e802";
}
.icon-left-open-big:before {
  content: "\e803";
}
.icon-facebook-1:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.no-padding {
  padding: 0;
}
.site-title {
  font-size: 0;
  margin: 0;
}
.site-description {
  font-size: 0;
}
.site-header {
  background-color: #fff;
  border-top: solid 2px #00aeef;
  position: relative;
  z-index: 99999;
}
.main-navigation {
  position: relative;
}
.main-navigation ul {
  float: left;
  height: 127px;
  padding: 45px 0 0 0;
  width: 100%;
}
.main-navigation ul li {
  padding: 0 15px;
}
.main-navigation ul li:nth-last-of-type(1),
.main-navigation ul li:nth-last-of-type(2) {
  float: right;
}
.main-navigation .menu-item {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0 30px 0 15px;
}
.main-navigation .menu-item:hover a {
  color: #00aeef;
}
.main-navigation .menu-item:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.main-navigation .menu-item:hover .sub-menu .menu-item a:hover {
  color: #00aeef;
}
.main-navigation .menu-item-has-children {
  position: relative;
  padding-right: 25px;
}
.main-navigation .menu-item-has-children:after {
  content: "\e800";
  color: #55d1ff;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation .menu-item a {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 32px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-navigation .menu-item.current-menu-item:after {
  content: "\e800";
  color: #55d1ff;
  font-family: "fontello";
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.main-navigation .menu-item.current-menu-item a {
  color: #00aeef;
}
.main-navigation .sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  height: auto;
  left: -5px !important;
  opacity: 0;
  padding: 15px 5px;
  pointer-events: none;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: auto;
  min-width: calc(100% + 20px);
}
.main-navigation .sub-menu .menu-item {
  float: none;
  margin: 0;
  text-align: left;
}
.main-navigation .sub-menu .menu-item a {
  color: #000;
  max-width: 100%;
  width: auto;
  white-space: nowrap;
}
.main-navigation .sub-menu .current-menu-item a {
  color: #00aeef;
}
.language-wrapper {
  padding-top: 45px;
  max-width: 60px;
  display: inline-block;
}
.site-branding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 112px;
}
.site-footer {
  background-color: #0e3067;
  padding: 17px 0;
}
.site-footer .contact-info {
  font-size: 0;
  font-family: "Myriad Pro Light", sans-serif;
  text-align: justify;
  width: 100%;
}
.site-footer .contact-info a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
}
.site-footer .contact-info__video-url {
  background: url("../images/ico-player-small.png") right center no-repeat;
  background-size: auto;
  padding-right: 35px;
}
.site-footer .contact-info__email,
.site-footer .contact-info__phone {
  font-family: "Myriad Pro Regular", sans-serif;
  padding-left: 30px;
  position: relative;
}
.site-footer .contact-info__email:before,
.site-footer .contact-info__phone:before {
  display: inline-block;
  font-family: "fontello";
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .contact-info__email:before {
  content: "\e804";
}
.site-footer .contact-info__phone:before {
  content: "\e805";
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.site-footer .contact-info:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.social-media {
  display: inline-block;
}
.social-media ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-media ul li {
  display: inline-block;
  text-align: center;
}
.social-media ul li a:after {
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  margin-right: 25px;
}
.social-media ul li a:hover {
  text-decoration: none;
}
.social-media__facebook a:after {
  content: "\f09a";
}
.social-media__linkedin a:after {
  content: "\f0e1";
}
.main-section {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100vw;
  min-height: 100%;
}
.main-section--home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: calc(100vh - 199px);
  position: relative;
}
.main-section--home .content {
  background-color: rgba(11, 167, 223, 0.9);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  font-family: "Myriad Pro Light", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22px;
  height: 300px;
  left: 50%;
  max-width: 100%;
  text-align: center;
  padding: 30px 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.main-section--home .content .wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-section--home .content h2 {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 0;
}
.main-section--home .content p {
  margin-bottom: 0;
}
.main-section--home .content a {
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  bottom: 4.452%;
  display: inline-block;
  height: 38px;
  right: 14.383%;
  position: absolute;
  width: 38px;
}
.main-section--home .content a:before,
.main-section--home .content a:after {
  content: "";
  background-color: currentColor;
  backface-visibility: hidden;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}
.main-section--home .content a:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main-section--dynamic {
  padding-bottom: 35px;
}
.main-section .container-fluid {
  height: 100%;
}
.main-section .container-fluid .row.full-height {
  height: 100%;
}
.main-section--page-base {
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 37.179% auto;
}
.main-section--page-base .featured-img {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 410px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(41.666vw - 15px);
  z-index: 100;
}
.main-section--page-base .spacer {
  padding-top: 410px;
  display: block;
}
.main-section .layout-content {
  color: #231f20;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  padding: 50px 0;
}
.main-section .layout-content p {
  margin-bottom: 35px;
}
.main-section .layout-content p:last-of-type {
  margin: 0;
}
.main-section .layout-content p span:hover {
  text-decoration: none;
}
.main-section .layout-content a {
  color: #00ccff;
}
.main-section .layout-content a:hover {
  text-decoration: none;
}
.main-section .layout-content h3 {
  font-family: "Myriad Pro Semibold", sans-serif;
  margin: 0;
  margin-bottom: 10px;
}
.main-section .layout-content ul,
.main-section .layout-content ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-section .layout-content ul li,
.main-section .layout-content ol li {
  line-height: 30px;
  margin-bottom: 25px;
  padding-left: 22px;
  position: relative;
}
.main-section .layout-content ul li:before,
.main-section .layout-content ol li:before {
  color: #00aeef;
  content: "•";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  left: 0;
  line-height: 22px;
  position: absolute;
  top: 0;
}
.main-section .layout-content ul li em,
.main-section .layout-content ol li em {
  font-style: normal;
  width: 100%;
}
.main-section .layout-content ul ul li,
.main-section .layout-content ol ul li {
  margin-bottom: 10px;
}
.main-section .layout-content ul ul li:before,
.main-section .layout-content ol ul li:before {
  content: none;
}
.main-section .layout-content ol {
  counter-reset: count;
  list-style-type: none;
}
.main-section .layout-content ol li {
  padding-left: 50px;
  position: relative;
}
.main-section .layout-content ol li:before {
  color: #18b1e8;
  content: counter(count, decimal);
  counter-increment: count;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-section .layout-content .btn-wrapper {
  padding: 20px 0;
}
.main-section .layout-content .btn-wrapper a {
  color: #231f20;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 25px;
  position: relative;
}
.main-section .layout-content .btn-wrapper a:before,
.main-section .layout-content .btn-wrapper a:after {
  background-color: #00aeef;
  content: "";
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.main-section .layout-content .btn-wrapper a:after {
  transform: translateY(-50%) rotate(90deg);
}
.main-section .layout-content .btn-wrapper a:hover {
  color: #00aeef;
}
.main-section .layout-content .boxed {
  padding: 20px 15px 20px 30px;
  position: relative;
}
.main-section .layout-content .boxed:before,
.main-section .layout-content .boxed:after {
  content: "";
  border-style: solid;
  border-width: 2px;
  border-color: #00aeef;
  border-bottom-width: 0;
  border-right-width: 0;
  display: block;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}
.main-section .layout-content .boxed:after {
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}
.main-section .layout-content--card-links {
  position: relative;
  text-align: justify;
}
.main-section .layout-content--card-links:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.main-section .layout-content--card-links .card {
  display: inline-block;
  max-width: 170px;
  vertical-align: top;
}
.main-section .layout-content--card-links .card a {
  display: inline-block;
  min-height: 280px;
  padding: 15px 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-section .layout-content--card-links .card img {
  display: block;
  margin: 0 auto 25px auto;
}
.main-section .layout-content--card-links .card h3 {
  display: inline-block;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 0 15px;
  width: 100%;
}
.main-section .layout-content--card-links .card:hover a {
  -webkit-box-shadow: 0 4px 10px #cecece;
  -moz-box-shadow: 0 4px 10px #cecece;
  box-shadow: 0 4px 10px #cecece;
}
.main-section .layout-content .child-pages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-section .layout-content .child-pages ul li {
  margin-bottom: 15px;
}
.main-section .layout-content .child-pages ul li a {
  color: #231f20;
  padding-right: 25px;
  position: relative;
}
.main-section .layout-content .child-pages ul li a:before,
.main-section .layout-content .child-pages ul li a:after {
  background-color: #00aeef;
  content: "";
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.main-section .layout-content .child-pages ul li a:after {
  transform: translateY(-50%) rotate(90deg);
}
.main-section .layout-content .child-pages ul li a:hover {
  color: #00aeef;
  text-decoration: none;
}
.main-section .layout-content--qualifier {
  padding: 0;
}
.main-section .layout-content--qualifier img {
  height: auto;
  margin-top: 45px;
  max-width: 100%;
  width: 100%;
}
.main-section .layout-content--qualifier a {
  color: #009ee3;
  background-color: #daeef3;
  display: block;
  padding: 5px 15px;
  width: 100%;
}
.main-section .layout-content--qualifier span {
  display: inline-block;
  font-weight: 700;
  padding: 0 15px;
  width: 100%;
}
.main-section .layout-content--qualifier span:before {
  content: "";
  color: #00aeef;
  display: inline-block;
  width: 100px;
}
.main-section .layout-content--qualifier span.source:before {
  content: "Fonte: ";
}
.main-section .layout-content--qualifier span.version:before {
  content: "Versão: ";
}
.main-section .layout-content--qualifier .text-wrapper {
  padding: 20px 15px 0;
}
.main-section .layout-content--qualifier .text-wrapper p {
  margin-bottom: 20px;
}
.main-section .layout-content .consulta-publica a {
  display: inline-block;
  margin-bottom: 30px;
}
.main-section .layout-content .consulta-publica h3 {
  background-color: #daeef3;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 15px;
}
.main-section .layout-content .consulta-publica h3 a {
  color: #0088cc;
  margin: 0;
}
.main-section .page-title {
  background-color: #00aeef;
  padding-left: 8.333%;
}
.main-section .page-title h2 {
  color: #fff;
  display: inline-block;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 12px 0;
  text-transform: uppercase;
}
.main-section--single-post .page-title {
  float: left;
  padding: 10px 15px;
  width: 100%;
}
.main-section--single-post .page-title a {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.main-section--single-post .post-img {
  margin: 0 auto 30px;
  width: 100%;
}
.main-section--single-post .entry-header {
  color: #00aeef;
  font-family: "Myriad Pro Semibold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.main-section--single-post .entry-header h1 {
  margin: 0;
}
.main-section--single-post .entry-header span {
  color: #231f20;
  display: inline-block;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.full-width-card {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  margin-bottom: 80px;
  min-height: 220px;
}
.full-width-card-content {
  padding: 20px 0;
  font-family: "Myriad Pro Regular", sans-serif;
}
.full-width-card-content p {
  font-size: 17px;
  font-size: 1.7rem;
}
#contactform {
  font-family: "Myriad Pro Bold", sans-serif;
}
#contactform input,
#contactform textarea {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
#contactform input::-webkit-input-placeholder,
#contactform textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
#contactform input:-moz-placeholder,
#contactform textarea:-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
#contactform input::-moz-placeholder,
#contactform textarea::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
#contactform input:-ms-input-placeholder,
#contactform textarea:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
#contactform textarea {
  resize: none;
}
#contactform input[type="submit"] {
  color: #fff;
  background-color: #00aeef;
  border: 0;
}
#homeSlider .carousel-inner {
  position: relative;
  overflow: visible;
  z-index: 100;
}
#homeSlider .carousel-inner .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 199px);
}
#homeSlider .carousel-indicators-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 8.333%;
  z-index: 200;
}
#homeSlider .carousel-indicators-wrapper .carousel-indicators {
  left: 50%;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}
#homeSlider .carousel-indicators-wrapper .carousel-indicators span {
  display: block;
  text-align: center;
}
#homeSlider .carousel-indicators-wrapper .carousel-indicators li {
  background-color: #fff;
  border: 0;
  display: block;
  height: 7px;
  margin: 14px auto;
  width: 7px;
}
#homeSlider .carousel-indicators-wrapper .carousel-indicators .active {
  background-color: #55d1ff;
  border: solid 1px #55d1ff;
  height: 12px;
  width: 12px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.btn-wrapper {
  font-size: 0;
}
.btn-banner {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
  position: relative;
}
.btn-banner:after {
  background: url("../images/bg-btn-arrow.png");
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
.btn-banner-blue-arrow:after {
  background-position: 0 0;
}
.btn-banner-black-arrow:after {
  background-position: 0 8px;
}
.secondary-section {
  height: 33.333vh;
}
.secondary-section .secondary-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 33.333vh;
  position: relative;
}
.secondary-section .secondary-banner .content {
  left: 50%;
  max-width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 380px;
}
.secondary-section .secondary-banner .content h1,
.secondary-section .secondary-banner .content h2,
.secondary-section .secondary-banner .content h3,
.secondary-section .secondary-banner .content h4,
.secondary-section .secondary-banner .content h5,
.secondary-section .secondary-banner .content h6 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.secondary-section .secondary-banner .content a {
  font-size: 14px;
  font-size: 1.4rem;
}
.secondary-section .secondary-banner .content a img {
  margin-left: 30px;
}
.secondary-section .secondary-banner .content p {
  margin: 0;
}
.player-btn {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.player-btn a {
  background: url("../images/ico-player.png") center no-repeat;
  display: block;
  height: 72px;
  width: 72px;
}
.search-wrapper {
  padding: 45px 8.333% 0 0;
}
.search-wrapper form {
  cursor: pointer;
  float: right;
  position: relative;
  width: auto;
}
.search-wrapper form:after {
  content: "\e801";
  color: #000;
  display: inline-block;
  font-family: "fontello";
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  pointer-events: none;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.search-wrapper form input[type="text"] {
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #00aeef;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  float: right;
  height: 30px;
  max-width: 100%;
  padding: 0 8px;
  width: 30px;
  -moz-transition: all 0.25s cubic-bezier(1, -0.25, 0, 1.28);
  -o-transition: all 0.25s cubic-bezier(1, -0.25, 0, 1.28);
  -webkit-transition: all 0.25s cubic-bezier(1, -0.25, 0, 1.28);
  transition: all 0.25s cubic-bezier(1, -0.25, 0, 1.28);
}
.search-wrapper form input[type="text"]:focus,
.search-wrapper form input[type="text"]:hover {
  background-color: #fff;
  max-width: 100%;
  outline: 0;
  width: 190px;
}
#crumbs {
  color: #a4a4a4;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  padding: 15px 0 35px 0;
}
#crumbs a {
  color: inherit;
}
#crumbs a:visited {
  color: inherit;
}
.template-page-subtitle {
  color: #252122;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 50px;
}
.template-page-content {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #5e5e5e;
}
.template-page-content h3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 25px;
}
.template-page-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #5e5e5e;
}
.template-page-content .btn-wrapper {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
}
.template-page-content .btn-wrapper--static {
  position: static;
  padding: 15px 0;
}
.template-page-content .btn-wrapper--static a {
  cursor: pointer;
}
.template-page-content .btn-wrapper--static a.arrow {
  background-image: url("../images/btn-right-small-blue.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #00aeef;
  padding-right: 72px;
}
.template-page-content .btn-wrapper .right,
.template-page-content .btn-wrapper .left,
.template-page-content .btn-wrapper .center {
  display: inline-block;
  width: 50%;
}
.template-page-content .btn-wrapper .right,
.template-page-content .btn-wrapper .center {
  text-align: right;
}
.template-page-content .btn-wrapper .right a.arrow,
.template-page-content .btn-wrapper .center a.arrow {
  background-image: url("../images/btn-right-small-blue.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #eeeeee;
  padding-right: 72px;
}
.template-page-content .btn-wrapper .left {
  text-align: left;
}
.template-page-content .btn-wrapper .left a.arrow {
  background-image: url("../images/btn-left-small-blue.png");
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #eeeeee;
  padding-left: 72px;
}
.template-page-content .btn-wrapper .center {
  width: 100%;
  text-align: center;
}
.template-page-content .btn-wrapper a {
  border: solid 1px #00aeef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #231f20;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 35px;
  min-width: 145px;
  padding: 0 15px;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.template-page-content .btn-wrapper a:hover {
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
}
.template-page-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.template-page-content ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 20px;
}
.template-page-content ul li:before {
  content: "\2022";
  color: #00aeef;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 0;
}
.template-page-content ul.alternate li:nth-of-type(odd) {
  margin-bottom: 0;
}
.template-page-content ul.alternate li:nth-of-type(even) {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.template-page-content ul.alternate li:nth-of-type(even):before {
  content: "";
}
.template-page-content hr {
  margin: 25px 0;
  background-color: #e1e1e1;
}
.template-page-content .sub-slider-title {
  font-weight: 400;
  padding-left: 1.2rem;
  position: relative;
}
.template-page-content .sub-slider-title:before {
  content: "\2022";
  color: #00aeef;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 0;
}
.template-page-content .sub-slider-title span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.template-page-content .sub-slider-content {
  padding-left: 1.2rem;
  position: relative;
}
.owl-carousel .owl-nav {
  font-size: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover {
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev:focus i:before,
.owl-carousel .owl-nav button.owl-prev:hover i:before,
.owl-carousel .owl-nav button.owl-next:focus i:before,
.owl-carousel .owl-nav button.owl-next:hover i:before {
  color: #00ccff;
}
.owl-carousel .owl-nav:before {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: calc(100% - 84px);
}
.template-page-nav {
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 1px #00aeef;
  font-family: "Open Sans", sans-serif;
  list-style-type: none;
  margin: 0;
  max-width: 180px;
  padding: 10px 0;
  position: static;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.template-page-nav li {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #5e5e5e;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  height: auto;
  line-height: 36px;
  margin: 0;
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
}
.template-page-nav li span {
  background-color: #fff;
  display: inline-block;
  padding-right: 15px;
  line-height: 18px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.template-page-nav li:after {
  content: "";
  background: url("../images/btn-right-small-blue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  height: 7px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 37px;
}
.template-page-nav li:hover {
  color: #00aeef;
}
.template-page-nav li:hover span {
  transform: translateX(10px);
}
.template-page-nav .active {
  color: #00aeef;
  height: auto;
  width: 100%;
}
.template-page-nav .active:after {
  opacity: 1;
}
.video-card {
  padding: 0 15px;
}
.video-card h2 {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.video-card .video-wrapper {
  height: 0;
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 500px;
  margin: 0 auto 25px;
}
.video-card .video-wrapper iframe,
.video-card .video-wrapper object,
.video-card .video-wrapper embed {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.life-na-midia,
.materials {
  display: inline-block;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 0;
  margin-bottom: 30px;
  min-height: 155px;
  overflow: hidden;
  position: relative;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  vertical-align: top;
  width: 49%;
}
.life-na-midia .wrapper,
.materials .wrapper {
  display: inline-block;
  max-width: 350px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.life-na-midia h3,
.materials h3 {
  color: #989898;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.life-na-midia h3 span,
.materials h3 span {
  text-transform: uppercase;
}
.life-na-midia h2,
.materials h2 {
  color: #231f20;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0;
  margin-bottom: 20px;
}
.life-na-midia a,
.materials a {
  color: #18b1e8;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 30px;
  position: relative;
}
.life-na-midia a:after,
.materials a:after {
  content: "\e800";
  color: #55d1ff;
  display: inline-block;
  font-family: "fontello";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.materials {
  width: 100%;
}
.materials .img-wrapper {
  display: inline-block;
  max-width: 170px;
  vertical-align: top;
  width: 25%;
}
.materials .img-wrapper img {
  display: block;
  margin: 0 auto;
  max-height: 170px;
  max-width: 170px;
}
.materials .wrapper {
  border-bottom: solid 1px #cdcdcd;
  max-width: 470px;
  min-height: 200px;
  padding: 30px 20px;
  vertical-align: top;
  width: 75%;
}
.materials h2 {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  padding-right: 50px;
}
.materials a {
  background: url("../images/ico-download.png") left center no-repeat;
  background-size: auto;
  line-height: 25px;
  padding: 0;
  padding-left: 25px;
}
.materials a:after {
  content: none;
}
.archive-filter {
  font-family: "Myriad Pro Semibold", sans-serif;
  padding: 50px 0;
  position: relative;
  z-index: 101;
}
.archive-filter span {
  color: #969696;
  display: inline-block;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding-right: 35px;
  position: relative;
}
.archive-filter span p {
  color: #18b1e8;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}
.archive-filter span ul {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  top: 100%;
  width: auto;
}
.archive-filter span ul li {
  display: inline-block;
  width: 100%;
}
.archive-filter span ul li a {
  color: #000;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.archive-filter span ul li a:hover {
  color: #18b1e8;
  text-decoration: none;
}
.archive-filter span:hover ul {
  opacity: 1;
  pointer-events: all;
}
.archive-filter span:after {
  content: "\e800";
  color: #55d1ff;
  border: solid 1px #55d1ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  font-family: "fontello";
  height: 24px;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
#contentSlider .item {
  min-height: 630px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.wpml-ls-legacy-dropdown a {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\e800";
  color: #55d1ff;
  border: none;
  font-family: "fontello";
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 7px 30px 7px 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-item a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  -moz-transition: background-color 0.25s ease-in-out,
    border-radius 0s ease-in-out 0.25s;
  -o-transition: background-color 0.25s ease-in-out,
    border-radius 0s ease-in-out 0.25s;
  -webkit-transition: background-color 0.25s ease-in-out,
    border-radius 0s ease-in-out 0.25s;
  transition: background-color 0.25s ease-in-out,
    border-radius 0s ease-in-out 0.25s;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:hover a {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-transition: background-color 0.25s ease-in-out,
    border-radius 0s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out,
    border-radius 0s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out,
    border-radius 0s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-radius 0s ease-in-out;
}
.wpml-ls-legacy-dropdown {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: rgba(0, 0, 0, 0.9);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  padding-bottom: 10px;
  pointer-events: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
  text-align: center;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
  background-color: rgba(0, 0, 0, 0);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
  opacity: 1;
  pointer-events: all;
}
.main-navigation .menu.nav-menu {
  display: block;
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 55.5%;
  }
  .site-branding {
    height: 70px;
    top: 40%;
    width: 70px;
  }
  .main-navigation ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid.no-padding {
    padding: 0 15px;
  }
  .featured-img {
    display: none;
  }
  .main-section--page-base {
    background-size: 0;
  }
  .main-section--page-base .spacer {
    display: none;
  }
  .full-width-card {
    background-size: 0;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .full-width-card .full-width-card-content {
    padding: 0;
  }
  .main-navigation {
    text-align: right;
  }
  .main-navigation .menu.nav-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    opacity: 0;
    height: auto;
    float: left;
    padding: 15px;
    pointer-events: none;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
  }
  .main-navigation .menu.nav-menu .menu-item {
    display: block;
    width: 100%;
    text-align: left;
  }
  .main-navigation .menu.nav-menu .menu-item.current-menu-item:after {
    right: 6px;
  }
  .main-navigation .menu.nav-menu .menu-item .sub-menu {
    right: 0;
    left: initial !important;
    width: 90vw;
  }
  .main-navigation .menu.nav-menu .menu-item .sub-menu .menu-item a {
    white-space: normal;
  }
  .toggled .menu.nav-menu {
    opacity: 1;
    pointer-events: all;
  }
  .site-branding {
    left: 15px;
    top: 15px;
    transform: translate(0);
  }
  .menu-toggle {
    background-color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: solid 2px #55d1ff;
    position: relative;
    margin: 15px 0;
  }
  .menu-toggle span {
    display: block;
    width: calc(100% - 4px);
    height: 2px;
    background-color: #55d1ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-toggle span:nth-of-type(1) {
    top: 25%;
  }
  .menu-toggle span:nth-of-type(3) {
    top: 75%;
  }
  .search-wrapper,
  .language-wrapper {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .materials .img-wrapper {
    max-width: 100%;
  }
  .materials .img-wrapper img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1280px) and (orientation: landscape) {
  .main-section--home {
    min-height: 450px;
    max-height: initial;
  }
  #homeSlider .carousel-inner .item {
    min-height: 450px;
    max-height: initial;
  }
}
@media only screen and (max-width: 768px) {
  .main-section--home {
    min-height: 450px;
    max-height: initial;
  }
  #homeSlider .carousel-inner .item {
    min-height: 450px;
    max-height: initial;
  }
  .main-section .layout-content {
    padding: 0;
    padding-top: 15px;
  }
  .main-section .layout-content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main-section .layout-content--card-links .card {
    display: block;
    margin: 0 auto 25px auto;
  }
  .float-right-mobile {
    float: right;
  }
  html {
    font-size: 62.5%;
  }
}
