/* Add custom CSS styles below */ 
.top-navbar{
    background-color: #98c0d7 !important;
  color:#fff !important;
}

.s-advertisement{
    background-color: rgba(49, 110, 158, 0.82) !important;
  color:#fff !important;
}

/*******************************/
/* ===============================
   Fullscreen Mendoza Slider
   =============================== */
.mendoza-slider img {
  object-fit: cover;
  height:95vh;
}
/******************************/

/*******************************/
/* ===============================
   Mendoza 3 banners
   =============================== */
.mendoza-3banners{
  margin:0;
  padding: 0;
  max-width: 100%;
    
}
.mendoza-3banners .grid{
  gap: 0;  
  padding: 0 !important;
  margin:0 !important;
  max-width:100%;
}
.mendoza-3banners .flex-col{
  border-radius: 0;
  padding-top: 12rem !important;
}

.mendoza-3banners .bg-gradient-to-t {
  background-image: none;
}
/* text in banners*/
.mendoza-3banners .text-lg{
  font-size: 2rem;
}

.mendoza-3banners .text-sm{
  font-size: 1.1rem;
  line-height: 2rem;
}
/******************************/

/*******************************/
/* ===============================
   Mendoza-3 cats
   =============================== */
.mendoza-cat-section{
  margin-top:1rem;
}
.mendoza-cat-section .bg-gradient-to-t{
  background-image: none;
}
.mendoza-cat-section .flex-col{
  padding-top: 12rem;
}
.mendoza-cat-section .auto-rows-fr{
  margin:0rem !important;
  max-width: 100%;
  gap: 1rem;
  
  
}
/*******************************/
/* ===============================
   Mendoza-store footer
   =============================== */
.store-footer .absolute{
  position:relative;
  color: rgba(49, 110, 158) !important;
}
.store-footer__inner{
  background:linear-gradient( to bottom, rgb(49, 110, 158) 0%, rgba(49, 110, 158, 0.82) 100% );
  border:0;
}

.store-footer__contacts-row{
  background:rgba(49, 110, 158, 0.82);
  border:0;
}
/*******************************/
/* ===============================
   Mendoza-aboutus
   =============================== */

.mendoza_aboutus h3, .mendoza_aboutus h2, .mendoza_aboutus p{
  color:white !important;
}

/*******************************/
/* ===============================
   Mendoza-grid
   =============================== */
.mendoza-grid .bg-gradient-to-b{
  background-image: none;
}