/* Main navbar */
.navbar-wagon {
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.07),0 1px 0 0 rgba(0,0,0,0.03);
  transition: all 0.3s ease;
  height: 70px;
  padding: 0px 30px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.navbar-wagon-black {
  background-color: black;
}
/* Logo */
.navbar-wagon-brand img {
  height: 50px;
  width: 200px;
}
/* User Avatar */
.navbar-wagon .avatar {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
/* Right section */
.navbar-wagon-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Basic navbar item */
.navbar-wagon-item {
  cursor: pointer;
  padding: 0 20px;
}
/* Navbar link */
.navbar-wagon-link {
  color: white;
  font-size: 14px;
}
.navbar-wagon-link:hover {
  color: #616668;
  text-decoration: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* HOME */

#home-banner{
  color: white;
  text-align: center;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

#home-banner h1 {
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
  margin-left: 50px;
  margin-bottom: 5px;
  margin-top:0px;
  text-align: left;
}

#home-banner h2 {
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
  margin-left: 50px;
  margin-bottom: 3px;
  margin-top:0px;
  text-align: left;
}

/* QUIENES SOMOS */

#qs-banner {
  font-size: 20px;
  color: white;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

#qs-banner h2{
  margin: 25px;
}

.qs-parragraph {
  text-align: justify;
}

/* SERVICIOS */

.ss-banner{
  color: black;
  background-color: white;
  padding-top: 80px;
}

.ss-banner h2 {
  font-size: 20px;
  padding: 15px 0;
  height: 70px;
}

.ss-banner i {
  margin-top: 30px;
}

.ss-parragraph {
  text-align: justify;
  font-size: 17px;
}

/* CLIENTES */
#cl-banner {
  background-color: white;
  padding-top: 80px;
}

#cl-banner h2 {
  padding-bottom: 30px;
}

#cl-banner img {
  width: 100%;
}

/* HERRAMIENTAS */

#he-banner{
  color: black;
  background-color: white;
  text-align: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 40px;
}

#he-banner h2{
  font-size: 20px;
  height: 70px;
  padding-top: 20px;
}

.he-parragraph {
  text-align: justify;
  font-size: 15px;
}

/* CONTACTO */

#contacto {
  padding: 30px 0;
  background-color: rgb(20,20,20);
  color: white;
}

#contacto i {
  padding-right: 5px;
}

#contacto a {
  color: rgb(230,230,230);
  font-size: 25px;
  font-size: 1rem;
}

#contacto a:hover {
  color: white;
}

#rrss {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

#rrss a {
  padding: 15px 10px;
  font-size: 25px;
}














