/* Letra menu color blanco */
nav.main_menu > ul > li > a {
  color: white;
}

/* Letra palabra inicio menu color verde oscuro */
nav.main_menu > ul > li.active > a {
  color: #4b9f33;
}

/* ocultar menu de la derecha en web desktop */
.side_menu_button > a {
  font-size: 14px;
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  padding: 0 12px;
}

/* productos del home modo transparente */
.portelement_6 {
  max-width: 275px;
  width: 100%;
  height: 205px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #dedede;
  outline: none;
}
.portelement_6 .title-block_6 .button-block{
  position: fixed !important;
}
.portelement_6:hover .image-block_6 .image-overlay{
  background: transparent !important;
}
.portelement_6:hover .title-block_6 .button-block{
  background: transparent !important;
}
.portelement_5 .title-block_5 .button-block{
  position: fixed !important;
}
.portelement_5:hover .image-block_5 .image-overlay{
  background: transparent !important;
}
.portelement_5:hover .title-block_5 .button-block{
  background: transparent !important;
}
.portelement_4 .title-block_4 .button-block{
  position: fixed !important;
}
.portelement_4:hover .image-block_4 .image-overlay{
  background: transparent !important;
}
.portelement_4:hover .title-block_4 .button-block{
  background: transparent !important;
}
.portelement_3 .title-block_3 .button-block{
  position: fixed !important;
}
.portelement_3:hover .image-block_3 .image-overlay{
  background: transparent !important;
}
.portelement_3:hover .title-block_3 .button-block{
  background: transparent !important;
}
.portelement_2 .title-block_2 .button-block{
  position: fixed !important;
}
.portelement_2:hover .image-block_2 .image-overlay{
  background: transparent !important;
}
.portelement_2:hover .title-block_2 .button-block{
  background: transparent !important;
}
.hugeitmicro-item{
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.title-block_6 > h3{
  color: #fff !important;
}
.title-block_5 > h3{
  color: #fff !important;
}
.title-block_4 > h3{
  color: #fff !important;
}
.title-block_3 > h3{
  color: #fff !important;
}
.title-block_2 > h3{
  color: #fff !important;
}
.content.content_top_margin{
    margin-top: 0px !important;
}