@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("./font-awesome.min.css");
/*
Theme Name: KRUZE-theme
Theme URI: Your Theme's URI
Description: ZBREVENTS.
Version: 2.3
Author: Rafael Zobaran
Author URI: www.kruze.com.br.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

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

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}

html {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  min-width: 320px;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Spinner */
@-moz-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@-ms-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

/* Loader */
@-moz-keyframes spinner-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spinner-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes spinner-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spinner-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}

@-webkit-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}

@-ms-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}

@keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}

@-moz-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-ms-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

body {
  text-decoration: none;
}

body:before {
  -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #e5e6e7;
  content: '\f1ce';
  cursor: default;
  display: block;
  font-size: 2em;
  height: 2em;
  left: 50%;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 2em;
  z-index: -1;
}

body:after {
  -moz-animation: overlay-hide 1.5s ease-in forwards !important;
  -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
  -ms-animation: overlay-hide 1.5s ease-in forwards !important;
  animation: overlay-hide 1.5s ease-in forwards !important;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

body.is-preload:before {
  -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  z-index: 100001;
}

body.is-preload:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1;
  z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  body:before {
    line-height: 2.025em;
  }
}

/* Type */
body,
input,
textarea,
select {
  font-family: "Source Sans Pro", "sans-serif";
  font-weight: 300;
  font-size: 18pt;
  line-height: 1.75em;
  color: #39454b;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1920px) {

  body,
  input,
  textarea,
  select {
    font-size: 17pt;
  }
}

@media screen and (max-width: 1680px) {

  body,
  input,
  textarea,
  select {
    font-size: 15pt;
  }
}

@media screen and (max-width: 1280px) {

  body,
  input,
  textarea,
  select {
    font-size: 13pt;
  }
}

@media screen and (max-width: 1000px) {

  body,
  input,
  textarea,
  select {
    font-size: 13pt;
  }
}

@media screen and (max-width: 736px) {

  body,
  input,
  textarea,
  select {
    font-size: 12pt;
    line-height: 1.5em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: inherit;
  letter-spacing: -0.0325em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2.25em;
  line-height: 1.25em;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.5em;
  }
}

strong,
b {
  font-weight: 900;
  color: inherit;
}

em,
i {
  font-style: italic;
}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #98c593;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #e5e6e7;
}

blockquote {
  border-left: solid 0.5em #e5e6e7;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
}

/* Box */
.box {
  background: #ffffff;
  color: #39454b;
  padding: 2em;
}

.box> :last-child {
  margin-bottom: 0;
}

.box.style2 {
  padding: 3.5em 2.5em 3.5em 2.5em;
}

@media screen and (max-width: 736px) {
  .box {
    padding: 1em;
  }

  .box.style2 {
    padding: 1.5em 1.25em 1.5em 1.25em;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: orangered;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 3.5em;
  line-height: 3.5em;
  outline: 0;
  padding: 0% 43%;
  position: relative;
  text-align: center;
  text-decoration: none;
}

input[type="button"].down,
input[type="submit"].down,
input[type="reset"].down,
.button.down,
button.down {
  width: 5em;
  height: 5em;
  line-height: 4.5em;
  padding: 0;
  background-image: url("images/dark-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10em;
  overflow: hidden;
}

input[type="button"].down.anchored,
input[type="submit"].down.anchored,
input[type="reset"].down.anchored,
.button.down.anchored,
button.down.anchored {
  bottom: 0;
  border-bottom: 0;
  border-radius: 3em 3em 0 0;
  height: 4.5em;
  margin-left: -2.5em;
}

input[type="button"].anchored,
input[type="submit"].anchored,
input[type="reset"].anchored,
.button.anchored,
button.anchored {
  position: absolute;
  left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
button:hover {
  background-color: orangered;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
button:active {
  background-color: orangered;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
.button.style2,
button.style2 {
  background-color: transparent;
  border: solid 2px #e5e6e7;
  color: inherit;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
.button.style2:hover,
button.style2:hover {
  background-color: rgba(229, 230, 231, 0.25);
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active,
.button.style2:active,
button.style2:active {
  background-color: rgba(229, 230, 231, 0.375);
}

input[type="button"].style2.down,
input[type="submit"].style2.down,
input[type="reset"].style2.down,
.button.style2.down,
button.style2.down {
  background-image: url("images/arrow.svg");
}

/* Form */
form {
  margin: 0 0 2em 0;
}

form> :last-child {
  margin-bottom: 0;
}

form>.fields {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3em);
  margin: -1.5em 0 2em -1.5em;
}

form>.fields>.field {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 1.5em 0 0 1.5em;
  width: calc(100% - 1.5em);
}

form>.fields>.field.half {
  width: calc(50% - 0.75em);
}

form>.fields>.field.third {
  width: calc(100%/3 - 0.5em);
}

form>.fields>.field.quarter {
  width: calc(25% - 0.375em);
}

@media screen and (max-width: 480px) {
  form>.fields {
    width: calc(100% + 2em);
    margin: -1em 0 2em -1em;
  }

  form>.fields>.field {
    padding: 1em 0 0 1em;
    width: calc(100% - 1em);
  }

  form>.fields>.field.half {
    width: calc(100% - 1em);
  }

  form>.fields>.field.third {
    width: calc(100% - 1em);
  }

  form>.fields>.field.quarter {
    width: calc(100% - 1em);
  }
}

label {
  display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #39454b;
  display: block;
  width: 100%;
  padding: 0.65em 0.75em;
  background: none;
  border: solid 2px #e5e6e7;
  color: inherit;
  border-radius: 0.5em;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #9ac8e9;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  line-height: 1.35em;
}

textarea {
  min-height: 8em;
}

::-moz-focus-inner {
  border: 0;
}

::-webkit-input-placeholder {
  opacity: 0.375;
}

:-moz-placeholder {
  opacity: 0.375;
}

::-moz-placeholder {
  opacity: 0.375;
}

:-ms-input-placeholder {
  opacity: 0.375;
}

/* Icon */
.icon {
  text-decoration: none;
}

.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon>.label {
  display: none;
}

/* Image */
.image {
  position: relative;
  display: inline-block;
}

.image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/overlay.png");
}

.image img {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* List */
ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.menu {
  cursor: default;
}

ul.menu li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px #e5e6e7;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}

ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  width: calc(100% + 1em);
}

ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}

ul.actions.fit li>* {
  width: 100%;
}

ul.actions.fit.stacked {
  width: 100%;
}

@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }

  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }

  ul.actions:not(.fixed) li>* {
    width: 100%;
  }

  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }

  ul.actions:not(.fixed) li input[type="submit"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }

  ul.actions:not(.fixed) li input[type="submit"].icon:before,
  ul.actions:not(.fixed) li input[type="reset"].icon:before,
  ul.actions:not(.fixed) li input[type="button"].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }
}

/* Icons */
ul.icons {
  cursor: default;
}

ul.icons li {
  display: inline-block;
}

ul.icons a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border: 0;
}

/* Sections/Article */
/*header {
  margin-bottom: 1em;
}*/

header p {
  display: block;
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 0;
}

footer {
  margin-top: 2em;
}

/* Table */
table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
  background: rgba(229, 230, 231, 0.5);
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  font-weight: 900;
  padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
  background: #39454b;
  color: #ffffff;
}

table.default tfoot {
  background: #e5e6e7;
}

/* Poptrox */
.poptrox-popup {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  padding-bottom: 3em;
  box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1em 0 0 -1em;
  width: 2em;
  height: 2em;
  display: block;
  font-size: 2em;
}

.poptrox-popup .loader:before {
  -moz-animation: spinner-rotate 0.75s infinite linear !important;
  -webkit-animation: spinner-rotate 0.75s infinite linear !important;
  -ms-animation: spinner-rotate 0.75s infinite linear !important;
  animation: spinner-rotate 0.75s infinite linear !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #e5e6e7;
  content: '\f1ce';
  cursor: default;
  display: block;
  height: 2em;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2em;
}

.poptrox-popup .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 3em;
  line-height: 2.8em;
  text-align: center;
  cursor: default;
  z-index: 1;
  font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.01);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
  content: '';
  position: absolute;
  width: 96px;
  height: 64px;
  background: url("images/poptrox-nav.svg");
  top: calc(50% - 1.5em);
  margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
  opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
  opacity: 1.0;
}

.poptrox-popup .nav-previous:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  filter: FlipH;
}

.poptrox-popup .nav-next {
  right: 0;
}

.poptrox-popup .nav-next:before {
  right: 0;
}

.poptrox-popup .nav-previous {
  left: 0;
}

.poptrox-popup .nav-previous:before {
  left: 0;
}

.poptrox-popup .closer {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  z-index: 2;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff;
  background: url("images/poptrox-closer.svg") center center;
  color: #ffffff !important;
}

.poptrox-popup:hover .closer {
  opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
  opacity: 1.0;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
  opacity: 1.0 !important;
}

@media screen and (max-width: 736px) {

  .poptrox-popup .nav-next:before,
  .poptrox-popup .nav-previous:before {
    width: 48px;
    height: 32px;
    background-size: contain;
    margin: -16px 0 0 0;
  }

  .poptrox-popup .closer:before {
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    background-size: contain;
    opacity: 0.65;
  }
}

/* Gallery */
.gallery {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 45em;
  max-width: 100%;
  margin: 0 auto 2em auto;
}

.gallery article {
  -moz-transition: -moz-transform 1s ease, opacity 1s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -ms-transition: -ms-transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 50%;
  position: relative;
  opacity: 1.0;
}

.gallery article .image {
  margin: 0;
  display: block;
}

.gallery article:nth-last-child(1n) {
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -ms-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -ms-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -ms-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -ms-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -ms-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -ms-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
  -moz-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
  -ms-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
  -moz-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
  -ms-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
  -moz-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
  -ms-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.gallery article:nth-last-child(24n) {
  -moz-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
  -ms-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.gallery.inactive article {
  opacity: 0;
}

.gallery.inactive article.from-left {
  -moz-transform: translateX(-14em);
  -webkit-transform: translateX(-14em);
  -ms-transform: translateX(-14em);
  transform: translateX(-14em);
}

.gallery.inactive article.from-right {
  -moz-transform: translateX(14em);
  -webkit-transform: translateX(14em);
  -ms-transform: translateX(14em);
  transform: translateX(14em);
}

.gallery.inactive article.from-top {
  -moz-transform: translateY(-7em);
  -webkit-transform: translateY(-7em);
  -ms-transform: translateY(-7em);
  transform: translateY(-7em);
}

.gallery.inactive article.from-bottom {
  -moz-transform: translateY(7em);
  -webkit-transform: translateY(7em);
  -ms-transform: translateY(7em);
  transform: translateY(7em);
}

@media screen and (max-width: 480px) {
  .gallery {
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery article {
    width: 100%;
  }
}

/* Header 
#header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  height: 4em;
  line-height: 3em;
  box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 2s;
   transition: 2s;
}

#header .logo-principal {
  width: 14vw !important;
  position: absolute;
  left: 110px;
  top: 14px;
  -webkit-transition: 2s;
 
  transition: 2s;
  height: auto;
	filter: drop-shadow(5px 5px 10px #000);	
}

#header .logo-scroll {
  width: 13vw !important;
  -webkit-transition: 2s;
  transition: 2s;
  top: 14px;
  height: auto;
}

#header h1 {
  position: absolute;
  left: 1em;
  top: 0;
  height: 3em;
  line-height: 3em;
  cursor: default;
}

#header h1 a {
  font-size: 1.25em;
}

#header nav {
  position: absolute;
  right: 0.5em;
  top: 11%;
  height: 3em;
  line-height: 3em;
}

#header nav ul {
  margin: 0;
}

#header nav ul li {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.9em;
}

#header nav ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 3em;
  line-height: 3em;
  padding: 0 0.5em 0 0.5em;
  outline: 0;
  color: #ffffff;
	filter: drop-shadow(2px 2px 2px #000000);	
}

#header nav ul li a:hover {
  border-bottom: 1px solid #ffffff;
}

#header nav ul li a:active {
  border-bottom: 1px solid #ffffff;
}

.sticky {
  background: #000000 !important;
  -webkit-transition: 2s;
  
  transition: 2s;
  opacity: 0.85;
}

@media screen and (max-width: 736px) {
  #header {
    height: 2.5em;
    line-height: 2.5em;
  }

  #header h1 {
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    height: 2.5em;
    line-height: 2.5em;
  }

  #header h1 a {
    font-size: 1em;
  }

  #header nav {
    display: none;
  }
} */

@media screen and (max-width: 736px) {
  body {
    padding-top: 2.5em;
  }
}

/* Main */
.main {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  margin: 0;
  overflow-x: hidden;
}

.main>.content {
  width: 45em;
  max-width: calc(100% - 4em);
  margin: 0 auto;
}

#intro>.content {
  padding-top: 60%;
	
}

.main>.content> :last-child {
  margin-bottom: 0;
}

.frase-principal-banner {
  opacity: 0.75;
  text-align: right;
  float: right;
  margin-left: -37%;
  padding-top: 2%;
}

.frase-principal-banner>h2 {
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
}

.data-local-home {
  background-color: #000000;
  color: #ffffff;
  bottom: 0px;
  position: absolute;
  width: 100%;
  text-align: right;
  padding-right: 18%;
  font-size: 16px;
  font-weight: 600;
  height: 10px;
}

.main.fullscreen {
  min-height: auto;
}

.main.style1 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 3em 0 3em 0;
}

.main.style1 h2 {
  font-size: 1.5em;
  line-height: 1em;
  padding: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.main.style1>.content {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1.0;
  margin: 0;
}

.main.style1.inactive>.content {
  opacity: 1.0;
}

.main.style2 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 3em 0 3em 0;
  overflow: hidden;
}

.main.style2>.content {
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  width: 35%;
  margin: 0;
}

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

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

.main.style2.inactive.left>.content {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.main.style2.inactive.right>.content {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.main.style3 {
  text-align: center;
  padding: 6em 0 6em 0;
}

/*.main.style3 .content>header {
  margin-bottom: 2em;
}*/

.main.style3.primary {
  background: #ffffff;
}

.main.style3.secondary {
  background: #f5f6f7;
}

.main.dark {
  color: #ffffff;
}

.main.dark a {
  color: inherit;
}

.main.dark .button.style2 {
  border-color: #ffffff;
}

.main.dark .button.style2:hover {
  background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
  background-color: rgba(255, 255, 255, 0.25);
}

.main.dark .button.style2.down {
  background-image: url("./images/dark-arrow.svg");
}

body.is-touch .main {
  background-attachment: scroll !important;
}

@media screen and (max-width: 1920px) {
  .main.style2 .content {
    width: 40%;
  }
	 #header .logo-scroll {
    width: 14vw !important;
  -webkit-transition: 2s;
  transition: 2s;
  top: 14px;
  height: auto;
	}
}

@media screen and (max-width: 1280px) {
  .main.style2 .content {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .main.style2 .content {
    width: 60%;
  }
}

@media screen and (max-width: 736px) {
  .main.fullscreen {
    height: auto !important;
  }

  .main.style1 {
     padding: 7vh 0px 0px 0px;
  }

  .main.style1 h2 {
    font-size: 3em;
  }

  .main.style2 {
    padding: 7vh 0px 0px 0px;
  }

  .main.style2:before,
  .main.style2:after {
    display: none !important;
  }

  .main.style2 .button.anchored {
    display: none;
  }

  .main.style2 .content {
    width: 100%;
    max-width: 100%;
    text-align: center;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main.style3 {
    text-align: center;
    padding: 3em 10px 3em 10px;
  }
}

@media screen and (max-width: 480px) {
  .main>.content {
    max-width: calc(100% - 1.5em);
  }
}

/* Footer */
#footer {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin: 0;
  line-height: 1em;
  padding: 1.5em;
  background: #39454b;
  color: rgba(185, 186, 187, 0.5);
  overflow: hidden;
}

#footer>* {
  margin-bottom: 0;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  color: #b9babb;
}

#footer ul.menu {
  margin: 0;
}

#footer ul.menu li {
  border-left-color: rgba(185, 186, 187, 0.2);
  font-size: 0.9em;
}

@media screen and (max-width: 1000px) {
  #footer {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    line-height: 1.5em;
    text-align: center;
    padding: 2em 1em 2em 1em;
  }

  #footer>* {
    margin: 0 0 1em 0;
  }
}

@media screen and (max-width: 736px) {
  #footer ul.menu li {
    border-left: none;
    display: block;
    line-height: inherit;
    margin: 0.25em 0 0 0;
    padding: 0.25em 0 0 0;
  }

  #footer ul.menu li:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}

/* Intro */
#intro {
  background: url(../../../wp-content/uploads/2025/05/kruze-capa.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
	background-position: center;
}

/* One */
#one {
  background: #ffffff;
  background-size: 100%;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
  display: block;
  padding-top: 0px;
}

.pai-sessao-data-local,
.pai-sessao-km {
  background: #ffffff;
  width: 100%;
  padding: 4%;
  height: 350px;
  margin-bottom: 3%;
}

.pai-sessao-km {
  display: flex;
}

.sessao-data-local {
  padding: 50px 0px;
  margin: 0 auto;
  height: 250px;
  width: 25%;
}

.sessao-data-local,
.sessao-km {
  border: 10px solid #000000;
  color: #000000;
  text-align: center;
  -webkit-transition: width 2s;
  /* Safari prior 6.1 */
  transition: width 2s;
}

.sessao-km {
  padding: 47px 50px;
  height: 250px;
  width: 23%;
  flex-wrap: nowrap;
  margin: 0 2%;
}

.sessao-km:hover {
  color: #39454b;
  border: 10px solid #39454b;
  border-radius: 100%;
  -webkit-transition: 1s;
  /* Safari prior 6.1 */
  transition: 1s;
}

.sessao-km h2 {
  font-size: 72px;
}





.pai-sessao-etp {
  background: #ffffff;
  width: 100%;
  padding: 4%;
  height: 350px;
  margin-bottom: 3%;
}

.pai-sessao-etp {
  display: flex;
}

.sessao-etp {
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  
}

.sessao-etp {
  padding: 47px 50px;
  height: 211px;
  width: 23%;
  flex-wrap: nowrap;
  margin: 0 2%;
}

.sessao-etp-img:hover {
  cursor: pointer;
}


.sessao-etp h2 {
  font-size: 72px;
}


.img-bt-inscritos {
	width: 100%;
	max-width: 627px;
}




.pai-img-motivacional {
  margin: 0 auto;
}

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

.img-banner-finisher {
  width: 100%;
  height: auto;
}

.dadosinscr {
  width: 100%; 		
  height: auto;
  text-align: center;	
  margin: 20px auto 0 auto;	
}

.titulo-nova-corrida {
  width: 100%; 		
  height: auto;
  text-align: center;	
  margin: 20px auto 0 auto;	
}

.titulo-nova-corrida h3 {
  width: 80%;
	max-width: 900px;
  height: auto;
	font-size: 1.0em;
  text-align: center;	
  margin: 20px auto 0 auto;	
}

.titulo-nova-corrida h2 {
  width: 80%;
	max-width: 900px;
  	height: auto;
	font-size: 1.2em;
  	text-align: center;	
  	margin: 20px auto 0 auto;	
}

.img-banner-dadosinscr {
	width: 100%;
	max-width: 1200px;
}

.img-banner-dadosinscr-confirmed {
	width: 100%;
	max-width: 1200px;
}

.img-3optionskit {
	width: 90%;
	max-width: 836px;
}

.img-3largadas {
	width: 90%;
	max-width: 636px;
}

.img-sunshine {
	width: 60%;
	max-width: 370px;
}

.img-3optionskit-team {
	width: 90%;
	max-width: 600px;
}

.img-otherevent {
	width: 90%;
	max-width: 580px;
}

.img-mapestacione {
	width: 95%;
	max-width: 1050px;
}


.img-started {
	width: 80%;
	max-width: 528px;
}

.img-other-run {
	width: 100%;
	max-width: 400px;
}


.img-pagseguro {
	width: 80%;
	max-width: 500px;
}

.img-pagseguro-team {
	width: 80%;
	max-width: 480px;
}

.img-hidrat {
	width: 80%;
	max-width: 800px;
}

.dadosdata {
  width: 100%; 		
  height: auto;
  text-align: center;	
  margin: 30px auto;	
}

.img-datas-calend {
	width: 100%;
	max-width: 1150px;
}

.dadosinscr p {
	font-size: 16px;
	max-width: 1050px;	
  margin: 30px auto 0 auto;	
}



.dadosdata p {
	font-size: 16px;
	max-width: 1050px;	
  margin: 30px auto 0 auto;	
}



/* Two Kit */
#two-kit {
  background-size: 100%;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
  background: #cccccc;
}

.pai-img-kithome {
  width: 100%;
  margin: 0;
}

.img-kithome {
  width: 100%;
  height: auto;
  padding: 1%;
}


/* Two */
#two {
  background: url(./../images/leshy-home-2.jpg);
  background-size: 100%;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
  background: #cccccc;
  padding-bottom: 3%;
}

.pai-kits {
  display: flex;
  width: 100%;
  padding: 0;
}

.pai-kits-slim {
  display: flex;
  width: 98%;
  max-width: 980px;
  padding: 0;
	margin:0 auto;
	text-align: center;
}

.pai-apps-slim {
  display: flex;
  width: 98%;
  max-width: 580px;
  padding: 0;
	margin:0 auto;
	text-align: center;
}

.pai-apps-hosped {
  display: block !important;
  width: 98%;
  max-width: 800px;
  padding: 0;
	margin:0 auto;
	text-align: center;
}

.pai-apps-hosped p {
  color: #39454B;
  text-align: center;
	font-size: 16px
}

.img-apps-hosped {
  max-width: 147px !important;
  margin: 1% auto;
  height: auto;
  -webkit-transition: 4s;	
  /* Safari prior 6.1 */
  transition: 4s;
	text-align: center;
}


.img-kits-only {
  flex-wrap: wrap;
  width: 90%;
	max-width: 700px;
  margin: 1% auto;
  height: 400px;
	max-height: 400px;
  -webkit-transition: 4s;
  /* Safari prior 6.1 */
  transition: 4s;
  position: relative;
}

.img-kits-only h2 {
  color: #333333;
  text-align: center;
}

.img-kits-only h3 {
  color: #333333;
  text-align: center;
	font-size: 21px
}

.img-kits-only p {
  color: #39454B;
  text-align: center;
	font-size: 14px
}

.img-kits {
  flex-wrap: wrap;
  width: 48%;
  margin: 1%;
  height: auto;
  -webkit-transition: 4s;
  /* Safari prior 6.1 */
  transition: 4s;
  position: relative;
}

.img-kits:hover {
  top: -5px;
  -webkit-transition: 4s;
  /* Safari prior 6.1 */
  transition: 4s;
}

.img-kits img {
  width: 100%;
}


.img-kits h2 {
  color: #000000;
  text-align: center;
}

.img-kits h3 {
  color: #000000;
  text-align: center;
	font-size: 21px
}

.img-kits p {
  color: #39454B;
  text-align: center;
	font-size: 14px
}




#work {
  padding: 2% 0%;
}

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

/* Contact */
#contact {
  overflow: hidden;
  padding-bottom: 0;
}

#contact .content {
  padding-top: 0% !important;
}

#contact .box {
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}

#contact.inactive .box {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.inscricao-footer {
  background: #ECEBE9;
  width: 100%;
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 2.5% 2.5%;
}

.bt-red-footer {
  background: #C12424;
}

.bt-red-header {
  background: #C12424;
  border-radius: 10px;
}

.bt-yellow-header {
  background: #EDB903;
  border-radius: 10px;
}

.bt-orange-header {
  background: #D96D00;
  border-radius: 10px;
}

.bt-green-header {
  background: #85B200;
  border-radius: 10px;
}


.bt-red-footer:hover,
.bt-red-header:hover,
.bt-yellow-header:hover,
.bt-orange-header:hover,
.bt-green-header:hover {
  -webkit-box-shadow: 0px 12px 19px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 12px 19px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 12px 19px -4px rgba(0, 0, 0, 0.75);
}

.enviar-formulario {
  background: orangered;
}

.bt-red-footer,
.enviar-formulario {
  text-decoration:none;
  color: #ffffff;
  padding: 1% 3%;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}

.video-whatsapp {
  font-weight: 600;
  color: green;
  cursor: pointer;
  text-decoration:none;
}

.apoio-patrocinio {
  padding-top: 5%;
	background-color: #666666;
	color: #b9babb80;
}

.creditos-footer {
  padding: 2% 0;
	background-color: #666666;
	color: #b9babb80;
}

.pai-img-patrocinadores,
.pai-img-apoiadores,
.pai-img-organizador {
  display: flex;
  text-align: center;
}

.pai-img-patrocinadores>div,
.pai-img-apoiadores>div,
.pai-img-organizador>div {
  margin: 0 auto;
  height: 40vh;
  width: 25%;
}

.pai-img-zbrevents {
  display: flex;
  text-align: center;
}
.pai-img-zbrevents>div {
  margin: 0 auto;
  height: auto;
  width: 90%;
}

.titulo-footer {
  margin-bottom: 2%;
}

.text-center {
  text-align: center;
}

.pai-promo {
  width: 100%; 		
  height: auto;
  text-align: center;	
  margin-top: 30px;	
}

.services-footer {
  width: 90%;
	max-width: 936px;
	margin:0 auto;
  height: auto;
  text-align: justify;
	color: #000000;
} 

.team-atendimento {
  width: 90%;
	max-width: 836px;
	margin:0 auto;
  height: auto;
  text-align: justify;
	color: #000000;
} 

.team-atendimento p {
  font-size: 1.2em;
	font-weight: bold;
	line-height: 90%;
} 

.team-atendimento p span {
  font-size: .7em;
	font-weight: normal;
} 

.record-bckwhite {
  width: 100%;
	
	padding: 10px;
	margin:0 auto;
    height: auto;
    text-align: center;
	color: #000000;
	background: #F2F2F2;
	display: table-cell;	           
} 


.team-atendimento-bckwhite {
  width: 100%;
	max-width: 836px;
	padding: 10px;
	margin:0 auto;
    height: auto;
    text-align: left;
	color: #000000;
	background: #DDDDDD;
	display: table-cell;	           
} 

.team-atendimento-bckwhite p {
  font-size: .9em;
	font-weight: normal;
	line-height: 120%;
} 

.team-atendimento-bckwhite p span {
  font-size: .9em;
	font-weight: normal;
	line-height: 70%;
	color: green;
} 


.img-alerta-promo {
  max-width: 1025px;
  width: 85%; 		
  height: auto;
  margin: 0 auto;	
}

/*Regulamento*/

#regulamento-main>.content {
  width: 45em;
  max-width: calc(100% - 4em);
  padding: 2% !important;
  color: #000;
  text-align: justify;
  border: 2px solid #000;
}

#dronetbt-header {
  background: url(../../../wp-content/uploads/2024/04/img-dronetbt01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 33vh;
}

#relociocti-header {
  background: url(../../../wp-content/uploads/2024/04/img-relogiocti2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 33vh;
}

#rodoviatbt-header {
  background: url(../../../wp-content/uploads/2024/04/img-rodovia2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 33vh;
}

#running1-header {
  background: url(../../../wp-content/uploads/2024/04/img-running2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 33vh;
}

#sitioppa-header {
  background: url(../../../wp-content/uploads/2024/04/img-sitioppa2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 33vh;
}


#staterezinha-header {
  background: url(../../../wp-content/uploads/2024/04/img-staterezinha2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 33vh;
}


#contato-main {
  color: #000000;
  padding-top: 9%;
}

#inscricao-main {
  padding-bottom: 0;
  padding-top: 0px;
  min-height: 85vh;
}

.img-kit-inscricao {
  width: 100%;
  padding: 1%;
  height: auto;
}

.titulo-pagina {
  color: #ffffff;
}

.pai-titulo-pagina {
  height: 50vh;
  display: block;
  width: 100%;
  padding-top: 8%;
}

.subtitulo-hospedagem {
  background-color: #C12424;
  padding: 6px 10px;
  color: #FFFFFF;
}

.atencao {
  color: #FF0000;
}

#hospedagem-main,#resultados-main {
  color: #000000;
  text-align: justify;
}

#inscricao-main .pai-medidas {
  display: flex;
  color: #000000;
  width: 100%;
  padding: 0 2%;
}

.medidas-corridas {
  width: 46%;
  margin: 2%;
  padding: 15px;
}

.medidas-corridas:hover{
  background: #ECEBE9;
  border-radius: 10px;
  padding: 15px;
}


.medidas-corridas div {
  border: 1px 0px solid #cccccc;
}

.medidas-corridas h3 {
  color: #3452ff;
  background: linear-gradient(to bottom right, #3452ff, #ff1053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
	border: 1px solid #3452ff;
	border-radius: 5px;
	padding: 7px 0;
}


.medidas-corridas h4 {
  color: #3452ff;
  background: linear-gradient(to bottom right, #3452ff, #ff1053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
}

.medidas-corridas h4 span {
  color: #3452ff;
  background: linear-gradient(to bottom right, #3452ff, #ff1053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 68px;
  line-height: 68px;
  font-weight: 600;
}

.list-kit {
  color: #3452ff;
  background: linear-gradient(to bottom right, #3452ff, #ff1053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 550;
}


.formpgto {
  color: #3452ff;
  background: linear-gradient(to bottom right, #3452ff, #ff1053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
  line-height: 21px;
	letter-spacing: normal;
  font-weight: 500;
}

.medidas-corridas .tabinscr-img {width: 100%; max-width: 548px;}

.medidas-corridas .tabinscr-img-bottom {width: 167px; max-width: 167px;}




@media screen and (max-width: 3020px) {

#inscricao-main .pai-medidas23 {
  display: flex;
  color: #000000;
  width: 100%;
  padding: 0 2%;
}

.medidas-corridas23 {
  width: 46%;
  margin: 2%;
  padding: 15px;
}

.medidas-corridas23:hover{
  background: ;
  border-radius: 10px;
  padding: 15px;
}

.medidas-corridas23 img {max-width: 331px; padding: 0;
	}



.medidas-corridas23 div {
  border: 1px 0px solid #cccccc;
}
}

@media screen and (max-width: 1900px) {
	#inscricao-main .pai-medidas23 {
  display: flex;
  color: #000000;
  width: 100%;
  padding: 0 2%;
}

	.medidas-corridas23 img {max-width: 200px; ;
	}
	
	.medidas-corridas23 {
    width: 100%; margin: 30px 0
    }
}







.medidas-goback {
  width: 46%;
  margin: 2%;
  padding: 15px;
}

.medidas-goback:hover{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
}

.medidas-goback div {
  border: 1px 0px solid #cccccc;
}

.pai-tabela{
  text-align: center;
  font-size: 16px;
}


.pai-bt-inscricao-pag {
  text-align: center;
  font-size: 18px;
  color: black;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-top: 4%;
}

.taxa-tabela{
  font-size: 18px;
	line-height: 18px;
  color: #39454b;
	padding:0; margin:0;
  -webkit-text-fill-color: #39454b;
  font-weight: 500;
}

.desccalculo{
   color: #008000;
  -webkit-text-fill-color: #008000;
  font-weight: 600;
	font-size: 1.3em;
	letter-spacing: normal;
	line-height: 40px;
}

.desccalculo-price{
   color: #008000;
  -webkit-text-fill-color: #008000;
  font-weight: 600;
	font-size: 1.5em;
	letter-spacing: normal;
	line-height: 40px;
}

.pricerabisc{
   color: #444444;
  -webkit-text-fill-color: #444444;
  font-weight: 600;
	font-size: 1.2em;
	letter-spacing: normal;
	line-height: 40px;
	text-decoration: line-through;
}

.bt-inscricao-pag {
  padding: 15px 40px;
  color: #ffffff;
  background-color: green;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 600;	
}

.bt-inscricao-pag, .bt-inscricao-tabela{
  border-radius: 10px;
}

.bt-inscricao-tabela{
  padding: 15px 40px;
  color: #ffffff!important;
  background-color: green;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 600;
}

.pai-bt-tabela{
  margin: 20px 0px;
  text-align: center;
	font-size: 24px;
}

#localizacao-main {
  color: #000000;
  text-align: justify;
}

#recordistas-main {
  color: #000000;
	background: #F2F2F2;
  text-align: justify;
}

.comoir {
  	border: 4px groove #8B8587;
	border-radius: 10px;
	padding: 20px;
	margin:0;
	display: table;
}

.comoir:hover {background: #FFFFFF}

.onibus {
  	border: 4px groove #FF0000;
	border-radius: 10px;
	padding: 20px;
	margin:0;
	display: block;
}

@media screen and (max-width: 736px) {
  #contact .box {
    padding: 1.5em 1.5em 2em 1.5em;
  }
	
	.medidas-corridas23 img {max-width: 100px;
	}
}

@media screen and (max-width: 480px) {
  #contact .box {
    padding: 1em 1em 2em 1em;
  }
}


@media screen and (max-width: 1023px) {
	
	
	.mobile-block{
		display:block!important;
	}
	
	.desktop-block{
		display:none;
	}
	
	#header .logo-principal {
    width: 50vw !important;
    position: absolute;
    left: 20px;
    top: 14px;
    -webkit-transition: 2s;
    transition: 2s;
    height: auto;
}
	
	#myLinks{
	 background-color: #000;
     padding-bottom: 15px;
     position: relative;
     text-align: center;
	}
	
	#myLinks a{
	 border-bottom: 1px solid #ccc;
	}
	
	.main.fullscreen {
    min-height: 0%;
}

	#intro {background-position: center bottom;} 
	
	#intro>.content {
    padding-top: 50%;
	
}
			  
	.main.dark .button.style2.down{
		display:none;
	}

.sessao-data-local {
    padding: 50px 50px;
    margin: 0 auto;
    height: 180px;
    width: 95%;
}

.pai-sessao-data-local {
    background: #ffffff;
    width: 100%;
    padding: 4%;
    height: 230px;
    margin-bottom: 3%;
}
	
	.pai-sessao-km {
    background: #ffffff;
    width: 100%;
    padding: 4% 0%;
    height: auto;
    margin-bottom: 3%;
	display:block;
   }
	
	.sessao-km h2 {
    font-size: 38px;
		
    }
	
	.sessao-km {
    padding: 44px 6px;
    height: 200px;
    width: 100%;
    flex-wrap: nowrap;
    margin: 1% 1%;
	font-size: 10px;
}
	.pai-img-patrocinadores, .pai-img-apoiadores, .pai-img-organizador {
    display: block;
    text-align: center;
}
	.pai-img-patrocinadores>div, .pai-img-apoiadores>div, .pai-img-organizador>div {
    margin: 0 auto;
    height: 30vh;
    width: 100%;
}
	.pai-img-apoiadores>div{
		height:auto;
		padding-bottom: 12%;
	}
	
	.titulo-footer {
    margin-top: 7%;
}

		
	.pai-titulo-pagina {
    height: 10vh;
    display: block;
    width: 100%;
    padding-top: 4%;
	}
	
#dronetbt-header,#relociocti-header,#rodoviatbt-header,#running1-header,#sitioppa-header,#staterezinha-header{
	 height: 11vh;
     margin-top: 7%;
	}
	
	#inscricao-main .pai-medidas{
	 display: block;
     width: 100%;
	}
	
	.medidas-corridas {
    width: 100%;
    }
	
	.medidas-corridas img {
    max-width: 200px;
    }
	
	.medidas46-corridas46 {
    width: 100%;
    }
	
	.medidas46-corridas46 img {
    max-width: 200px;
    }
	
	
	
	
	
	.bt-inscricao-pag{
	 top: 22px;
     position: relative;
	}
	
	#hospedagem-main,#resultados-main{
	 padding-top: 0%;
	}
	
	.pai-depoimentos{
	 display:block!important;
    }

    .depoimentos{
		width:100%!important;
	}
	
	.barra-progresso-texto {
		bottom: 5px;		
	}
	
	.pai-kits{
		display:block;
	}
	
	.img-kits{
		width:96%;
		height: auto;
	}
	
	#two{
		padding-bottom:0px;
	}
	
	}


.mobile-block{
		display:none;
	}
	
	.desktop-block{
		display:block;
	}

body:before,
body:after {
  display: none;
}

.pai-depoimentos{
	display:flex;
}

.depoimentos{
	width:22%;
	margin:1%;
	flex-wrap: nowrap;
	font-size:14px;
}

.depoimentos b, .depoimentos i{
	width:100%;
	display:block;
}

.depoimentos img{
	border-radius:20px;
}

.padding-zero{
	padding:0px!important;
}

.inscricao-progresso-bloco{
 width:100%;padding: 0% 3%; text-align: center;
}

.barra-progresso-pai{
width:100%;border:1px solid #ccc; background-color: #eee; border-radius: 60px;height:60px; max-width: 1200px; margin: 0 auto;
}

.barra-progresso-valor{
background: linear-gradient(to right,#3452ff,#ff1053);padding: 1px 16px;color:#fff;border-radius: 60px;text-align: right; height:60px;
}

.barra-progresso-texto{
top: 10px; position: relative;font-size: 1.0em; font-weight: 500;
}

.barra-progresso-texto-grad h4 {
  color: #3452ff;
  background: linear-gradient(to bottom right, #3452ff, #ff1053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
}

.barra-progresso-texto-grad h5 {
  color: #3452ff;
  background: linear-gradient(to bottom right, #3452ff, #ff1053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.0em;
  line-height: 2.0em;
  font-weight: 600;
}

.fa-bars:before {
  font-size: 25px;
}


.img-provas {
	float: left;
	max-width: 440px;
	margin: 0 40px 40px 0;
	width: 100%;	
}

.tit-provas {
	clear: both;
}

.ic-dist-local {
	margin-right: 7px;
	margin-bottom: -5px;
}

.ic-options {
	margin-right: 7px;
	margin-bottom: -5px;
}

.strong-grey { color: #666666; }


.titlemenu-completo {width: 100%; text-align: center; color: #444444; margin: 10px 0; line-height: 85%; padding:10px; font-weight: bold;}
.menu-completo {width: 100%; text-align: center; color: #444444; border: 1px solid #BBBBBB; background: none; border-radius: 12px; margin: 10px 0; line-height: 85%; padding:10px; font-weight: bold;}
.menu-completo-green {width: 100%; text-align: center; color: #444444; border: 1px solid #BBBBBB; background: #CEE099; border-radius: 12px; margin: 10px 0; line-height: 85%; padding:10px; font-weight: bold;}
.menu-completo-yellow {width: 100%; text-align: center; color: #444444; border: 1px solid #BBBBBB; background: #E2DD70; border-radius: 12px; margin: 10px 0; line-height: 85%; padding:10px; font-weight: bold;}
.menu-completo-orange {width: 100%; text-align: center; color: #444444; border: 1px solid #BBBBBB; background: #F0C599; border-radius: 12px; margin: 10px 0; line-height: 85%; padding:10px; font-weight: bold;}
.menu-completo:hover, .menu-completo-green:hover, .menu-completo-yellow:hover, .menu-completo-orange:hover {background-color:#EEEEEE;}
.submenu-completo {color: #222222; font-size:0.7em; font-weight: normal;}

a.linkmenuc:link, a.linkmenu:visited, a.linkmenu:hover, a.linkmenu:active {text-decoration: none;}

.size-italic {font-size: .7em}