@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&display=swap");
@import 'fonts/stylesheet.css';
@import 'icons/icons.css';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Outfit", sans-serif;
  color: #767A7F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  overflow-x: hidden;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 70px;
  }
}

.content {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}
@media all and (max-width: 1500px) {
  .content {
    padding: 0px 20px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.ad {
  background: url("../images/ad-pattern.png");
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  section.ad {
    padding: 15px;
  }
}
section.ad img {
  max-width: 100%;
  height: auto;
}
section.ad a {
  position: relative;
  padding-top: 20px;
}
section.ad a:before {
  content: "Publicidade";
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  color: #767A7F;
  font-size: 12px;
  top: 0px;
  opacity: 0.4;
}
@media all and (max-width: 999px) {
  section.ad a:before {
    font-size: 10px;
  }
}

.post-item-block a {
  text-decoration: none;
}
.post-item-block .timeago {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  color: #767A7F;
  padding: 5px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 20px;
}
.post-item-block .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.post-item-block .image .play {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: white;
  font-size: 30px;
}
.post-item-block .image .play i {
  vertical-align: middle;
}
.post-item-block .image .play i:before {
  vertical-align: middle;
}
.post-item-block .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 999px) {
  .post-item-block .image img {
    width: 100%;
    height: auto;
  }
}
.post-item-block .info .company-logo {
  height: 70px;
  display: flex;
  align-items: center;
}
.post-item-block .info .author {
  display: flex;
  align-items: center;
}
.post-item-block .info .author h4 {
  margin-left: 10px;
  color: #ea580b;
}
.post-item-block .info .author .avatar {
  width: 40px;
}
.post-item-block .info .author .avatar img {
  width: 40px;
  height: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.post-item-block .info .meta-holder {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-item-block .info .meta-holder .timeago {
  margin: 0;
  margin-right: 10px;
}
.post-item-block .info .meta-holder .video-length {
  font-weight: bold;
  font-size: 14px;
  color: #ea580b;
}
.post-item-block .info a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #767A7F;
}
.post-item-block .info h3 {
  font-size: 22px;
  font-weight: bold;
  color: #203d5f;
  margin: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  .post-item-block .info h3 {
    font-size: 18px;
  }
}
.post-item-block .info p {
  font-size: 14px;
  line-height: 1.5;
  color: #767A7F;
}

.block-title h2, .block-title h1 {
  color: #203d5f;
  margin: 0;
  margin-bottom: 20px;
}
.block-title h2:after, .block-title h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #ea580b;
  margin-top: 10px;
}
@media all and (max-width: 999px) {
  .block-title h2 {
    font-size: 20px;
  }
}

a.action {
  color: #203d5f;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
a.action:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #ea580b;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a.action:hover {
  color: #ea580b;
}
a.action:hover:after {
  content: "";
  height: 1px;
  background: #203d5f;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 120;
}
#main-nav:target .inset {
  margin-left: 0px;
}
#main-nav .inset {
  background: #ea580b;
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: -250px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#main-nav .inset .icon-close2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 20px;
}
#main-nav .inset nav {
  margin-top: 40px;
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
#main-nav .inset nav a {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none;
}

#search-nav {
  position: fixed;
  top: 68px;
  z-index: 100;
  width: 100%;
  background: white;
  border-bottom: 2px solid #f1f1f1;
  display: none;
}
#search-nav:target {
  display: block;
}
#search-nav form {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
#search-nav form input {
  flex: 1;
  padding: 15px;
  border: 0px;
  outline: none;
}
#search-nav form .icon-close2 {
  color: #203d5f;
  margin-right: 10px;
  text-decoration: none;
  width: 40px;
  text-align: center;
  padding: 10px 0px;
}
#search-nav form button {
  background: #ea580b;
  font-weight: bold;
  color: white;
  padding: 8px;
  margin-right: 10px;
  border: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}
#search-nav form button i:before {
  vertical-align: middle;
}

.select2-container--default .select2-selection--multiple {
  border: 2px solid #e5e5e5 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  background: #f1f1f1 !important;
}

.select2-dropdown {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 2px solid #e5e5e5 !important;
  border-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #ea580b !important;
}

header {
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
header .mobile-icon {
  visibility: hidden;
}
@media all and (max-width: 999px) {
  header .mobile-icon {
    visibility: visible;
  }
}
header .icon-search.mobile-icon {
  position: absolute;
  right: 0px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #203d5f;
  font-size: 22px;
}
@media all and (max-width: 399px) {
  header .icon-search.mobile-icon {
    width: 50px;
  }
}
header .icon-menu.mobile-icon {
  position: absolute;
  left: 0px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #203d5f;
  font-size: 22px;
}
@media all and (max-width: 399px) {
  header .icon-menu.mobile-icon {
    width: 50px;
  }
}
@media all and (max-width: 999px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 70px;
    border-bottom: 2px solid #f1f1f1;
  }
}
header .upper {
  float: left;
  width: 100%;
  background: #f9f9f9;
  font-size: 13px;
}
@media all and (max-width: 999px) {
  header .upper {
    display: none;
  }
}
header .upper .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}
@media all and (max-width: 1500px) {
  header .upper .content {
    padding: 5px 20px;
  }
}
header .upper .content .holder {
  display: flex;
  align-items: center;
}
header .upper .content .holder .social {
  display: flex;
  align-items: center;
}
header .upper .content .holder .social a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #767A7F;
  text-decoration: none;
  margin-left: 10px;
}
header .upper .content .holder .social a:hover {
  background: #ea580b;
  border: 2px solid #ea580b;
  color: white;
}
header .upper .content .holder .social a i {
  margin-top: 3px;
}
header .upper .content .holder ul {
  display: flex;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
header .upper .content .holder ul li {
  list-style: none;
  margin-left: 15px;
}
header .upper .content .holder ul li a {
  color: #767A7F;
  text-decoration: none;
}
header .upper .content .holder ul li a:hover {
  color: #ea580b;
}
header .main-header {
  float: left;
  width: 100%;
}
header .main-header .content {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
@media all and (max-width: 1500px) {
  header .main-header .content {
    padding: 30px 20px;
  }
}
@media all and (max-width: 999px) {
  header .main-header .content {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .main-header .content .logo {
  margin-right: 30px;
}
header .main-header .content .logo img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
@media all and (max-width: 999px) {
  header .main-header .content .logo img {
    margin-top: 5px;
  }
}
@media all and (max-width: 1200px) {
  header .main-header .content .logo {
    max-width: 280px;
  }
}
@media all and (max-width: 999px) {
  header .main-header .content .logo {
    height: 70px;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
  }
  header .main-header .content .logo img {
    width: 200px;
    height: auto;
  }
}
header .main-header .content .user-options {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 999px) {
  header .main-header .content .user-options {
    display: none;
  }
}
header .main-header .content .user-options a {
  display: flex;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  color: #767A7F;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
}
header .main-header .content .user-options a:first-child {
  border-left: 0px;
}
header .main-header .content .user-options a:hover {
  opacity: 0.8;
}
header .main-header .content .user-options a.signup {
  color: #ea580b;
}
header .main-header .content .user-options a img {
  margin-left: 10px;
}
header .main-header .content .search {
  border: 2px solid #f1f1f1;
  flex: 1;
  position: relative;
}
@media all and (max-width: 999px) {
  header .main-header .content .search {
    display: none;
  }
}
header .main-header .content .search form {
  display: flex;
  width: 100%;
}
header .main-header .content .search form input {
  flex: 1;
  border: 0px;
  padding: 15px;
  outline: none;
  padding-left: 50px;
  color: #ea580b;
}
header .main-header .content .search i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
header .menu {
  border-top: 1px solid #f1f1f1;
}
@media all and (max-width: 999px) {
  header .menu {
    display: none;
  }
}
header .menu .content {
  padding: 0px;
}
@media all and (max-width: 1500px) {
  header .menu .content {
    padding: 0px 20px;
  }
}
header .menu .content nav {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .menu .content nav a {
  color: #203d5f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding: 25px 0px;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media all and (max-width: 1100px) {
  header .menu .content nav a {
    font-size: 13px;
  }
}
header .menu .content nav a:hover {
  color: #ea580b;
}
header .menu .content nav a:hover:before {
  height: 3px;
}
header .menu .content nav a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  background: #ea580b;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

footer {
  float: left;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  margin-top: 20px;
  padding-top: 30px;
}
footer .end-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
}
footer .end-footer .content {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  footer .end-footer .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .end-footer .content .info {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .end-footer .content .info {
    flex-direction: column;
  }
}
footer .end-footer .content .info > a {
  margin-left: 20px;
  color: #767A7F;
  opacity: 0.4;
  font-size: 14px;
  text-decoration: none;
}
footer .end-footer .content .info > a:hover {
  opacity: 1;
}
@media all and (max-width: 999px) {
  footer .end-footer .content .info > a {
    margin-top: 20px;
  }
}
footer .end-footer .content .info .social {
  display: flex;
  align-items: center;
}
footer .end-footer .content .info .social span {
  font-size: 14px;
}
footer .end-footer .content .info .social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #767A7F;
  text-decoration: none;
  margin-left: 10px;
}
footer .end-footer .content .info .social a:hover {
  background: #ea580b;
  border: 2px solid #ea580b;
  color: white;
}
footer .end-footer .content .info .social a i {
  margin-top: 3px;
}
footer .end-footer .content .copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  footer .end-footer .content .copyright {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .end-footer .content .copyright span {
  font-size: 12px;
  opacity: 0.5;
  margin-top: 10px;
}
footer .main-footer {
  float: left;
  width: 100%;
}
footer .main-footer .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  footer .main-footer .content {
    flex-wrap: wrap;
  }
}
footer .main-footer .content .box {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  max-width: 25%;
}
@media all and (max-width: 999px) {
  footer .main-footer .content .box {
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 0px;
  }
}
footer .main-footer .content .box.box-categories {
  max-width: 100%;
}
footer .main-footer .content .box.box-newsletter {
  max-width: 400px;
}
@media all and (max-width: 999px) {
  footer .main-footer .content .box.box-newsletter {
    max-width: 100%;
  }
}
footer .main-footer .content .box:last-child {
  margin-right: 0;
}
footer .main-footer .content .box .newsletter {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
@media all and (max-width: 999px) {
  footer .main-footer .content .box .newsletter {
    max-width: 100%;
  }
}
footer .main-footer .content .box .newsletter span {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4;
}
footer .main-footer .content .box .newsletter form {
  border: 2px solid #f1f1f1;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
footer .main-footer .content .box .newsletter form button {
  margin-right: 5px;
  background: #ea580b;
  font-weight: bold;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  padding: 13px;
  font-size: 14px;
  cursor: pointer;
}
footer .main-footer .content .box .newsletter form button:hover {
  background: #203d5f;
}
footer .main-footer .content .box .newsletter form input {
  padding: 15px;
  flex: 1;
  border: 0px;
  outline: none;
  color: #ea580b;
}
footer .main-footer .content .box ul {
  flex: 1;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
@media all and (max-width: 999px) {
  footer .main-footer .content .box ul {
    width: 48%;
    flex: none;
    margin-right: 2%;
  }
}
footer .main-footer .content .box ul li {
  list-style: none;
  font-size: 15px;
  padding: 10px 0px;
}
footer .main-footer .content .box ul li a {
  color: #767A7F;
  text-decoration: none;
}
footer .main-footer .content .box ul li a:hover {
  color: #ea580b;
}
footer .main-footer .content .box h3 {
  flex: 100%;
  font-size: 24px;
  opacity: 0.3;
}
@media all and (max-width: 1200px) {
  footer .main-footer .content .box h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 999px) {
  footer .main-footer .content .box h3 {
    font-size: 18px;
  }
}

main.home {
  float: left;
  width: 100%;
}
main.home .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "b b b b";
  grid-template-rows: minmax(auto, 100%);
  float: left;
  width: 100%;
  grid-gap: 30px;
  padding-bottom: 30px;
  margin: 30px 0px;
}
@media all and (max-width: 999px) {
  main.home .row {
    grid-template-areas: "b b";
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  main.home .row {
    display: flex;
    flex-direction: column;
  }
}
main.home .row .featured {
  grid-area: 1/1/1/3;
  position: relative;
  min-height: 550px;
}
main.home .row .featured a {
  text-decoration: none;
}
main.home .row .featured .timeago {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  color: #767A7F;
  padding: 5px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 20px;
}
main.home .row .featured .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
main.home .row .featured .image .play {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: white;
  font-size: 30px;
}
main.home .row .featured .image .play i {
  vertical-align: middle;
}
main.home .row .featured .image .play i:before {
  vertical-align: middle;
}
main.home .row .featured .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 999px) {
  main.home .row .featured .image img {
    width: 100%;
    height: auto;
  }
}
main.home .row .featured .info .company-logo {
  height: 70px;
  display: flex;
  align-items: center;
}
main.home .row .featured .info .author {
  display: flex;
  align-items: center;
}
main.home .row .featured .info .author h4 {
  margin-left: 10px;
  color: #ea580b;
}
main.home .row .featured .info .author .avatar {
  width: 40px;
}
main.home .row .featured .info .author .avatar img {
  width: 40px;
  height: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .row .featured .info .meta-holder {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main.home .row .featured .info .meta-holder .timeago {
  margin: 0;
  margin-right: 10px;
}
main.home .row .featured .info .meta-holder .video-length {
  font-weight: bold;
  font-size: 14px;
  color: #ea580b;
}
main.home .row .featured .info a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #767A7F;
}
main.home .row .featured .info h3 {
  font-size: 22px;
  font-weight: bold;
  color: #203d5f;
  margin: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  main.home .row .featured .info h3 {
    font-size: 18px;
  }
}
main.home .row .featured .info p {
  font-size: 14px;
  line-height: 1.5;
  color: #767A7F;
}
@media all and (max-width: 699px) {
  main.home .row .featured {
    min-height: 1px;
    padding-bottom: 80%;
  }
}
@media all and (max-width: 499px) {
  main.home .row .featured {
    padding-bottom: 80%;
  }
}
main.home .row .featured .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0;
}
main.home .row .featured .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background: white;
  padding: 20px;
  right: 20px;
}
main.home .row .featured .info a {
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
}
main.home .row .featured .info a h3 {
  font-size: 30px;
  flex: 100%;
  margin-bottom: 10px;
}
@media all and (max-width: 999px) {
  main.home .row .featured .info a h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 699px) {
  main.home .row .featured .info a h3 {
    font-size: 20px;
  }
}
main.home .row .featured .info a .timeago {
  margin: 0;
  margin-right: 10px;
}
main.home .row .featured .info a i.icon-play {
  width: 22px;
  height: 22px;
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
}
main.home .row .featured .info:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 5px;
  background: #ea580b;
  bottom: 0px;
  top: 0px;
}
@media all and (max-width: 699px) {
  main.home .row .featured {
    margin-bottom: 20px;
  }
}
main.home .row.b-b {
  border-bottom: 1px solid #e5e5e5;
}
main.home .row.double-section {
  grid-template-areas: "title title" "post post";
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 999px) {
  main.home .row.double-section {
    grid-template-areas: "title" "post";
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home .row .ad img {
  width: 100%;
  height: auto;
}
main.home .row .inner-section {
  grid-template-areas: "title title" "post post";
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50px auto;
}
@media all and (max-width: 499px) {
  main.home .row .inner-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
main.home .row .inner-section .post-item-block {
  grid-row-start: 2;
}
@media all and (max-width: 999px) {
  main.home .row .inner-section .post-item-block {
    margin-bottom: 30px;
  }
}
main.home .row .inner-section .block-title {
  grid-area: title;
}
main.home .row .inner-section .block-title:nth-child(3) {
  grid-column-start: 2;
}
main.home .row .content-holder {
  grid-area: post;
}
main.home .row .content-holder .featured-small {
  position: relative;
  min-height: 550px;
  height: 400px;
  min-height: auto;
  margin-bottom: 30px;
}
main.home .row .content-holder .featured-small a {
  text-decoration: none;
}
main.home .row .content-holder .featured-small .timeago {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  color: #767A7F;
  padding: 5px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 20px;
}
main.home .row .content-holder .featured-small .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
main.home .row .content-holder .featured-small .image .play {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: white;
  font-size: 30px;
}
main.home .row .content-holder .featured-small .image .play i {
  vertical-align: middle;
}
main.home .row .content-holder .featured-small .image .play i:before {
  vertical-align: middle;
}
main.home .row .content-holder .featured-small .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 999px) {
  main.home .row .content-holder .featured-small .image img {
    width: 100%;
    height: auto;
  }
}
main.home .row .content-holder .featured-small .info .company-logo {
  height: 70px;
  display: flex;
  align-items: center;
}
main.home .row .content-holder .featured-small .info .author {
  display: flex;
  align-items: center;
}
main.home .row .content-holder .featured-small .info .author h4 {
  margin-left: 10px;
  color: #ea580b;
}
main.home .row .content-holder .featured-small .info .author .avatar {
  width: 40px;
}
main.home .row .content-holder .featured-small .info .author .avatar img {
  width: 40px;
  height: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .row .content-holder .featured-small .info .meta-holder {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main.home .row .content-holder .featured-small .info .meta-holder .timeago {
  margin: 0;
  margin-right: 10px;
}
main.home .row .content-holder .featured-small .info .meta-holder .video-length {
  font-weight: bold;
  font-size: 14px;
  color: #ea580b;
}
main.home .row .content-holder .featured-small .info a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #767A7F;
}
main.home .row .content-holder .featured-small .info h3 {
  font-size: 22px;
  font-weight: bold;
  color: #203d5f;
  margin: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  main.home .row .content-holder .featured-small .info h3 {
    font-size: 18px;
  }
}
main.home .row .content-holder .featured-small .info p {
  font-size: 14px;
  line-height: 1.5;
  color: #767A7F;
}
@media all and (max-width: 699px) {
  main.home .row .content-holder .featured-small {
    min-height: 1px;
    padding-bottom: 80%;
  }
}
@media all and (max-width: 499px) {
  main.home .row .content-holder .featured-small {
    padding-bottom: 80%;
  }
}
main.home .row .content-holder .featured-small .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0;
}
main.home .row .content-holder .featured-small .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background: white;
  padding: 20px;
  right: 20px;
}
main.home .row .content-holder .featured-small .info a {
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
}
main.home .row .content-holder .featured-small .info a h3 {
  font-size: 30px;
  flex: 100%;
  margin-bottom: 10px;
}
@media all and (max-width: 999px) {
  main.home .row .content-holder .featured-small .info a h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 699px) {
  main.home .row .content-holder .featured-small .info a h3 {
    font-size: 20px;
  }
}
main.home .row .content-holder .featured-small .info a .timeago {
  margin: 0;
  margin-right: 10px;
}
main.home .row .content-holder .featured-small .info a i.icon-play {
  width: 22px;
  height: 22px;
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
}
main.home .row .content-holder .featured-small .info:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 5px;
  background: #ea580b;
  bottom: 0px;
  top: 0px;
}
main.home .row .content-holder .more-posts ul {
  margin: 0;
  padding: 0;
}
main.home .row .content-holder .more-posts ul li {
  list-style: none;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
main.home .row .content-holder .more-posts ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 20px;
  height: 2px;
  background: #ea580b;
}
main.home .row .content-holder .more-posts ul li a {
  color: #203d5f;
  text-decoration: none;
}
main.home .row .content-holder .more-posts ul li a:hover {
  color: #ea580b;
}
main.home .colunas {
  display: flex;
  flex-direction: column;
  grid-area: post;
}
main.home .colunas .item {
  width: 100%;
  display: flex;
  border: 2px solid #f1f1f1;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  main.home .colunas .item {
    flex-direction: column-reverse;
  }
}
main.home .colunas .item:last-child {
  margin-bottom: 0;
}
main.home .colunas .item .image img {
  display: block;
}
@media all and (max-width: 699px) {
  main.home .colunas .item .image img {
    width: 100%;
    height: auto;
  }
}
main.home .colunas .item .info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.home .colunas .item .info h3 {
  font-size: 28px;
  color: #ea580b;
}
@media all and (max-width: 599px) {
  main.home .colunas .item .info h3 {
    font-size: 24px;
  }
}
main.home .colunas .item .info .author {
  width: 100%;
  display: flex;
  float: left;
  align-items: center;
}
main.home .colunas .item .info .author .avatar {
  width: 70px;
  height: 70px;
  grid-area: avatar;
}
@media all and (max-width: 399px) {
  main.home .colunas .item .info .author .avatar {
    width: 40px;
    height: 40px;
  }
}
main.home .colunas .item .info .author .avatar img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .colunas .item .info .author .author-info {
  flex: 1;
  margin-left: 20px;
}
main.home .colunas .item .info .author .author-info h4 {
  color: #203d5f;
  font-size: 20px;
  margin: 0;
}
@media all and (max-width: 399px) {
  main.home .colunas .item .info .author .author-info h4 {
    font-size: 16px;
  }
}
main.home .colunas .item .info .author .author-info h4 a {
  color: #203d5f;
  text-decoration: none;
}
main.home .colunas .item .info .author .author-info .name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
main.home .new-products {
  display: grid;
  grid-area: post;
  grid-template-areas: "post post";
  display: grid;
  grid-gap: 30px;
}
@media all and (max-width: 699px) {
  main.home .new-products {
    grid-template-columns: 1fr;
    grid-template-areas: "post";
  }
}
main.home .new-products .item {
  border: 2px solid #f1f1f1;
  padding: 10px;
  padding-bottom: 20px;
}
main.home .new-products .item a {
  text-decoration: none;
  color: #203d5f;
}
main.home .new-products .item a:hover {
  color: #ea580b;
}
main.home .new-products .item .info h3 {
  font-size: 26px;
}
@media all and (max-width: 399px) {
  main.home .new-products .item .info h3 {
    font-size: 22px;
  }
}
main.home .new-products .item .image {
  width: 100%;
}
main.home .new-products .item .image img {
  max-width: 100%;
  height: auto;
}
main.home .dicas {
  grid-area: post;
  position: relative;
  min-height: 550px;
  min-height: auto !important;
}
main.home .dicas .image img {
  max-width: 100%;
  height: auto;
}
main.home .dicas a {
  text-decoration: none;
}
main.home .dicas .timeago {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  color: #767A7F;
  padding: 5px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 20px;
}
main.home .dicas .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
main.home .dicas .image .play {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: white;
  font-size: 30px;
}
main.home .dicas .image .play i {
  vertical-align: middle;
}
main.home .dicas .image .play i:before {
  vertical-align: middle;
}
main.home .dicas .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 999px) {
  main.home .dicas .image img {
    width: 100%;
    height: auto;
  }
}
main.home .dicas .info .company-logo {
  height: 70px;
  display: flex;
  align-items: center;
}
main.home .dicas .info .author {
  display: flex;
  align-items: center;
}
main.home .dicas .info .author h4 {
  margin-left: 10px;
  color: #ea580b;
}
main.home .dicas .info .author .avatar {
  width: 40px;
}
main.home .dicas .info .author .avatar img {
  width: 40px;
  height: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .dicas .info .meta-holder {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main.home .dicas .info .meta-holder .timeago {
  margin: 0;
  margin-right: 10px;
}
main.home .dicas .info .meta-holder .video-length {
  font-weight: bold;
  font-size: 14px;
  color: #ea580b;
}
main.home .dicas .info a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #767A7F;
}
main.home .dicas .info h3 {
  font-size: 22px;
  font-weight: bold;
  color: #203d5f;
  margin: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  main.home .dicas .info h3 {
    font-size: 18px;
  }
}
main.home .dicas .info p {
  font-size: 14px;
  line-height: 1.5;
  color: #767A7F;
}
@media all and (max-width: 699px) {
  main.home .dicas {
    min-height: 1px;
    padding-bottom: 80%;
  }
}
@media all and (max-width: 499px) {
  main.home .dicas {
    padding-bottom: 80%;
  }
}
main.home .dicas .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0;
}
main.home .dicas .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background: white;
  padding: 20px;
  right: 20px;
}
main.home .dicas .info a {
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
}
main.home .dicas .info a h3 {
  font-size: 30px;
  flex: 100%;
  margin-bottom: 10px;
}
@media all and (max-width: 999px) {
  main.home .dicas .info a h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 699px) {
  main.home .dicas .info a h3 {
    font-size: 20px;
  }
}
main.home .dicas .info a .timeago {
  margin: 0;
  margin-right: 10px;
}
main.home .dicas .info a i.icon-play {
  width: 22px;
  height: 22px;
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
}
main.home .dicas .info:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 5px;
  background: #ea580b;
  bottom: 0px;
  top: 0px;
}
@media all and (max-width: 499px) {
  main.home .dicas {
    padding-bottom: 0px;
  }
}
main.home .dicas .image {
  position: static;
  margin-bottom: 20px;
}
main.home .dicas .info {
  padding: 0px;
  position: static;
}
main.home .dicas .info h3 {
  font-size: 20px !important;
}
main.home .dicas .info:before {
  display: none;
}

main.category .category-title {
  float: left;
  width: 100%;
  margin-top: 30px;
}
main.category .category-title h1 {
  color: #203d5f;
  margin-bottom: 30px;
}
main.category .category-title h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #ea580b;
  margin-top: 10px;
}
main.category .category-list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "main" "loading";
}
main.category .category-list .inset-list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  row-gap: 40px;
  padding-bottom: 40px;
}
main.category .category-list .inset-list .post-item-block {
  display: block;
}
@media all and (max-width: 999px) {
  main.category .category-list .inset-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 699px) {
  main.category .category-list .inset-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  main.category .category-list .inset-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.category .category-list .loading {
  grid-area: loading;
  text-align: center;
  padding: 40px 0px;
}
main.category .category-list .loading img {
  width: 60px;
  height: auto;
}

main.post .post-content {
  float: left;
  width: 100%;
  padding: 40px 0px;
}
@supports (display: grid) {
  main.post .post-content {
    display: grid;
    grid-template-columns: 1fr 450px;
    column-gap: 40px;
  }
  @media all and (max-width: 1500px) {
    main.post .post-content {
      grid-template-columns: 1fr 30%;
    }
  }
  @media all and (max-width: 899px) {
    main.post .post-content {
      grid-template-columns: 1fr;
    }
  }
}
@media all and (max-width: 899px) {
  main.post .post-content .sidebar {
    margin-top: 40px;
  }
}
main.post .post-content .sidebar .ad {
  margin-top: 30px;
  float: left;
}
main.post .post-content .sidebar .ad img {
  max-width: 100%;
  height: auto;
}
main.post .post-content .post-view {
  border-right: 1px solid #e5e5e5;
  padding-right: 40px;
  float: left;
}
@media all and (max-width: 899px) {
  main.post .post-content .post-view {
    border-right: 0px;
    padding-right: 0px;
  }
}
main.post .post-content .post-view .monthly-company {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
@media all and (max-width: 599px) {
  main.post .post-content .post-view .monthly-company {
    flex-direction: column;
  }
}
main.post .post-content .post-view .monthly-company .logo {
  width: 200px;
  text-align: center;
  border-right: 2px solid #f1f1f1;
  margin-right: 20px;
}
@media all and (max-width: 599px) {
  main.post .post-content .post-view .monthly-company .logo {
    border-right: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
main.post .post-content .post-view .monthly-company h3 {
  color: #ea580b;
}
main.post .post-content .post-view .author-profile {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.post .post-content .post-view .author-profile {
    flex-direction: column;
  }
}
main.post .post-content .post-view .author-profile .post-column-author {
  margin-bottom: 0px;
  width: auto;
  border-right: 2px solid #f1f1f1;
  padding-right: 30px;
  margin-right: 30px;
}
@media all and (max-width: 999px) {
  main.post .post-content .post-view .author-profile .post-column-author {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
  }
}
main.post .post-content .post-view .author-profile .author-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  main.post .post-content .post-view .author-profile .author-contacts {
    width: 100%;
    padding-left: 70px;
    padding-top: 10px;
  }
}
main.post .post-content .post-view .author-profile .author-contacts .mail {
  color: #767A7F;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
main.post .post-content .post-view .author-profile .author-contacts .whatsapp {
  border: 2px solid #55D161;
  color: #55D161;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
main.post .post-content .post-view .author-profile .author-contacts .whatsapp:hover {
  background: #55D161;
  color: white;
}
main.post .post-content .post-view .author-profile .author-contacts .whatsapp i {
  vertical-align: middle;
  margin-right: 5px;
}
main.post .post-content .post-view .post-column-author {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
main.post .post-content .post-view .post-column-author .column-info {
  margin-left: 20px;
}
main.post .post-content .post-view .post-column-author .column-info h3 {
  margin: 0;
}
main.post .post-content .post-view .post-column-author .column-info h3 a {
  color: #203d5f;
  text-decoration: none;
  opacity: 0.3;
}
main.post .post-content .post-view .post-column-author .column-info span {
  font-weight: bold;
  color: #203d5f;
}
main.post .post-content .post-view .post-column-author .avatar img {
  width: 80px;
  height: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media all and (max-width: 999px) {
  main.post .post-content .post-view .post-column-author .avatar img {
    width: 50px;
  }
}
main.post .post-content .post-view .post-share {
  float: left;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 30px 0px;
  display: flex;
  margin-top: 30px;
  align-items: center;
}
main.post .post-content .post-view .post-share span {
  color: #203d5f;
  font-weight: bold;
  margin-right: 20px;
}
main.post .post-content .post-view .post-share span i {
  vertical-align: middle;
  margin-right: 10px;
}
main.post .post-content .post-view .post-share a {
  background: #f1f1f1;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 47px;
  text-decoration: none;
  text-align: center;
}
main.post .post-content .post-view .post-share a.icon-facebook {
  background: #3D50AB;
  color: white;
}
main.post .post-content .post-view .post-share a.icon-whatsapp {
  background: #41C753;
  color: white;
}
main.post .post-content .post-view .post-share a.icon-linkedin {
  background: #1385B2;
  color: white;
}
main.post .post-content .post-view .post-share a.icon-twitter {
  background: #62B3E4;
  color: white;
}
main.post .post-content .post-view .post-comments {
  float: left;
  width: 100%;
  margin-top: 40px;
}
main.post .post-content .post-view .post-category {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.post .post-content .post-view .post-category span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #203d5f;
  border-left: 5px solid #ea580b;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
main.post .post-content .post-view h1 {
  font-size: 44px;
  color: #203d5f;
}
@media all and (max-width: 1500px) {
  main.post .post-content .post-view h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 1400px) {
  main.post .post-content .post-view h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 1200px) {
  main.post .post-content .post-view h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 699px) {
  main.post .post-content .post-view h1 {
    font-size: 24px;
  }
}
main.post .post-content .post-view .post-meta {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #203d5f;
  margin-bottom: 40px;
}
@media all and (max-width: 499px) {
  main.post .post-content .post-view .post-meta {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 28px);
  }
}
@media all and (max-width: 999px) {
  main.post .post-content .post-view .post-meta .date {
    text-align: right;
  }
}
main.post .post-content .post-view .post-meta .author {
  margin-right: 20px;
}
@media all and (max-width: 999px) {
  main.post .post-content .post-view .post-meta .author {
    margin-right: 0px;
  }
}
main.post .post-content .post-view .post-meta .comments {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 999px) {
  main.post .post-content .post-view .post-meta .comments {
    justify-content: flex-start;
  }
}
main.post .post-content .post-view .post-meta .comments i {
  margin-right: 5px;
}
main.post .post-content .post-view .source {
  font-weight: bold;
  color: #203d5f;
}
main.post .post-content .post-view .source a {
  color: #ea580b;
  text-decoration: none;
}
main.post .post-content .post-view .source a i {
  color: #203d5f;
  opacity: 0.4;
}
main.post .post-content .post-view .post-main-content {
  line-height: 1.7;
  font-size: 15px;
}
main.post .post-content .post-view .post-main-content p {
  margin-bottom: 20px;
}
main.post .post-content .post-view .post-main-content a {
  color: #ea580b;
}
main.post .post-content .post-view .post-main-content strong {
  color: #203d5f;
}
main.post .post-content .post-view .post-main-content h2, main.post .post-content .post-view .post-main-content h3, main.post .post-content .post-view .post-main-content h4, main.post .post-content .post-view .post-main-content h5 {
  color: #203d5f;
}
main.post .post-content .post-view .post-main-content .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
main.post .post-content .post-view .post-main-content .image img {
  max-width: 100%;
  height: auto;
}
main.post .post-content .post-view .post-main-content .image .meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-style: italic;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0px;
}

main.page {
  float: left;
  width: 100%;
}
main.page .block-title {
  margin-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
main.page .page-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
main.page .form-view {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  main.page .form-view {
    flex-direction: column;
  }
}
main.page .form-view .info {
  flex: 1;
  line-height: 1.6;
  font-size: 15px;
}
@media all and (max-width: 999px) {
  main.page .form-view .info {
    margin-bottom: 60px;
  }
}
main.page .form-view .info p {
  margin-bottom: 20px;
}
main.page .form-view .info .contacts {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}
main.page .form-view .info .contacts h3 {
  text-transform: uppercase;
  color: #203d5f;
}
main.page .form-view .info .contacts .list {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.page .form-view .info .contacts .list .item {
  flex-grow: 1;
  margin-bottom: 20px;
  display: flex;
}
@media all and (max-width: 999px) {
  main.page .form-view .info .contacts .list .item {
    margin-bottom: 20px;
  }
}
main.page .form-view .info .contacts .list .item i {
  font-size: 30px;
  opacity: 0.3;
}
main.page .form-view .info .contacts .list .item .item-inset {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
main.page .form-view .info .contacts .list .item .item-inset a {
  text-decoration: none;
  color: #ea580b;
}
main.page .form-view .info .contacts .list .item .item-inset span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.5;
}
main.page .form-view .info .contacts .list .item .item-inset strong {
  font-size: 20px;
  color: #ea580b;
}
main.page .form-view .info .contacts .list .item .item-inset strong.email {
  font-size: 14px;
}
main.page .form-view .info .contacts .list .item:last-child {
  margin-right: 0;
}
main.page .form-view .form {
  width: 50%;
  margin-left: 30px;
}
main.page .form-view .form form {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "item item";
  grid-gap: 20px;
}
@media all and (max-width: 999px) {
  main.page .form-view .form form {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 999px) {
  main.page .form-view .form {
    width: 100%;
    margin-left: 0px;
  }
}
@media all and (max-width: 599px) {
  main.page .form-view .form {
    display: flex;
    flex-direction: column;
  }
  main.page .form-view .form .form-group {
    margin-bottom: 20px;
  }
}
main.page .form-view .form .form-group {
  display: flex;
  flex-direction: column;
}
main.page .form-view .form .form-group label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 4px;
}
main.page .form-view .form .form-group input, main.page .form-view .form .form-group textarea, main.page .form-view .form .form-group select {
  border: 0px;
  border-bottom: 2px solid #e5e5e5;
  background: #f9f9f9;
  padding: 15px 10px;
  outline: none;
  resize: none;
  color: #ea580b;
}
main.page .form-view .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='39px' height='24px' viewBox='0 0 39 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.255905878'%3E%3Cpath d='M15.7246611,11.7889692 L9.60904852,5.29296946 C9.24129651,4.90234351 8.64350667,4.90234351 8.275814,5.29296946 C7.90812133,5.6835954 7.908062,6.31856739 8.275814,6.70913031 L13.727598,12.5000118 L8.275814,18.2908933 C7.908062,18.6815193 7.908062,19.3164913 8.275814,19.7070542 C8.64356601,20.0976171 9.24135585,20.0976801 9.60904852,19.7070542 L15.7246611,13.2130712 C15.9113258,13.0147961 16.0018694,12.7563955 16,12.5019656 C16,12.2416743 15.9094271,11.9852276 15.7246611,11.7889692 Z' id='Path' fill='%23010002' fill-rule='nonzero' transform='translate(12.000000, 12.500000) rotate(-270.000000) translate(-12.000000, -12.500000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E") right center no-repeat #f9f9f9;
}
main.page .form-view .form .form-group.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
main.page .form-view .form .action {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: right;
}
main.page .form-view .form .action button {
  background: #ea580b;
  line-height: 1;
  padding: 15px 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border: 0px;
  color: white;
  cursor: pointer;
}
main.page .form-view .form .action button:hover {
  background: #203d5f;
}
main.page .concurso-cultural {
  float: left;
  width: 100%;
}
main.page .concurso-cultural .main-info {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  main.page .concurso-cultural .main-info {
    flex-direction: column;
  }
}
main.page .concurso-cultural .main-info .image {
  width: 45%;
  margin-right: 50px;
}
@media all and (max-width: 999px) {
  main.page .concurso-cultural .main-info .image {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}
main.page .concurso-cultural .main-info .image img {
  max-width: 100%;
  height: auto;
}
main.page .concurso-cultural .main-info .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ea580b;
}
main.page .concurso-cultural .main-info .info {
  flex: 1;
  line-height: 1.5;
  font-size: 15px;
}
main.page .concurso-cultural .main-info .info .thanks {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
main.page .concurso-cultural .main-info .info .thanks h3 {
  color: #ea580b;
  font-size: 24px;
  max-width: 400px;
  text-align: center;
  line-height: 1;
}
main.page .concurso-cultural .main-info .info a {
  color: #ea580b;
}
main.page .concurso-cultural .main-info .info .main-question {
  float: left;
  width: 100%;
}
main.page .concurso-cultural .main-info .info .main-question .results {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.page .concurso-cultural .main-info .info .main-question .results .option {
  display: flex;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  main.page .concurso-cultural .main-info .info .main-question .results .option {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
main.page .concurso-cultural .main-info .info .main-question .results .option span {
  width: 30%;
  font-weight: bold;
  color: #203d5f;
}
@media all and (max-width: 699px) {
  main.page .concurso-cultural .main-info .info .main-question .results .option span {
    width: 100%;
    margin-bottom: 10px;
  }
}
main.page .concurso-cultural .main-info .info .main-question .results .option .progress {
  flex: 1;
  background: #f1f1f1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  height: 10px;
}
main.page .concurso-cultural .main-info .info .main-question .results .option .progress .bar {
  background: #ea580b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  height: 10px;
}
main.page .concurso-cultural .main-info .info .main-question .results .option .progress .bar span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  top: -12px;
  right: 0px;
  font-size: 14px;
}
main.page .concurso-cultural .main-info .info .main-question h2 {
  font-size: 26px;
  color: #203d5f;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.page .concurso-cultural .main-info .info .main-question h2 {
    font-size: 20px;
  }
}
main.page .concurso-cultural .main-info .info .main-question .form {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
main.page .concurso-cultural .main-info .info .main-question .form .option {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #203d5f;
}
main.page .concurso-cultural .main-info .info .main-question .form .option input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #f1f1f1;
  margin-right: 10px;
  outline: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}
main.page .concurso-cultural .main-info .info .main-question .form .option input:checked {
  border: 2px solid #ea580b;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAABGdBTUEAALGPC/xhBQAAAsxJREFUWAnVmb1vEzEYxh8fCnRgoywdqMqCQOJj6UQ39iAxMDFVqpCY+AdggImRBQkhdcrEgNT+DWFi4UMqYqEKQxbo1oEPNcfzvOdck6svEEiTN5Yc++zY97vX9mvfcwH/EfLnuIwemuziEuMSckalRegioMus4g4ybIe7+BDrxk7CuC0MLsc6AW+y7cqY7XcJvMUH2BwX+q9BCXgOB3hMsDuM2ZiA1b/3WNDCCTwg8JdqZer6j6D5S5zENzxi4/uMp1Kd/HNZwHdOl6dYxMNwGz9H9TMSNN/EWXb1ih2sjepkAnVtLOBWWMfXur5qQfMXuIJf2GbD5brGEy7voIFm2MD7VL9J0Aj5mg1OpxodY9k+Ya+nYI+AxuF+Q5hpWbL63B1Og9XqNBhavbZwijk5K0hBL2tdGMvAIwyBYs/cz3EvnIHb12bXoqcp/1AOvfnJHj7RXSyUtbPMyHVluND3s4cWlTP3AikDiaXYYMxcZlHbFg/wliWH4FY9858ed69r2m4LMO3d/iBlpYyWFVu0YHHA0LW/ENlCdO7v/BEOEDVwNeM2qfOk70DGjGfDi74pSUdGLab+idwz75JWlX9QMs6RRT0P+ACbLKq3RO+hq1XvH5SMc2TRHB+9jzv5djKeTrbcg0plEWT+DJ+ZrDgF3g33cF5zVGcov1aNbAUotSDiSmbxFnrSqQRloFGwanmjJE8rssWDswgpWPH3h7Iugl7uCibDKYaeWXvbCxSsvASKZ8YUeUpQuz5jVm07YG1L4RvkKN/r+4VzIekI1jQfqmrM7vfhp5hKJGtWdSfdf3joI5GpaVTVeNmJRdNIJDsmlTzdPAmqCoOlqsbsNOashNzVlNwoFoVaUFXaECziBrNPGCfvuuSC1DfvkRpu1pXhyGIqayoZ9x8bKrwwncrz55sqsK6jytKM2kD9BzGdeRs8qtXo86m+q2W/AYyDuP9+7Ff6AAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 18px 18px;
}
main.page .concurso-cultural .main-info .info .main-question .action {
  float: left;
  width: 100%;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
main.page .concurso-cultural .main-info .info .main-question .action button {
  background: #ea580b;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 0px;
  cursor: pointer;
}
main.page .concurso-cultural .main-info .info .main-question .action button:hover {
  background: #203d5f;
}
main.page .concurso-cultural .main-info .info .main-question .action button i {
  font-size: 13px;
  margin-left: 5px;
}
main.page .concurso-cultural .regulamento {
  float: left;
  width: 100%;
  margin-top: 30px;
}
main.page .concurso-cultural .regulamento h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 0.5;
}
main.page .concurso-cultural .regulamento p {
  line-height: 1.5;
  font-size: 13px;
  opacity: 0.8;
}
main.page .expediente {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  main.page .expediente {
    flex-direction: column;
  }
}
main.page .expediente .main-info, main.page .expediente .roles {
  flex: 1;
}
main.page .expediente .main-info {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 1.4;
}
@media all and (max-width: 999px) {
  main.page .expediente .main-info {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
  }
}
main.page .expediente .main-info p {
  font-size: 15px;
  line-height: 1.6;
}
main.page .expediente .main-info h2 {
  color: #203d5f;
}
main.page .expediente .main-info .main-contact address {
  font-style: normal;
  margin-bottom: 20px;
}
main.page .expediente .main-info .main-contact .phones {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
main.page .expediente .main-info .main-contact .phones .item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
main.page .expediente .main-info .main-contact .phones .item strong {
  color: #203d5f;
}
main.page .expediente .main-info .main-contact .phones .item strong a {
  color: #ea580b;
  text-decoration: none;
}
main.page .expediente .main-info .main-contact .mail {
  color: #ea580b;
  text-decoration: none;
  float: left;
  margin-top: 10px;
}
main.page .expediente .main-info .locations {
  float: left;
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.page .expediente .main-info .locations > span {
  font-weight: bold;
  opacity: 0.4;
  margin-bottom: 20px;
  float: left;
  flex: 100%;
}
main.page .expediente .main-info .locations .item {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
main.page .expediente .main-info .locations .item a {
  color: #ea580b;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  main.page .expediente .main-info .locations .item {
    width: 100%;
  }
}
main.page .expediente .main-info .locations .item strong {
  color: #203d5f;
  font-size: 14px;
  margin-bottom: 5px;
}
main.page .expediente .main-info .locations .item address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
}
main.page .expediente .main-info .locations .item h4 {
  margin: 0;
  margin-top: 10px;
  color: #ea580b;
}
main.page .expediente .main-info .locations .item h4 a {
  color: #ea580b;
  text-decoration: none;
}
main.page .expediente .roles {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 499px) {
  main.page .expediente .roles {
    flex-direction: column;
  }
}
main.page .expediente .roles .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.page .expediente .roles .item {
    width: 100%;
  }
}
main.page .expediente .roles .item span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.4;
  margin-bottom: 5px;
}
main.page .expediente .roles .item strong {
  color: #203d5f;
}

main.search .search-view {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  main.search .search-view {
    flex-direction: column;
  }
}
main.search .search-view aside {
  width: 300px;
  border-right: 2px solid #e5e5e5;
  padding-right: 40px;
}
@media all and (max-width: 999px) {
  main.search .search-view aside {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #e5e5e5;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
main.search .search-view aside a.filter-open {
  float: left;
  width: 100%;
  text-align: center;
  color: #203d5f;
  border: 2px solid #203d5f;
  padding: 14px;
  text-decoration: none;
  text-align: center;
  display: none;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.search .search-view aside a.filter-open {
    display: block;
  }
}
main.search .search-view aside .wrapper {
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.search .search-view aside .wrapper {
    height: 0px;
    overflow: hidden;
  }
  main.search .search-view aside .wrapper.open {
    height: auto;
    overflow: auto;
  }
}
main.search .search-view aside h2 {
  color: #203d5f;
  margin: 0;
  font-size: 2em;
  margin-bottom: 20px;
}
main.search .search-view aside .action {
  float: left;
  width: 100%;
}
main.search .search-view aside .action button {
  float: left;
  width: 100%;
  background: #203d5f;
  color: white;
  text-transform: uppercase;
  border: 0px;
  padding: 15px;
  font-weight: bold;
}
main.search .search-view aside .block {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
main.search .search-view aside .block h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #ea580b;
}
main.search .search-view aside .block input[type=text] {
  border: 2px solid #e5e5e5;
  padding: 10px;
  float: left;
  width: 100%;
  outline: none;
  color: #203d5f;
}
main.search .search-view aside .block .form-group {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main.search .search-view aside .block .form-group label {
  font-weight: bold;
  font-size: 0.9em;
}
main.search .search-view section.list {
  flex: 1;
  margin-left: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "main" "loading";
}
@media all and (max-width: 999px) {
  main.search .search-view section.list {
    margin-left: 0px;
  }
}
main.search .search-view section.list .inset-list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  row-gap: 40px;
  padding-bottom: 40px;
}
main.search .search-view section.list .inset-list .post-item-block {
  display: block;
}
@media all and (max-width: 999px) {
  main.search .search-view section.list .inset-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  main.search .search-view section.list .inset-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.search .search-view section.list .loading {
  grid-area: loading;
  text-align: center;
  padding: 40px 0px;
}
main.search .search-view section.list .loading img {
  width: 60px;
  height: auto;
}

#signup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: saturate(150%) blur(25px);
  backdrop-filter: saturate(150%) blur(25px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
#signup:target {
  visibility: visible;
}
#signup .inset {
  width: 100%;
  max-width: 880px;
  background: white;
  background: #FFFFFF;
  box-shadow: 0 15px 57px 0 rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 999px) {
  #signup .inset {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    overflow: auto;
  }
}
#signup .inset .title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
#signup .inset .title h2 {
  margin: 0;
  color: #ea580b;
  line-height: 1;
  font-size: 30px;
  font-weight: normal;
}
#signup .inset .title .icon-close2 {
  color: #203d5f;
  font-size: 26px;
  text-decoration: none;
  opacity: 0.4;
}
#signup .inset .title .icon-close2:before {
  vertical-align: middle;
}
#signup .inset .title .icon-close2:hover {
  opacity: 1;
}
#signup .inset form {
  float: left;
  width: 100%;
}
#signup .inset form .main-form {
  float: left;
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
#signup .inset form .main-form .form-group {
  display: flex;
  flex-direction: column;
}
#signup .inset form .main-form .form-group label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 4px;
}
#signup .inset form .main-form .form-group input, #signup .inset form .main-form .form-group textarea, #signup .inset form .main-form .form-group select {
  border: 0px;
  border-bottom: 2px solid #e5e5e5;
  background: #f9f9f9;
  padding: 15px 10px;
  outline: none;
  resize: none;
  color: #ea580b;
}
#signup .inset form .main-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='39px' height='24px' viewBox='0 0 39 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.255905878'%3E%3Cpath d='M15.7246611,11.7889692 L9.60904852,5.29296946 C9.24129651,4.90234351 8.64350667,4.90234351 8.275814,5.29296946 C7.90812133,5.6835954 7.908062,6.31856739 8.275814,6.70913031 L13.727598,12.5000118 L8.275814,18.2908933 C7.908062,18.6815193 7.908062,19.3164913 8.275814,19.7070542 C8.64356601,20.0976171 9.24135585,20.0976801 9.60904852,19.7070542 L15.7246611,13.2130712 C15.9113258,13.0147961 16.0018694,12.7563955 16,12.5019656 C16,12.2416743 15.9094271,11.9852276 15.7246611,11.7889692 Z' id='Path' fill='%23010002' fill-rule='nonzero' transform='translate(12.000000, 12.500000) rotate(-270.000000) translate(-12.000000, -12.500000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E") right center no-repeat #f9f9f9;
}
#signup .inset form .main-form .form-group.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media all and (max-width: 999px) {
  #signup .inset form .main-form {
    display: flex;
    flex-direction: column;
  }
  #signup .inset form .main-form .form-group {
    margin-bottom: 20px;
  }
}
#signup .inset form .main-form h4 {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 20px;
  opacity: 0.4;
}
#signup .inset form .action {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#signup .inset form .action button {
  background: #ea580b;
  padding: 15px 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  border: 0px;
  cursor: pointer;
}
#signup .inset form .action button:hover {
  background: #203d5f;
}
#signup .inset form .action button i {
  vertical-align: middle;
  margin-left: 5px;
}
#signup .inset form .action button i:before {
  vertical-align: middle;
}

#login {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: saturate(150%) blur(25px);
  backdrop-filter: saturate(150%) blur(25px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
#login:target {
  visibility: visible;
}
#login .inset {
  width: 100%;
  max-width: 480px;
  background: white;
  background: #FFFFFF;
  box-shadow: 0 15px 57px 0 rgba(0, 0, 0, 0.1);
}
#login .inset .forgot-password {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 30px;
  text-align: center;
}
#login .inset .forgot-password a {
  color: #ea580b;
  font-weight: bold;
}
#login .inset .title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
#login .inset .title h2 {
  margin: 0;
  color: #ea580b;
  line-height: 1;
  font-size: 30px;
  font-weight: normal;
}
#login .inset .title .icon-close2 {
  color: #203d5f;
  font-size: 26px;
  text-decoration: none;
  opacity: 0.4;
}
#login .inset .title .icon-close2:before {
  vertical-align: middle;
}
#login .inset .title .icon-close2:hover {
  opacity: 1;
}
#login .inset form {
  float: left;
  width: 100%;
}
#login .inset form .main-form {
  float: left;
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
#login .inset form .main-form .form-group {
  display: flex;
  flex-direction: column;
}
#login .inset form .main-form .form-group label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 4px;
}
#login .inset form .main-form .form-group input, #login .inset form .main-form .form-group textarea, #login .inset form .main-form .form-group select {
  border: 0px;
  border-bottom: 2px solid #e5e5e5;
  background: #f9f9f9;
  padding: 15px 10px;
  outline: none;
  resize: none;
  color: #ea580b;
}
#login .inset form .main-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='39px' height='24px' viewBox='0 0 39 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.255905878'%3E%3Cpath d='M15.7246611,11.7889692 L9.60904852,5.29296946 C9.24129651,4.90234351 8.64350667,4.90234351 8.275814,5.29296946 C7.90812133,5.6835954 7.908062,6.31856739 8.275814,6.70913031 L13.727598,12.5000118 L8.275814,18.2908933 C7.908062,18.6815193 7.908062,19.3164913 8.275814,19.7070542 C8.64356601,20.0976171 9.24135585,20.0976801 9.60904852,19.7070542 L15.7246611,13.2130712 C15.9113258,13.0147961 16.0018694,12.7563955 16,12.5019656 C16,12.2416743 15.9094271,11.9852276 15.7246611,11.7889692 Z' id='Path' fill='%23010002' fill-rule='nonzero' transform='translate(12.000000, 12.500000) rotate(-270.000000) translate(-12.000000, -12.500000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E") right center no-repeat #f9f9f9;
}
#login .inset form .main-form .form-group.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
#login .inset form .main-form h4 {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 20px;
  opacity: 0.4;
}
#login .inset form .action {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#login .inset form .action button {
  background: #ea580b;
  padding: 15px 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  border: 0px;
  cursor: pointer;
}
#login .inset form .action button:hover {
  background: #203d5f;
}
#login .inset form .action button i {
  vertical-align: middle;
  margin-left: 5px;
}
#login .inset form .action button i:before {
  vertical-align: middle;
}

/*# sourceMappingURL=base.css.map */
