/* GLOBAL STYLES
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-width: 100vw;
  margin: 0!important;
}

body {
    width: 100%;
    margin: 0!important;
    color: #2d3557;
    font-family: 'Raleway', sans-serif;
}
.container {
    padding: 0;
}

.spacer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row {
    padding: 0!important;
    margin: 0!important;
}

.who-we-are {
    height: 90vh;
    min-width: 100vw;
    font-size: 22px;
    margin: 0!important;
    padding: 0!important;
    background-color: #1d2755;
    color: white;
}

.who-we-are p {
    max-width: 90%;
    align-self: center;
}

.who-we-are img {
    width: 220px;
    opacity: 0.8;
    z-index: -1;
}

.who-text {
    width: 700px;
    z-index: 10;
}

nav {
  border-bottom: 1px solid #d3e0e9;
  z-index: 999;
}

nav a {
  font-weight: 600;
}

p {
  margin: 0!important;
  padding: 0;
}

.btn-primary {
  margin-top: 15px;
  background-color: #083a8c!important;
  border-radius: 1px;
}

.padding-nav {
  margin-right: 60px;
}

.nav-brand {
  margin-left: 60px;
}

.datos-nav {
  font-size: 10px;
  line-height: 11px;
  text-align: left;
  text-transform: uppercase;
  margin-left: 5px;
  align-self: center;
  font-family: 'Lato', sans-serif;
  color: #083a8c;
}

#logo-nav img {
  transition: transform 0.8s;
}

#logo-nav img:hover {
  transform: scale(1.001);
}

#navbarCollapse a {
  text-transform: uppercase;
  color: #083a8c;
  transition: transform 0.8s;

}

#navbarCollapse a:hover{
  transform: scale(1.1);
}

.navbar-toggler-icon {
  color: #083a8c;
}


.carousel {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  min-height: 100%;
  min-width: 100vw;
  overflow: hidden;
  background-color: black;
  margin-top: 35px;
}

.carousel-caption {
  top: 15rem;
  z-index: 10;
}

.carousel-item {
  background-color: #000;
  background-size: cover;
  min-width: 100%;
  height: 100%;
}

.carousel-img-1 {
  background-image: url('../img/slider/traffic.png');
  min-height: 600px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(60%);
  filter: brightness(50%);
}

.carousel-img-2 {
  background-image: url('../img/slider/moto.jpg');
  min-height: 600px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(60%);
  filter: brightness(50%);
}
.carousel-img-3 {
  background-image: url('../img/slider/gralpaz.jpg');
  min-height: 600px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(60%);
  filter: brightness(50%);
}

.carousel-caption p {
  font-size: 1.2rem!important;
  line-height: 24px;
}

.carousel-caption h1 {
  font-size: 3rem!important;
  line-height: 24px;
}

.carousel-caption h5 {
  font-size: 1rem!important;
  line-height: 16px;
}

.slider-inner {
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff;
  height: 100%;
  z-index: 999;
  position: absolute;
}
.marketing {
    position: relative;
    min-height: 700px;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;

}

.headings p {
  line-height: 22px;
}

.headings img {
  margin: 30px;
}

.headings h2 {
  margin-bottom: 30px;

}

.featurette {
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 20px!important;
}

.featurette p {
    font-size: 1em;
}

.featurette-image {
    border: 2px solid rgba(2, 0, 92, 1);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.60);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.60);
}
/* 
.featurette-image img {
  max-width: 450px!important;
} */

.featurette-divider {
  margin: 0 auto; 
  max-width: 90%;
  color: #083a8c;
}

.featurette-heading {
  font-weight: 300;
}
.contacto {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90vw;
}

.datos-form p {
    font-size: 14px!important;
}

.form-contacto {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.donde {
    display: none;
}
.mapita {
  padding: 0!important;
  margin: 0!important;
  width: 50%;
}


@media screen and (max-width: 540px) {
    h1, h2, h3 {
        line-height: 32px!important;
    }

    h4, h5, p {
        line-height: 16px;
    }

    nav {
        max-width: 100vw;
    }

    .carousel {
        min-width: 320px;
    }

  .datos-nav {
    align-self: center;
    margin: 0 auto;
    text-align: center;
  }

  .nav-brand {
    margin-left: 20px;
  }

  .who-we-are{
      min-width: 320px;
      max-height: 100vh;
  }

  .who-we-are p {
      font-size: 14px;
  }

  .who-text {
      width: 280px;
  }

  .carousel-caption p {
    text-align: center;
    font-size: 1em!important;
    line-height: 16px;
  }

  .carousel-caption h1 {
    text-align: center;
    font-size: 26px!important;
    line-height: 23px;
  }

  .carousel-caption h4 {
    text-align: center;
    font-size: 20px !important;
    line-height: 18px;
  }

  .carousel-caption h5 {
    text-align: center;
    font-size: 0.5rem !important;
    line-height: 13px;
  }

  .donde {
      display:block;
  }

  .contacto {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
  }

  .form-contacto {
      width: 90%;
  }

  .mapita {
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
  }

  .gmap {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
    h1 {
        line-height: 39px!important;
    }
}