:root {
  --grey: #868686;
  --white: white;
  --black: black;
  --amarelo: #ffea00;
  --dim-grey: #6d6d6d;
  --medium-slate-blue: #5b6eff;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .02em;
  margin-bottom: 5vh;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #c5c5c5;
}

ul {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.3;
}

li {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #fff;
  border-left: 2px solid #ffffff80;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}

figure {
  color: var(--grey);
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 2;
}

.main-heading {
  z-index: 4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Six Caps, sans-serif;
  font-size: 170px;
  font-weight: 400;
  line-height: 160px;
}

.main-heading.magician {
  color: #fff3;
}

.main-heading.matos {
  margin-left: 80px;
}

.heading-wrapper {
  min-width: 85vw;
  margin-bottom: 100px;
}

.flex-rail {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.block-404 {
  color: #9e9e9e;
}

.link-templates {
  background-color: #000;
  border: 1px solid #3a3939;
  min-height: auto;
  max-height: 35vh;
  transition-property: border-color;
  transition-duration: .35s;
  overflow: hidden;
}

.link-templates:hover {
  border-color: #929292;
}

.text-field-password {
  color: #000;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  font-size: 16px;
}

.submit-button-password {
  text-transform: uppercase;
  background-color: #373738;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 60px;
  font-weight: 600;
}

.protected-wrapper {
  padding-top: 10px;
  padding-bottom: 30px;
}

.error-message-password {
  background-color: #b44444;
  border-radius: 5px;
}

.body {
  background-image: url('../images/teste3.jpg');
  background-position: 65% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
}

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

.nav-link {
  box-shadow: -1px -1px 6px -3px var(--white), 1px 1px 3px 0 black;
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 10px;
  transition: box-shadow .35s, color .2s;
}

.nav-link:hover {
  box-shadow: -6px -6px 20px -11px var(--white), 6px 6px 20px 0 black;
  color: #a3a3a3;
  background-color: #0000;
}

.nav-link._2 {
  width: 100px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
}

.divwrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divwrapper.hide {
  display: none;
}

.inner-scrolling-text-2:hover {
  background-color: #000;
}

.link-view-all-wrapper {
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.inner-text-scrolling-2 {
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.city {
  margin-left: 5px;
}

.city._2 {
  color: #afafaf;
}

.containernavbar {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.icon-2 {
  margin-right: 10px;
}

.footer {
  background-color: #000;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 40px 0;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.dropdown-link {
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link.hide {
  display: none;
}

.text-span-3, .bold-text-2, .bold-text-y {
  color: var(--amarelo);
}

.bold-text-4 {
  color: #fff;
}

.dropdown-list.w--open {
  margin-left: -40px;
  display: block;
}

.nwesletter {
  width: 10%;
  position: absolute;
  inset: 10% 10% auto auto;
}

.newsletter {
  width: 140px;
  position: absolute;
  inset: 15% 15% auto auto;
}

.divwrapper-copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divwrapper-copy.hide {
  display: none;
}

@media screen and (min-width: 1920px) {
  .main-heading.magician, .main-heading.luis, .main-heading.matos {
    font-size: 240px;
    line-height: 230px;
  }

  .heading-wrapper {
    justify-content: center;
    margin-top: 0;
  }

  .body {
    background-size: cover;
  }

  .nav-menu {
    width: 50%;
  }

  .nav-link {
    padding: 20px;
  }

  .container {
    justify-content: center;
    max-width: 1500px;
  }

  .containernavbar {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  h1 {
    font-size: 50px;
  }

  h4 {
    font-size: 1em;
    line-height: 1.35;
  }

  p {
    margin-bottom: 2.5vh;
  }

  .main-heading {
    font-size: 140px;
    line-height: 140px;
  }

  .heading-wrapper {
    justify-content: flex-start;
  }

  .link-templates {
    min-height: auto;
  }

  .link-templates:hover {
    border-color: #3a3939;
  }

  .body {
    background-image: url('../images/teste3.jpg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .menu-button {
    box-shadow: -7px -7px 20px -11px var(--white), 7px 7px 20px 0 black;
    background-color: #0000;
    border-radius: 5px;
    margin: 15px;
    padding: 10px;
    transition: box-shadow .35s;
  }

  .menu-button:hover {
    box-shadow: -7px -7px 20px -4px var(--white), 7px 7px 20px 10px black;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--black);
    color: #fff;
    border-radius: 5px;
  }

  .nav-link {
    box-shadow: none;
    transition: color .2s;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .icon {
    color: #fff;
  }

  .div-block-2 {
    padding: 20px;
  }

  .text-block {
    text-align: center;
    width: 33ch;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list.w--open {
    margin-left: 0;
  }

  .newsletter {
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 2em;
  }

  blockquote {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 24px;
  }

  .main-heading {
    font-size: 100px;
    line-height: 100px;
  }

  .main-heading.magician, .main-heading.luis, .main-heading.matos {
    font-size: 150px;
    line-height: 150px;
  }

  .heading-wrapper {
    margin-top: 0;
  }

  .body {
    background-position: 50% 25%;
  }

  .divwrapper {
    inset: auto 0% 10%;
  }

  .inner-scrolling-text-2 {
    width: auto;
  }

  .link-view-all-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer {
    position: static;
  }

  .newsletter {
    top: 10%;
    right: 30%;
  }

  .divwrapper-copy {
    inset: auto 0% 10%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: 1.6em;
  }

  .main-heading {
    font-size: 100px;
  }

  .main-heading.magician, .main-heading.luis {
    font-size: 70px;
    line-height: 70px;
  }

  .main-heading.matos {
    margin-left: 30px;
    font-size: 70px;
    line-height: 70px;
  }

  .heading-wrapper {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .utility-page-content {
    width: 90%;
  }

  .link-templates {
    height: 20vh;
    max-height: none;
  }

  .body {
    background-position: 50%;
    background-size: cover;
  }

  .container {
    margin-bottom: 20px;
  }

  .divwrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    bottom: 55px;
  }

  .div-block-2 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .text-block._2 {
    margin-bottom: 0;
  }

  .newsletter {
    width: 70px;
    right: 50%;
  }

  .divwrapper-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    bottom: 55px;
  }
}


