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

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  transition: background-color .5s ease 0s;
}
.navbar-brand img {
  height: 3rem;
}
.svg-inline--fa.fa-w-14 {
  color: white;
  font-size: 1.6rem;
}
.navbar-nav li {
  padding-right: .8rem;
}
.navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #BF0811;
}
.navbar.solid {
  background: rgba(0, 0, 0, 0.8)!important;
  transition: background-color 1s ease 0s;
}

/*============= LANDING PAGE =============*/

.carousel-item {
  
  height: 70vh; /*--- Change Height of Image Slider --*/
  min-height: 18.75rem; /*--- (300px for mobile) --*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1A1A1A; /*--- For Firefox white between slides --*/
}

.carousel-caption {
  min-width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: left!important;
  height:100%;
  z-index: 1;
  right: 0;
  left: 0;
  padding: 12rem 17rem 0 0!important;
}
.carousel-item h1 {
  color: white;
  font-size: 4rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .5rem .5rem .8rem black;
  padding-bottom: .3rem;
  line-height: 3.8rem;
}

/*============= FEATURES SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-sm {
  border-width: medium;
  border-radius: 0;
  padding: .5rem 1.1rem;
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem;
}
.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  padding: 1rem 0 3rem;
}
h3.heading {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.9rem;
  color: #BF0811;
}
h3.vertical.heading{
  writing-mode: vertical-lr;
  transform: rotate(180deg);

  padding: 0;
  margin: 0;
  margin: auto 0;
  text-align: center;
}
.heading-underline {
  width: 5rem;
  height: .2rem;
  background-color: #BF0811;
  text-align: left;
  margin: .2rem 0;
}
.feature {
  text-align: center;
}
.feature .fa-layers {
  color: #BF0811
;
  margin: 0 auto;
  width: 3.9rem;
  height: 6rem;
}
.feature h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
  font-weight: 700;
}
.feature p {
  font-size: .8rem;

}

/*===== COBERTURA =====*/

#fixed {
  background-image: url('img/fixed/full_width_image_mantenimiento_llantas_gray.png');
  z-index: -1;
}

.dark {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000!important;
}
.dark h3, .dark p {
  color: #E9ECEF;
}

.dark li{
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.centrar-vertical{
  display: flex;
  align-items: center;
}

.lista-cobertura{
  color: white;
  text-align: left;
}

.lista-cobertura ul{
  padding: 0;
}

.lista-cobertura li{
  list-style: none!important;
}

/*============= SERVICIOS =============*/

.clear {
  padding: 4rem 2rem;
}
.clear h3, .clear p {
  color: #1A1A1A;
  font-weight: 700;
}

/*============= REPORTES =============*/

#fixed-2 {
  background-image: url('img/fixed/full_width_image_inspeccion_motor_gray.png');
  z-index: -1;
}

.dark h4{
  text-transform: uppercase;
  font-weight: 700;
}

/*============= BENEFICIOS =============*/

.clear h4, .clear li{
  text-transform: uppercase;
  font-weight: 700;
  color: #1A1A1A;
}

/*============= TECNOLOGÍA =============*/

#fixed-3 {
  background-image: url('img/fixed/full_width_image_mecanico_gray.png');
  z-index: -1;
}


/*============= PORTFOLIO SECTION =============*/

.row.padding {
  padding: 2rem 0 1rem;
}
img.example-image {
  max-width: 100%;
}
.row.no-padding [class*=col-] {
  padding: 0;
}
.portfolio-item img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}

.portfolio-item img {
  transition: transform .4s ease;
}
.portfolio-item {
  overflow: hidden;
}

/*============= CONTACT SECTION =============*/

footer {
  background-color: #1A1A1A;
  color: white;
}
footer .row {
  padding: 1rem 2rem 3rem;
}
footer img {
  height: 2rem;
  margin: 1.5rem 0;
}

footer h3 {
  text-transform: uppercase;
  margin: 1.5rem 0;
  font-weight: 700;
  letter-spacing: .1rem;
}

footer strong{
  color:white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1rem;
}
/*--- Contact Form --*/
.form-group {
  margin-bottom: 1.3rem;
}
.form-control {
  background-color: #b4b4b4;
  border-radius: .3rem;
  border: none;
  color: white!important;
  font-size: .7rem;
}
.form-control:focus {
  background: #8b8c8d;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #383838!important;
}
input.btn {
  cursor: pointer;
  background-color: #BF0811;
  color: white;
  font-weight: 700;
  margin: 0;
  opacity: 1!important;
  border-radius: .3rem;
}

input.btn:hover{
  background-color: rgb(148, 7, 14);
  color: white;
}

hr.socket {
  border-top: .2rem solid #BF0811;
  width: 100%;
}

/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
  font-size: 3rem;
  height: 1.7rem;
  color: white;
  background: rgb(119, 119, 119);
  opacity: 1!important;
}
a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: .3;
  z-index: 1000;
  display: none;
}
a.top-scroll:hover {
  opacity: .5;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1300px */
@media (max-width: 1299px) {
  .carousel-item h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .carousel-caption {
    padding: 12rem 17rem 0 4rem!important;
  }
}

@media (max-width: 1120px) {
  .texto-servicios h3 {
  font-size: 1.3rem;
  }
}

/* Devices under 1050px */
@media (max-width: 1050px) {
  .carousel-caption {
    padding: 12rem 10rem 0 4rem!important;
  }
  .texto-servicios h3 {
    font-size: 1rem;
    }
  .lista-tecnologia h4{
    font-size: 1.3rem!important;
  }
}




/* Devices under 1050px */
@media (max-width: 1024px) {
  h3.vertical.heading{
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    text-align: center;
    width: 100%;
  }
  .parrafo-cobertura{
    display: inline !important;
    text-transform: uppercase;
    letter-spacing: .1rem;
  }
  .lista-vertical{
    display: none;
  }
  .mapa-cobertura img{
    width: 100%;
  }

}




/* Devices under 992px (lg) */
@media (max-width: 991px) {
  .carousel-item h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .caption h1 {
    font-size: 3.5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem;
  }
  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }
  .btn-lg {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 2.1rem;
  }
  .carousel-caption {
    padding: 12rem 7rem 0 4rem!important;
  }
  .texto-servicios h3 {
    font-size: .85rem;
    }
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
  .carousel-caption {
    padding: 12rem 0 0 0!important;
  }
  .caption h1 {
    font-size: 2.7rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  .caption h3 {
    font-size: 1.7rem;
    padding-bottom: 1.2rem;
  }
  .btn-lg {
    padding: .6rem 1.1rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 1.8rem;
  }
  /*
  #fixed {
    background-image: url('img/fixed/apple-mobile.png');
  }
  #fixed-2 {
    background-image: url('img/fixed/office-mobile.png');
  }
  #fixed-3 {
    background-image: url('img/fixed/office-mobile.png');
  }
  footer {
    background: url('img/footer/footer-mobile.png') no-repeat;
  }*/
  .clients img {
    max-width: 50%;
    margin: 0 auto;
  }
  .top-scroll {
    display: none!important;
  }
  .texto-servicios h3{
    font-size: 1.5rem;
  }

}

@media (max-width: 630px) {
  .lista-cobertura li{
    font-size: .8rem;
  }
  .lista-tecnologia h4{
    font-size: 1rem!important;
  }
}



@media (max-width: 610px) {
  .carousel-item h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media (max-width: 575px) {
  .texto-servicios h3{
   text-align: center;
   width: 100%;
  }
  .lista-cobertura li{
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .carousel-item h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 410px) {
  .carousel-item h1 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .lista-cobertura li{
    font-size: .7rem;
  }
  h3.vertical.heading, h3.heading{
    font-size: 2rem;
  }

}

/* Devices under 576px (sm) */
@media (max-width: 575px) {
  .caption h1 {
    font-size: 1.9rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
  }
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  .btn-lg {
    padding: .4rem .9rem;
    font-size: .9rem;
  }
  .narrow {
    width: 85%;
  }
 
}
@media (max-width: 420px) {
.texto-servicios h3 {
  font-size: 1.2rem;
  }
}

@media (max-width: 367px) {
  .texto-servicios h3 {
    font-size: 1rem;
    }
  }
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
