.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.logo {
  width: 300px;
  max-width: 100%;
}

.container {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.body {
  background-color: #000;
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.options_div {
  margin-top: 20px;
}

.titulo {
  color: #fffcfc;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.social_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social_icons {
  flex-direction: row;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.phone_text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 35px;
  line-height: 37px;
  text-decoration: none;
  display: flex;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu_div {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.line {
  height: 1px;
  border: .3px dashed #b4b4b4;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 200px;
  }
}


