body{
	font-family: 'Montserrat', sans-serif;
}
@media (max-width: 750px) {
  .fixed-top {
    position: static;
  }
}
.bg-greenst {
	background-color: #809e88;
}
.grad {
  background-image: linear-gradient(#019941, #333);
}
.wapp{
  height: 160px;
  width: 59px;
  position: fixed;
  z-index: 1060;
  bottom: 50px;
  right: 0%;
  padding:8px;

}
.titler{
	font-weight: 600;
}
.greener{
	color: #107b3d;
}
.bg-greener{
	background-color: #107b3d;
}
.bg-black{
	background-image: linear-gradient(#000000, #222222);
}
.bg-grayst{
	background-color: #e1e3e6;
}
.fondo{
 	
 background:url(../img/webslide.jpg) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: 400px;
}


 .fill{
   width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  min-height: 60vh;
  padding-top: 20px;
  padding-bottom: 2px;
 }
 .full{
 	 background:url(../img/bg-ventajas.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: 400px;
 }
 .links{
 	text-decoration: none;
 	color: #000;
 }
 .linker{
  color: #111;
  text-decoration: none;
 }
 .gr{
  filter: brightness(.5);
 }
 .spare{
  height: 65px;
 }
 #poss img{
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 8px;
 }
 #prods .card{
  min-height: 345px;
 }

 @media all and (min-width: 992px) {

  .dropdown-menu li{
    position: relative;
  }
  .dropdown-menu .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .dropdown-menu .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
    margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

} 