.bg-header { background: rgba(207, 164, 59, 1); }
.bg-header-black { background: rgba(0, 0, 0, 0.8); }

.box-black { background: rgba(255, 255, 255, 1) !important; }
.box-skyn { background: rgba(207, 164, 59, 0.9); }
.box-tienda { background: rgba(0, 0, 0, 0.7); }

/* INI PRODUCTOS */
.header-tienda { height:750px; padding-top: 200px; background-image: url('../img/bg/bg-new-tiendas-01.png'); width:100%;display: block; background-attachment: fixed; background-repeat:no-repeat; background-size:cover; background-position: top center; }
.header-tienda span.title  { color: #000;line-height: 1.35em;}
.tiendas {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px;background-image: url('../img/bg/bg-new-tiendas-02.png'); background-size:cover;background-position: top center; margin-top: -100px;}
.tiendas .col-centered {display: inline-block;float: none;margin-right: -4px;}
.tiendas .carousel .card {margin: 15px auto; border-radius: 0px; min-height: 220px;}
.tiendas .card{ border-radius: 2px !important; } 
.tiendas .card .content {padding: 0px 10px 5px 0px;}
.tiendas h2.card-title {text-align: center;line-height: 1em;font-weight: 400; font-size: 2.6rem; color: #fff !important;}
.tiendas h3.category {margin-top: 0px;margin-bottom: 8px;text-align: left;color: #000 !important;}
.tiendas p.card-description {text-align: justify;color: #000 !important;line-height: 1em;}
.tiendas .btn-comprar { max-width: 110px; position: absolute; right: 0px; bottom: 0px; }
/* END PRODUCTOS */


.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold { font-weight: 500 !important; }

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}
a.text-white,
a.text-white:hover,
a.text-white:focus {
  color: #fff !important;
  text-transform: uppercase !important;
}

.text-black {
  color: #000 !important;
}
a.text-black,
a.text-black:hover,
a.text-black:focus {
  color: #000 !important;
  text-transform: uppercase !important;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}



/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.bg-menu { background-image: url('../img/bg/bg-menu-v2.png'); background-position: center center; width:100%;display: block; background-size:cover; }
/* INI TOP MENU */
.nav > li { padding-left: 20px; padding-right: 20px; }
.navbar { min-height: 80px; }
.navbar .navbar-nav {margin-top: 30px;}
.navbar .navbar-brand {
    position: relative;
    height: 50px;
    line-height: 30px;
    color: inherit;
    padding: 0px 15px;
}
.navbar .navbar-nav li.btn-tienda {background-image: url('../img/bg/bg-tienda.png'); background-position: center center; background-size:cover; display: block;border-radius: 16px;color: #000;}
.navbar .navbar-nav > li > a {font-size: 19px;padding-top: 5px;padding-bottom: 5px; font-weight: 400; }
.dropdown-menu {background-color: transparent;box-shadow: unset;}
/* .dropdown-menu li {border-radius: 10px;} */
.dropdown-menu>li>a {color: #000;padding: 2px 10px;margin: 3px 5px;text-align: center; border-radius: 10px;}
.dropdown-menu>li>a.grande { margin: 4px -15px; width: 200px; }
.dropdown-menu>li>a.normal { margin: 4px 10px 4px 0px; }
.navbar.navbar-inverse .dropdown-menu li > a:hover, .navbar.navbar-inverse .dropdown-menu li > a:focus {color: #FFFFFF;box-shadow: unset; background-color: #000; }
.navbar.navbar-inverse {background-color: #000000;}
.navbar.navbar-inverse img.logo{max-width: 120px;}
/* END TOP MENU */

/* INI FOOTER */
.ir-lifestyles { position: fixed; left: 0px;top: 20%;z-index: 999;width: 80px;}
.footer-black {background: #000000;color: #fff; padding-bottom: 0px; }
.footer-black img.skyn-footer { max-width: 150px; }
.footer-black .logo-footer {padding: 0px; margin-right: 10px;}
.footer-black .informacion {text-align: left;}
.footer-black .informacion p strong { color: #F2A53A; }
.footer-black img.logo-footer{max-width: 220px;}
.footer-black img.social { max-width: 30px;}
.footer-black small.virus {background: #fff;color: #000;padding: 2px 10px;border-radius: 10px;}
/* END FOOTER */

/* INI INDEX BESTSELLER */
.bestseller { height:750px; padding-top: 200px; background-image: url('../img/bg/bg-home-01.png'); width:100%;display: block; background-attachment: fixed; background-repeat:no-repeat; background-size:cover; background-position: top center;}
.bestseller .photo-box { position: relative; overflow: hidden; }
.bestseller .photo-box img.img-fluid { width: 98%; }
.bestseller .photo-overlay { position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
.bestseller .v-center { position: relative;top: 48%;-webkit-transform: translateY(-48%);-ms-transform: translateY(-48%);transform: translateY(-48%);padding-left: 20%;padding-right: 20%;line-height: 1.15em;font-size: 1.8em;font-weight: 300;color: #fff; }
/* END INDEX BESTSELLER */


/* INI INDEX NEWS */
.news {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px; background-image: url('../img/bg/bg-home-02.png'); background-size:cover;background-position: top center; background-repeat:no-repeat; display: block; margin-top: -100px; } 
.news .title {width: auto;}
.news .card-blog {margin-top: 10px;}
.news .card-blog .card-title { min-height: 60px; font-family: "Oswald", "Helvetica", "Arial", sans-serif;font-weight: 700;text-align: center;}
.news .card {border-radius: 0px;background: transparent;margin-bottom: 5px;}
.news .card .content{border-radius: 0px;padding: 15px 15px;}
.news .card .content .card-description { min-height: 60px; font-family: "Oswald", "Helvetica", "Arial", sans-serif;text-align: justify;color: #000;text-transform: uppercase;line-height: 1.2em;}
.news .card .card-image {margin-top: 20px; margin-right: 20px; margin-left: 20px; border-radius: 0px;box-shadow: none;}
.news .card .card-image img{border-radius: 0px !important;}
.news .card .content a.vermas { background: #000; color: #fff; padding-left: 10px; padding-right: 10px; margin-bottom: 10px; }
/* END INDEX NEWS */


/* INI PRODUCTOS */
.header-producto { height:750px; padding-top: 200px; background-image: url('../img/bg/bg-home-01.png'); width:100%;display: block; background-attachment: fixed; background-repeat:no-repeat; background-size:cover; background-position: top center; }
.header-producto span.title  { color: #000;line-height: 1.35em;}
.productos {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px;background-image: url('../img/bg/bg-home-02.png'); background-size:cover;background-position: top center; margin-top: -100px;}
.productos .col-centered {display: inline-block;float: none;margin-right: -4px;}
.productos .carousel .card {margin: 15px auto; border-radius: 0px; min-height: 220px;}
.productos .card .content {padding: 0px 10px 5px 0px;}
.productos h2.card-title {text-align: left;line-height: 1em;font-weight: 400; font-size: 2.8rem; color: #000 !important;}
.productos h3.category {margin-top: 0px;margin-bottom: 8px;text-align: left;color: #000 !important;}
.productos p.card-description {text-align: justify;color: #000 !important;line-height: 1em;}
/* END PRODUCTOS */

/* INI BLOG */
.header-blog { height:700px; padding-top: 200px; background-image: url('../img/bg/bg-inspiration-01.png'); width:100%;display: block; background-attachment: fixed; background-repeat:no-repeat; background-size:cover; background-position: top center; }
.header-blog span.title  {color: #000;line-height: 1.35em;}
.blogs {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px; background-image: url('../img/bg/bg-inspiration-02.png'); background-size:cover;background-position: top center; margin-top: -150px; }
.blogs .title {width: auto;}
.blogs .card-blog {margin-top: 10px;}
.blogs .card-blog .card-title {min-height: 60px; font-family: "Oswald", "Helvetica", "Arial", sans-serif;font-weight: 700;text-align: center;}
.blogs .card {border-radius: 0px;background: transparent;margin-bottom: 5px;}
.blogs .card .content{border-radius: 0px;padding: 15px 15px;}
.blogs .card .content .card-description { min-height: 60px; font-family: "Oswald", "Helvetica", "Arial", sans-serif;text-align: justify;color: #000;text-transform: uppercase;line-height: 1.2em;}
.blogs .card .card-image {margin-top: 20px; margin-right: 20px; margin-left: 20px; border-radius: 0px;box-shadow: none;}
.blogs .card .card-image img{border-radius: 0px !important;}
.blogs .card .content a.vermas { background: #000; color: #fff; padding-left: 10px; padding-right: 10px; margin-bottom: 10px; }
/* END BLOG */


.detalle {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px; background-image: url('../img/bg/bg-inspiration-02.png'); background-size:cover;background-position: top center; margin-top: -150px;  }
.detalle .title {width: auto;}
.detalle .card-blog {margin-top: 0px;}
.detalle .card-blog .card-title {font-family: "Oswald", "Helvetica", "Arial", sans-serif;font-weight: 700;text-align: center;}
.detalle .card {border-radius: 0px;background: transparent;margin-bottom: 5px;}
.detalle .card .content{border-radius: 0px;padding: 15px 15px;}
.detalle .card .content .card-description { text-transform: uppercase; font-family: "Oswald", "Helvetica", "Arial", sans-serif;text-align: justify;color: #000;line-height: 1.2em;}
.detalle .card .card-image {margin-top: -10px;border-radius: 0px;box-shadow: none;}
.detalle .card .card-image img{border-radius: 0px !important;}
.detalle .card .content .footer {margin-top: 0px;padding-top: 5px;}
.detalle .card .content .footer img.social {max-width: 25px;margin-right: 8px;}
.detalle .card .content .footer a.vermas {position: absolute;bottom: -25px;right: 10px;}
.detalle .card .content .footer img.btn-condon {max-height: 55px;width: auto;}

/* INI ALIANZAS */
.header-alianzas { height:750px; padding-top: 200px; background-image: url('../img/bg/bg-new-tiendas-01.png'); width:100%;display: block; background-attachment: fixed; background-repeat:no-repeat; background-size:cover; background-position: top center; }
.header-alianzas span.title  {color: #000;line-height: 1.35em;}
.alianzas {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px; background-image: url('../img/bg/bg-new-tiendas-02.png'); background-size:cover;background-position: top center; margin-top: -100px;  }
/* END ALIANZAS */

/* INI ALIANZAS */
.header-tiendas { height:750px; padding-top: 200px; background-image: url('../img/bg/bg-new-tiendas-01.png'); width:100%;display: block; background-attachment: fixed; background-repeat:no-repeat; background-size:cover; background-position: top center; }
.header-tiendas span.title  {color: #000;line-height: 1.35em;}
.tiendas {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px; background-image: url('../img/bg/bg-new-tiendas-02.png'); background-size:cover;background-position: top center; margin-top: -100px;  }
.tiendas span.title  {color: #000;line-height: 1.35em;}
/* END ALIANZAS */

/* INI FAQ */
.header-faqs { height:750px; padding-top: 200px; background-image: url('../img/bg/bg-faqs-01.png'); width:100%;display: block; background-attachment: fixed; background-repeat:no-repeat; background-size:cover; background-position: top center; }
.header-faqs span.title  {color: #fff;line-height: 1.35em;}
.faqs {height: auto;min-height: 700px;padding-top: 0px;padding-bottom: 50px; background-image: url('../img/bg/bg-faqs-02.png'); background-size:cover;background-position: top center; margin-top: -100px; }
.faqs .tab-content>.tab-pane {font-size: 1.5rem; margin-left: 40px;border-radius: 20px;padding: 40px 40px;text-align: center;font-family: "Oswald", "Helvetica", "Arial", sans-serif;}
.faqs .tab-content .bubble{margin-top: 30px;margin-left: -10px;width: 40px;height: 20px;border-radius: 10px;}
.faqs .nav-pills > li > a {background: rgba(255, 255, 255, 0.2) !important;color: #000 !important;font-size: 16px;text-transform: unset;}
.faqs .nav-pills > li.active > a, .faqs .nav-pills > li.active > a:focus, .faqs .nav-pills > li.active > a:hover {box-shadow: none; background: rgba(207, 164, 59, 1) !important; }
.faqs .nav-pills > li > a.faq:hover { background: rgba(255, 255, 255, 0.8) !important; }
/* END FAQ */
#faq .panel {
  margin-bottom: 10px;
}
#faq .panel .panel-heading .panel-title {
  text-align: center;
  color: #000;
}
#faq .panel .panel-heading .panel-title a, #faq .panel .panel-heading .panel-title a:hover{
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
#faq .panel-heading{
background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    font-size: 14px;
    text-transform: unset;
    border-radius: 30px;
    padding: 10px 10px 5px 0px;
    border-bottom: none;
}
#faq .panel-body {
  margin-top: 10px;
  border-radius: 20px;
  padding: 20px 40px;
  text-align: left;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-size: 1.0em;
}

/* INI PAGINADOR */
.pagination > li > a, .pagination > li > span {
  border-radius: 0px !important;
  color: #000;
  background-color: #fff;
  font-weight: 500;
  font-size: 15px;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
}
.pagination > li.red > a {
 
  background-color: transparent;
  color: #fff;
}
/* END PAGINADOR */
.page-header span.title  {
    line-height: 1.35em;
}
.page-header .container {
    padding-top: 25vh;
}











.btn.btn-social-icon, .navbar .navbar-nav > li > a.btn.btn-social-icon {
    font-size: 20px;
    padding: 2px 2px;
    line-height: 1em;
}
.space{height: 130px;display: block;}
.space-50{height: 50px;display: block;}
.space-70{height: 70px;display: block;}
.space-100{height: 100px;display: block;}
.space-110{height: 110px;display: block;}




.navigation-example .img-src{
    background-attachment: scroll;
}

.navigation-example{
    background-image: url('../img/bg.jpg');
    background-position: center center;
    background-size: cover;
    margin-top:0;
    min-height: 740px;
}


.be-social{
    padding-bottom: 20px;
/*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}
.txt-white{color: #FFFFFF;}





.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand{
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.navbar-default .logo-container .brand{
    color: #999999;
}
.navbar-transparent .logo-container .brand{
    color: #FFFFFF;
}

.logo-container .brand-material{
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}
.logo-container .logo img{
    width: 100%;
}
.navbar-small .logo-container .brand{
    color: #333333;
}

.fixed-section{
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
}
.fixed-section ul li{
    list-style: none;
}
.fixed-section li a{
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}
.fixed-section li a.active{
    color: #00bbff;
}
.fixed-section.float{
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}


.parallax .parallax-image{
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.parallax .parallax-image img{
    width: 100%;
}




.img-container{
    width: 100%;
    overflow: hidden;
}
.img-container img{
    width: 100%;
}








/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
  /* footer.footer { border-bottom: solid 2px #20FFFF; } */
  .col-20 { width: 32% !important; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a.grande {
    margin: 4px 10px 4px 0px !important;
    width: unset;
  }
  
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  /* footer.footer { border-bottom: solid 2px #0000FF; } */

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  /* footer.footer { border-bottom: solid 2px #FFFF0A; } */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
  /* footer.footer { border-bottom: solid 2px #21FF06; } */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* footer.footer { border-bottom: solid 2px #FC02FF; } */
}

/* --------- Styles for Screen width Smaller than 480px -------- */
@media only screen and (max-width: 480px) {
  /* footer.footer { border-bottom: solid 2px #FD8008; } */

  /* INI INDEX BESTSELLER */
  .bestseller { height:760px; padding-top: 80px; }
  .bestseller .photo-box { padding: 5px 25px; }
  .bestseller .v-center { font-size: 1.5em; }
  /* END INDEX BESTSELLER */

  .news span.h2 { font-size: 2.1em; }
  .news .card-blog { margin-bottom: 45px; }

  /* INI PRODUCTOS */
  .header-producto { height:550px; padding-top: 150px; }
  .productos .card-profile img.img { max-width: 120px; padding-bottom: 10px; }
  .productos .card-profile h2.card-title { text-align: center; }
  .productos .card-profile h3.category { text-align: center; }

  .productos .carousel-control .glyphicon-chevron-left, .productos .carousel-control .glyphicon-chevron-right, .productos .carousel-control .icon-next, .productos .carousel-control .icon-prev {
    top: -1%;
  }
  .productos .carousel .carousel-control.left {
    left: 70%;
  }
  .productos .carousel .carousel-control.right {
    right: 5%;
  }
  /* END PRODUCTOS */

  /* INI BLOG */
  .header-blog { height:550px; padding-top: 150px; }
  .blogs { margin-top: -120px; padding-top: 70px; }
  .blogs span.h2 { font-size: 2.1em; }
  .blogs .card-blog { margin-bottom: 45px; }
  /* END BLOG */
  

}






