/** 
 * ==============================================================
 * BASIC STYLESHEET - WM1
 * ==============================================================
 */


/**
 * ========================================
 * GENERAL STYLES
 * ========================================
 */

html {
  height: 100% !important;
}

body {
  height: 100%;
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  line-height: 30px;
  background-color: #fff;
  color: #605F5F;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}

address {
  font-size: inherit;
  line-height: inherit;
}

*:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  font-weight: bold;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p,
ul,
ol,
address {
  margin-bottom: 20px;
}

iframe {
  max-width: 100%;
  border: none;
}

.clear {
  clear: both;
}


/* PARALLAX */

.mobile-device .parallax {
  top: 0 !important;
}


/**
 * ========================================
 * HERO
 * ========================================
 */

.hero-section.hero-fullscreen,
.hero-section.hero-fullscreen .container,
.hero-section.hero-fullscreen .container-fluid {
  height: 100%;
}

.hero-section form {
  background-color: #f6f6f6;
  padding: 30px;
}

.section-gray.hero-section form {
  background-color: #fff;
}

.hero-content {
  display: table;
  width: 100%;
  height: 100%;
}

.hero-content-inner {
  display: table-cell;
  vertical-align: middle;
}

@media ( max-width: 991px) {
  .hero-section {
    padding: 120px 0;
  }
  .hero-section.hero-fullscreen {
    height: auto;
  }
}


/**
 * ========================================
 * HEADLINE
 * ========================================
 */

.headline-text {
  font-size: 18px;
  font-weight: 300;
}

body.enable-preloader > .document {
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

body.enable-preloader.done-preloader > .document {
  opacity: 1;
}

body.enable-preloader.preloader-dark {
  background-color: #2e2d37;
}

#jpreOverlay {
  background-color: #2e2d37;
}

body.enable-preloader.preloader-dark #jpreOverlay {
  background-color: #2e2d37;
}

#jpreButton,
#jprePercentage {
  display: none !important;
}

#jpreLoader {
  width: 200px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin: -4px 0 0 -100px;
  height: 8px;
  background-color: #eee;
}

body.enable-preloader.preloader-dark #jpreLoader {
  background-color: #444;
}

#jpreBar {
  position: absolute !important;
  top: 0;
  overflow: hidden;
  text-align: center;
}


/* Style */

.text-bold {
  font-weight: 600;
}

.text-light {
  font-weight: 300;
}

.text-justify {
  text-align: justify;
}

.text-white {
  color: #FFF !important;
}

.text-greenlight {
  color: #84b6a0;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.header-top .menu-header-top {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-top .menu-header-top .menu-header-top-item {
  display: inline-block;
}

.header-top .menu-header-top .menu-header-top-item .menu-header-top-link {
  font-size: 13px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;  
}

.header-top .header-top-brand{
  display: block;
  text-align: center;
}

@media ( max-width: 540px) {
  .header-top .menu-header-top {
    display: none;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.banner {
  background: url('../images/bg-capa-gradient.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 9999;
  border-radius: 2px!important;
  padding: 8px 16px 8px !important;
  background: #7fb59d;
}

.btn-top:hover {
  background: #7fb59d !important;
  opacity: 0.6;
}

.counters {
  background: url('../images/bg-landrover-numeros.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.counter {
  font-size: 45px;
  font-style: italic;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 20px;
  display: inline-block;
}

.counter-description {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.6;
}

.counter-source {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.6;
  margin-top: 80px;
  margin-bottom: -30px;
}

@media ( max-width: 991px) {
  .banner {
    background-attachment: scroll;
  }
}


/**
 * ========================================
 * HEADER
 * ========================================
 */

.navbar-nav {}

.navbar-nav > li {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.navbar-nav > li > a {
  padding: 30px 15px 0 15px;
  position: relative;
  line-height: inherit;
  color: #fff;
  font-weight: 300;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  color: #006b3b;
  background: transparent;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background-color: inherit;
}

.navbar-nav > li > a:hover {
  color: #006b3b;
}

.navbar-nav > li > a.active {
  color: #006b3b;
}

.navbar-nav > li.header-action-button {
  padding: 30px 15px;
}

.navbar-nav > li.header-action-button > a {
  padding: 0px 20px;
  color: #79a8d4;
  background: #FFF;
  border-radius: 6px;
}

.navbar-nav > li.header-action-button > a:hover,
.navbar-inverse .navbar-nav > li.header-action-button > a:hover {
  background-color: rgba(0, 107, 59, .5);
  border-color: #006b3b;
  color: #FFF;
}

.navbar-nav > li.current:not(.header-action-button) > a,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
  color: #006b3b;
}

.nav li .dropdown-menu {
  border: none;
  border-radius: 6px;
}

.navbar-logo {
  height: 80px;
  line-height: 50px;
  margin-left: 0 !important;
  padding: 17px 15px 18px;
}

.navbar-logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
}

.navbar-toggle {
  position: relative;
  z-index: 200;
  margin: 20px 15px;
  padding: 12px 10px;
  border-radius: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent !important;
}

.navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ccc;
  width: 23px;
  height: 3px;
  border-radius: 0px;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover,
.navbar-inverse .navbar-toggle .icon-bar:focus {
  background-color: #fff;
}

.menu {
  color: #FFF;
  font-size: 32px;
}

@media ( min-width: 992px) {
  .navbar-nav > li.header-action-button + li.header-action-button {
    margin-left: -15px;
  }
}

@media ( max-width: 991px) {
  .navbar-collapse {
    background: #7fb59d;
    padding: 0;
  }
  .navbar-nav {
    padding: 20px 10px;
    margin: 0;
  }
  .navbar-nav > li > a {
    padding: 15px 15px;
  }
  .navbar-nav > li.header-action-button {
    padding: 0;
  }
  .navbar-nav > li.header-action-button a {
    background: transparent;
    color: #FFF;
    padding: 0 15px;
  }
}


/**
 * ========================================
 * Banner
 * ========================================
 */

.hero-section {
  padding: 160px 0 !important;
}

.hero-title {
  font-weight: 300;
  font-size: 41px;
  line-height: 1.2;
  margin-top: 120px;
  margin-bottom: 20px;
  color: #FFF;
}

.hero-tagline {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.6;
  color: #FFF;
  margin: 0;
}

.hero-start-link {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  margin-bottom: 50px !important;
  display: block;
  width: 30px;
  height: 50px;
}

.hero-start-link:hover,
.hero-start-link:focus {
  opacity: 0.6;
}

@media ( max-width: 479px) {
  .hero-title {
    font-size: 30px;
    margin-top: 0;
  }
  .hero-tagline {
    font-size: 18px;
  }
}


/* SECTION */

.section {
  background-color: #fff;
  color: inherit;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.section-gray {
  background-color: #f9f9f9;
}

.section-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.section-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-background-image img {
  position: absolute;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  top: 0;
  left: 0;
}

.title {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 38px;
  color: #000;
  line-height: 1.2;
}

.subtitle {
  margin: 0 0 20px;
  font-size: 16px;
  color: #7fb59d;
  line-height: 1.2;
}

@media ( max-width: 767px) {
  .title {
    font-size: 32px;
  }
}

.beach {
  height: 530px;
  background: url('../images/bg-landrover-texto.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media ( max-width: 991px) {
  .beach {
    background-attachment: scroll;
    height: auto;
  }
}

.changed .item {
  box-shadow: 0px 0px 3px 3px #f0f0f0;
  margin-bottom: 50px;
  padding: 30px 0 50px 0;
}

.changed .item.item-green {
  background: url('../images/bg-mao-obra.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 38px 50px;
}

.changed .item.item-green a {
  margin-top: -170px;
}

.changed .item.item-green .description {
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
}

.changed .item.item-green .description small {
  font-size: 14px;
  font-weight: 300;
}

.changed .description {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-top: 30px;
}

@media ( max-width: 767px) {
  .changed .item.item-green a {
    float: none !important;
  }
}

.manual {
  min-height: 530px;
}

.manual .img {
  position: absolute;
  top: 0;
  left: 0;
}

.interview {
  margin-top: 120px;
  padding-top: 0;
}

.interview .img {
  position: absolute;
  top: 0;
  right: 0;
}

.interview .carousel .item {
  min-height: 270px;
}

.numsCarousel {
  background: #f9fafa;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
}

.numsCarousel a {
  color: #5c6267;
  font-size: 36px;
  vertical-align: middle;
}

.numSlide {
  color: #5c6267;
  font-size: 24px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}

@media ( max-width: 1366px) {
  .interview .img {
    max-width: 50%;
  }
}

@media ( max-width: 1200px) {
  .manual .img {
    max-width: 60%;
  }
}

@media ( max-width: 991px) {
  .manual .img {
    position: relative;
    max-width: 100%;
  }
  .manual .row.margin-top-60 {
    margin-top: 0 !important;
  }
}

@media ( max-width: 767px) {
  .manual .img {
    position: relative;
  }
  .manual .row.margin-top-60 {
    margin-top: 0 !important;
  }
  .interview {
    margin-top: 0;
  }
  .interview .carousel .item {
    min-height: 370px;
  }
}

.blog .post {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 3px;
  padding: 50px 15px 0;
  height: 250px;
  position: relative;
  margin-bottom: 20px;
}

.blog .post .mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.3);
}

.blog .post .tag {
  color: #FFF;
  background: #10694c;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 15px;
}

.blog .post .postTitle {
  display: block;
  color: #FFF;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin: 10px 0;
}

.blog .post .postDescription {
  display: block;
  color: #FFF;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.blog .promoted {
  margin-top: 80px;
  font-weight: 600;
  color: #c5c5c5;
}

.blog .promoted .img {
  margin-left: 15px;
}

@media ( max-width: 1200px) {
  .blog .post {
    padding: 35px 15px 0;
  }
}

@media ( max-width: 991px) {
  .blog .post {
    padding: 100px 15px 0;
  }
}

@media ( max-width: 767px) {
  .blog .post {
    padding: 60px 15px 0;
    height: 300px;
  }
}

.footer {
  background: url('../images/bg-mapa-gradient.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.footer .map {
  position: relative;
  display: inline-block;
}

.footer .map .map-point {
  cursor: pointer;
  outline: none;
  border: 0;
  z-index: 0;
  position: absolute;
  background: transparent;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
}

.footer .map .map-point .icon-map {
  background: url('../images/icon-pin-off.png') no-repeat;
  width: 45px;
  height: 55px;
  position: absolute;
  top: -40px;
  left: 0;
}

.footer .map .map-point .content {
  opacity: 0;
  display: none;
  transition: opacity 0.25s ease-in-out;
  background: #006b3b;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  width: 320px;
  text-align: left;
}

.footer .map .map-point .content .icon-close {
  font-size: 18px;
  float: right;
  color: #FFF;
  padding: 6px 12px;
  font-style: normal;
}

.footer .map .map-point .content .state {
  font-size: 18px;
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.footer .map .map-point .content .img {
  width: 70px;
}

.footer .map .map-point .content .dealership {
  color: #FFF;
  font-size: 16px;
}

.footer .map .map-point .content .address {
  color: #FFF;
  font-size: 14px;
  margin: 0;
}

.footer .map .places {
  height: 170px;
  overflow-y: auto;
  width: 100%;
  margin-top: 30px;
}

.footer .map .place {
  margin-bottom: 30px;
}

.footer .map .map-point.active .icon-map {
  background: url('../images/icon-pin-on.png') no-repeat;
}

.footer .map .map-point.active {
  opacity: 1;
  width: 330px;
  height: 250px;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.footer .map .map-point.active .content {
  opacity: .9;
  display: block;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;
}

.footer .map .btn-schedule {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  border: 2px solid #FFF;
  padding: 5px 30px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 10px;
}

.footer .map .btn-schedule:hover {
  color: #006b3b;
  background: #FFF;
}

.footer .schedule-text {
  margin: -15px 0 50px 0;
  font-size: 26px;
  opacity: 0.5;
  color: #FFF;
  font-weight: 300;
}

.footer .form {
  margin-bottom: 90px;
}

.footer .form .btn-send {
  color: #FFF;
  font-weight: 300;
  border: 2px solid #FFF;
  display: block;
  border-radius: 6px;
  padding: 10px 0;
  margin-top: 30px;
  font-size: 16px;
  background: transparent;
  width: 100%;
}

.footer .form .btn-send:hover {
  color: #006b3b;
  background: #FFF;
}

.footer .menu-footer {
  border-top: 1px solid #25706a;
  padding: 10px 0;
  margin-bottom: 100px;
}

.footer .menu-footer a {
  color: #FFF;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
}

.footer .menu-footer a:hover,
.footer .menu-footer a:focus {
  background: transparent;
}

.footer .menu-footer .nav li {
  float: left;
}

@media ( max-width: 767px) {
  .footer .schedule-text {
    font-size: 22px;
  }
  .footer .menu-footer {
    text-align: center;
  }
  .footer .menu-footer .nav {
    float: none !important;
    margin-top: 10px;
  }
  .footer .menu-footer .nav li {
    float: none !important;
  }
}


/**
 * ========================================
 * TESTIMONIAL
 * ========================================
 */

.testimonial {
  margin: 120px 0 60px 0;
  padding: 0 30px 0 60px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  text-align: justify;
}

.testimonial:before {
  content: open-quote;
  color: #006b3b;
  font-size: 200px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: -35px;
}

@media ( max-width: 767px) {
  .testimonial {
    margin: 60px 0 60px 0;
    padding: 0 0 0 20px;
  }
  .testimonial:before {
    font-size: 100px;
    top: -20px;
    left: -20px;
  }
}


/**
 * ========================================
 * FORMS
 * ========================================
 */

.form-group {
  margin-bottom: 15px !important;
}

.form-control {
  font-size: inherit;
  line-height: inherit;
  height: 50px;
  padding: 10px;
  color: #fafafa;
  border: none;
  background-color: #6c9da6;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  border: none;
}

.form-control::-webkit-input-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.form-control:-moz-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.form-group .inner-addon {
  position: relative;
}

.form-group .inner-addon .icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  left: 0px;
}

.form-group .inner-addon .form-control {
  padding-left: 60px;
}

@media ( max-width: 991px) {
  .margin-top-60-mobile {
    margin-top: 60px;
  }
  .hidden-mobile {
    display: none;
  }
}
