/* CLEAR */

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

/* BASE */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* LINKS */

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

/* TYPOGRAPHY */

@font-face {
  font-family: "Font Awesome";
  src: url("../fonts/Awesome.eot");
  src: url("../fonts/Awesome.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Awesome.woff") format("woff"),
    url("../fonts/Awesome.ttf") format("truetype"),
    url("../fonts/Awesome.svg#Awesome") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heldustry";
  src: url("../fonts/HeldustryFT-Black.eot");
  src: url("../fonts/HeldustryFT-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HeldustryFT-Black.woff") format("woff"),
    url("../fonts/HeldustryFT-Black.ttf") format("truetype"),
    url("../fonts/HeldustryFT-Black.svg#HeldustryFT-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heldustry";
  src: url("../fonts/HeldustryFT-Regular.eot");
  src: url("../fonts/HeldustryFT-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HeldustryFT-Regular.woff") format("woff"),
    url("../fonts/HeldustryFT-Regular.ttf") format("truetype"),
    url("../fonts/HeldustryFT-Regular.svg#HeldustryFT-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff"),
    url("../fonts/Poppins-ExtraBold.ttf") format("truetype"),
    url("../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.eot");
  src: url("../fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Italic.woff") format("woff"),
    url("../fonts/Poppins-Italic.ttf") format("truetype"),
    url("../fonts/Poppins-Italic.svg#Poppins-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/*@font-face {
      font-family: 'Font Name';
      src: url('../fonts/font-name.eot');
      src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
          url('../fonts/font-name.woff') format('woff'),
          url('../fonts/font-name.ttf') format('truetype'),
          url('../fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }*/

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

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

b,
strong,
.strong {
  font-weight: bold;
}

dfn,
em,
.em {
  font-style: italic;
}

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

*,
p {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  text-align: left;
  word-wrap: normal !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

pre {
  margin: 0;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: "";
  content: none;
}

small,
.small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* LISTS */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* EMBEDDED CONTENT */

img {
  border: 0;
}

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

/* FIGURES */

figure {
  margin: 0;
}

/* FORMS */

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/* TABLES */

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

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix,
.cf,
.comment-respond {
  zoom: 1;
}

.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after {
  content: "";
  display: table;
}

.clearfix:after,
.cf:after,
.comment-respond:after {
  clear: both;
}

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/* MOBILE GRID STYLES */

@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

/* PORTRAIT TABLET TO LANDSCAPE */

@media (max-height: 750px) {}

@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

/* LANDSCAPE TO SMALL DESKTOP */

@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/* BOX SIZING */

.last-col {
  float: right;
  padding-right: 0 !important;
}

/* IMPORTING MODULES */

.alert-help,
.alert-info,
.alert-error,
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/* BUTTON DEFAULTS */

.blue-btn,
.comment-reply-link,
#submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
  color: white;
  text-decoration: none;
}

.blue-btn:active,
.comment-reply-link:active,
#submit:active {
  top: 1px;
}

.blue-btn,
.comment-reply-link,
#submit {
  background-color: #2980b9;
}

.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
  background-color: #2574a8;
}

.blue-btn:active,
.comment-reply-link:active,
#submit:active {
  background-color: #2472a4;
}

/* INPUTS */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  /*max-width: 400px;*/
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
}

input[type="text"].error,
input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #e43f46;
  border-color: #e43f46;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFW…7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*FLEX GRID CLASSES*/

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

.fx-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.fx-center-top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.fx-center-bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.fx-rw {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
}

.fx-cl {
  flex-flow: column;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
}

.fx-space {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.fx-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.fx-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.cover {
  background-size: cover !important;
}

/* GENERAL STYLES */

body {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #111;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* LINK STYLES */

a,
a:visited {
  color: #111111;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #111111;
}

a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* ONDAWEB WORDPRESS BODY CLASSES */

label.error {
  color: red;
  position: absolute;
  margin-left: -23px;
  margin-top: 9px;
}

/**
ANIMAÇÕES
**/

.animate {
  overflow: hidden;
}

.fadeInRight {
  position: relative;
  right: 100px;
  opacity: 0;
  transition: 0.4s;
}

.fadeInLeft {
  position: relative;
  left: 100px;
  opacity: 0;
  transition: 0.4s;
}

.animate h2.page-title,
.animate h1.page-title,
.animate h2,
.animate h3,
.animate h1,
.animate img,
.animate a {
  bottom: -30px;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}

.animate p {
  bottom: -50px;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}

.fadeInUp {
  bottom: -50px;
  position: relative;
  opacity: 0;
  transition: 0.3s;
}

.box-link:nth-child(2),
.time-1 {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}

.box-link:nth-child(3),
.time-2 {
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}

.box-link:nth-child(4),
.time-3 {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}

.box-link:nth-child(5),
.time-4 {
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}

.box-link:nth-child(6),
.time-5 {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.7s;
}

.box-link:nth-child(7),
.time-6 {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}

.box-link:nth-child(8),
.time-7 {
  -webkit-transition-delay: 0.9s;
  /* Safari */
  transition-delay: 0.9s;
}

/**
END ANIMAÇÕES
**/

#menu-principal {
  display: inline-block;
  float: right;
  margin: 1em 0 0;
  font-size: 14.7px;
}

#menu-principal li {
  margin: 0 0.4em;
  height: 45px;
}

#menu-principal li a {
  color: #000000;
  transition: 0.2s;
  outline: none;
  padding-bottom: 30px;
}

#menu-principal li.current-menu-item a,
#menu-principal li a:hover {
  color: #500a0a;
  text-decoration: none;
}

#menu-item-11833 {
  background-color: #9e0b11;
  color: #ffffff !important;
}

#menu-item-11833 a {
  color: #ffffff !important;
}

.copyright {
  text-align: center;
  font-size: 14px;
  width: 100%;
}

.copyright img {
  position: relative;
  top: 3px;
}

ul.bxslider {
  margin: 0px;
}

.swiper-slide {
  max-width: 100%;
  margin: 0 auto 0;
  position: relative;
  /*height: 540px !important;*/
  background-size: cover !important;
  padding: 1em 3em;
}

@media only screen and (max-height: 700px) {
  .home-swiper {
   /* height: 100% !important; */
  }

  .home-swiper h2 {
    font-size: 60px !important;
  }

  .home-swiper h3 {
    font-size: 24px !important;
  }
}

.content-slide h2 {
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  margin: 0.2em 0 1em;
}

.content-slide h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 1.2em;
  font-weight: 700;
}

.content-slide p {
  color: #fff;
  font-size: 20px;
}

.swiper-pagination {
  display: none;
}

.idiomas {
  display: inline-block;
  float: right;
  width: 600px;
  max-width: 100%;
  text-align: right;
  margin: 2em 0 1em;
  margin-right: 1.5em;
}

.idiomas a {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 5px 15px;
  text-decoration: none;
  margin: 0 0.2em;
  opacity: 0.6;
  font-size: 13px;
  transition: 0.2s;
}

.idiomas a:hover {
  opacity: 1;
}

.social {
  margin: 6em auto 5em;
  width: 700px;
  max-width: 100%;
}

.social a {
  opacity: 0.4;
  transition: 0.2s;
}

.social a:hover {
  opacity: 1;
}

.newsletter h2 {
  font-weight: 900;
  font-size: 22px;
  margin: 1em 0 2em;
}

form.wpcf7-form input {
  background: #f2f2f2;
  font-size: 19px;
  height: 50px;
}

form.wpcf7-form label {
  width: 500px;
  display: inline-block;
  margin: 0 0.2em;
  max-width: 100%;
}

/* customizado */
form.wpcf7-form .checkbox-container label {
  width: 98%;
}

form.wpcf7-form p {
  display: inline-block;
}

form.wpcf7-form input.wpcf7-submit {
  background: #500a0a;
  color: #fff;
  text-transform: uppercase;
  padding: 0 45px;
  border: none;
  transition: 0.2s;
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #901212;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  /*width: 300px;*/
}

.newsletter {
  display: inline-block;
  margin: 0 0 3em;
}

.text-footer p {
  display: inline-block;
}

.info-footer {
  margin-bottom: 6em;
}

.link-data {
  width: 1400px;
  max-width: 100%;
  height: 260px;
  text-align: center;
  background: #000;
  position: relative;
  z-index: 9;
}

.link-data a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.link-data a h2 {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  line-height: 1em;
}

.link-data a p {
  font-size: 18px;
}

.link-data a:hover {
  color: #901212;
}

.pd-content {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  max-width: 100%;
}

article#conceito:after {
  content: "";
  width: 50%;
  height: 80%;
  background: #eee;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}

h2.page-title {
  font-size: 50px;
  font-weight: 700;
  margin: 1.5em 0;
  line-height: 1.2em;
}

h2.page-title:before {
  content: "";
  width: 15%;
  height: 1px;
  background: #111;
  display: inline-block;
  margin-right: 0.5em;
}

.text-conceito {
  display: inline-block;
  width: 450px;
  max-width: 100%;
  margin-bottom: 8em;
}

.img-conceito {
  display: inline-block;
  float: right;
}

.text-conceito-apoio {
  display: inline-block;
  float: right;
  width: 600px;
  text-align: right;
  max-width: 100%;
}

article#conceito {
  padding-top: 0;
  margin-top: 2em;
}

article#seja-expositor:after {
  content: "";
  width: 50%;
  height: 100%;
  background: #eee;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -9;
}

.boxes-ex h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  margin: 0;
}

.boxes-ex p {
  font-size: 25px;
}

.boxes-ex {
  margin-bottom: 4em;
}

.text-expositor {
  width: 450px;
  float: right;
  max-width: 100%;
}

.img-expositor {
  display: inline-block;
}

.text-feira {
  width: 450px;
  float: left;
  max-width: 100%;
}

.boxes-ex {
  margin: 4em 0 5em;
}

article#seja-expositor {
  padding-bottom: 7em;
  margin-bottom: -7em;
  margin-top: 5em;
}

a.lin-seta {
  display: inline-block;
  margin: 1em 0;
  transition: 0.2s;
  position: relative;
  font-family: "Heldustry";
  left: 0;
  text-decoration: none;
  font-weight: 900;
}

a.lin-seta:hover {
  left: 5px;
}

.pd-gray:after {
  content: "";
  width: 80%;
  height: 100%;
  background: #eee;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}

h1.page-title {
  font-size: 50px;
  font-weight: 700;
  margin: 0.5em 0 1.5em;
  line-height: 1.2em;
}

h1.page-title:before {
  content: "";
  width: 15%;
  height: 1px;
  background: #111;
  display: inline-block;
  margin-right: 0.5em;
}

.img-top {
  width: 85%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  left: 100px;
  background-size: cover !important;
}

.pd-gray {
  position: relative;
  padding: 13em 0 6em;
  margin-top: -10em;
}

.pd-gray .wrap {
  padding-right: 20%;
}

ul.servicos,
ul.empresas {
  width: 900px;
  margin: 0 auto 10em;
  max-width: 100%;
}

li.servico h3,
li.programacao h3 {
  font-size: 25px;
  font-weight: 900;
  margin: 10px 0 1em;
}

li.servico,
li.programacao {
  border-bottom: 1px solid #ddd;
  padding: 2em 0 1.5em;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}

.text-servico {
  width: 87%;
  float: right;
}

.texto,
.hidden {
  display: none;
}

li.servico.active .texto {}

li.servico img {
  margin-bottom: 0 !important;
}

li.servico h3:after,
li.programacao h3:after {
  content: "\f107";
  font-family: "Font Awesome";
  float: right;
  position: relative;
  top: 21px;
  font-size: 45px;
  line-height: 0;
  color: #b2b2b2;
  transition: 0.2s;
}

li.servico.active h3:after,
li.show-hide.active h3:after {
  content: "\f106";
}

.pd-content-2 {
  padding: 4em 0 2em;
}

.pd-content-2 h3 {
  font-size: 20px;
  font-weight: 900;
}

.col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

ul.galeria {
  margin: 2em 0 0;
  text-align: center;
}

.galeria li {
  display: inline-block;
  margin: 0 1em;
  width: 190px;
  overflow: hidden;
  transition: 0.2s;
}

.galeria li:hover {
  opacity: 0.6;
}

div#fancybox-buttons {
  display: none;
}

.col-2 h3:first-child {
  margin-top: 0;
}

.link-page {
  height: 250px;
  text-align: center;
  padding: 0 !important;
}

.link-page a {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  font-family: "Heldustry";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  transition: 0.2s;
}

.pd-btn-bottom {
  display: inline-block;
  width: 100%;
  margin: 0 0 7em;
}

.link-page a:hover {
  color: #fff;
  background: rgb(80 10 10 / 60%);
}

a.lin-seta img {
  float: left;
  margin-right: 1em;
  margin-top: 8px;
}

article.gray-right {
  padding-top: 100px;
  margin-bottom: 0;
  margin-top: 5em;
}

article.gray-right:after {
  content: "";
  width: 50%;
  height: 1000%;
  background: #eee;
  display: inline-block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -9;
}

h2.page-title-gray {
  font-size: 40px;
  font-weight: 700;
  margin: 1.5em 0 1em;
  width: 100%;
  float: right;
}

.gray-right .text-expositor {
  margin-top: -100px;
}

.gray-right .text-expositor.credenciamento-text {
  margin-top: 0px !important;
}

.gray-right .text-expositor.programacao-text {
  margin-top: 0px !important;
}

.bg-black {
  background: #000;
}

.como-chegar {
  height: 400px;
  padding: 2em 0;
  margin-top: 5em;
}

.t-white h1.page-title:before {
  background: #fff;
}

.mapa {
  margin-bottom: 7em;
}

.img-conceito img,
.img-expositor img,
.img-feira {
  width: 660px;
}

.page-id-14 article#conceito:after {
  content: "";
  width: 70%;
  height: 85%;
}

.pd-feira p {
  display: inline-block;
  width: 590px;
  padding: 0 2em;
  vertical-align: middle;
  max-width: 100%;
}

.area-restrita {
  background: #eee;
  padding: 3em 1.5em !important;
  margin: 4em 0;
  display: inline-block;
  width: 100%;
}

#inner-footer .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none;
}

.area-restrita h2 {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 1em;
}

.area-restrita p {
  width: 600px;
  margin: 0 auto 1em !important;
  max-width: 100%;
}

.cap p:first-child::first-letter {
  initial-letter: 3 2;
  margin: 0.3em 0.3em 0.2em 0;
  font-size: 90px;
  font-weight: 600;
  float: left;
}

.cap blockquote p:first-child::first-letter {
  initial-letter: none;
  margin: auto;
  font-size: 30px;
  font-weight: normal;
  float: none;
}

.text-inprensa {
  display: inline-block;
}

.page-id-170 .text-conceito-apoio {
  display: inline-block;
  float: right;
  width: 550px;
  text-align: left;
  max-width: 100%;
}

.text-inprensa h3,
.text-conceito-apoio h3 {
  font-size: 20px;
  font-weight: 900;
}

.text-inprensa div {
  width: 49%;
  display: inline-block;
}

.box-news {
  display: inline-block;
  width: 370px;
  text-align: left;
  margin: 0;
  max-width: 100%;
}

.box-news img {
  transition: 0.2s;
}

.box-news:hover img {
  margin-left: 15px;
}

.tbm-news {
  display: inline-block;
  width: 100%;
  height: 230px;
  background-size: cover !important;
}

.box-news h2 {
  font-size: 18px;
  font-family: "Poppins";
  padding-right: 1em;
  margin-bottom: 1.5em;
}

.box-news a {
  display: inline-block;
  text-decoration: none;
  padding: 20px 20px 20px;
  transition: 0.2s;
}

.box-news a:hover {
  background: #eee;
}

.page-id-170 article#conceito {
  padding-top: 0;
  margin-top: 6em;
}

.page-id-170 footer.footer {
  margin-top: 6em;
}

a.mais-btn {
  display: inline-block;
  float: right;
  font-family: "Heldustry";
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  margin: 2em 2em 3em;
  transition: 0.2s;
}

a.mais-btn:hover {
  color: #931723;
}

.archive .boxes-news {
  margin-bottom: 7em;
}

.archive .header:after,
.single .header:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: -19px;
}

.data-post {
  font-size: 16px;
  color: #b7b7b7;
  font-weight: 600;
  margin: 1em 0;
}

h1.single-title {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 1em;
}

.single .article-header {
  width: 1000px;
  max-width: 100%;
  margin: 3em auto 0;
}

.img-single {
  display: inline-block;
  width: 100%;
  margin: 0 0 3em;
}

.img-single img {
  max-width: 100%;
  height: auto;
}

.pd-single {
  width: 1000px;
  margin: 0 auto 4em;
  max-width: 100%;
}

.addtoany_content {
  border-top: 1px solid #ddd;
  padding: 2em 0 0;
  margin: 4em auto 0;
  text-align: right;
  width: 800px;
  max-width: 100%;
}

.a2a_kit:before {
  content: "Compartilhe";
}

.veja-tbm h2.page-title {
  margin: 0 0 1em;
  font-size: 40px;
}

.veja-tbm h2.page-title:before {
  content: none;
}

.veja-tbm {
  margin: 0 auto 6em !important;
  text-align: center;
}

.banner-forum {
  height: 550px;
  background-size: cover !important;
  padding: 3em 0;
}

.bg-forum {
  background: #eee;
  padding: 5em 1.5em 4em;
}

.pd-forum {
  width: 780px;
  margin: 0 auto;
  max-width: 100%;
}

.banner-forum h1 {
  font-size: 75px;
  margin: 0;
  width: 300px;
  font-weight: 900;
  line-height: 1em;
}

.banner-forum h2 {
  font-size: 26px;
}

li.box-palestrante {
  display: inline-block;
  width: 255px;
  margin: 1em;
  text-align: center;
}

.foto {
  display: inline-block;
  width: 100%;
  height: 270px;
  background-size: cover !important;
  opacity: 0.6;
  transition: 0.2s;
}

.mask {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/mask-1.png) no-repeat center;
}

ul.palestrantes {
  margin-bottom: 5em;
}

li.box-palestrante:nth-child(odd) .mask {
  background: url(../images/mask-2.png) no-repeat center;
}

.text-pal h2,
.text-pal h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 8px 0 0;
}

.text-pal h3 {
  color: #999999;
  margin: 0;
}

li.box-palestrante a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

li.box-palestrante a:hover .foto {
  opacity: 1;
}

.descricao {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 27%, 0.95);
  overflow: auto;
}

.pd-descricao {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 1em;
}

.descricao .foto {
  width: 250px;
  height: 250px;
  opacity: 1;
  border-radius: 100%;
  overflow: hidden;
}

.descricao .foto .mask {
  display: none;
}

.descricao .text-pal {
  padding: 0 3em;
}

.pd-top-descricao {
  margin: 3em auto 1em;
  width: 800px;
  border-bottom: 1px solid #777;
  padding-bottom: 2em;
  position: relative;
  max-width: 100%;
}

body.page.active {
  overflow: hidden;
}

a.close-btn {
  float: right;
  width: auto !important;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.2s;
}

a.close-btn:hover {
  opacity: 0.6;
}

.empresas-pt {
  display: none;
}

.div-expositor {
  padding-left: 4em;
}


/*INICIO DOWLOADS NA PG DE IMPRENSA*/
div#downloads {
  text-align: center;
  padding: 1em 0 4em;
  background: #eee;
  margin: 2em 0;
}

.box-download {
  background: #ffff;
  width: 550px;
  max-width: 100%;
  margin: 0 1em 2em;
  text-align: left;
  min-height: 135px;
}

.box-download img {
  width: 142px;
  object-fit: cover;
  float: left;
  margin: 0 !important;
}

.pd-down {
  display: inline-block;
  float: right;
  width: 375px;
  padding: 0 0 0 2em;
  max-width: 100%;
}

.pd-down h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.pd-down h3 {
  font-size: 18px;
  color: #009289;
  margin: 0;
}

.box-download a {
  display: inline-block;
  border: 1px solid #055B6F;
  color: #055B6F;
  margin: 11px 14px 0 0;
  padding: 2px 10px;
  text-decoration: none;
  transition: 0.2s;
}

.box-download a:hover {
  background: #055B6F;
  color: #fff;
}

.post-type-archive-downloads div#content {
  background: #eee;
}

.post-type-archive-downloads .filter-form input,
#downloads .filter-form input {
  background: #fff;
}

.box-download .img-down img {
  width: auto;
  height: auto;
  margin: 0 auto !important;
  float: none;
}

.section-down h2 {
  font-size: 20px;
  font-weight: 600;
}

.section-down .boxes-download {
  margin: 3em 0;
}

.section-down .pd-down h2 {
  font-size: 18px;
  font-weight: 600;
}

.pd-down h3 {
  display: inline-block;
  font-size: 16px;
  color: #009289;
  margin: 16px 0 0;
  float: right;
}

.box-tabela {
  width: 380px;
  max-width: 100%;
  height: 200px;
  background: #eee;
  margin: 0 10px 1em;
  position: relative;
  text-align: left;
}

.ico-tabela {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.pd-tabela {
  padding: 1em 2em 0;
  position: absolute;
  bottom: 15px;
}

.box-tabela h2 {
  margin: 0 0 20px;
  font-weight: 600;
  padding: 1em 4em 0 2em;
  font-size: 18px;
}

h2.sub-title-info {
  margin: -0.5em 0 1em;
}

img.indice {
  float: left;
  display: inline-block;
  margin-bottom: 2em !important;
  margin-top: 1em !important;
}

.boxes-tabelas {
  width: 100%;
}

.pd-tabela h4 {
  color: #095B6F;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2em;
}

.pd-tabela h3 {
  color: #27AC74;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2em;
}

.pd-tabela p {
  font-size: 13px;
  margin: 4px 0 !important;
}

.pd-tabela p:last-child {
  font-size: 16px;
  margin: 0;
  color: #095B6F;
}

/*FIM DOWNLOADS*/

/* Alteração Adrian 29.5 */

.icones-contadores {
  margin-top: 200px;
}

.newsletter {
  width: 100% !important;
}

.form-newsletter-container {
  display: flex;
}

.form-newsletter-container p {
  width: 28.5%;
  padding-right: 20px;
}

.newsletter-checkbox {
  width: 100% !important;
}

.newsletter-checkbox input[type="checkbox"] {
  height: unset !important;
}

.newsletter-checkbox span.wpcf7-list-item.first.last {
  margin: 0px !important;
}

.checkbox-container {
  margin-top: -20px;
}

.newsletter-select {
  height: 50px;
  background-color: #f2f2f2;
}

button.pum-trigger.popmake-2319 {
  border: none;
  background-color: #500a0a;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
}

button.pum-trigger.popmake-2319:hover {
  background: #901212;
}

.titulo-lista-expositores::before {
  content: "";
  width: 70px;
  height: 1px;
  background: #111;
  display: inline-block;
  margin-right: 0.5em;
}

.text-lista-expositores {
  width: 70%;
}

.fotter-patrocinio {
  margin: 0 0.5em;
  padding: 100px;
}

/* Atualizar idiomas */
article#estrutura {
  text-align: center;
}

article#estrutura h2.page-title {
  text-align: left;
  font-size: 30px;
}

.tour-buttons div {
  display: inline-block;
  width: 350px;
  margin: 0 1em;
  max-width: 100%;
  padding: 0em 2em 2em;
  vertical-align: top;
}

.tour-buttons h3 {
  font-size: 25px;
  font-weight: 600;
}

.tour-buttons a {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px !important;
  color: #fff !important;
  transition: 0.2s;
  padding: 10px;
  text-decoration: none;
}

.tour-buttons .movelsul a {
  background: #682a2e;
}

.tour-buttons .fimma a {
  background: #3959a0;
}

.tour-buttons a:hover {
  opacity: 0.8 !important;
}

.mapa-tour {
  position: relative;
}

.links-float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

.links-float a {
  border: 2px solid transparent;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  color: #fff !important;
  font-size: 34px;
  font-weight: 600;
  text-decoration: none;
  padding: 2px 0 0;
  opacity: 0 !important;
}

.links-float a:hover {
  border: 2px solid #fff;
  opacity: 1 !important;
}

a.pav-a {
  top: 111px;
  left: 111px;
}

a.pav-b {
  top: 71px;
  left: 133px;
}

a.pav-c {
  left: 19px;
  top: 178px;
}

a.pav-d {
  top: 166px;
  left: 21px;
}

a.pav-e {
  top: 166px;
  left: 209px;
}

a.pav-f {
  top: 135px;
  left: 105px;
}

a.pav-g {
  top: 124px;
  left: -86px;
}

a.pav-a:hover,
a.pav-b:hover,
a.pav-c:hover,
a.pav-d:hover {
  background: #682a2e;
}

a.pav-g:hover,
a.pav-f:hover,
a.pav-e:hover {
  background: #3959a0;
}

article#estrutura p {
  text-align: left;
  width: 800px;
  margin: 1em auto;
  max-width: 100%;
}

.page-id-6 h1.page-title {
  color: #500a0a;
}

.page-id-6 article#seja-expositor {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5em;
  padding-top: 2em;
  display: inline-block;
  width: 100%;
}

.page-id-6 .icones-contadores {
  margin-top: 4em;
}

.page-id-6 .boxes-ex {
  margin: 4em 0 2em;
}

article#polo-turistico {
  padding: 3em 0 0;
}

article#polo-turistico .text-conceito {
  float: right;
  padding-top: 6em;
}

article#polo-turistico .img-conceito {
  float: left;
}

ul.menu-noticias li a {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  color: #fff !important;
  transition: 0.2s;
  padding: 15px 30px;
  text-decoration: none;
  background: #682a2e;
}

ul.menu-noticias {
  display: inline-block;
  margin: 0 0 3em;
  width: 100%;
  text-align: center;
}

ul.menu-noticias li {
  display: inline-block;
  margin: 0 1em;
}

ul.menu-noticias li a:hover {
  opacity: 0.8 !important;
}

.page-id-170 h2.page-title {
  margin-bottom: 0.8em;
}

.grecaptcha-badge {
  display: none !important;
}

article#fimma-movelsul:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #eee;
  display: inline-block;
  position: absolute;
  top: 132px;
  left: 0;
  z-index: -9;
}

article#fimma-movelsul {
  display: inline-block;
  width: 100%;
  position: relative;
}

article#fimma-movelsul .text-conceito {
  margin-bottom: 2em;
}

article#fimma-movelsul h2.page-title {
  font-size: 40px;
  margin: 1em 0 2em;
}

a.l_default {
  border: none;
  background-color: #500a0a;
  color: #ffffff;
  padding: 15px 30px;
  text-decoration: none;
  margin: 1em 0;
  display: inline-block;
}

a.l_default:hover {
  opacity: 0.8 !important;
}

article#fimma-movelsul .text-conceito-apoio {
  display: inline-block;
  float: right;
  width: 460px;
  text-align: right;
  max-width: 100%;
}

div#wpfront-scroll-top-container img {
  width: 45px !important;
}

.boxes-diretoria {
  width: 1000px;
  margin: 0 auto 3em;
  max-width: 100%;
}

.box-dir {
  width: 315px;
  margin: 1em 0.5em 3em;
  text-align: center;
}

.pd-dir {
  background: #eee;
  padding: 4em 1em 2em;
  margin: -3em 0 0;
  min-height: 195px;
}

.box-dir img {
  margin: 0 !important;
}

.pd-dir p {
  margin: 0 !important;
  text-align: center !important;
}

section.turismo-negocio:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #eee;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}

section.turismo-negocio {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 2em;
  margin-bottom: 3em;
}

section.turismo-negocio .boxes-ex h3 {
  font-size: 25px;
  margin: 14px 0 0;
}

section.turismo-negocio .boxes-ex div {
  width: 265px;
  background: transparent;
}

section.turismo-negocio .boxes-ex p {
  font-size: 20px;
  padding: 0 3em;
}

section.turismo-negocio h2.page-title:before {
  width: 8%;
}

section.turismo-negocio .boxes-ex div img {
  width: 200px;
}

/*@media seções novas*/
@media only screen and (max-width: 1024px) {
  article#fimma-movelsul:before {
    width: 100%;
  }

  article#fimma-movelsul .text-conceito {
    margin: 0 auto;
    width: 100%;
    padding: 2em 1.5em 1em;
  }

  article#fimma-movelsul .img-conceito {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
  }

  article#fimma-movelsul .link-page {
    height: 150px;
  }

  article#polo-turistico .text-conceito {
    padding-top: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .boxes-ex img {
    width: 150px;
  }

  article#fimma-movelsul h2.page-title {
    font-size: 30px;
  }

  .text-conceito {
    padding: 0 1.5em;
  }

  .link-page {
    height: 150px;
  }

  .text-conceito-apoio {
    width: 100%;
    text-align: left;
    padding: 0 1.5em;
  }

  article#estrutura p {
    padding: 0 1.5em;
  }

  .link-data a h2 {
    font-size: 25px;
  }

  div#inner-footer {
    padding: 0 1.5em;
  }

  .fotter-patrocinio {
    margin: 0;
    text-align: center;
    width: 100% !important;
  }

  .fotter-patrocinio a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .fotter-patrocinio a img {
    margin: 0 auto 1em !important;
  }

  .box-dir {
    margin: 1em auto 1em;
  }

  section.turismo-negocio:before {
    background: #ddd;
  }
}

.t-white,
.t-white a,
.t-white h2,
.t-white h1,
.t-white h3,
.t-white h1.page-title {
  color: #fff;
}

.center {
  text-align: center;
}

/* LAYOUT & GRID STYLES */

.wrap {
  width: 96%;
  margin: 0 auto;
}

/* H1, H2, H3, H4, H5 STYLES */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-family: "Heldustry";
}

h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: "Heldustry";
}

h3,
.h3 {
  font-size: 1.125em;
  font-family: "Heldustry";
}

h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* HEADER STYLES */

.header {}

#logo {
  margin: 0.75em 0 0.4em;
  display: inline-block;
  float: left;
}

#logo a {
  color: white;
}

/* NAVIGATION STYLES */

.nav {
  border-bottom: 0;
  margin: 0;
}

.nav li {}

.nav li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 0.75em;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* POSTS & CONTENT STYLES */

#content {}

.hentry {
  border-radius: 0;
  margin-bottom: 0;
}

.hentry header {
  padding: 0;
}

.hentry footer {
  padding: 0;
}

.hentry footer p {
  margin: 0;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.entry-content {
  padding: 0;
}

.entry-content p {
  margin: 0 0 1.5em;
  line-height: 1.9em;
}

.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}

.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  padding: 0;
  font-style: normal;
  font-size: 30px;
  width: 100%;
  margin: 1em 0;
  display: inline-block;
  text-align: right;
  color: #868686;
}

.entry-content blockquote p {
  margin: 0 !important;
  float: right;
  width: 600px;
  max-width: 100%;
}

/* .entry-content blockquote:before {
  content: '';
  background: url(../images/abre-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px; }
  .entry-content blockquote:after {
  content: '';
  background: url(../images/fecha-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px; }*/

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.tags {
  margin: 0;
}

/* PAGE NAVI STYLES */

.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}

.pagination li {
  padding: 0;
  margin: 10px 5px;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  color: #002957;
  float: left;
  display: inline;
}

.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 7px 0 0;
  color: #000;
  width: 40px;
  height: 40px;
  transition: 0.2s;
  border: 2px solid #000000;
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  background-color: #000;
  color: white;
}

.pagination .current {
  cursor: default;
  color: #fff;
  background: #000;
}

.pagination .current:hover,
.pagination .current:focus {
  cursor: default;
  color: #fff;
  background: #000;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

a.next:before {
  content: "\f054";
  font-family: "Font Awesome";
}

a.prev:before {
  content: "\f053";
  font-family: "Font Awesome";
}

/* COMMENT STYLES */

#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
}

.comment .comment-author {
  padding: 7px;
  border: 0;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .children {
  margin: 0;
}

.comment[class*="depth-"] {
  margin-top: 1.1em;
}

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}

.comment.odd {
  background-color: white;
}

.comment.even {
  background: #f8f9fa;
}

.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/* COMMENT FORM STYLES */

.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.logged-in-as a {
  color: #5c6b80;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

#submit {
  float: right;
  font-size: 1em;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/* SIDEBARS & ASIDES */

.widget ul li {}

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/* FOOTER STYLES */

.footer {
  clear: both;
  background-color: transparent;
  color: #111;
}

/* POP-UP ADRIAN */

.pop-up {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up-fora {
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.pop-up-conteudo {
  width: 700px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: flex;
  pointer-events: auto;
}

.pop-up-content {
  width: 100%;
}

.pop-up-content h3 {
  font-family: "Gotham";
  font-weight: 600;
  color: black;
  font-size: 25px;
}

.pop-up-content p {
  font-family: "Gotham";
  font-size: 15px;
  color: black;
  word-break: break-all;
}

.pop-up-conteudo {
  padding: 40px;
}

.pop-up-selo {
  float: left;
  margin-right: 30px;
}

.fecha-pop-up img {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

input#s {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Heldustry";
  background: #eee;
  border-radius: 0;
  text-decoration: underline;
  outline: none;
  padding: 0;
}

form#searchform {
  background: #eee;
  width: 280px;
  margin: 0 23px 0 0;
  position: relative;
  padding: 16px 1.5em 0;
}

button#searchsubmit {
  position: absolute;
  right: 15px;
  top: 13px;
  background: transparent;
  border: none;
}

button#searchsubmit svg {
  width: 34px;
  height: auto;
}

.search-results h2 {
  font-size: 18px;
}

.pagination {
  text-align: center;
  width: 100%;
}











/* LARGER MOBILE DEVICES */

@media only screen and (min-width: 481px) {

  /* NAVIGATION STYLES */
  .menu {}

  .menu ul {}

  .menu ul li {}

  .menu ul li a {}

  /* POSTS & CONTENT STYLES */
  .entry-content {}

  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }

  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}

/* TABLET & SMALLER LAPTOPS */

@media only screen and (min-width: 768px) {

  /* GENERAL STYLES */
  /* LAYOUT & GRID STYLES */
  .wrap {
    width: 960px;
    max-width: 100% !important;
  }

  /* HEADER STYLES */
  /* NAVIGATION STYLES */
  .nav {
    border: 0;
  }

  .nav ul {
    background: #500a0a;
    margin-top: 0;
  }

  .nav li {
    float: left;
    position: relative;
  }

  .nav li a {
    border-bottom: 0;
  }

  .nav li a:hover,
  .nav li a:focus {
    color: white;
    text-decoration: underline;
  }

  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: none;
    width: 470px;
    left: calc(50% - 235px);
    left: -webkit-calc(50% - 235px);
    left: -moz-calc(50% - 235px);
    border-top: 0;
    position: absolute;
    padding: 25px 28px;
    visibility: hidden;
    z-index: 8999;
    transition: 0.3s;
    opacity: 0;
  }

  .nav li ul.sub-menu li,
  .nav li ul.children li {}

  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    font-weight: normal !important;
    color: #fff !important;
    border-bottom: 1px solid transparent;
    padding: 7px 0 !important;
  }

  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }

  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }

  .nav li ul.sub-menu li a:hover {
    border-bottom: 1px solid #fff;
  }

  .nav li:hover>ul {
    top: auto;
    visibility: visible;
    opacity: 1;
  }

  ul.sub-menu:before {
    width: 30px;
    content: "";
    display: inline-block;
    height: 30px;
    background: #500a0a;
    position: absolute;
    top: -13px;
    left: calc(50% - 15px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* SIDEBARS & ASIDES */
  .sidebar {
    margin-top: 2.2em;
  }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }

  .widget ul li {
    margin-bottom: 0.75em;
  }

  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* FOOTER STYLES */
  .footer-links ul li {}
}

/* DESKTOP */

@media only screen and (min-width: 1030px) {
  .wrap {
    padding-bottom: 18px;
    width: 1200px;
    max-width: 100%;
  }

  #shiftnav-toggle-main {
    display: none;
  }

  .shiftnav-wrap {
    padding-top: 0 !important;
  }

  .shiftnav-disable-shift-body {
    padding-top: 0 !important;
  }

  .tour-buttons {
    display: none;
  }
}

.home-slider .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 40%;
  bottom: 20% !important;
  text-decoration: none;
}

.home-slider .swiper-slide a b {
  margin-top: 10px;
}

/* LARGE VIEWING SIZE */

@media only screen and (min-width: 1240px) {}

/*Ipad*/

@media only screen and (max-width: 1024px) {
  .home-slider .swiper-slide a {
    right: 20%;
  }

  #menu-principal {
    display: none;
  }

  #logo {
    float: none;
  }

  .header {
    text-align: center;
  }

  .text-conceito {
    width: 700px;
    margin-bottom: 2em;
  }

  article#conceito:after {
    width: 90%;
  }

  article#seja-expositor:after,
  .gray-right:after {
    width: 90%;
  }

  .img-expositor {
    float: right;
  }

  .text-expositor {
    width: 670px;
  }

  .boxes-ex {
    display: inline-block;
    width: 100%;
  }

  .boxes-ex div {
    display: inline-block;
    width: 40%;
  }

  .gray-right .img-expositor {
    float: left;
  }

  article.gray-right:after {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .img-top {
    left: 0;
  }

  .gray-right .text-expositor {
    margin-top: -50px;
    margin-bottom: 3em;
    float: left;
  }

  .mapa iframe {
    width: 100%;
  }

  .page-id-14 article#conceito:after {
    width: 100%;
  }

  .box-news {
    width: 320px;
    padding: 20px 10px 20px;
  }

  .links-float {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .home-slider .swiper-slide a {
    right: 20px;
  }

  .page-id-2 .content-slide h2 {
    font-size: 7vw !important;
  }

  .page-id-2 .content-slide h3 {
    font-size: 4vw !important;
    margin: 0px !important;
  }

  .page-id-2 .content-slide p {
    margin: 0px !important;
  }

  .wrap {
    max-width: 95% !important;
  }

  .idiomas {
    margin: 1em 0 1em;
  }

  .text-conceito {
    width: 500px;
  }

  .text-expositor {
    width: 500px;
  }

  .boxes-ex div:nth-child(1),
  .boxes-ex div:nth-child(2) {
    background: #fff;
    padding: 1em 0;
  }

  .swiper-slide {
    height: auto !important;
    left: 0;
  }

  .img-top {
    left: 0;
  }

  .pd-gray:after {
    width: 100%;
  }

  .pd-gray .wrap {
    padding-right: 0;
  }

  .col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .box-news {
    width: 370px;
  }

  .page-id-170 .text-conceito-apoio {
    width: 100%;
    margin: 2em 0 0;
  }

  .text-inprensa {
    display: inline-block;
    padding: 3em 0 0;
  }

  a.close-btn {
    right: 25px;
    top: 0;
  }

  .icones-contadores {
    margin-top: 0px !important;
  }

  .area-manual-expositor {
    display: flex;
    flex-direction: column;
  }

  .div-expositor {
    padding-left: 0px !important;
  }

  .newsletter {
    width: 100% !important;
  }

  .form-newsletter-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .form-newsletter-container p {
    width: 80%;
    padding-right: 20px;
    justify-content: center;
    display: flex;
  }

  .newsletter-checkbox {
    width: 100% !important;
  }

  .newsletter-checkbox input[type="checkbox"] {
    height: unset !important;
  }

  .newsletter-checkbox span.wpcf7-list-item.first.last {
    margin: 0px !important;
  }

  .checkbox-container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }
}

/*IPHONE 6, Galaxy S5, Nexus 5X*/

.baixar-lista,
.botao-movelsul {
  background-color: #500a0a;
  width: 280px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
}

.baixar-lista:hover,
.botao-movelsul:hover {
  color: #fff !important;
  background: #901212;
}

@media only screen and (max-width: 667px) {
  form.wpcf7-form label {
    width: 100%;
  }

  .copyright {
    margin: 4em 0 0;
  }

  .boxes-ex div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

  h2.page-title,
  h1.page-title {
    line-height: 1.2em;
    font-size: 30px;
  }

  article#conceito:after {
    width: 100%;
  }

  article#seja-expositor:after,
  .gray-right:after {
    width: 100%;
  }

  .content-slide h2 {
    font-size: 50px;
  }

  .content-slide h3 {
    font-size: 25px;
  }

  .swiper-slide {
    height: auto !important;
    left: 0;
  }

  .img-top {
    height: 150px;
  }

  .pd-gray {
    padding: 1em 1.5em 2em;
    margin-top: 0;
  }

  .mapa iframe {
    height: 305px;
  }

  h2.page-title-gray {
    font-size: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .text-servico {
    width: 100%;
  }

  li.servico {
    text-align: center;
  }

  .text-inprensa div {
    width: 100%;
  }

  .banner-forum h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 667px) {}

/*IPHONE 4s, 5*/

@media only screen and (max-width: 320px) {}

@media only screen and (min-width: 321px) and (max-width: 568px) {}

@media only screen and (max-width: 568px) {}

/*CUSTOMIZE SHIFNAV*/

#shiftnav-toggle-main {
  background: #000;
  color: #fff;
}

.shiftnav.shiftnav-skin-standard-dark,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
  background: #000;
  color: #fff;
  padding-top: 10px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target {
  display: block;
  color: #fff;
  border: none !important;
  text-shadow: none;
  font-size: 16px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
  color: #fff;
  background: #111;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-accordion.current-menu-ancestor>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-shift.current-menu-ancestor>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item>.shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item>.shiftnav-target:hover {
  color: #fff;
  background: #931723;
  border: none !important;
}

#shiftnav-toggle-main .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
  padding: 8px 10px 10px !important;
}

ul.sub-menu.sub-menu-1 li a {
  padding: 1px 25px 10px !important;
  font-size: 13px !important;
}

/*.swiper-slide {
  min-height: 540px !important;
}*/

/* RETINA (2x RESOLUTION DEVICES) */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}

/* PRINT STYLESHEET*/

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
    outline: none;
  }

  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/*                      **
  **  Últimas Alterações  **
  **                       */

#patrocinio {
  margin-bottom: 20px;
}

.area-manual-expositor {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.div-area {
  padding-right: 40%;
}

.img-feira {
  margin-top: 8em !important;
}

#a-feira {
  padding-top: 100px;
}

/* LISTA EXPOSITORES */

div[id*="ajaxsearchlite"].wpdreams_asl_container {
  width: 35% !important;
}

div.asl_w {
  background: #eeeeee !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  background: none !important;
  height: 70px !important;
  padding-left: 20px;
  padding-right: 20px;
}

div.asl_w .probox .promagnifier {
  height: 100% !important;
  background: none !important;
}

div.asl_w .probox .promagnifier .innericon svg {
  fill: #555555 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  margin-top: 15px !important;
  border-bottom: 1px solid;
  border-bottom-width: 2px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-style: solid !important;
  border-color: #8f8f8f !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 18px !important;
  color: black !important;
  font-family: "Heldustry";
}

div.asl_w .probox,
div.asl_w .probox .proclose,
div.asl_w .probox .promagnifier,
div.asl_w .probox .prosettings {
  height: 100%;
}

.proloading {
  margin-top: 12px !important;
}

div.asl_m .probox div.asl_simple-circle {
  border: 4px solid #000 !important;
  border-right-color: #500a0a !important;
}

::-webkit-input-placeholder {
  color: #444444 !important;
  font-family: "Heldustry";
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #444444 !important;
  font-family: "Heldustry";
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444 !important;
  font-family: "Heldustry";
}

:-ms-input-placeholder {
  color: #444444 !important;
  font-family: "Heldustry";
}

input.orig {
  filter: brightness(50%) !important;
}

div.asl_m .probox .promagnifier .innericon svg {
  width: 30px !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-size: 20px;
  color: black;
}

div.asl_r .results .item .asl_content .asl_desc {
  font-size: 15px;
  color: black;
}

div.asl_r .results .item .asl_content h3 a:hover {
  color: black !important;
  font-size: 20px;
}

.lista-header {
  display: flex;
}

.lista-alfabetica-expositores {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.lista-alfabetica-expositores a {
  margin-left: 5px;
  font-size: 18px;
  font-family: "heldustry";
  font-weight: 600;
  text-decoration: none;
  color: #500a0a;
}

.lista-alfabetica-expositores a:hover {
  color: black;
}

.lista-categorias {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.box-categoria {
  background-color: black;
  width: 24.5%;
  height: 100px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  word-break: break-word;
}

.box-categoria a {
  text-decoration: none;
  color: white !important;
}

.box-categoria span {
  font-size: 18px;
  color: white;
}

.box-categoria:hover {
  background-color: #500a0a;
}

.resultados-expositores {
  width: 100%;
}

.lista-do-resultado {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}

.letra {
  cursor: pointer;
}

.letra-lista {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expositores-lista {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #eeeeee;
  padding: 25px;
  padding-left: 25px;
  width: 49.7%;
  font-size: 15px;
}

.expositores-lista span {
  font-weight: bold;
  font-size: 18px;
}

.expositores-lista p {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  display: flex;
  align-items: center;
}

.expositores-lista p img {
  width: 20px;
  margin: 0px !important;
}

.letra-ativa {
  display: block !important;
}

.categoria-ativa {
  display: block !important;
}

.nome_categoria {
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nome_categoria:hover {
  color: white;
}

.numero-expositor {
  font-weight: normal !important;
  margin-left: 10px;
}

@media only screen and (max-width: 425px) {
  .home-slider .swiper-slide a {
    position: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 190px;
    margin-left: 0px;
    margin-top: 30px;
  }

  .home-slider .swiper-slide a img {
    width: 100%;
  }

  .lista-header {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  div[id*="ajaxsearchlite"].wpdreams_asl_container {
    width: 100% !important;
  }

  .lista-alfabetica-expositores {
    width: 100% !important;
  }

  .lista-categorias {
    width: 100% !important;
    flex-direction: column !important;
  }

  .resultados-expositores {
    width: 100% !important;
  }

  .lista-do-resultado {
    flex-direction: column !important;
  }

  .expositores-lista {
    width: 100% !important;
  }

  .lista-alfabetica-expositores a {
    font-size: 15px !important;
  }

  .box-categoria {
    width: unset !important;
  }

  .home-slider .content-slide p {
    margin-top: 0px !important;
  }
}

.title-exp-gray {
  float: none !important;
}

div#rd-row-kkx0bqvc {
  width: 100%;
}

.pd-content-2 .wrap {
  padding-left: 20% !important;
}

.pd-content-2 h1.page-title:after {
  content: "" !important;
  width: 15% !important;
  height: 1px !important;
  background: #111 !important;
  display: inline-block !important;
  margin-right: 0.5em !important;
}

.pd-content-2 h1.page-title:before {
  display: none;

}

.pd-content-2 h1.page-title {
  text-align: end;
}

.expositores-lista-2025 p img {
  width: 20px;
  margin: 0px !important;
}

@media only screen and (max-width: 425px) {
  .expositores-lista-2025 {
    width: 100% !important;
  }

  .resultados-expositores-2025 {
    width: 100% !important;
  }
}

.expositores-lista-2025 {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #eeeeee;
  padding: 25px;
  padding-left: 25px;
  width: 49.7%;
  font-size: 15px;
}

.expositores-lista-2025 span {
  font-weight: bold;
  font-size: 18px;
}

.expositores-lista-2025 p {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  display: flex;
  align-items: center;
}

.resultados-expositores-2025 {
  width: 100%;
}

#menu-item-8626 ul {
  left: 0 !important;
  width: 244px !important;
  top: auto !important;
}

#menu-item-8626 ul::before{
  display: none;
}





/* ===== ESTILOS PARA PÁGINA SINGLE EXPOSITOR ===== */

/* Informações de contato */
.expositor-contato-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0 40px 0;
    border-left: 5px solid #9e0b11;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expositor-contato-titulo {
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    font-size: 1.4em;
    font-weight: 600;
}

.expositor-contato-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
}

.expositor-contato-item:last-child {
    margin-bottom: 0;
}

.expositor-contato-label {
    font-weight: 600;
    color: #555;
    min-width: 80px;
    margin-right: 10px;
}

.expositor-contato-valor {
    color: #222;
    font-weight: 500;
}

.expositor-contato-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    word-break: break-all;
    transition: color 0.2s;
}

.expositor-contato-link:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Seção de produtos */
.expositor-produtos-section {
    margin: 40px 0 50px 0;
}

.expositor-produtos-titulo {
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #9e0b11;
    font-size: 1.5em;
    font-weight: 700;
}

.expositor-categorias-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 20px;
}

.expositor-categoria-produtos {
    flex: 1 1 300px;
    min-width: 280px;
    background: linear-gradient(to bottom, #ffffff, #f9f9f9);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    transition: transform 0.3s, box-shadow 0.3s;
}

.expositor-categoria-produtos:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.expositor-categoria-titulo {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #9e0b11;
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
}

.expositor-categoria-titulo:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
}

.expositor-produtos-lista {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.expositor-produto-item {
    padding: 8px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 0.95em;
    color: #444;
    position: relative;
    padding-left: 5px;
    transition: color 0.2s;
}

.expositor-produto-item:before {
    content: '•';
    color: #9e0b11;
    font-weight: bold;
    position: absolute;
    left: -15px;
}

.expositor-produto-item:hover {
    color: #0073aa;
}

.expositor-produto-item:last-child {
    border-bottom: none;
}

.expositor-sem-produtos {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* Layout responsivo para categorias */
@media (max-width: 767px) {
    .expositor-contato-info {
        padding: 20px;
        margin: 20px 0 30px 0;
    }
    
    .expositor-contato-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .expositor-contato-label {
        min-width: auto;
        margin-right: 0;
    }
    
    .expositor-categorias-container {
        gap: 20px;
    }
    
    .expositor-categoria-produtos {
        flex: 1 1 100%;
        min-width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .expositor-categoria-produtos {
        flex: 1 1 calc(50% - 25px);
    }
}

@media (min-width: 1024px) {
    .expositor-categoria-produtos {
        flex: 1 1 calc(33.333% - 25px);
    }
}

/* Para listas muito longas (mais de 12 itens) */
.expositor-categoria-produtos:has(.expositor-produto-item:nth-child(13)) {
    flex: 1 1 100%;
}

.expositor-categoria-produtos:has(.expositor-produto-item:nth-child(13)) .expositor-produtos-lista {
    column-count: 2;
    column-gap: 30px;
}

.expositor-categoria-produtos:has(.expositor-produto-item:nth-child(13)) .expositor-produto-item {
    break-inside: avoid;
    page-break-inside: avoid;
}

@media (max-width: 767px) {
    .expositor-categoria-produtos:has(.expositor-produto-item:nth-child(13)) .expositor-produtos-lista {
        column-count: 1;
    }
}





/* ===== ESTILOS PARA LISTA DE EXPOSITORES ===== */

/* Container geral da lista */
.lista-do-resultado {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0;
}

/* Card de cada expositor */
.expositores-lista {
    display: none;
    margin: 0 !important;
    background: #ffffff !important;
    padding: 20px !important;
    width: calc(50% - 10px) !important;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.expositores-lista:hover {
    border-color: #9e0b11;
    box-shadow: 0 3px 10px rgba(158, 11, 17, 0.08);
}
/* Título do expositor com link */
.expositores-lista span {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    line-height: 1.2;
}

.expositores-lista a.expositor-link {
    color: #2c3e50 !important; /* Cor diferenciada */
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'Heldustry', sans-serif;
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding-right: 25px;
}

.expositores-lista a.expositor-link::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #9e0b11;
    opacity: 0.5;
    transition: all 0.2s ease;
}

.expositores-lista a.expositor-link:hover {
    color: #9e0b11 !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.expositores-lista a.expositor-link:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(2px);
}

/* Para mobile - seta sempre visível */
@media (max-width: 768px) {
    .expositores-lista a.expositor-link::after {
        opacity: 0.7;
    }
}

/* Container para cada linha de contato - ALINHAMENTO CORRIGIDO */
.expositores-lista > p {
    margin: 0 !important;
    display: flex;
    line-height: 1;
    padding: 3px 0;
    align-items: unset;
}

/* Ícones PERFEITAMENTE ALINHADOS verticalmente */
.expositores-lista p img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    opacity: 0.8;
    filter: brightness(0) saturate(100%);
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 0;
    flex-shrink: 0;
}

/* Texto alinhado com ícone */
.expositores-lista p .numero-expositor {
    font-weight: 400 !important;
    margin-left: 0 !important;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    line-height: 1.2;
    vertical-align: middle;
    display: inline;
    align-self: center;
    /* margin-bottom: 8px; */
}

/* Links de site e redes sociais */
.numero-expositor a {
    color: #500a0a;
    text-decoration: none;
    font-weight: 500;
    word-break: break-all;
    transition: color 0.2s;
    font-size: 16px !important;
    line-height: 1.2;
    vertical-align: middle;
    display: inline;
}

.numero-expositor a:hover {
    color: #9e0b11;
}

/* ESPAÇAMENTO ENTRE LINHAS - muito reduzido */
.expositores-lista p + p {
    margin-top: 0 !important;
    padding-top: 2px !important;
}

/* Linha de separação visual entre contatos e produtos */
.expositores-lista > p:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Seção de produtos */
.produtos-expositor {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #eee;
}

.produtos-lista {
    column-count: 2;
    column-gap: 20px;
    padding: 10px 0 0 0;
    list-style: none;
}

.produto-item {
    break-inside: avoid;
    page-break-inside: avoid;
    padding: 5px 0;
    position: relative;
    padding-left: 12px;
    margin-bottom: 1px;
    color: #555;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}

.produto-item:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9e0b11;
    font-size: 14px;
    font-weight: bold;
}

/* Efeito de destaque ao passar mouse */
.expositores-lista:hover {
    background: #fafafa !important;
}

/* Responsividade */
@media (max-width: 1024px) {
    .expositores-lista {
        width: calc(50% - 10px) !important;
    }
    
    .produtos-lista {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .lista-do-resultado {
        gap: 15px;
    }
    
    .expositores-lista {
        width: 100% !important;
        padding: 18px !important;
    }
    
    .produtos-lista {
        column-count: 1;
    }
    
    .expositores-lista span {
        font-size: 16px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .expositores-lista {
        padding: 15px !important;
        border-radius: 6px;
    }
    
    .expositores-lista span {
        font-size: 15px !important;
        margin-bottom: 8px;
    }
    
    .expositores-lista p img {
        width: 14px !important;
        height: 14px !important;
        margin-right: 5px !important;
    }
    
    .numero-expositor,
    .numero-expositor a {
        font-size: 12px !important;
    }
    
    .produto-item {
        font-size: 11px;
        padding: 4px 0 4px 10px;
    }
    
    .produtos-expositor {
        margin-top: 12px !important;
        padding-top: 10px !important;
    }
}

/* Cores específicas para elementos */
.numero-expositor a[href*="instagram"],
.numero-expositor a[href*="instagr.am"] {
    color: #500a0a;
}

.numero-expositor a[href*="instagram"]:hover,
.numero-expositor a[href*="instagr.am"]:hover {
    color: #9e0b11;
}





/* Layout do expositor - nome à esquerda, localização à direita */
.expositor-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
}

.expositor-info-left {
    flex: 1;
}

.expositor-info-right {
    text-align: right;
}

/* Estilo da localização */
span.expositor-localizacao {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Ícone de localização */
span.expositor-localizacao img {
    width: 20px !important;
    padding: 0 5px 0 0;
    margin: 0;
    vertical-align: middle;
}

/* Link do nome do expositor */
.expositor-link {
    color: #355260;
    text-decoration: none;
    font-size: 1.1rem;
}

.expositor-link:hover {
    color: #2a414d;
    text-decoration: underline;
}

/* Layout responsivo */
@media (max-width: 768px) {
    .expositor-info-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .expositor-info-right {
        text-align: left;
        margin-top: 5px;
    }
    
    span.expositor-localizacao {
        justify-content: flex-start;
    }
}

/* ==========================================================================
   ESTILOS PARA A NOVA SEÇÃO DE DESTAQUES (HUBS) NA HOME
   ========================================================================== */

.home-destaques {
    padding: 4em 0 2em 0;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.destaques-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch !important;
    gap: 30px;
    flex-wrap: wrap;
}

.destaque-box {
    width: calc(33.333% - 20px);
    background: #e5e5e5; /* Fundo Destaque 1 e 3 */
    padding: 40px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.destaque-box:nth-child(2) {
    background: #9e0a10; /* Fundo Destaque 2 */
}

.destaque-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Centralização da Logo */
.destaque-img {
    height: 70px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;      /* Centraliza verticalmente */
    justify-content: center;  /* Centraliza horizontalmente */
    width: 100%;
}

.destaque-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.destaque-texto {
    margin-bottom: 30px;
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
    width: 100%;
    flex-grow: 1;
}

.destaque-box:nth-child(2) .destaque-texto,
.destaque-box:nth-child(2) .destaque-texto p {
    color: #ffffff;
}

.destaque-texto img {
    display: none !important;
}

.destaque-texto h2, 
.destaque-texto h3, 
.destaque-texto strong,
.destaque-texto b {
    color: #111111;
    font-family: "Heldustry", sans-serif;
    font-weight: 700;
}

.destaque-box:nth-child(2) .destaque-texto h2, 
.destaque-box:nth-child(2) .destaque-texto h3, 
.destaque-box:nth-child(2) .destaque-texto strong,
.destaque-box:nth-child(2) .destaque-texto b {
    color: #ffffff;
}

/* Container do Botão Centralizado */
.destaque-btn-wrapper {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center; /* Centraliza o botão horizontalmente */
}

/* Estilo Geral dos Botões (Destaque 1 e 3) */
.destaque-btn {
    display: inline-block;
    font-family: "Heldustry", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 12px 30px;      /* Tamanho retangular */
    border: none;            /* Sem bordas */
    border-radius: 0;        /* Retangular */
    transition: all 0.2s ease;
    
    background-color: #9e0a10; /* Fundo Vermelho */
    color: #ffffff !important; /* Fonte Branca */
}

/* Estilo do Botão Destaque 2 (Invertido) */
.destaque-box:nth-child(2) .destaque-btn {
    background-color: #ffffff; /* Fundo Branco */
    color: #9e0a10 !important; /* Fonte Vermelha */
}

.destaque-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .destaque-box {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .home-destaques {
        padding: 3em 1.5em 0;
    }
    .destaques-container {
        flex-direction: column;
        gap: 20px;
    }
    .destaque-box {
        width: 100%;
        margin-bottom: 0px;
    }
}