#menu_mega{
        left:inherit;
    }
@media (min-width: 992px) {
    #menu_mega{
        left:-16vw;  
    }
}

.breadcrumb{
    background:none;
    border:none;
    box-shadow: none;
    margin-bottom: 0px;
    height: 20vh;
    padding-top: 12vh;
    bottom: 0;
    font-size: 1.4vw;
   
}

.breadcrumb a{
    color:white;
}
.breadcrumb a:hover{
    color:white;
}
.breadcrumb-item+.breadcrumb-item::before {
        color:white !important;
}


.breadcrumb .active{
    color:white;
}

#breadcrumb{
   
     background-image: url(../img/header_general.jpg);
    background-size: cover;
    background-position: center center;
    height: 20vh;
  
}

#breadcrumboverlay{
    background: rgba(0,0,0,.5);
   
}

.navbar{
   box-shadow: none; 
}



#lamezcaleria{
    /*
    background-image: url(../img/mezcanautic-repeat.jpg);
    background-repeat: repeat;
    background-size: cover;
    */
    border-top: solid 1px #e8e8e8;
    
}

#lamezcaleria img{
    width: 7vw;
}

#barra {
    background: #9a696b;
    padding-top:10px;
    padding-bottom:10px;
     color:#000 !important;   
}
.gold_text{
    color:#9a696b;
}
.btn_custom {
    background-color: #9a696b;
    color:white !important;
}
.btn_custom:hover{
    background-color: darkgrey;
    color:white;
}




#agave{
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
}

.agave1{
    background: black;
}

.agave2{
    background: #0cc26e;
}

.agave3{
    background: #d6c900;
}

.agave4{
    background: #c20c4c;
}

#barra p {
    color: white;
    margin-bottom: 0px;
}

  .md-pills .nav-link.active {
        color: #fff;
        background-color: #000;
      }
      button.close {
        position: absolute;
        right: 0;
        z-index: 2;
        padding-right: 1rem;
        padding-top: .6rem;
      }

 .map-container {
        overflow: hidden;
        position: relative;
        height: 0;
      }

      .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
      }

#productos1 strong a{
    color:#000;
}

h3 {
  color:black !important;  
}

#productostienda strong {
   color:black !important;   
}

#productostienda strong a{
   color:black !important;   
}


#menu .nav-link:hover{
    color:black !important;
}



.btn-cyan{
   background:black !important; 
}

 .card{
    box-shadow: none;
     background: none!important;
}

.md-pills .nav-item .nav-link{
     color:#000;
}
.md-pills .nav-item  .active{
     color:#fff !important;
    background: #9a696b !important;
}

#artesanias .card{
    box-shadow: none;
}

#artesanias .fa-chevron-circle-right{
    color:#45526e;
    font-size: 2rem;
    
}

#artesanias .btn-floating{
    margin-top: -2.5rem;
    
}

#shopping{
    position: fixed;
    bottom:10px;
    right: 10px;
     background: #9a696b;
    padding: 5px;
    color: #fff;
    z-index: 9999999999;
}


.collection-card .stripe.dark {
    background-color: rgba(12, 194, 179,0.8);
}

.collection-card .stripe.light {
    background-color: rgba(255,255,255,0.8);
}

.collection-card .stripe {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    padding: 1.2rem;
    text-align: center;
}

.collection-card .stripe p {
    margin:0px;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.dark a{
    color: #fff !important;
}

 .light a{
    color: #000 !important;
}

  .d-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 100px;
        grid-gap: 7px;
      }

      .item {
        position: relative;
      }

      .item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
      }

      .item:nth-child(2) {
        grid-column: 2;
        grid-row: 0 / 3;
      }

      .item:nth-child(3) {
        grid-column: 2;
        grid-row: 2 / 3;
      }

      .item:nth-child(4) {
        grid-column: 2;
        grid-row: 3 / 3;
      }

      .item a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow: hidden;
      }

      .item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }

.card{
    box-shadow: none !important;
}

.skin-light .number-input.number-input {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: .25rem;
}

#verproducto h5{
    color:#000;
}


.card-title strong a{
    color:black !important; 
}

#vermezcal .btn-floating{
    position: absolute;
    top: 37%;
    right: 47%;
}

 .timeline {
        position: relative;
        list-style: none;
        padding: 1rem 0;
        margin: 0;
      }

      .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        margin-left: -1px;
        background-color: #9a696b;
      }

      .timeline-element {
        position: relative;
        width: 50%;
        padding: 1rem 0;
        padding-right: 2.5rem;
        text-align: right;
      }

      .timeline-element::before {
        content: '';
        position: absolute;
        right: -8px;
        top: 1.35rem;
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #9a696b;
        background-color: #9a696b;
      }

      .timeline-element:nth-child(even)::before {
        right: auto;
        left: -8px;
      }

      .timeline-element:nth-child(even) {
        margin-left: 50%;
        padding-left: 2.5rem;
        padding-right: 0;
        text-align: left;
      }

.controls-top .fa-chevron-left,.fa-chevron-right{
    background: #9a696b !important;
}

.carousel-multi-item .carousel-indicators li {
    width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    margin-bottom: -3.75rem;
    background-color: #AF1315 !important;
}

#culturanoticias .card-body a{
    color: #000 !important;
}



      @media (max-width: 767.98px) {
        .timeline::before {
          left: 8px;
        }
          
          .timeline-element {
          width: 100%;
          text-align: left;
          padding-left: 2.5rem;
          padding-right: 0;
        }
          
           .timeline-element::before {
          top: 1.25rem;
          left: 1px;
        }
          
            .timeline-element:nth-child(even) {
          margin-left: 0rem;
        }
          
             .timeline-element:nth-child(even)::before {
          left: 1px;
        }
          
          .breadcrumb{
      height: 10vh;
    font-size: 3.4vw;
       padding-top: 4vh;
           }
          
          #breadcrumb{
              height: 10vh;
          }
          
          
           
    
      }

      @media (max-width: 992px) {
    .navbar-collapse ul  {
     padding-top: 5vh;
     /*              text-align: center;*/
}
         
         
}

  

  

