/*============================================================================
   #Webcms
==============================================================================*/
@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}

.imgproduc{
  overflow: hidden;
}
.imgproduc img:hover{
  transform: scale(1.1);
  transition: all 0.5s;
}

.contensearch {
    margin-right: 10px;
    padding-top: 7px;
}

.menu-bot {
  height: 1
  00%;
  padding-top: 20px;
  display: flex;
  text-align: center;
  justify-content:center;
}

.tab button.active {
  color: #FFFFFF;
  border-top: 2px solid #a8741a;
}

.listprd {
  margin-right: 20px;
  color: #353535;
  
}

.tab button {
  text-decoration: none;
  color:#666666D9;
  font-size: 1.1em;
}

.tab button:hover{
  color: #fff;
  border-color: #a8741a;
}

.tab button:focus {
  outline:none;
}

.tab {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: 0;
}
  
  
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 700;
  margin: 8px;
  border-top: 2px solid rgba(0,0,0,0.0);;
}
  
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  
  width:100%;
}

.produc {
  display:block;
  text-align: center;
  margin-bottom: 20px;
}
  
.produc img{
  width: 100%;
  height:width;
}

.contenproduc{
  font-family: Roboto, sans-serif;
  display: block;
  text-align: center;
  align-items: center;
  align-content: center;
}

.contenproduc a{
  text-decoration: none;
  color:#FFFFFF;
}

.contenproduc a:hover{
  text-decoration: none;
  color:#FFFFFF;
}

.cost {
  color: #E5BA48;
  display: contents;
  justify-content: center;
}

.cost del {
  opacity: 0.7;
}

.cost span {
  padding: 5px;
}

.buttonproduc {
  text-align: center;
  border-radius: 4px;
  outline: none;
}

.buttonproduc a{
  text-decoration: none;
  outline: none;
}


.buttonproduc button {
  font-size: 0.8em;
  color:white;
  background-color: #a8741a ;
  outline: none;
  border: 0;
  font-weight: bolder;
  
  height: 30px;
}

.buttonproduc button:hover{
  background-color: rgb(96, 136, 4);
  outline: none;
}

