html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  color: #939393;
  font-size: 14px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fff;
  text-decoration: none !important;
}

a:hover {
  color: #878787;
}

section {
  padding-top: 45px;
}

@media (min-width: 768px) {
  .signup-form {
    margin-top: 94px !important;
  }

  .tryout {
    font-size: 20px !important;
  }

  .navbar-nav li {
    padding-left: 0.5rem !important;
    padding-right: 0.5em !important;
  }

  .navbar-nav a {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 880px;
  }
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

/*----------------------- Form --------------------------- */
.ui-selectmenu-button.ui-button {
  width: 100%;
}
::-webkit-input-placeholder {
  color: #a7aaad;
}
:-moz-placeholder {
  color: #a7aaad;
}
::-moz-placeholder {
  color: #a7aaad;
}
:-ms-input-placeholder {
  color: #a7aaad;
}

.form-control::-webkit-input-placeholder {
  color: #a7aaad;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #a7aaad;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #a7aaad;
  opacity: 1;
}
.form-control:focus {
  background-color: transparent;
  border-color: #d2dce6;
  box-shadow: none;
  outline: 0 none;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input,
textarea,
select {
  width: 100%;
  border-color: #edf1f5;
  color: #c4c4c4 !important;
  background-color: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  font-size: 14px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("../images/ic_dropdown.png");
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}

textarea {
  min-height: 120px;
  padding: 10px 0 0 10px;
}

.btn {
  width: 100%;
  background-color: #4d90fc;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  transition: all 0.8s ease 0s;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn.btn-small {
  line-height: 20px;
  padding: 0 20px;
}

.btn:hover {
  color: #757575;
  background-color: transparent;
  border-color: #dbdbdb;
}

/* HEADER */
.header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.header .logo a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

/* NAVBAR */
.navbar {
  padding: 0;
}
.navbar .logo {
  padding: 5px 0 5px 0;
}
.navbar .logo img {
  height: 70px;
  transition: all 0.3s;
}

.navbar-small .logo img {
  height: 35px;
  transition: all 0.3s;
}

.navbar-nav li:first-child {
  padding-left: 0;
}

.navbar-nav li {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.navbar-nav li:last-child {
  padding-right: 0;
}

.navbar-nav a {
  color: #525252;
  font-weight: 700;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
}

.navbar-nav a::before,
.header-shrink .active a::before {
  background-color: #525252;
}

.navbar-nav a::before,
.navbar-nav .active a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.navbar-nav a::before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav .active a::before,
.navbar-nav a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header .navbar-nav a {
  color: #fff;
}

.header .navbar-nav a::before,
.header .navbar-nav .active a::before {
  background-color: #fff;
}

.container .title {
  width: 100%;
  text-align: center;
  padding-top: 12px;
}

.container .description {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 0 24px 0;
}

.cover {
  position: relative;
  height: 80%;
  padding: 0;
}

/* VIDEO */
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signup {
  height: 100%;
  position: relative;
  transition: all 0.6s;
  opacity: 0;
}

.signup-visible {
  opacity: 1;
}

.signup .row {
  height: 100%;
}

.signup-form {
  width: 100%;
  margin-top: 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.signup-title {
  background: #313131;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
}

.signup-content {
  padding: 0 12px 12px 12px;
}

.signup-content .btn {
  padding: 0 10px !important;
}

/* Package */
.package {
  margin: 12px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.package-title {
  background: #313131;
  color: #fff;
  padding: 12px;
  font-size: 24px;
}

.package-price {
  font-size: 36px;
  padding: 22px 0 22px 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.package-content .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.package-button {
  padding: 12px;
}

/* PRICING */
.pricing-extra {
  margin: 12px;
}

/* TRYOUT */
.tryout {
  height: 20%;
  color: #fff;
  text-align: center;
  background-color: #333;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
}

.tryout p {
  padding: 0;
  margin-bottom: 5px;
}

.tryout a {
  color: #fff;
}

.tryout a:hover {
  color: #bbb;
}

.whatsapp {
  position: fixed;
  z-index: 16000160;
  bottom: 30px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
}

.whatsapp .whatsapp-button {
  padding: 5px 10px;
  text-align: center;
  border-radius: 25px;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  cursor: pointer;
  display: flex;
  align-content: center;
  align-items: center;
  color: #fff;
}

.whatsapp .whatsapp-title {
  padding-right: 5px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
}

.whatsapp a {
  color: #fff;
}

.whatsapp .whatsapp-button svg {
  fill: #fff;
  height: 40px;
}

/* CONTACT */
.contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* FOOTER */
.footer {
  color: #fff;
  background-color: #313131;
  padding: 1.5rem 0 5rem 0;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.footer p {
  padding: 0 6px 0 6px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .whatsapp {
    left: inherit;
    right: 50px;
  }

  .footer {
    padding: 1.5rem 0 0.5rem 0;
  }
}
