/* Add here all your css styles (customizations) */
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #5f6621 !important;
}

.g-bg-qq{
	background-color: #5f6621 !important;
}

.g-bg-qq--hover:hover{
	background-color: #103108 !important;
}
.g-bg-crema{
	background-color: #E7E8CF !important;
}

.g-bg-verde-qq{
	background-color: #103108 !important;
}

.g-bg-qq-light{
	background-color: #BEC803 !important;
}
.g-bg-qq--hover:hover{
	background-color: #BEC803 !important;
}


.g-color-qq{
	color: #5f6621 !important;
}

.g-color-verde-qq{
	color: #3D5C03 !important;
}

.g-color-qq-light{
	color: #BEC803 !important;
}
.g-color-verde{
	color: #133907 !important;
}

.rubik{
	font-family: 'Rubik', sans-serif !important;
}

.g-brd-qq{
	border-color: #5F6521 !important;
}
.g-bg-product{
	background-color: #B7B99A !important;
}
.barra{
	border: 1px solid #5f6621 !important;
}

.borde-bread{
	border-top: 4px solid #808080 !important;
	border-bottom: 4px solid #808080 !important;
}
.g-bg-gray{
	background-color: #E8E6E7 !important;
}

.parrafo{
	font-size: 20px !important;
}




/*------------------------------------
  Boton flotante
------------------------------------*/
.boton-medicca {

    position: fixed;
    float: right;
    right: 10px;
    bottom: 10px;
    z-index: 600;
}
.btn-float {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border: none;
  font-size: 26px;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}
.btn-float:hover {
  text-decoration: none;
    color: #00407e;
}
.btn-float:active, .btn-float:focus {
  outline: none;
}
.btn-float + .btn-float {
  margin-left: 5px;
}

.icon-bars {
  background: #fff;
  height: 1px;
  width: 22px;
  margin: auto;
  display: block;
  position: relative;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: 0.3s 0.3s;
}
.icon-bars:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 1px;
  background: #fff;
  color: #000;
  top: -10px;
}
.g-bg-medicca{
  background: #f4f4f4 !important;
}
.g-bg-medicca2{
  background:  #00407e !important;
}
.float-btn-group {
  position: relative;
  float: right;
  transition: 0.3s;
}
.float-btn-group .btn-triger {
  z-index: 15;
  float: left;
}
.float-btn-group .btn-list {
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.float-btn-group .btn-list li {
  display: inline-block;
}
.float-btn-group.open .icon-bars {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.model-0 .float-btn-group {
  width: 75px;
  padding-left: 15px;
  min-height: 75px;
  overflow: hidden;
}
.model-0 .float-btn-group .btn-list {
  opacity: 0;
  width: 225px;
}
.model-0 .float-btn-group.open {
  width: 305px;
}
.model-0 .float-btn-group.open .btn-list {
  opacity: 1;
}


.link-footer {
  text-decoration: none !important;
  color: #000;
}
.link-footer--hover:hover{
  text-decoration: none !important;
  color: #FF0037 !important;
}

.link-hola{
  color: #FFF !important;
  font-size: 40px !important;
}
.link-hola:hover{
  color: #FF0037 !important;
  text-decoration: none;
  font-size: 40px !important;
}