body{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.web-grla-hero{
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.web-grla-overlay{
    width: 100%;
    height: 1200px;
    background-color: rgba(0, 0, 0, 0.445);
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .web-grla-overlay {
    height: 900px; } }
h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 4.3rem !important; 
    font-weight: 700 !important;
}
@media (max-width: 991px) {
  h1 {
    font-size: 3.4rem !important; } }
@media (max-width: 768px) {
  h1 {
    font-size: 2.8rem !important; } }
.web-grla-hero-img{
    width: 100%;
    height: 620px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .web-grla-hero-img {
    height: 480px; } }
.btn-grla-green{
    background-color: #657C42 !important;
    color: white !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    padding: 8px 26px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    transition: all 0.5s ease;
}
.btn-grla-green:hover{
    background-color: white !important;
    color: #657C42 !important;
    transition: all 0.3s ease-in-out;
}
.btn-grla-white{
    background-color: white !important;
    color: #657C42 !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    padding: 8px 26px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    transition: all 0.5s ease;
}
.btn-grla-white:hover{
    background-color: #0D1603 !important;
    color: white !important;
    transition: all 0.3s ease-in-out;
}
.web-grla-links{
    color: white !important;
    font-weight: 500 !important;
}
.web-grla-categories-img{
    width: 100%;
    height: 620px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .web-grla-categories-img {
    height: 280px;
background-position: top; } }
.web-grla-categories-img-overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(13, 22, 3, 0) 42%, rgb(26, 26, 26) 100%);
}
h2{
    font-size: 3rem !important;
    font-weight: 700 !important;
    
}
@media (max-width: 991px) {
  h2 {
    font-size: 2rem !important; } }
.web-grla-banner{
    width: 100%;
    height: 480px;
    background-color: #0D1603;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 40px;
}
@media (max-width: 768px) {
  .web-grla-banner {
    border-radius: 0px; } }
.web-grla-product-card{
    width: 100%;
    height: auto;
    min-height: 380px;
    background-color: white !important;
    padding: 26px !important;
    border-radius: 20px;
    margin-bottom: 24px;
}
@media (max-width: 600px) {
  .web-grla-product-card {
    min-height: auto;
    padding: 16px 16px 26px 16px !important; } }
.web-grla-product{
    width: 100%;
    height: 260px;
    background-color: #f8f9fa;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
}
@media (max-width: 600px) {
  .web-grla-product {
    height: 200px; } }
.web-grla-product-card p {
    color: #0D1603;
    font-size: 15px !important;
    margin-top: 16px;
    margin-bottom: 0px;
}
.web-grla-product-card h6 {
    color: #657C42;
    font-size: 13px !important;
    font-weight: 600;
}
.web-grla-footer{
    width: 100%;
    min-height: 600px;
    background-color: #0D1603;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-grla-footer-logo{
    width: 260px;
}
@media (max-width: 600px) {
  .web-grla-footer-logo {
    width: 220px; } }

.fab-generala{
    font-size: 26px !important;
    color: #0D1603;
    transition: all 0.5s ease;
}
.fab-generala:hover{
    color: #657C42;
    transition: all 0.3s ease-in-out;
}
a{
    text-decoration: none !important;
}
/*!==============================================
 * 6. WHATSAPP BUTTON
 * ============================================!*/

.whatsapp-btn {
    width: 60px;
    height: 60px;
    background-color: #00bb2d;
    border-radius: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 30px;
    margin-right: 25px;
    margin-bottom: 25px;
    z-index: 100000000000;
    -webkit-box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.3);
  }
  
  .whatsapp-btn:hover {
    color: white;
  }