/* Type */
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINLight.eot");
  src: url("../fonts/DINLight.eot") format("embedded-opentype"), url("../fonts/DINLight.woff2") format("woff2"), url("../fonts/DINLight.woff") format("woff"), url("../fonts/DINLight.ttf") format("truetype"), url("../fonts/DINLight.svg#AtlasGroteskLight") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/FF_DIN_Regular.eot");
  src: url("../fonts/FF_DIN_Regular.eot") format("embedded-opentype"), url("../fonts/FF_DIN_Regular.woff2") format("woff2"), url("../fonts/FF_DIN_Regular.woff") format("woff"), url("../fonts/FF_DIN_Regular.ttf") format("truetype"), url("../fonts/FF_DIN_Regular.svg#AtlasGroteskLight") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/FF_DIN_Regular_Italic.eot");
  src: url("../fonts/FF_DIN_Regular_Italic.eot") format("embedded-opentype"), url("../fonts/FF_DIN_Regular_Italic.woff2") format("woff2"), url("../fonts/FF_DIN_Regular_Italic.woff") format("woff"), url("../fonts/FF_DIN_Regular_Italic.ttf") format("truetype"), url("../fonts/FF_DIN_Regular_Italic.svg#AtlasGroteskRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINMedium.eot");
  src: url("../fonts/DINMedium.eot") format("embedded-opentype"), url("../fonts/DINMedium.woff2") format("woff2"), url("../fonts/DINMedium.woff") format("woff"), url("../fonts/DINMedium.ttf") format("truetype"), url("../fonts/DINMedium.svg#AtlasGroteskLight") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINBold.eot");
  src: url("../fonts/DINBold.eot") format("embedded-opentype"), url("../fonts/DINBold.woff2") format("woff2"), url("../fonts/DINBold.woff") format("woff"), url("../fonts/DINBold.ttf") format("truetype"), url("../fonts/DINBold.svg#AtlasGroteskMedium") format("svg");
  font-weight: 700;
  font-style: normal; }

.light {
  font-weight: 100; }

.semi-regular {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

/* Type System */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit !important;
  opacity: 0.8 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit !important;
  opacity: 0.8 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit !important;
  opacity: 0.8 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit !important;
  opacity: 0.8 !important; }

body {
  font-family: 'Arial', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia', serif;
  font-weight: 400;
  color: #101010; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit;
    font-family: inherit; }

p a {
  color: inherit;
  font-size: inherit;
  font-family: inherit; }

p, a, textarea, input {
  font-family: 'Arial', sans-serif; }

a:hover {
  text-decoration: none; }

a:focus, a:active {
  color: inherit; }

.btn, .btn-default {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: white;
  background-color: #d10969;
  font-weight: 500;
  display: inline-block;
  text-transform: lowercase;
  white-space: nowrap;
  border-color: transparent;
  border-radius: 0;
  padding: 21px 7px 8px 45px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:before, .btn-default:before {
    display: inline-block;
    width: 14px;
    position: relative;
    top: 1px;
    height: 15px;
    content: url("../content/icons/arrow-right-w.svg");
    margin-right: 5px; }
  .btn:hover, .btn:focus, .btn:active, .btn:focus:active, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:focus:active {
    background-color: #af0858;
    border-color: transparent;
    color: white; }
  .btn.btn-wire, .btn-default.btn-wire {
    background-color: transparent;
    border: 1px solid #101010;
    color: #101010; }
    .btn.btn-wire:before, .btn-default.btn-wire:before {
      content: url("../content/icons/arrow-right.svg"); }
    .btn.btn-wire:hover, .btn-default.btn-wire:hover {
      background-color: #101010;
      color: white; }
      .btn.btn-wire:hover:before, .btn-default.btn-wire:hover:before {
        content: url("../content/icons/arrow-right-w.svg"); }
    .btn.btn-wire.gray, .btn-default.btn-wire.gray {
      border: 1px solid #9a9a9a;
      color: #9a9a9a; }
  .btn.small, .btn-default.small {
    padding: 8px 40px;
    font-size: 12px;
    line-height: 12px; }
  .btn.btn-full, .btn-default.btn-full {
    display: block; }

hr {
  border: 1px solid black; }

h4, h5 {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase; }

span.white-space {
  white-space: nowrap; }

span.bg-yellow {
  background-color: #fcf751;
  padding: 0px 0.15em;
  position: relative;
  z-index: -1; }

/* ICONS */
.arrow {
  display: block; }

.arrow-right,
.arrow-bottom,
.arrow-top {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 500;
  color: #9a9a9a;
  letter-spacing: 0.05em;
  position: relative; }
  .arrow-right:before, .arrow-right:after,
  .arrow-bottom:before,
  .arrow-bottom:after,
  .arrow-top:before,
  .arrow-top:after {
    width: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: 0; }
  .arrow-right.right:before,
  .arrow-bottom.right:before,
  .arrow-top.right:before {
    margin-left: 10px; }

.arrow-left {
  letter-spacing: 0.05em;
  position: relative; }
  .arrow-left:before {
    position: relative;
    width: 12px;
    margin-right: 10px;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out; }

.arrow-left:before {
  display: inline-block;
  content: url("../content/icons/arrow-left.svg");
  font-size: 17px;
  line-height: 17px;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .arrow-left:before:after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.arrow-left.left:after {
  display: none; }

.arrow-left.left:before {
  content: url("../content/icons/arrow-left.svg");
  display: inline-block;
  margin-right: 10px; }

.arrow-left.left:hover:before {
  content: url("../content/icons/arrow-left.svg"); }

.arrow-left.gray:after {
  content: url("../content/icons/arrow-left-g.svg"); }

.arrow-left.gray:hover:after {
  content: url("../content/icons/arrow-left.svg"); }

.arrow-left.gray.left:after {
  display: none; }

.arrow-left.gray.left:before {
  content: url("../content/icons/arrow-left-g.svg"); }

.arrow-left.gray.left:hover:before {
  content: url("../content/icons/arrow-left.svg"); }

.arrow-left.gray.btn-wire:after {
  content: url("../content/icons/arrow-left.svg"); }

.arrow-left.gray.btn-wire:hover:after {
  content: url("../content/icons/arrow-left-w.svg") !important; }

.arrow-left.gray.btn-wire.left:after {
  display: none; }

.arrow-left.gray.btn-wire.left:before {
  content: url("../content/icons/arrow-left.svg"); }

.arrow-left.gray.btn-wire.left:hover:before {
  content: url("../content/icons/arrow-left-w.svg") !important; }

.arrow-left.btn-wire:after {
  content: url("../content/icons/arrow-left.svg"); }

.arrow-left.btn-wire:hover:after {
  content: url("../content/icons/arrow-left-w.svg") !important; }

.arrow-left.btn-wire.left:after {
  display: none; }

.arrow-left.btn-wire.left:before {
  content: url("../content/icons/arrow-left.svg"); }

.arrow-left.btn-wire.left:hover:before {
  content: url("../content/icons/arrow-left-w.svg") !important; }

.arrow-right:after {
  display: inline-block;
  content: url("../content/icons/arrow-right.svg");
  font-size: 17px;
  line-height: 17px;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.arrow-right:hover:after {
  transform: translateX(5px); }

.arrow-right:hover:before {
  transform: translateX(5px); }

.arrow-right.left:after {
  display: none; }

.arrow-right.left:before {
  content: url("../content/icons/arrow-right.svg");
  display: inline-block;
  margin-right: 10px; }

.arrow-right.gray:after {
  content: url("../content/icons/arrow-right-g.svg"); }

.arrow-right.gray:hover:after {
  content: url("../content/icons/arrow-right.svg"); }

.arrow-right.gray.left:after {
  display: none; }

.arrow-right.gray.left:before {
  content: url("../content/icons/arrow-right-g.svg"); }

.arrow-right.gray.left:hover:before {
  content: url("../content/icons/arrow-right.svg"); }

.arrow-left:before {
  display: inline-block;
  content: url("../content/icons/arrow-left.svg");
  line-height: 17px;
  left: 0px; }

.arrow-left:hover:before {
  left: 5px; }

.arrow-bottom {
  display: inline-block; }
  .arrow-bottom:after {
    display: inline-block;
    content: url("../content/icons/arrow-bottom.svg");
    font-size: 17px;
    line-height: 17px; }
  .arrow-bottom.right:after {
    top: 1px; }
  .arrow-bottom:hover:after {
    top: 5px !important; }

.backtotop-icon {
  background-image: url("../content/icons/backtotop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

h1.category, h2.category, h3.category, h4.category, h5.category, h6.category {
  background-color: #fcf751;
  display: inline-block;
  padding: 0 0.3em;
  letter-spacing: 0.04em;
  text-transform: lowercase; }

label {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 400; }

input, textarea {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 100;
  color: white;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    input, textarea {
      font-size: 24px;
      line-height: 1.2em; } }
  input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover {
    outline: none;
    box-shadow: none; }

input[type="submit"] {
  border: none;
  text-align: right;
  background-image: url("../content/icons/arrow-right-w.svg");
  background-position: 43px 21px;
  padding-bottom: 5px !important;
  padding-left: 65px !important;
  background-repeat: no-repeat;
  width: auto;
  background-size: 13%;
  font-family: 'Arial', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  margin-top: -30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

textarea {
  font-size: 16px;
  line-height: 1.2em; }
  @media only screen and (min-width: 640px) {
    textarea {
      font-size: 18px;
      line-height: 1.2em; } }

p {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400; }
  @media only screen and (min-width: 640px) {
    p {
      font-size: 18px;
      line-height: 1.2em; } }
  p strong {
    color: #d10969;
    font-weight: 500; }

/* Bootstrap  */
.nopadding {
  padding: 0; }

@media only screen and (min-width: 640px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px; } }

.oh {
  overflow: hidden; }

.wow {
  visibility: hidden; }

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:visited, a:focus, a:hover, a:active {
    text-decoration: none; }

/* Classes de Apoio */
.hamburger-icon {
  border: none;
  background-color: transparent;
  color: black;
  padding: 0 0px;
  width: 25px;
  height: 25px;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transform: rotate(0deg); }
  .sticky .hamburger-icon, .open .hamburger-icon, .no-hero .hamburger-icon {
    color: #101010; }
  .open .hamburger-icon {
    transform: rotate(90deg); }
  .hamburger-icon div, .hamburger-icon div:after, .hamburger-icon div:before {
    height: 2px;
    width: 25px;
    background-color: #101010; }
    .sticky .hamburger-icon div, .open .hamburger-icon div, .no-hero .hamburger-icon div, .sticky .hamburger-icon div:after, .open .hamburger-icon div:after, .no-hero .hamburger-icon div:after, .sticky .hamburger-icon div:before, .open .hamburger-icon div:before, .no-hero .hamburger-icon div:before {
      background-color: #101010; }
  .hamburger-icon div {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    .open .hamburger-icon div {
      background-color: transparent; }
    .hamburger-icon div:after, .hamburger-icon div:before {
      content: "";
      display: block;
      position: absolute; }
    .hamburger-icon div:before {
      top: 7px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
      .open .hamburger-icon div:before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .hamburger-icon div:after {
      top: -7px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
      .open .hamburger-icon div:after {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.close-icon {
  border: none;
  background-color: transparent;
  color: black;
  padding: 0 0px;
  width: 25px;
  height: 25px;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transform: rotate(0deg); }
  .sticky .close-icon, .open .close-icon, .no-hero .close-icon {
    color: black; }
  .close-icon {
    transform: rotate(90deg); }
  .close-icon div, .close-icon div:after, .close-icon div:before {
    height: 1.5px;
    width: 18px;
    background-color: #013b51; }
    .sticky .close-icon div, .open .close-icon div, .no-hero .close-icon div, .sticky .close-icon div:after, .open .close-icon div:after, .no-hero .close-icon div:after, .sticky .close-icon div:before, .open .close-icon div:before, .no-hero .close-icon div:before {
      background-color: red; }
  .close-icon div {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    .close-icon div {
      background-color: transparent; }
    .close-icon div:after, .close-icon div:before {
      content: "";
      display: block;
      position: absolute; }
    .close-icon div:before {
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      top: 0px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .close-icon div:after {
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      top: 0px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.center {
  margin-right: auto;
  margin-left: auto;
  float: none; }

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

.oh {
  overflow: hidden; }

.os {
  overflow: scroll; }

.mb05 {
  margin-bottom: 5px; }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }

.mb3 {
  margin-bottom: 30px; }

.mb4 {
  margin-bottom: 40px; }

.mb5 {
  margin-bottom: 50px; }

.mb6 {
  margin-bottom: 60px; }

.mb7 {
  margin-bottom: 70px; }

.mb8 {
  margin-bottom: 80px; }

.mb9 {
  margin-bottom: 90px; }

.mb10 {
  margin-bottom: 100px; }

/* Tags HTML */
body {
  padding: 0px 20px 0 0;
  margin: 0;
  color: black;
  background-color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media only screen and (min-width: 1024px) {
    body {
      overflow: hidden; } }
  body.more-info-scroll {
    overflow-y: auto; }

/* Generic Structure */
header {
  position: fixed;
  z-index: 3;
  color: inherit;
  background-color: white;
  width: 100%;
  padding: 28px 25px; }
  @media only screen and (min-width: 1024px) {
    header {
      padding: 42px 45px; } }
  header:after {
    position: absolute;
    background-color: red;
    width: 100%;
    height: 50px;
    left: 0;
    top: 100%;
    /* Fallback for sad browsers */
    background-color: rgba(255, 255, 255, 0);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(white, rgba(255, 255, 255, 0));
    /* Opera */
    background-image: -o-linear-gradient(white, rgba(255, 255, 255, 0));
    /* WebKit (Chrome 11+) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, rgba(255, 255, 255, 0)));
    /* WebKit (Safari 5.1+, Chrome 10+) */
    background-image: -webkit-linear-gradient(white, rgba(255, 255, 255, 0));
    /* IE10 */
    background-image: -ms-linear-gradient(white, rgba(255, 255, 255, 0));
    /* W3C */
    background-image: linear-gradient(white, rgba(255, 255, 255, 0)); }
  header h1, header h2, header a {
    font-family: 'Georgia', serif;
    color: inherit;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-size: 25px;
    line-height: 20px; }
    @media only screen and (min-width: 640px) {
      header h1, header h2, header a {
        font-size: 35px;
        line-height: 32px; } }
  header a:hover {
    text-decoration: underline;
    color: black; }
  header h1 {
    font-weight: 700; }

nav {
  position: fixed;
  bottom: 0;
  z-index: 2;
  left: calc(0vw);
  width: 100%;
  background-color: white; }
  @media only screen and (min-width: 640px) {
    nav {
      background-color: transparent;
      width: auto;
      left: calc(100vw);
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); } }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    padding: 28px 25px;
    text-align: left; }
    @media only screen and (min-width: 640px) {
      nav ul {
        text-align: right;
        padding: 40px 42px; } }
    nav ul li a {
      font-family: 'Georgia', serif;
      color: black;
      -webkit-transition: color 0 ease;
      -moz-transition: color 0 ease;
      -o-transition: color 0 ease;
      transition: color 0 ease;
      font-size: 25px;
      line-height: 20px; }
      @media only screen and (min-width: 640px) {
        nav ul li a {
          font-size: 35px;
          line-height: 32px; } }
      nav ul li a:hover {
        text-decoration: underline;
        color: black; }

.bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .bg {
      display: block; } }

.info-container {
  padding: 30px 15px 30px;
  font-family: 'Georgia', serif;
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 0;
  min-height: 100vh;
  color: black;
  z-index: 2;
  background-color: white;
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease; }
  @media only screen and (min-width: 640px) {
    .info-container {
      z-index: 1; } }
  @media only screen and (min-width: 1024px) {
    .info-container {
      background-color: transparent;
      padding: 220px 30px 0px; } }
  .more-info .info-container {
    top: 0px; }
  .info-container p {
    font-family: 'Georgia', serif;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 29px; }
  .info-container ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0; }
  .info-container a {
    font-family: 'Georgia', serif;
    color: black;
    font-size: 20px;
    line-height: 29px;
    cursor: pointer; }
    .info-container a:hover {
      text-decoration: underline;
      color: black; }
