@font-face {font-family: "Serrat"; src: url('assets/Montserrat-VariableFont_wght-ligth.ttf')}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Serrat', sans-serif;
}
.background{
    background: rgb(0,31,2);
    background: linear-gradient(225deg, rgba(0,31,2,1) 0%, rgba(17,157,0,1) 100%);
    color: white;
    width: 100%;
}
#background-homepage {
    background-image: url('imagens/banner-bg.jpg');
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
#background-homepage-1 {
    background-image: url('imagens/PAGINA\ DE\ PRODUTO\ BYON\ 2.png');
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.bg-bn-1{
    background-image: url('imagens/PAGINA\ DE\ PRODUTO\ BYON\ 1.png');
    background-size: cover;
    height: 100vh;
}
#background-homepage2 {
    background-image: url('imagens/apply-bg.jpg');
    background-size: cover;
    height: 100vh;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 6vw;
    padding-right: 6vw;
    color: white;
}
#block-bg2{
    background-color: rgba(0, 35, 0, 0.8);
    width: 100%;
    height: 100%;

}
.ssd{
    background-color: orange;
    color: white;
}
.group-two-buttons {
    display: flex;
    flex-wrap: wrap;
}

#logo-nitrogeN-Duo {
    width: 45vw;
    height: auto;
}

.link{
    color: white;
    text-decoration: none;
}
#nitrogenDuo-Img{
    width: 35vw;
    height: auto;
}

#left-side-banner {
    width: 45vw;
    margin-left: 60px;
    margin-top: 30px;
    color: white;
}
#ico{
    margin-top: 0px;
}

@media (max-width: 1070px){
    #ico{
        margin-top: 100px;
    }
}

@media (max-width: 1044px){
    #left-side-banner{
        width: 80vw;
    }
    #logo-nitrogeN-Duo {
        width: 55vw;
        height: auto;
    }
    
    #nitrogenDuo-Img{
        width: 45vw;
        height: auto;
    }
}
#right-side-banner{
    width: 500px;
    margin-left: 30px;
    margin-top: 30px;

}

#title-banner{
    font-size: 50px;
    line-height: 56px;
}

.bold{

    font-weight: bold;
}
.bold1{
    font-size: 65px;
    font-weight: bold;
}
@media (max-width: 500px){
    .bold1{
        font-size: 45px;
    }
    #title-banner{
        font-size: 30px;
    }
}
#legenda-banner{
    font-size: 18px;
    font-style: italic;
}

.btn-1{
    background-color: orange;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}

.btn-2{
    background-color: green;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}
.circle-number{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-left: 35px;
    color: white;
    font-size: 36px;
}

.p{
    text-align: left;
    
}

#green-title{
    color: rgb(0, 44, 0);
    font-size: 5vw;
    text-align: center;
    margin-top: 100px;
}
#green-title2{
    color: rgb(0, 44, 0);
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
#grafico{
    width: 85vw;
}

@media (max-width: 700px){
    #grafico{
        width: 90vw;
    }
}
.especification-p{
    font-size: 20px;
}

#title-bg-2{
    font-size: 55px;
}
#block-left-bg-2{
    margin-top: 35px;
    margin-left: 45px;
}

#btn-two-hm{
    margin-right: 20px; 
    width: 400px; 
    text-align: center;
}
#investiment{
    font-weight: bold; 
    color: #fff688; 
    font-size: 65px;
}
#youtube-video{
    width:500;
    height:281;
}
@media (max-width: 510px){
    #btn-two-hm{
        width: 220px;
    }
    #investiment{
        font-size: 40px;
    }
}

#youtube-video{
    width: auto;
    height: 25vw;
    min-width: 364px;
    min-height: 204px;
}

#youtube-video iframe{
    width: 100%;
    height: 100%;
    border: none;
}
#milho{
    position: absolute;
    width: 15vw;
    height: auto;
}
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
  }
#whats {
    margin-top: 16px;
  }
#header-navbar {
    position: fixed;
    background-color: rgba(25, 25, 25, 0.3);
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); 
    vertical-align: middle;
}
.navbar-brand {
    font-size: 40px;
    color: #000; }
      
.navbar-nav .nav-link {
    color: #fff;
    transition: .3s ease; }
      
.navbar-nav:hover li a {
    opacity: 1; }
.navbar-nav:hover li a:hover {
    opacity: 0.8; 
    color: #252525;
    text-decoration: underline;
    transition: 0.5s;}
.navbar-toggler {
    font-size: 2rem;
    color: #fff; }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff; }
      
.sidenav-content {
    padding: 8px 32px;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      
.in .sidenav-content {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s; }
      
.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s; }
      
.sidenav a:hover {
    color: #f1f1f1; }
      
.sidenav #side-nav-close,
    .sidenav #side-search-close {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px; }
      
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px; }
    .sidenav a {
        font-size: 18px; } }
          
      
#side-search .form-control {
    background-color: transparent; }
      
#side-search .input-group-text {
    background: transparent;
    color: #fff; }
#logo-ingeniumars-home {
    background-image: url(../img/logo.png);
    width: 155px;
    height: 50px;
    background-repeat: no-repeat;
     
}
@media (max-width: 992px) {
    .not-on-top #header-navbar {
      position: fixed;
      top: 0;
      height: auto;
      width: 100%;
      background: #6dae36;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #01290d, #6dae36);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #01290d, #6dae36);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      z-index: 11; }
    #header-navbar {
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
    .navbar-transparent .navbar-collapse {
      background: #6dae36;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #01290d, #6dae36);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #01290d, #6dae36);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      padding: 10px; }}

#title-bg-2{
    font-size: 45px;
}
.title-bg-3{
    font-size: 55px;
}
@media (max-width: 500px){
    .title-bg-3 {
        font-size: 36px;
    }
    #title-bg-2{
        font-size: 36px;
    }
}

#byon-img{
    width: 50vw;
    height: auto;
}

@media (max-width: 1066px){
    #byon-img{
        width: 95vw;
        height: auto;
        margin-left: -30px;
    }
}

#kriks{
    margin-top: 0px;
}

@media (max-width:477px){
    #kriks{
        margin-top: 60px;
    }
}


@media (max-width: 400px){
    #right-side-banner{
        margin-top: -80px;
    }
}