* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  /* font-family: "Poppins", sans-serif; */
  margin: 0;
  padding: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.title {
  font-weight: 700;
  font-size: 70px;
}

.sub {
  font-weight: 700;
}
.subTitle {
  font-weight: 400;
  font-size: 50px;
}
.subTitle-text {
  color: grey;
}
.redesSociales {
  font-size: 18px;
  font-weight: 700;
}

.text {
  font-size: 25px;
}
.text-horario {
  font-size: 20px;
}
.bg-gray {
  background-color: #282a29;
}
.white {
  color: #ffff;
}

.gray {
  color: #282a29;
}
.orange {
  color: #f38f1c;
}
.bg-orange {
  background-color: #f38f1c;
}

.border-img {
  /* margin-top: 50px !important; */
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.margin-out {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btnLink {
  background-color: #f38f1c;
  margin-top: 100px;
  border-radius: 10px;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100px;
  color: aliceblue;
  font-weight: 700;
  text-decoration: none;
  height: 10px;
}

.sb-banner {
  margin-top: 100px;
}

.btnLink:hover {
  color: aliceblue;
}

.btnRegister {
  margin-top: 100px;
  width: 200px;
  height: 80px;
  border-radius: 10px;
  border: 0;
  background-color: #f38f1c;
  color: aliceblue;
  font-weight: 700;
  font-size: 20px;
}

.img-banner {
  width: 300px;
}

.footer {
  font-size: 20px;
}
.footer-end {
  font-size: 10px;
  color: gray;
}

.btn-facebook {
  background-color: #f38f1c;
  padding: 10px;
}
