html{
  scroll-behavior: smooth;
}
#menu-nv{
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: black;
    background: black;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid #0000007a;
    border-radius: 4px;
    color: black;
}
body{
  font-family: 'Muli', sans-serif;

}
header{
  position: fixed;
  top: 0;
  width: 95%;
  padding: 50px 0;
  background: rgba(0,0,0,0);
  z-index: 200;
  left: 2.5%;
  transition: .5s ease;
}

header.affix{
  padding: 5px 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.9)
}

header img{
  height: 80px;
}

header .llama{
    height: 70px;
	width: 250px;
    background: #c4d544;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    line-height: 21px;
    margin-bottom: 10px;
}
#btn-nav-cntact{
	margin-top: -15px;
}
@media only screen and (max-width: 840px) {
    #btn-nav-cntact{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 390px) {
    header .llama {
		height: 64px;
		padding-top: 6px !important;
	}
    header .llama p {
        margin: 0;
        font-size: 18px;
        font-weight: 900;
    }
    header .llama a {
        color: #fff;
        text-decoration: none !important;
        font-size: 14px;
        font-weight: 900;
    }
    #paypal-tbn{
        background: #c4d544;
        padding: 10px;
        border-radius: 12px;
        color: white;
        display: block;
        margin-top: 13px;
    }
}
header .llama p{
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

header .llama a{
    color: #fff;
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 900;
}

header nav{
  line-height: 76px;
  text-align: center;
}

header nav a{
  color: #fff;
  text-decoration: none !important;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 800;
  transition: .4s ease-in-out;
}

header nav a:hover{
  color: #c4d544;
}

header.affix nav a{
  color: #c4d544;

}

header.affix nav a:hover{
  color: #333;
}

#home{
  height: 100vh;
  background: linear-gradient(90deg, rgba(196, 213, 68, 0.9), rgba(0, 0, 0, 0.3) 70%), url('../img/home.jpg') center no-repeat;
  background-size: cover;
  position: relative;
}

#home h1{
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 700px;
  font-size: 60px;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
}

#cotiza{
  padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  color: #c4d544;
  text-align: center;
  font-weight: 800;
}

#cotiza .txt-g{
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 30px;
}

#cotiza .btn{
  background: #c4d544;
  color: #222;
  font-weight: 800;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

#info, #prod{
  padding: 100px 0;
  font-size: 16px;
  position: relative;
}

#info h2, #prod h2, #material h2, #contacto h2{
  font-weight: 900;
  font-size: 40px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 40px;
}
#info h2 small, #prod h2 small{
  background: #c4d544;
  padding: 3px 10px;
  color: #111;
  font-size: 20px;
  font-weight: 300;
}

#info img{
  position: absolute;
  right: 0;
  height: 400px;
  z-index: -1;
}

#prod .flex-trans{
  display: flex;
  height: 400px;
  justify-content: center;
  align-items: center;
}
#prod .flex-trans:nth-child(odd){
  text-align: right;
}
#prod .flex-trans h3{
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}
#prod .flex-trans h3::after{
  content: '';
  display: block;
  height: 3px;
  width: 150px;
  background: #c4d544;
  margin-top: 5px;
}
#prod .flex-trans:nth-child(odd) h3::after{
  position: absolute;
  right: 0;
  transform: translateX(-50%);
}
#prod .flex-trans img{
  height: 80%;
}
#prod .flex-trans .informacion{
  width: 80%;
}
#material{
  padding: 100px 0;
}
#material .datos{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-align: center;
  font-weight: 800;
  background: #c4d544;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 0 15px;
}
#contacto{
  padding: 100px 0;
  background: #c4d544;
  color: #fff;
}
#contacto h2{
  color: #fff;
}
#contacto h2 small{
  background: #fff;
  padding: 3px 10px;
  color: #111;
  font-size: 20px;
  font-weight: 300;
}
#contacto h3{
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  color: #222;
}
#contacto p i{
  font-size: 50px;
}
#contacto p{
  font-size: 22px;
  margin-bottom: 30px;
  text-align: right;
}
#contacto input ,#contacto textarea{
  border: none;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  margin-bottom: 30px;
  resize: none;
  color: #333;
}
#contacto textarea{
  height: 120px;
}
#contacto button{
  padding: 5px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #c4d544;
  mix-blend-mode: multiply;
  border: none;
  margin-top: 30px;
  transition: .5s ease;
}
#contacto button:hover{
  background: #e8f1a3;
  color: #333;
}
footer{
  padding: 30px 0;
  text-align: center;
  background: #222;
  color: #fff;
}
 @media(max-width: 992px){
    header{
      width: 100%;
      left: 0;
    }
    #home h1{
      font-size: 35px;
    }
    #info img{
        position: relative;
        height: auto;
        width: 100%;
    }
    header nav {
        line-height: 20px;
        margin-top: 10px;
    }
 }
 @media(max-width: 768px){
    header img{
        width: 100%;
        height: auto;
    }
    header .llama {
		height: 60px;
		padding-top: 5px;
	}
 }