/* otros estilos MHU para NAVIDAD */

#fh5co-home .flexslider .fh5co-text h2 {
    font-size: 35px;
  } 
  
  #fh5co-home .flexslider .fh5co-text h2 span {
    color: #fba300;
    font-weight: bold !important;
    font-style: normal !important;
  }
  
  h1 {
    white-space: nowrap;
  }
  
  i.navidad {
    font-size: 110px;
    color: rgb(136, 0, 0);
  }
  
  i.detras {
    color: rgb(0, 61, 0);
  }

  @media screen and (max-width: 1280px) {
    i {
      font-size: 90px !important;
    }
    #fh5co-home .flexslider .fh5co-text h2 {
      font-size: 30px !important;
    }
  }
  
  @media screen and (max-width: 992px) {
    
    i {
      font-size: 70px !important;
    }
    #fh5co-home .flexslider .fh5co-text h2 {
      font-size: 25px !important;
    }
  }
  
  @media screen and (max-width: 600px) {
    i {
      font-size: 50px !important;
    }
    #fh5co-home .flexslider .fh5co-text h2 {
      font-size: 20px !important;
    }
  }

  #fh5co-featured .navidad .fh5co-heading .heading:before, #fh5co-featured .navidad .fh5co-heading .heading::before {
    height: 132px;
    width: 153px;
    position: absolute;
    content: "";
    background: url(../images/croquetas_logo_navidad.png) no-repeat;
    top: 0;
    left: 50%;
    margin-top: -100px;
    margin-left: -65px;
  }

  .especial-navidad {
    color: rgb(136, 0, 0);
  }
