﻿/* 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%;
}

.red .logogo{
  content:url("../../../../../assets/logow.png");
}
.default .logogo{
  content:url("../../../../../assets/logo.png");
}

body {
  margin: 0;
}

/* LINKS */

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

/* TYPOGRAPHY */

@font-face {
  font-family: 'helvetica_bold';
  src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
  src: url('../fonts/HelveticaNeueLTStd-Bd-1.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Bd.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica_light';
  src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
  src: url('../fonts/HelveticaNeueLTStd-Lt-1.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica_regular';
  src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
  src: url('../fonts/HelveticaNeueLTStd-Roman-1.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Roman.svg') 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-family: 'helvetica_bold';
}

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

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

p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

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: none;
  -moz-hyphens: none;
  hyphens: none;
  -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: visible;
}

/* 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 {
  -webkit-appearance: none;
  font-family: inherit;
  border-radius: 0 !important;
  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"] {
  cursor: pointer;
  background: #121212;
  color: #D70926;
  border: solid 1px;
  padding: 1em 1em 0.9em !important;
  text-transform: uppercase;
  font-family: 'helvetica_regular';
  letter-spacing: 0.1vw;
  font-size: 0.7vw;
  transition: 0.4s;
  outline: none !important
}

input[type="submit"]:hover {
  cursor: pointer;
  background: #D70926;
  color: #FFF;
  border: solid 1px #D70926;
}

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;
}

/* BOX SIZING */

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

/* 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 (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%;
  }
}

/* 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;
  padding: 0em 0;
  margin: 0;
  text-align: right;
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  color: #FFF;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: #121212 !important;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  outline: none !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #121212 inset;
  border: solid 1px #121212;
  -webkit-text-fill-color: #FFF !important;
}

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: #121212;
}

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: #D70926;
}

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: #fff;
}

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="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
  background-color: #121212;
}

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

textarea {
  max-width: 100%;
  height: 100px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

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;
}

/* GENERAL STYLES */

div#ouibounce-modal {
  background: #0a0a0a;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
}

#ouibounce-modal h3 span {
  margin: 0 1em 0 0;
  cursor: pointer;
}

#news-form h2, #ouibounce-modal h2 {
  font-size: 1.8vw;
}

#news-form h3 span {
  margin: 0 1em 0 0;
  cursor: pointer;
}

#news-form p.ya {
  padding: 1em 0 0;
  font-style: italic;
  opacity: 0.3;
}

#ouibounce-modal h3 span.off, #news-form h3 span.off {
  opacity: 0.4;
}

#ouibounce-modal p.sub {
  margin: 0;
}

#ouibounce-modal p br {
  display: none;
}

#ouibounce-modal p.ya {
  padding: 1em 0 0;
  font-style: italic;
  opacity: 0.3;
}

#ouibounce-modal input.wpcf7-submit {
  margin: 0 !important;
}

#ouibounce-modal h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#ouibounce-modal h3:hover span, #ouibounce-modal h3:hover span {
  opacity: 0.3;
}

#ouibounce-modal h3 span, #news-form h3 span {
  transition: 0.2s;
}

.wpcf7-form-control-wrap input:hover {
  opacity: 0.4 !important;
  cursor: pointer;
}

#ouibounce-modal h3 span:hover {
  opacity: 1;
}

.wpcf7-form-control-wrap.persona {
  opacity: 0;
  display: none;
}

#ouibounce-modal h3 span.active, #news-form h3 span.active {
  opacity: 1 !important;
}

#ouibounce-modal .flex-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox-button {
  width: 60px !important;
  height: 60px !important;
}

#ouibounce-modal input:hover {
  color: #D70926;
}

a#m-news-trigger {
  width: auto;
}

#ouibounce-modal .modal {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 5em;
  max-width: 650px;
  background: #0a0a0a;
}

#ouibounce-modal .modal #close-modal {
  position: absolute;
  right: 1em;
  top: 1em;
}

#ouibounce-modal .modal #close-modal button {
  right: 0;
  top: 0;
}

#ouibounce-modal input {
  background: transparent !important;
  text-align: left;
  opacity: 1;
  padding: 0.7em 0;
  -webkit-appearance: checkbox;
}

#ouibounce-modal input[type="radio"] {
  -webkit-appearance: none;
}

.slick-current .legenda {
  opacity: 0;
}

.legenda {
  position: absolute;
  background: #111111;
  width: 15vw;
  height: 80%;
  top: 10%;
  z-index: -2;
}

.legenda.leg-l {
  left: 2%;
}

.legenda.leg-r {
  right: 2%;
}

.leg-l .text-leg {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 32vw;
  position: absolute;
  bottom: 17vw;
  left: -13.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leg-r .text-leg {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 32vw;
  position: absolute;
  bottom: 17vw;
  right: -13.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-leg h2 {
  font-size: 0.9vw;
  margin: 0 1vw 0 0;
  line-height: 1;
}

.text-leg h3 {
  font-size: 0.6vw;
  margin: 0;
  line-height: 1;
  font-weight: 100;
  font-family: 'helvetica_light';
  letter-spacing: 0.3vw;
}

body {
  font-family: "helvetica_light", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: white;
  background: black;
  -webkit-font-smoothing: antialiased;
}

/* WORDPRESS BODY CLASSES */

svg.logo-icone {
  max-width: 50%;
}

.page-id-343 #contact, .page-id-343 #open-menu {
  display: none;
}

.page-id-343 #content {
  margin-bottom: 0 !important;
}

.page-id-343 {
  overflow: hidden;
  /* Hide scrollbars */
}

#logotipo {
  text-align: right;
  position: fixed;
  z-index: 15;
  top: inherit;
  bottom: 1.8em;
  right: 2em;
  width: 190px;
  opacity: 0;
  transition: 0.6s 1.7s;
}

#logotipo.active {
  opacity: 1;
}

#logotipo.fixed, #logotipo.wmo {
  top: 2em;
  bottom: initial;
}

#logotipo.wmo .lettering {
  opacity: 0;
}

#logotipo.fixed .symbol, #logotipo.wmo .symbol {
  display: none;
}

#logotipo svg {
  float: left;
}

.align-social {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.redes h2 {
  font-size: 2vw;
  margin: 0;
  line-height: 1;
}

.align-redes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}

.align-redes a {
  text-decoration: none;
  padding: 1em;
  max-width: 20%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}

.align-redes a.on {
  opacity: 1
}

.align-redes a svg {
  width: 80%;
  height: auto;
}

.align-redes a.off {
  opacity: 0.2;
}

.wrap-b {
  width: 97%;
  margin: auto;
}

.slide-capa-single {
  position: relative;
}

.slide-capa img {
  margin: 0px !important;
  position: absolute;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.slide-capa {
  outline: none !important;
  position: absolute !important;
  z-index: -2;
  width: 100%;
  top: 0;
  left: 0;
}

.align-banner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

p {
  font-size: 0.8vw;
  letter-spacing: 0.05vw;
  line-height: 2;
}

h3.cr {
  margin: 0 0 1vw;
  text-transform: uppercase;
  font-size: 0.6vw;
  letter-spacing: 0.3vw;
  font-family: 'helvetica_regular';
  width: 100%;
  opacity: 0.5;
}

.role a {
  padding: 0 !important;
  border: 0 !important;
}

.role h3 {
  margin-bottom: 0.5vw;
}

.role:hover a {
  opacity: 1;
}

video#bg-careers {
  position: fixed;
  height: 100%;
  z-index: -2;
  width: 100%;
  object-fit: cover;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ml4 {
  margin: 0 0 0.5em !important;
}

.first-one .letter {
  display: inline-block;
}

.first-one a {
  text-decoration: none !important;
  font-style: normal;
  letter-spacing: 2px;
  padding: 0 0.5em;
}

.first-one strong:first-child a {
  padding: 0 0.5em 0 0;
  font-family: 'helvetica_bold';
}

.first-one p {
  opacity: 0;
  font-style: italic;
  margin: 0 0 2em;
  font-size: 0.7vw;
  transition: 0.3s 1.7s;
}

.first-one p.active {
  opacity: 1;
}

.first-one ul li {
  font-size: 5.5vw;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.1vw;
  font-family: 'helvetica_bold';
  overflow: hidden;
}

.content-box ul li, #works h2 {
  overflow: hidden;
}

#skills ul li {
  float: left;
  margin-right: 1vw;
}

.symbol {
  display: inline-block;
}

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

.icone {
  float: right;
}

.lettering {
  float: left;
  opacity: 1;
  transition: 0.4s;
}

.align-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about {
  position: relative;
  z-index: 11;
  background: black;
  padding: 5em 0;
  overflow: hidden;
}

#new-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.fundo-sobre:after {
  content: " ";
  background-image: url(../images/mask.png);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  background-size: 100%;
  background-position: left top;
  z-index: 0;
}

#mask-bg {
  /* mask: url(#mask); */
  /* fill: #000000d3; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -2;
}

#mask-bg img {
  object-fit: cover;
  height: 100% !important;
  object-position: center;
}

.box-active #mask-bg {
  position: fixed;
}

.reel {
  background: #000000cc;
  opacity: 1 !important;
  z-index: 9;
}

.on-reel {
  opacity: 0;
  transition: 0.5s;
}

.box-active .on-reel {
  opacity: 1;
}

#bg-reel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -2;
  opacity: 0;
  transition: 0.5s;
  display: none;
}

.box-active #bg-reel {
  position: fixed;
  opacity: 1;
  display: block;
}

text#gtheading {
  font-size: 13vw;
  font-family: 'helvetica_bold';
  letter-spacing: -0.5vw;
}

.first-one {
  position: relative;
  z-index: 99999;
  background: black;
}

.banner {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  fill: #000000d3;
}

#about {
  z-index: 1;
}

.text-about {
  position: absolute;
  left: 57%;
  top: 70%;
  opacity: 0;
  transition: 0.4s 0.5s;
}

.box-active .text-about {
  opacity: 1;
}

.text-about h3 {
  font-size: 1.8vw;
  font-family: 'helvetica_bold';
  letter-spacing: -0.05vw;
  margin: -0.4em 0 0.5em;
}

.content-box {
  position: relative;
  opacity: 0;
  top: 0em;
  transition: 0.2s;
  padding: 0;
}

div#m-mag {
  padding-top: 15em;
}

.content-box.box-active {
  opacity: 1;
  top: 0;
  position: relative;
  z-index: 5;
}

#open-menu {
  position: fixed;
  width: 30px;
  top: 2em;
  cursor: pointer;
  z-index: 14;
}

#open-menu.active .line-menu {
  background: #D70926;
}

#open-menu.active .line-one {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}

#open-menu.active .line-two {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-menu {
  width: 30px;
  height: 2px;
  background: white;
  display: inline-block;
  float: left;
  margin-bottom: 0.5em;
  position: relative;
  transition: 0.4s;
}

.align-reel {
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  outline: none !important;
}

.reel {
  overflow: hidden;
}

.slide-capa-single {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.reel p {
  font-size: 1.5vw;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  font-family: 'helvetica_bold';
  letter-spacing: -0.03vw;
  cursor: pointer !important;
  background-image: url(../images/empty.png);
  background-repeat: no-repeat;
  background-position: center 61%;
  background-size: 1.8vw;
  transition-property: background;
  transition-delay: 2s;
}

.reel p.off {
  opacity: 0 !important;
}

.reel.box-active p {
  opacity: 1;
  position: fixed;
  background-image: url(../images/scroll-down.gif);
  background-repeat: no-repeat;
  background-position: center 61%;
  background-size: 6vw;
}

.slides-reel {
  position: relative;
  z-index: 3;
}

.slide-reel {
  position: relative;
}

.slide-reel img {
  max-width: 85% !important;
  margin: 0px !important;
  transition: 0.4s;
}

.slide-reel.slick-current img {
  max-width: 95% !important;
}

.home {
  overflow-x: hidden;
}

.text-videos {
  position: absolute;
  text-align: center;
  z-index: 9;
}

.text-videos h2 {
  font-size: 5vw;
  letter-spacing: 4.5vw;
  margin: 0 -4.5vw 0 0;
}

.text-videos h3 {
  font-family: 'helvetica_light';
  letter-spacing: 1vw;
  font-size: 1vw;
}

#reel button.slick-prev.slick-arrow {
  background: transparent !important;
  border: 0;
  color: transparent;
  width: 13%;
  left: -13%;
  height: 100%;
  z-index: 9999;
  top: 0;
  outline: none;
  display: inline-block !important;
  position: absolute;
}

#reel button.slick-next.slick-arrow {
  background: transparent !important;
  border: 0;
  color: transparent;
  width: 13%;
  right: -13%;
  height: 100%;
  z-index: 9999;
  top: 0;
  outline: none;
  display: block !important;
  position: absolute;
}

.first-one .slick-slide {
  background-color: black;
}

#reel .slick-slide img {
  display: block;
  object-fit: cover;
  height: 80% !important;
  width: 100% !important;
  object-position: center;
  transition: 0.8s;
  position: relative;
  left: 0;
}

#reel .slick-slide.hoveron-l img {
  left: 0.8vw;
}

#reel .slick-slide.hoveron-r img {
  left: -0.8vw;
}

#reel .slick-slide.slick-current img {
  height: 100% !important;
}

#reel .slick-slide.slick-current:hover img {
  height: 102% !important;
  width: 102% !important;
}

#reel .slick-list.draggable {
  overflow: visible;
}

.slide-reel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

::-webkit-scrollbar {
  display: none;
}

.fancybox-bg {
  background: #000 !important;
}

#loader {
  background: black;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 1;
  transition: 1s;
}

#loader.off {
  z-index: -2;
  opacity: 0;
}

.align-works {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.work-sg {
  width: 32%;
  position: relative;
  /* height: 500px; */
  height: calc(100vw/3 * 1 - 10px);
  opacity: 1;
  transition: 0.3s;
  overflow: hidden;
  margin: 0.5%;
}

.work-sg a {
  display: flex;
}

.work-sg.off {
  opacity: 0.5;
}

.work-sg img {
  margin: 0 !important;
  float: left;
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.work-sg a img.gif {
  transition: 0.1s;
  z-index: -2;
}

.work-sg a:hover img.gif {
  z-index: 9;
}

.work-sg a:hover img {
  width: 104% !important;
  height: 104% !important;
  max-width: 104% !important;
  margin-left: -2% !important;
  margin-top: -2% !important;
  filter: brightness(0.4) blur(5px) saturate(0.6);
}

.work-sg:hover {
  opacity: 1;
}

.work-sg:hover .title-work {
  opacity: 1;
}

.title-work {
  position: absolute;
  top: 9%;
  left: 5%;
  opacity: 0;
  transition: 0.5s;
}

.work-sg h3 {
  font-size: 2.5vw;
  margin: 0;
  letter-spacing: -0.05vw;
  font-family: 'helvetica_bold';
  line-height: 1.2;
  overflow: hidden;
}

.work-sg p {
  letter-spacing: 0.4vw;
  font-size: 0.6vw;
  position: relative;
  left: 3px;
  opacity: 0;
  transition: 0.4s 0.4s;
}

.work-sg:hover p {
  opacity: 1;
}

.works h2 {
  font-size: 5vw;
  margin: 0;
  position: relative;
  z-index: 9;
  line-height: 1;
  margin-top: 6vw;
}

.align-expertises a {
  display: block;
  text-decoration: none;
  font-size: 3vw;
  font-family: 'helvetica_bold';
  letter-spacing: -0.1vw;
  opacity: 0;
  transition-duration: 0.5s;
  line-height: 1.2;
}

.box-active .align-expertises a {
  opacity: 0.2;
}

.align-expertises a.active {
  font-size: 5vw;
  letter-spacing: -0.1vw;
  opacity: 1;
}

.align-expertises a.on {
  font-size: 5vw;
  letter-spacing: -0.1vw;
  opacity: 1;
  color: #D70926;
}

.align-expertises a.active.off {
  font-size: 3vw !important;
  letter-spacing: -0.1vw !important;
  opacity: 0.2 !important;
}

.align-expertises-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#expertises h2 {
  font-size: 0.7vw;
  letter-spacing: 0.3vw;
  margin: 0 0;
  font-family: 'helvetica_regular';
}

.expertises-names {
  position: fixed;
  top: 25%;
  height: 50%;
  display: flex;
  align-items: center;
  z-index: -2;
  display: none;
}

.box-active .expertises-names {
  z-index: 1;
  display: block;
}

#about {
  padding: 0 0 0;
}

#ksd {
  position: fixed;
  background: #d70826;
  z-index: 999999;
  padding: 0.5em 1.2em 0.3em;
  line-height: 1;
  font-family: 'helvetica_bold';
  font-size: 0.6vw;
  letter-spacing: 0.2vw;
  bottom: 13em;
  right: -6.9em;
  color: black;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bg-expertises {
  display: inline-block;
  width: 100%;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.1;
  transition: 1s;
}

.bg-expertises.active {
  opacity: 1;
}

#expertises.content-box {
  top: 0 !important;
}

#partners.content-box {
  top: 0 !important;
}

.align-m-mag {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-mag {
  display: flex;
  align-items: center;
  justify-content: center;
}

.capa-mag {
  margin-right: 3em;
}

.cont-mag ul {
  margin: -0.5em 0 0.5em;
  position: relative;
  left: -6em;
}

.cont-mag h2 {
  font-size: 3vw;
  margin: 0;
  line-height: 1;
}

#expertises.box-active .bg-exp {
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#expertises {
  z-index: 0;
}

#see-reel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-partner h2 {
  font-size: 2.5vw;
  line-height: 1.2;
  margin: 0;
}

.text-partner p, .text-partner a {
  opacity: 0;
  transition: 0.3s;
}

.text-partner p.on, .text-partner a.on {
  opacity: 1;
}

.align-logos {
  width: 70%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.align-logos svg {
  width: 25%;
  margin: 3em 0 !important;
}

.align-skills {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-skills p {
  text-transform: uppercase;
  font-size: 0.7vw;
  letter-spacing: 0.2vw;
  margin: 0 !important;
  line-height: 1;
}

.align-skills h2 {
  font-size: 3vw;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  float: left;
}

.align-skills ul {
  margin-top: 2em;
  display: inline-block;
}

#play-reel {
  opacity: 1;
  transition: 1s;
}

a.btn {
  color: #D70926 !important;
  text-decoration: none;
  display: inline-block;
  border: solid 1px;
  padding: 1.2em 1.2em 1em;
  font-size: 0.7vw;
  letter-spacing: 0.1vw;
  transition: 0.2s;
  line-height: 1;
  font-family: 'helvetica_regular';
}

a.btn:hover {
  background: #D70926;
  border-color: #D70926;
  color: #FFF !important;
}

.footer #inner-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 300px;
}

.cta-rodape, .end-rodape {
  width: 100%;
}

.end-rodape {
  text-align: right;
}

.cta-rodape h2 {
  margin: 0 0 1em;
  line-height: 1.2;
  font-size: 2vw;
}

.end-rodape h4 {
  margin-top: 0;
}

.end-rodape p {
  margin: 0;
  line-height: 1.7;
  font-size: 0.6vw;
}

.end-rodape a {
  text-decoration: none;
  width: 2vw;
  display: inline-block;
  margin: 1vw 0 0;
}

.end-rodape a svg {
  width: 100%;
}

#partners {
  padding-top: 8em;
}

.hidden-el {
  overflow: hidden;
}

.end-rodape a:last-child {
  margin-right: -0.7em;
}

div#menu-content {
  background: #121212;
  transition: 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: 9;
  padding: 7em 2em 2em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
}

#menu-content.on {
  opacity: 1;
  top: 0;
}

.left-side {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
}

.right-side {
  width: 50%;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.form-side {
  width: 100%;
  height: 70%;
}

.form-side h2 {
  font-size: 1.5vw;
  margin: 0 0 1em;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #FFF;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}

::placeholder {
  color: #FFF;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.adress-side {
  height: 30%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#content {
  position: relative;
  z-index: 8;
  background: black;
  margin-bottom: 300px;
}

.left-side-cr {
  left: 0;
  position: fixed;
  width: 40%;
  height: 100%;
  padding: 1em 1em 1em 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-side-cr p {
  font-size: 0.8vw;
  letter-spacing: 0.2vw;
}

.left-side-cr h2 {
  font-size: 2.5vw;
  line-height: 1.2;
}

.right-side-cr {
  width: 35%;
  float: right;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  right: 15%;
  height: 100%;
  overflow: scroll;
}

.flex-vagas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.role {
  margin: 0 0 4vw;
  width: 40%;
}

.left-side-cr a, .right-side-cr a {
  color: #D70926 !important;
  text-decoration: none;
  display: inline-block;
  background: none !important;
  font-size: 0.6vw;
  letter-spacing: 0.2vw;
  transition: 0.2s;
  line-height: 1;
  font-family: 'helvetica_regular';
}

.page-id-422 .footer {
  display: none;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

#content {
  transition: background 0.5s;
}

#content.red {
  background: #D70926;
}

.header.red .icone #main {
  fill: white !important;
}

.header.dark.red .icone #main {
  fill: white !important;
}

#content.dark {
  background: #121212;
}

#menu-main li.off a {
  opacity: 0.3 !important;
}

#menu-main li a {
  font-size: 1.1vw;
  text-decoration: none;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
  padding: 0 0 1.2em;
  display: inline-block;
  opacity: 1;
  transition: 0.5s;
}

.redes-side a {
  width: 35px;
  display: inline-block;
  margin: 0 1em 0 0;
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}

.adress-side p {
  margin: 0 !important;
  font-size: 0.7vw;
  letter-spacing: 0.1vw;
  line-height: 2;
}

.adress-side h4 {
  display: none;
}

.redes-side a.off {
  opacity: 0.3;
}

.redes-side a svg {
  width: 100%;
  height: auto;
}

.menu-side {
  width: 100%;
  height: 80%;
}

.redes-side {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: flex-end;
  margin: 0 0 -18px -12px;
}

div.wpcf7-mail-sent-ok {
  background: #1d844d !important;
  display: inline-block !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 0 none !important;
  background: #d70826;
  display: inline-block !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-response-output {
  border: 0 none !important;
  padding: 1em !important;
  background: #d70826;
  font-size: 0.8vw;
}

div#news-form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #121212;
  left: 0;
  top: 100%;
  opacity: 0;
  z-index: 9999999;
  transition: 0.5s;
}

div#news-form.active {
  top: 0;
  opacity: 1;
}

#news-form input {
  text-align: left;
}

.align-news {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

#close, #close-f, #close-mnews {
  position: absolute;
  width: 30px;
  top: 2em;
  right: 2em;
  cursor: pointer;
  z-index: 14;
}

#close .l-one, #close-f .l-one, #close-mnews .l-one {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}

#close .l-two, #close-f .l-two, #close-mnews .l-two {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-c {
  width: 30px;
  height: 2px;
  background: white;
  display: inline-block;
  float: left;
  margin-bottom: 0.5em;
  position: relative;
  transition: 0.4s;
}

div#default-form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #121212;
  left: 0;
  top: 100%;
  opacity: 0;
  z-index: 9999999;
  transition: top 0.3s;
}

div#default-form.active {
  top: 0;
  opacity: 1;
}

div#default-form h2 {
  margin-bottom: 1em;
}

#default-form input, #default-form textarea {
  text-align: left;
}

.align-contact-df {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.align-logos rect, .align-redes rect {
  fill: transparent !important;
}

.end-rodape a svg {
  height: 30px;
}

#works.content-box {
  opacity: 1 !important;
}

#redes {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-partner {
  position: fixed;
  display: none;
}

.box-active .text-partner {
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 99;
}

.slick-slide {
  position: relative;
}

div.wpcf7 .ajax-loader {
  background-image: none !important;
}

#news-form .wpcf7-form-control-wrap.persona {
  display: none;
}

/* LAYOUT & GRID STYLES */

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

/* LINK STYLES */

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

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

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

/* 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;
  font-weight: normal;
  font-family: 'helvetica_bold';
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 2.5vw;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: 'helvetica_bold';
  font-weight: normal;
}

h3, .h3 {
  font-family: 'helvetica_bold';
  font-weight: normal;
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-family: 'helvetica_bold';
  font-weight: normal;
}

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

/* HEADER STYLES */

#logo {
  margin: 0.75em 0;
}

#logo a {
  color: white;
}

/* NAVIGATION STYLES */

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

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

/* POSTS & CONTENT STYLES */

.hentry {
  border-radius: 3px;
  margin-bottom: 1.5em;
}

.hentry header {
  padding: 1.5em;
}

.hentry footer {
  padding: 1.5em;
}

.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;
}

.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 {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}

.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 .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: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}

.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}

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

.pagination .current {
  cursor: default;
  color: #5c6b80;
}

.pagination .current:hover, .pagination .current:focus {
  background-color: white;
  color: #5c6b80;
}

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

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

/* 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 */

.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: #121212;
  color: #fff;
}

/* LARGER MOBILE DEVICES */

@media only screen and (min-width: 481px) {
  .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 (max-width: 768px) {
  #scra{
    transform: translate(-10px,-14px) !important
  }
  .page-id-422 #content {
    margin-bottom: 0 !important;
  }
  #pdef{display: none;}
  .role a {
    opacity: 1;
    font-size: 2.5vw;
    letter-spacing: 0.6vw;
  }
  .role {
    margin-bottom: 10vw;
    width: 100%;
  }
  #news-form h3 {
    flex-wrap: wrap;
  }
  #news-form h3 span {
    width: 100%;
    display: inline-block;
  }
  .left-side-cr {
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-top: 25vw;
    padding: 0;
  }
  .left-side-cr h2 {
    font-size: 8vw;
  }
  h3.cr {
    font-size: 3.5vw;
    letter-spacing: 1vw;
  }
  .right-side-cr {
    width: 100%;
    margin-right: 0;
    margin-top: 10vw;
    position: relative;
    right: 0;
  }
  .flex-vagas {
    flex-wrap: wrap;
  }
  .legenda {
    display: none;
  }
  .text-videos h3 {
    font-size: 3.5vw;
    margin: 0;
  }
  .text-videos h2 {
    font-size: 8vw;
    letter-spacing: 2vw;
    margin: 0 -2vw 0 0;
  }
  .text-partner li {
    float: left;
    margin-right: 1.5vw;
  }
  .fundo-sobre:after {
    background-image: url(../images/mask-mobile.png);
    background-size: 100%;
  }
  text#gtheading {
    font-size: 16vw;
  }
  .first-one ul li {
    font-size: 13vw;
  }
  #reel .slick-slide img {
    height: 50% !important;
  }
  #reel .slick-slide.slick-current img {
    height: 60% !important;
  }
  /* #redes, .align-social {
      min-height: 500px !important;
    } */
  .bg-expertises {
    opacity: 0.2;
    background-attachment: initial !important;
    padding: 15vw 0;
  }
  .align-logos svg {
    min-width: 35%;
    margin: 3em 0 !important;
  }
  .right-side {
    display: none;
  }
  .left-side {
    width: 100%;
  }
  #menu-main li a {
    font-size: 4.2vw;
    letter-spacing: 0.4vw;
  }
  .lettering svg {
    float: left;
    width: 25vw;
  }
  .icone svg {
    width: 18vw;
  }
  .wrap-b {
    width: 90%;
  }
  .slide-capa-single, .about h2, #expertises.box-active .bg-exp {
    background-attachment: inherit;
  }
  .align-expertises a {
    font-size: 7.5vw;
  }
  .text-partner h2 {
    font-size: 8vw;
  }
  .text-partner {
    position: fixed;
    display: none;
  }
  .box-active .text-partner {
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 99;
  }
  .bg-mobile-w {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    padding: 15vw 0;
  }
  .align-logos {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
  }
  /* .box-active .align-logos {
      display: block;
    } */
  .align-logos svg {
    min-width: 50%;
    margin: 1.5em 0 !important;
    float: left;
  }
  .end-rodape p a {
    display: inline-block;
    width: 100%;
  }
  .align-skills h2 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .align-skills p {
    text-transform: uppercase;
    font-size: 3vw;
    letter-spacing: 0.6vw;
    margin: 0 !important;
    line-height: 2;
  }
  .align-works {
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: flex-start;
  }
  .align-expertises a.active {
    font-size: 10vw;
    margin-left: 0;
  }
  #expertises h2 {
    font-size: 2.7vw;
    color: #ffffff61;
    letter-spacing: 0.7vw;
    margin: 0 0 1em;
  }
  .header {
    width: 100%;
    position: fixed;
    z-index: 10;
    height: 17.5vw;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
  }
  .default {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
  }
  .header.red {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d70926+1,d70926+100&0.7+0,0+82,0+100 */
    background: -moz-linear-gradient(top, rgba(215, 9, 38, 0.7) 0%, rgba(215, 9, 38, 0.69) 1%, rgba(215, 9, 38, 0) 82%, rgba(215, 9, 38, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(215, 9, 38, 0.7) 0%, rgba(215, 9, 38, 0.69) 1%, rgba(215, 9, 38, 0) 82%, rgba(215, 9, 38, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(215, 9, 38, 0.7) 0%, rgba(215, 9, 38, 0.69) 1%, rgba(215, 9, 38, 0) 82%, rgba(215, 9, 38, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d70926', endColorstr='#00d70926', GradientType=0);
    /* IE6-9 */
  }
  .header.dark {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121212+1,121212+100&0.7+0,0+82,0+100 */
    background: -moz-linear-gradient(top, rgba(18, 18, 18, 0.7) 0%, rgba(18, 18, 18, 0.69) 1%, rgba(18, 18, 18, 0) 82%, rgba(18, 18, 18, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0.7) 0%, rgba(18, 18, 18, 0.69) 1%, rgba(18, 18, 18, 0) 82%, rgba(18, 18, 18, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0.7) 0%, rgba(18, 18, 18, 0.69) 1%, rgba(18, 18, 18, 0) 82%, rgba(18, 18, 18, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3121212', endColorstr='#00121212', GradientType=0);
    /* IE6-9 */
  }
  .header.wmo {
    background: none !important;
  }
  .header.wmo.red .icone #main {
    fill: #D70926 !important;
  }
  #default-form h2 {
    margin-bottom: 1em;
    font-size: 6.5vw;
    margin-top: 2em;
  }
  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 {
    font-size: 4vw;
    letter-spacing: 0.2vw;
  }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    letter-spacing: 0.6vw;
    font-size: 3vw;
  }
  div.wpcf7-response-output {
    margin: 2em 0em 1em;
  }
  div.wpcf7-response-output {
    font-size: 3.5vw;
  }
  .wrap-form {
    max-width: 80%;
  }
  .align-news {
    text-align: left;
    align-items: flex-start;
    margin: 25vw 0 0;
  }
  #news-form h2 {
    font-size: 5.5vw;
  }
  #news-form input {
    text-align: left;
  }
  .reel p {
    font-size: 6vw;
  }
  .work-sg h3 {
    font-size: 9vw;
  }
  .work-sg:first-child {
    margin-left: 3vw;
  }
  .work-sg {
    border: solid 3vw transparent;
  }
  .align-redes a {
    padding: 4vw;
    min-width: 33%;
    display: inline-block;
  }
  .about h2 {
    font-size: 16vw;
    margin-bottom: 0.5em;
  }
  .text-about h3 {
    font-size: 5.5vw;
  }
  p {
    font-size: 3.5vw;
    letter-spacing: 0.3vw;
  }
  .redes h2 {
    font-size: 6vw;
    width: 80%;
    margin: auto;
    line-height: 1.3;
  }
  .align-redes {
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .end-rodape p {
    font-size: 3vw;
  }
  .work-sg p {
    letter-spacing: 1vw;
    font-size: 3vw;
  }
  .title-work {
    opacity: 1;
  }
  .works h2 {
    font-size: 9vw;
    margin: 25vw 0 0;
  }
  .text-about p br {
    display: none;
  }
  a.btn {
    font-size: 3vw;
  }
  .end-rodape h4 {
    margin: 0 0 1vw;
    font-size: 4vw;
  }
  .text-about {
    position: relative;
    left: 0;
    margin-top: 85vw;
    width: 100%;
    top: 0;
  }
  .align-about {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .first-one h2 {
    font-size: 13vw;
  }
  .footer #inner-footer {
    height: auto;
    display: inline-block;
  }
  .footer {
    clear: both;
    background-color: #121212;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
  }
  .end-rodape {
    text-align: left;
    margin: 16vw 0 0;
  }
  .work-sg {
    min-width: 85vw;
    height: 100vw;
  }
  a#logotipo {
    bottom: inherit;
    top: 1em;
    width: 45vw;
    right: 1em;
  }
  #logotipo.fixed, #logotipo.wmo {
    top: 1em;
  }
  .symbol {
    display: none;
  }
  .first-one p {
    font-size: 2.5vw;
  }
  .end-rodape a {
    width: 10vw;
    margin: 5vw 0.5em 0 0;
  }
  a.link-1 {
    margin-left: -6px;
  }
  .cta-rodape h2 {
    font-size: 7vw;
  }
  #content {
    margin-bottom: 480px;
  }
  .align-mag {
    flex-wrap: wrap;
  }
  .capa-mag {
    margin-right: 0em;
  }
  .cont-mag ul {
    margin: 1em 0 0.5em;
    left: 0;
  }
  .cont-mag h2 {
    font-size: 6vw;
  }
  .cont-mag p br {
    display: none;
  }
  .expertises-names {
    top: 35%;
    height: 50%;
  }
  .slide-reel img {
    object-fit: cover;
    height: 100% !important;
  }
  .work-sg p {
    opacity: 1;
  }
  .align-reel {
    min-height: 400px !important;
  }
  .reel.box-active p {
    background-image: url(../images/reel-mobile.png) !important;
    background-size: cover;
    background-position: center !important;
    animation: none !important;
  }
  .reel.box-active p.off {
    color: transparent;
    opacity: 1 !important;
  }
  #bg-reel {
    display: none !important;
  }
  #reel .slick-slide.slick-current:hover img {
    height: 65% !important;
    width: 100% !important;
  }
  #ouibounce-modal .modal {
    padding: 5em 3em;
    position: initial !important;
  }
  #news-form .wpcf7-form-control-wrap input {
    font-size: 3.5vw;
  }
  div#news-form {
    overflow: scroll;
  }
  div#menu-content {
    padding: 5em 1.2em 1.2em;
  }
  .redes-side a {
    width: 10vw;
    margin: 0 3vw 0 0;
  }
}

/* DESKTOP */

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

/* LARGE VIEWING SIZE */

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

/* 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;
  }
}

#default-form .wpcf7-list-item {
  margin: 0;
  margin-bottom: 40px;
}

#menu-content .wpcf7-list-item {
  margin-bottom: 0;
}

.form-side br {
  display: none;
}

.form-side .wpcf7-form-control-wrap {
  margin-bottom: 25px;
  display: block;
}

.radio-form input {
  -webkit-appearance: none;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked)+span, [type="checkbox"]:checked+span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 16px;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked)+span:before, [type="checkbox"]:checked+span:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  background: #121212;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */

[type="checkbox"]:not(:checked)+span:after, [type="checkbox"]:checked+span:after {
  content: '✔';
  position: absolute;
  top: 11px;
  left: 4px;
  font-size: 9px;
  line-height: 1.2;
  color: #979797;
  transition: all .2s;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+span:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked+span:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+span:before, [type="checkbox"]:disabled:checked+span:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}

[type="checkbox"]:disabled:checked+span:after {
  color: #999999;
}

[type="checkbox"]:disabled+span {
  color: #aaaaaa;
}

/* accessibility */

[type="checkbox"]:checked:focus+span:before, [type="checkbox"]:not(:checked):focus+span:before {
  border: 1px solid #979797;
}
/* hide persona in modal - Correnteam 03/02/2023 15:36 */
.modal select[name='persona'] {
    display: none!important;
}