@import url('https://fonts.googleapis.com/css?family=Megrim');

html, body {
  height: 100%
}

body {
  font-family: 'Open sans', sans-serif;
}

.home {
  background: url(../img/bg-lamp.png) center center no-repeat;
  background-size: cover;
  /*background-position: center;*/
  /*background-attachment: fixed;*/
  /*background-repeat: no-repeat;*/
  color: #fff;
  min-height: 100%;
  /*overflow-y: hidden;*/
  position: relative;
}

.navbar {
  border-radius: 0;
}
.navbar-brand,
.navbar-nav li a {
  line-height: 90px;
  height: 90px;
  transition: all 0.8s ease;
  text-shadow: 1px 1px 2px rgba(86, 86, 86, 0.46);
}

.navbar-nav li a i {
  font-size: 20px;
}

.navbar-brand > img {
  height: 100%;
}

.navbar-default {
  background: transparent;
  border-bottom: 0;
  -o-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  min-height: 90px;
}

.logo-full {
  float: left;
  height: 170px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.on {
  background: rgb(51, 22, 14);
  line-height: 90px;
  height: 90px;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  cursor: pointer;
  color: #ED9352 !important;
  background-color: transparent;
}

.full-img {
	height: 25%;
}

.on {
  padding: 0 !important;
  height: 40px;
}

.slogan {
  /* font-family: 'Megrim', cursive; */
  position: absolute;
  bottom: 30px;
  right: 8.5%;
  text-transform: uppercase;
  font-size: 65px;
  /* margin-top: 42%; */
  font-weight: normal;
  /* text-align: right; */
  text-shadow: 1px 1px 2px rgba(86, 86, 86, 0.46);
}

.clients {
  background-color: #eb865c;
  color: #fff;
  padding-bottom: 20px;
}

.clients h1 {
  margin-top: 55px;
  text-shadow: 1px 1px 2px rgba(86, 86, 86, 0.46);
}

.clients img {
  max-height: 600px;
  padding: 25px;
  margin: 0 auto;
}

.contact {
  background-color: #fff;
  color: #eb865c;
}

.contact h1 {
  margin-top: 55px;
  margin-bottom: 25px;
}

.section-title {
  padding: 30px 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

textarea.form-control {
    height: auto;
}

button.btn.tf-btn.btn-default {
  float: right;
  background: #eb865c;
  border: 0;
  border-radius: 0;
  padding: 10px 40px;
  color: #ffffff;
  text-transform: uppercase;
}

footer {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(86, 86, 86, 0.46);
  margin-top: 25px;
  width: 100%;
  height: 60px;
  background-color: #eb865c;
}

footer p {
  margin: 20px 0;
}

.navbar-nav li a.hg-li-60 {
  line-height: 60px;
}

.navbar-nav li a.hg-li-90 {
  line-height: 90px;
}

.card {
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  padding-bottom: 27px;
  margin-top: 27px;
  border: 1px solid #EBEBEB;
}

.card p {
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
  color: #003680;
  font-weight: 600;
  padding: 0 40px;
  margin-bottom: 15px;
}

.card span {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  padding: 0px 5px;
  color: #9B9B9B;
  letter-spacing: -0.35px;
}

.card .capa {
  width: 100%;
}

.card .profile {
  max-width: 100px;
  margin-top: -45px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-top: -50px;
}
.card a {
  text-decoration: none;
}

.send-message {
  display: block;
  background: #0080FF;
  width: 50%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}

.g-recaptcha {
  padding: 10px 0 10px 0;
}