
body{
  font-family: 'Open Sans', sans-serif;
}

h1{
  font-size: 40px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.difara{
  font-size: 120px;
  font-family: 'Audiowide', cursive;
 
}
.subtitulo{
  width: 700;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #f2f2f2;
}
.gris{
  background: rgba(0,0,0,0.3);
}
.top-nav-collapse{
  background: rgba(0,0,0,0.8) !important;
}
.fondo{
  background: url('img/mercedes-benz-unimog-u4000-u5000-new-trucks-front-view-besthqwallpapers.com-1366x768.jpg');
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;  
}
.fondo-2{
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
}
.btn{
  font-size: 20px;
  font-weight: 300;
}

.menu-scroll{
  background: #000;
}

.wellcome{
  position: relative;
}

.up{
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  height: 30px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  padding: 0px;
  right: 10px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.up .text-up{
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  float: left;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  width: 0;
  transition: 0.4s;
}
.up .icon-up{
  background-color:#6e6d6d;
  font-size: 20px;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  color: #fff;
}
.up:hover > .text-up{
    width: 150px;
    padding: 0 6px;
    }

.up:hover > .icon-up{
 background: #fff;
 color:  #6e6d6d;
}

.seccion{
  
  height: 100vh;
}
.gama{
   background-color: #eceff1;

}
.link{
  font-size: 20px;
}


.title{
font-size: 35px;
text-transform: uppercase;
padding-top:20px;
text-align: center;
font-weight: 300;
}

.nav-link{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.efectoimg:hover{
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;  
}

.sociales{
  color: #3F729B;
}

.link-black a {
  color: black;
}

.link-black a:hover {
  color: #0056b3;
}

.link-black .active {
  color: #0056b3;
}

.divider-small {
  width: 30px;
  background-color: rgba(0, 0, 0, .1);
  height: 3px;
}


/*boton search*/
.input-group.md-form.form-sm.form-1 input{
  border: 1px solid #bdbdbd;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.logo{
  width: 320px;
}
.appWhatsapp{
  position: fixed;
  right: 15px;
  bottom: 75px;
  width: 45px;
  z-index:1000; 
 
}
.appWhatsapp img{
  width: 100%;
  height: auto;
}

.barra{
  height: 300px;
  overflow-y: scroll;
}



@media screen and (max-width: 1120px){
  .difara{
    font-size: 80px;
  }
  .subtitulo{
    font-size: 18px;
  }
  
}
  @media screen and (max-width: 780px){
    .difara{
      font-size: 60px;
    }
    .subtitulo{
      font-size: 14px;
    }
    .appWhatsapp{
      position: fixed;
      right: 20px;
      bottom: 75px;
      width: 40px;
      z-index:1000;
        
      }
     
    
    }
  
    @media screen and (max-width: 536px){
      .difara{
        font-size: 40px;
      }
      .subtitulo{
        font-size: 12px;
      }
      .appWhatsapp{
        position: fixed;
        right: 20px;
        bottom: 75px; 
        width: 40px;
        z-index:1000;
          
          }
     
    }  



