/* *********** typo sephora comic *********** */
@font-face {
  font-family: "Comicraft-CCShake";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Comicraft-CCShake.otf");
}
/* *********** typo *********** */
html, * {
  font-size: 16px;
}

h1, h2, .subtitle, h4, p {
  color: #fff;
}

h1 {
  font-family: "Comicraft-CCShake";
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.700em;
  margin-bottom: 30px;
  text-align: center;
}

h2 {
  font-family: "Comicraft-CCShake";
  font-size: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.posRelative {
  position: relative;
}

/* *********** header *********** */
#header .nav-segundo {
  background-color: #000;
}
#header .nav-segundo .logo-brand {
  text-decoration: none;
}

/* *********navegador*********** */
.nav-movil {
  display: block;
}

/* *********** social header *********** */
#header .nav-segundo .social-header li {
  background-color: transparent;
  border: 1px solid rgba(250, 250, 250, 0.4);
}

#header .nav-segundo .social-header li:hover {
  background-color: rgba(250, 250, 250, 0.4);
  border: 1px solid rgba(250, 250, 250, 0.4);
}

.social-header .twitter-header button::before {
  color: #fff;
}
.social-header .facebook-header button::before {
  color: #fff;
}

/* *********** imagen principal *********** */
.img-principal {
  background: url(../img/rayos.svg) no-repeat 35% 70px, url(../img/regalos.png) no-repeat top 50px right -50px, url(../img/fondo-principal.jpg) no-repeat top left;
  background-size: 40%, 20%, cover;
  padding-bottom: 20%;
  margin-bottom: 60px;
}
.img-principal img.img-wonder {
  margin-top: 20px;
  max-width: 320px;
}

.menu-productos {
  width: 100%;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-productos li {
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 2px solid #999;
  text-align: center;
  list-style: none;
}
.menu-productos li a {
  color: #fff;
  font-family: "Comicraft-CCShake";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
}
.menu-productos li a:hover {
  background-color: #000;
  color: #d6b158;
}
.menu-productos li:first-child {
  border-left: none;
}

.nav-movil .menu-productos li {
  border-left: 0px;
  border-bottom: 2px solid #999;
}
.nav-movil .menu-productos li:first-child, .nav-movil .menu-productos li:last-child {
  border-bottom: 0;
}

/* *********** bloque productos *********** */
.padding-bottom-l {
  padding-bottom: 0;
}

h2 {
  height: 80px;
  background-color: #000;
  line-height: 80px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.titulo {
  text-align: center;
}
.titulo span {
  color: #d6b158;
  font-weight: bold;
}

/* *********** turn-card *********** */
.product h4 {
  margin: 0 auto 20px;
  min-height: 46px;
}
.product .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background-color: #000;
  opacity: .6;
  color: #fff;
  text-align: center;
}

.card {
  height: 385px;
  margin: 30px auto;
  cursor: pointer;
}

.side {
  height: inherit;
  background-color: #000;
  padding: 20px 10px;
  width: 100%;
}

.back {
  text-align: center;
}
.back p {
  line-height: 1.4em;
  font-size: 1em;
  margin: 0 10px;
}
.back .btn_regalar {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 118px;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.back .btn_regalar:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.front img {
  margin-bottom: 10px;
}

/* *********** social - producto *********** */
.social-pruducto {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.social-pruducto li {
  display: inline-block;
  list-style: none;
}
.social-pruducto button {
  background-color: transparent;
  border-color: transparent;
  outline: none;
}
.social-pruducto .facebook-producto button::before {
  content: "\F00B";
  font-size: 24px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.social-pruducto .twitter-producto button::before {
  content: "\F00C";
  font-size: 24px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.social-pruducto span {
  display: none;
}

/* BOTON */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.8;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url("../img/icon_top.png") no-repeat;
  z-index: 9999;
}

/* *********** footer *********** */
/* *********** mediaqueries *********** */
@media screen and (max-width: 767px) {
  .img-principal {
    background: url(../img/fondo-principal-xs.jpg) no-repeat;
    background-size: cover;
  }
  .img-principal .menu-productos li {
    border-left: none;
    border-top: 2px solid #999;
  }
  .img-principal .menu-productos li a {
    padding-top: 20px;
  }
  .img-principal .menu-productos li:first-child {
    border-top: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .nav-segundo .logo-brand img {
    width: 130px;
  }

  ul.topnav li:not(:first-child) {
    display: none;
  }

  ul.topnav li.icon {
    position: absolute;
    left: 0;
    top: 0;
  }

  ul.topnav.responsive li {
    float: none;
    display: block;
  }

  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  /* *********navegador*********** */
  .nav-movil {
    display: none;
  }

  .back p {
    margin: 10px;
    line-height: 1.4em;
    font-size: 1.1em;
  }

  .img-principal {
    background: url(../img/rayos.svg) no-repeat 80% 100px, url(../img/regalos.png) no-repeat top 50px right -50px, url(../img/fondo-principal.jpg) no-repeat top left -50px;
    background-size: 40%, 20%, cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product h4 {
    height: 57px;
  }

  h4 {
    font-size: 1em;
  }

  .card {
    height: 395px;
  }
}
@media screen and (min-width: 1024px) {
  .img-principal {
    background: url(../img/regalos.png) no-repeat top 50px right -50px, url(../img/rayos.svg) no-repeat 60% 70px, url(../img/fondo-principal.jpg) no-repeat top left;
    background-size: 20%, 40%, cover;
  }

  .product h4 {
    height: 46px;
  }

  h4 {
    font-size: 1.1rem;
  }

  .card {
    height: 340px;
  }

  .back p {
    margin: 0;
    line-height: 19px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .img-principal {
    background: url(../img/rayos.svg) no-repeat 32% 40px, url(../img/regalos.png) no-repeat top 50px right -50px, url(../img/fondo-principal.jpg) no-repeat top left;
    background-size: 40%, 20%, cover;
  }

  .card {
    height: 385px;
  }

  .back p {
    margin: 0;
    line-height: 23px;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=sephora-estilo.css.map */
