@media screen and (max-width: 900px) {
  nav {
    right: 0px !important; }
    nav ul li {
      margin-right: 41px !important; } }
@media screen and (max-width: 600px) {
  svg.logo {
    width: 21% !important;
    top: 41px !important;
    left: 35px !important; }
  svg.logo-for-menu {
    display: none; }

  div.back-to-top-wrapper {
    padding-top: 19px !important;
    padding-bottom: 24px !important; }

  footer {
    padding: 31px 0 !important; }

  header.open #nav-toggle span {
    background-color: #fff; }
  header div#nav-toggle {
    display: block !important;
    width: 24px !important;
    height: 16px !important;
    position: fixed !important;
    top: 36px !important;
    z-index: 100 !important;
    padding: 5px;
    right: 35px; }
    header div#nav-toggle div {
      position: relative !important; }
    header div#nav-toggle span {
      display: block;
      height: 2px;
      background: #000;
      position: absolute;
      width: 100%;
      left: 0;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    header div#nav-toggle span:nth-child(1) {
      top: 0px; }
    header div#nav-toggle span:nth-child(2) {
      top: 7px; }
    header div#nav-toggle span:nth-child(3) {
      top: 14px; }
  header nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #d66c65;
    background-image: -webkit-linear-gradient(top left, #d66c65 0%, #5e70f3 100%);
    background-image: -o-linear-gradient(top left, #d66c65 0%, #5e70f3 100%);
    background-image: linear-gradient(to bottom right, #d66c65 0%, #5e70f3 100%);
    top: -30px;
    left: 0;
    z-index: 10;
    padding-top: 110px;
    opacity: 0.9; }
    header nav ul {
      display: block;
      margin: 20% auto;
      width: 60%; }
      header nav ul li {
        margin: 0 auto;
        text-align: center; }
        header nav ul li a {
          display: block;
          color: #fff !important;
          font-size: 30px !important;
          margin: 7%;
          letter-spacing: 2px; }
  header.open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }
  header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  header.open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
body {
  font-family: Interstate; }

header {
  position: relative; }

svg.logo {
  width: 8.5%;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100; }
svg.logo-for-menu {
  display: none; }

nav {
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  right: 100px;
  top: 40px;
  z-index: 100; }
  nav ul li {
    display: inline;
    margin-right: 82px; }

h2.title {
  font-family: Interstate;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px; }

p {
  color: #555555;
  font-weight: 400;
  line-height: 15.6px; }
  p.title {
    margin-top: 2%; }
  p.back-to-top {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 11px; }
  p.footer {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px; }

nav ul li a {
  color: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  nav ul li a.white {
    color: #fff; }
  nav ul li a:hover {
    color: #929292; }

div.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }
div.arrow::before, div.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }
div.arrow-upward::before {
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
div.back-to-top-wrapper {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 63px; }
div.gray {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #f7f7f7; }
  div.gray:hover {
    background-color: #e3e3e3; }

img {
  vertical-align: middle; }

a {
  text-decoration: none; }

.menu--alonso .menu__link {
  color: #000000; }

.active {
  color: #d94f5c !important;
  pointer-events: none;
  padding-bottom: 12px;
  position: relative;
  transition: none; }

.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #d94f5c !important;
  width: 20px !important;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 auto; }

footer {
  padding: 62px 0;
  background-color: #292929; }
