::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #D16113;
}

::selection {
  color: #fff;
  background: #D16113;
}

#wpadminbar {
  display: none;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 !important;
  overflow: hidden;
}

body, button, input, select, optgroup, textarea {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*POXIMAMENTE*/
.proximamente {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
}
.proximamente header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.proximamente h1 {
  font-weight: 900;
  font-size: 5em;
}
.proximamente h2 {
  font-weight: 700;
  font-size: 2.5em;
}
.proximamente h2 a {
  color: #D16113;
}
.proximamente h2 a:hover {
  color: #D16113;
}
.proximamente img {
  width: 50%;
  margin: 50px 0;
}

@media (max-width: 800px) {
  .proximamente h1 {
    font-size: 3em;
  }
  .proximamente h2 {
    font-weight: 700;
    font-size: 1.5em;
  }
  .proximamente img {
    width: 75%;
  }
}