/*landing.css*/
html,
body {
  font-family: 'Raleway', sans-serif;
  height: 100%;

  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: .05em;
}

.gradient {
  background: rgb(0, 97, 242);
  background: linear-gradient(
    135deg,
    rgba(0, 97, 242, 1) 0%,
    rgba(105, 0, 199, 1) 100%
  );
}

.page-header {
  color: #fff;
  font-size: 1.25rem;
  padding-top: 4em;
}

.feature {
  color: #fff;
}

.feature ul {
  padding-left: 2rem;
  list-style-type: none;
}

.feature ul li {
  padding-left: 2rem;
  background-image: url(../../img/landing/check.svg);
  background-repeat: no-repeat;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.icons {
  background: #fff;
  color: #212529;
}

.icon {
  color: #fff;
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery {
  background-color: #edf2f9;
  color: #212529;
}

.gallery img {
  border-radius: 5%;
}

.services {
  color: #fff;
}

footer {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  padding: 1rem;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: #ffc107;
  text-decoration: underline;
}

.btn-success {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

.btn-success:hover {
  color: #fff;
  background-color: #00b368;
  border-color: #00a660;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(13, 110, 253, .85);
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}

textarea {
  resize: none;
}

.error-contact {
  font-size: .8em;
}

.gradient-email {
  background: #FF5F6D;
  background: linear-gradient(45deg, #FFC371, #FF5F6D) !important;
}

.gradient-call {
  background: #6900c7;
  background: linear-gradient(45deg, #0061f2, #6900c7) !important;
}

.gradient-whatsapp {
  background: #1ebea5;
  background: linear-gradient(45deg, #00E676, #1ebea5) !important;
}

.gradient-telegram {
  background: #0088cc;
  background: linear-gradient(45deg, #37AFE2, #0088cc) !important;
}

.box-call:hover,
.box-call:focus,
.box-call:focus {
  color: #6900c7;
  font-weight: 500;
}

.box-email:hover,
.box-email:focus,
.box-email:focus {
  color: #FF5F6D;
  font-weight: 500;
}

.box-whatsapp:hover,
.box-whatsapp:focus,
.box-whatsapp:focus {
  color: #1ebea5;
  font-weight: 500;
}

.box-telegram:hover,
.box-telegram:focus,
.box-telegram:focus {
  color: #0088cc;
  font-weight: 500;
}
