/* COMENTARIOS SOBRE LO QUE ESTA DANDO FORMATO */

/* Módulo nc_dropdown  
    Cambiar en css de nc_dropdown margin-botton por margin 0
*/

/* espacio header>slider */
#index #wrapper {
    padding-top: 0;
  }

  /* Personalizaciones Home de Chile */
  .shop_now .btn.btn-primary {
    background: black;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
  }
  .shop_now p {
    color: black;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
  }
  .page-title-categoryslider a {
    color: black;
  }
  .home_exclusividad .exclusividad_1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
  }
  .home_exclusividad .exclusividad_2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
  }
  .home_exclusividad .exclusividad_3 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
  }
  .home_exclusividad span {
    margin: 10px 0;
    display: block;
  }
  .home_exclusividad {
    padding: 20px 0;
  }
  .title_home {
    font-size: 35px;
    text-align: center;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px 0;
    letter-spacing: 10px;
    line-height: 1;
  }
  .block_proteccion span {
    font-size: 110px;
    font-weight: lighter;
    display: block;
    line-height: 1;
  }
  .block_proteccion {
    padding: 20px 50px 30px 50px;
    border: solid 4px #14ae5c;
  }
  .template_slide {
    margin-bottom: 50px;
  }
  .home_best span {
    font-size: 30px;
    line-height: 1;
    margin: 10px 0;
    display: block;
  }
  .home_stars {
    text-align: center;
  }
  .home_stars i {
    font-size: 50px;
    font-weight: 200;
    margin: 10px 20px;
    color: #666;
  }
  .home_best .home_best_title {
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    color: #666;
    margin: 35px 0;
  }


  /* Movil & tablet */
  @media (max-width:991px) {

  .block_proteccion span {
    font-size: 40px;
  }
  .home_best .home_best_title {
    font-size: 30px;
  }
  .home_stars i {
    font-size: 25px;
  }
  .home_best span {
    font-size: 20px;
    text-align: center;
  }
}