.nav-link{
  height: 24px;
  padding-top: 2px !important;
  cursor: pointer;
}

.contentsLinks .nav-link{
  color: rgba(0,0,0,.55) ;
}

.navLinksDropdown .nav-link{
  color: rgba(0,0,0,.55) ;
}

.nav-link:hover{
  color: #1f8cb7 !important;
}

.actives{
  color: #1f8cb7 !important;
  text-shadow: 1px 1px 1px #1f8cb7;
}

.active:focus{
  outline:0;
}

.logo {
  width: 250px;
  height: 55px;
  margin-top: 7px;
  transition: all 0.5s;
}

.icon{
  vertical-align: middle;
  margin-left: -7px;
  padding-bottom: 5px !important;
}

.navbarMain{
  display: flex; 
  align-items: center;
  flex-direction: column;
  height: 70px ;
  background-color: rgba(255, 255, 255, 0.9) !important;
  transition: all 0.5s !important;
  
}

.navbar-links {
  width:70%; 
  margin-top: 25px;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: all 0.5s !important;
}

.home{
  border: none;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  background-color: transparent;
}

.aboutus{
  border: none;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  background-color: transparent;
}

.cases{
  border: none;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  background-color: transparent;
  margin-top: -2px;
}

.products{
  border: none;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  background-color: transparent;
  margin-top: -2px;
}

.contacts{
  border: none;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  background-color: transparent;
}

.navbarContent {
  height: 70px;
  width: 100%;
  max-width: 1162px;
  display: flex; 
  flex-wrap: nowrap;
  justify-content: space-between;
}

.navLinksDropdown {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 70px) ;
  left: 0;
  top: 70;
  background-color: rgba(255, 255, 255, 0.9) !important;
  z-index: 10;
  justify-content: center !important;
  flex-direction: column;
  color: rgba(0,0,0,.55) ;
  overflow: scroll !important;
}

.navLinksDropdown a{
  color: rgba(0,0,0,.55) ;
}

.navLinksDropdown a {
  display: flex; 
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.navLinksDropdown input {
  text-align: center !important;
  margin-top: 20px;
  margin-bottom: 25px;
  width: 90%;
  height: 40px;
}

.navLinksDropdown div {
  width: 40 !important;
  border-bottom: 1.5px solid; 
  border-color: rgba(170, 166, 166, 0.55) !important;
}

.display-center{
  width:100%; 
  display:flex; 
  justify-content: center;
}

.languageDropdown{
  width: 100% !important;
  display: flex;
  flex-direction: row;
}

.languageDropdown button{
  border: none !important; 
  background-color: rgba(255, 255, 255, 0) !important;
  font-size: 12px; 
  border-right: 1px solid !important;
  padding-top: 2px;
  height: 15px;
  margin-right: 5px;
  border-color: rgba(170, 166, 166, 0.55) !important;

}

.productsLinks{
  display: none;
  z-index: 10;
  height: 230px;
  color: rgba(0,0,0,.55) ;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9) !important;
  justify-content: center !important;
}

.casesLinks{
  display: none;
  z-index: 10;
  height: 230px;
  color: rgba(0,0,0,.55) ;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.casesLink1{
  height: 150px;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  padding-top: 10px;
}

.casesLink2{
  height: 150px;
  padding-top: 10px;
}

.productsLink1{
  height: 180px;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  padding-top: 15px;
  padding-right: 40px;
}

.productsLink2{
  height: 180px;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  padding-top: 15px;
  padding-right: 40px;
}

.productsLink3{
  height: 180px;
  border-right: 1px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
  padding-top: 15px;
  padding-right: 40px;
}

.productsLink4{
  height: 180px;
  padding-top: 15px;
  padding-right: 40px;
}

.language{
  padding-top: 5px;
  display: inline-block;
  position: fixed;
  right: 10px;
  z-index: 100;
}

.language button{
  border: none !important; 
  background-color: rgba(255, 255, 255, 0) !important;
  font-size: 12px; 
  border-right: 1px solid !important;
  padding-top: 2px;
  height: 15px;
  margin-right: 5px;
  border-color: rgba(170, 166, 166, 0.55) !important;
}

.activeLanguage{
  color: #1f8cb7 !important;
}

.iconSearch2{
  font-size:26px; 
  color:rgba(102, 102, 105, 0.5) !important; 
  
}

.spanSearch{
  background-color: transparent !important; 
  border: none !important;
  border-bottom: 2px solid !important;
  border-radius: 0;
  border-color: rgba(170, 166, 166, 0.55) !important;
  cursor: pointer;
  height: 50px;
  padding-right: 1px;
  padding-top: 20px;
}

.inputSearchInput{
  border:none !important; 
  padding-top: 20px !important;
  border-bottom: 2px solid !important; 
  background-color: transparent !important; 
  border-color: rgba(170, 166, 166, 0.55) !important;
  color: rgba(31, 31, 31, 0.55) !important;
  font-size: 16px;
  width: 500px !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center !important;
  height: 50px;
  
}

.inputSearchInput:focus{
  outline: 0 !important;
  box-shadow: none !important;
}

.inputDropdown{
  border: 2px solid;
  border-color: rgba(170, 166, 166, 0.55) !important;
}

.inputDropdown:focus{
  outline: 0 !important;
  box-shadow: none !important;
}

.inputSearch{
  display: none;
  width: 500px !important;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.iconSearch{
  font-size:26px; 
  
  margin-left: -7px;
  color:rgba(102, 102, 105, 0.5) !important;
}

.navbarMain.scrolled {
  height: 50px !important;
  transition: height 0.5s !important;
 
}

.navbarMain.scrolled .inputSearch{
  display: none;
  width: 500px !important;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.navbarMain.scrolled img {
  margin-top: 10px;
  height: 30px !important;
  width: 140px !important;
  transition: all 0.5s !important;
}

.navbarMain.scrolled .navbar-links {
  margin-top: 15px !important;
  transition: all 0.5s !important;
}

.navbarMain.scrolled .navLinksDropdown {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 50px) ;
  left: 0;
  top: 50px !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  z-index: 10;
  justify-content: center !important;
  flex-direction: column;
  color: rgba(0,0,0,.55) ;
  overflow: scroll !important;
}

.contentsLinks{
  margin-top: 8px;
  width: 100vw;
}

.navbarMain.scrolled .contentsLinks {
  margin-top: 10px;
}

.btn {
  margin: auto;
}

@media screen and (max-width: 1120px) {
  .buttonCollapse{
    margin-top: 10px;
    display: flex;
  }

  .navbar-links {
    display: none !important;
  }

  .btn:focus {
    outline: none;
    box-shadow: none;
  }

}

@media screen and (min-width: 1121px) {
  .buttonCollapse{
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    margin-left: 10% ;
    width: 150px !important;
    height: 45px !important;
    margin-top: 10px;
    transition: all 0.5s !important;
  }
}

@media screen and (min-width: 1077px) and (max-width: 1200px) {
    .language{
      padding-left: 30px;
    }
  
}

@media screen and (min-width: 401px) and (max-width: 1115px) {
  .language{
    padding-left: 0px;
  }
  .logo {
    margin-left: 10%;
    width: 200px;
    height: 40px;
    margin-top: 15px;
    transition: all 0.5s !important;
  }
}