body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
h1 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0 0 15px;
}
h1.center {
  text-align: center;
}
.font-invert {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h1.center small {
  display: block;
  font-weight: 700;
  font-size: 28px;
}

h2 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #000;
  margin: 0 0 15px;
}

p {margin-bottom: 20px}

a:link,
a:active,
a:hover {text-decoration: none;}

a {
  color: #000;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #000;
  opacity: 0.7;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.img-center {
  display: table;
  margin: 0 auto;
}

/* Plugins */
/* gotop */
.go-top {
  z-index: 9997;
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #fff !important;
  text-decoration: none;
  background: #f27f96;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: none;
  opacity: 0.7;
}
.go-top:hover {
  background: #f27f96;
  color: #fff !important;
  opacity: 1;
}

/* tabs */
ul.tabs {
  margin-top: 50px;
  margin: 0 auto;
  display: table;
}
ul.tabs li {
  font-weight: 700;
  float: left;
  color: #000;
  margin: 0 2px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  padding: 8px 20px;
  width: auto;
  border-top: 2px solid #666;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.tabs li:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 45%;
}
ul.tabs li:hover {
  color: #000;
  border-top: 2px solid #f27f96;
}
ul.tabs li.active {
  color: #000;
  border-top: 2px solid #f27f96;
  display: block;
}

.tab_container {
  clear: both;
  width: 100%;
  border-top: 0;
  overflow: auto;
}
.tab_content {display: none; overflow: hidden;}

.tab_drawer_heading { display: none; }

/* navfixed */
#nav-fixed {
  position: fixed;
  width: 100%;
  z-index: 9998;
  display: none;
  padding: 10px 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}
.menu_open {
  top: 0px !important;
  -webkit-transition: top .3s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .5s;
  -moz-transition: top .3s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .5s;
  transition: top .3s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .5s; /* easeInQuad */
}
.menu_closed {
  top: -120px !important;
  -webkit-transition: top .3s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .5s;
  -moz-transition: top .3s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .5s;
  transition: top .3s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .5s; /* easeOutQuad */
}

@media only screen and (max-width: 1200px) {
  #nav-fixed {display: none !important}
}

/* HAMBURGER MENU */
.nav-mobile {
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  border-bottom: 1px solid #efefef;
  background: #fff;
}
.nav-mobile .logo-nav-mobile {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-mobile .logo-inside {
  margin-top: 10px;
  margin-left: 30px;
}
.menu-btn {
  position: absolute;
  top: 45px;
  right: 30px;
  z-index: 999;
  display: inline;
  font-size: 32px;
}
.menu-btn a {
  display: inline-block;
  text-decoration: none;
  /* safari hack */
}
.btn-open:after {
  color: #777;
  content: "\f394";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
  color: #f27f96;
}
.btn-close:after {
  color: #000;
  content: "\f2d7";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
  color: #f27f96;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
}
.overlay .menu {
  margin: 0 auto;
  width: 100%;
}

.accordion-infos {
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #000;
}

.accordion {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.accordion h1 a,
.accordion h1 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
.accordion h1 a:hover,
.accordion h1:hover {
  color: #f27f96;
}

.accordion .accordion--toggle--no {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 15px 0;
  font-size: 21px;
  background-color: #fff;
}

.accordion .accordion--toggle {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: block;
  margin: 0 30px;
  padding: 15px 0;
  font-size: 21px;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.accordion .accordion--toggle:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  float: right;
  margin: 0;
  vertical-align: top;
  text-decoration: inherit;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.accordion .accordion--body {
  position: relative;
  z-index: 1;
  float: left;
  clear: both;
  margin-top: -100%;
  padding: 1em;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: margin 0.3s ease-in-out, max-height 0.25s ease-in-out;
}
.accordion.open > .accordion--toggle:after {
  transform: rotate(180deg);
}
.accordion.open > .accordion--body {
  margin-top: 0;
  height: auto;
  max-height: 100000px;
}

.accordion-sp {
  position: relative;
  display: block;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.accordion-sp .accordion--toggle {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  font-size: 16px;
  background-color: #eee;
}
.accordion-sp .accordion--toggle:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  float: right;
  margin: 0;
  vertical-align: top;
  text-decoration: inherit;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.accordion-sp .accordion--body {
  position: relative;
  z-index: 1;
  float: left;
  clear: both;
  margin-top: -100%;
  padding: 1em;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: margin 0.3s ease-in-out, max-height 0.25s ease-in-out;
}
.accordion-sp.open > .accordion--toggle:after {
  transform: rotate(180deg);
}
.accordion-sp.open > .accordion--body {
  margin-top: 0;
  height: auto;
  max-height: 100000px;
}

ul.list-hamb-menu li {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
}
ul.list-hamb-menu li a {
  font-size: 21px;
  font-weight: 400;
  color: #777;
}
ul.list-hamb-menu li a:hover {color: #f27f96;}

@media screen and (max-width: 1200px) {
  .nav-mobile {display: block;}

  .menu-btn {right: 25px;}

  .accordion-sp .accordion--toggle {
    cursor: default;
  }
  .accordion-sp .accordion--toggle:after {
    content: none;
  }
  .accordion-sp .accordion--body {
    margin-top: 0;
    max-height: 10000px;
  }
}

@media only screen and (max-width:768px) {
  .accordion-infos span {display: block;}
}

/* Classes */
.bar {
  width: 250px;
  border-top: 1px solid #000;
  display: block;
  height: 20px;
}
.effect {
  cursor: pointer;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.effect:hover {
  opacity: 0.7;
}

.alert {
  padding: 10px;
  border:1px solid white;
  color: white;
  text-align: center;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bt {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  line-height: 4;
}
.bt:hover {
  color: #f27f96;
}

ul.bread {
  display: table;
  margin: 0 auto;
}
ul.bread li {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
}
ul.bread li a {
  padding: 5px 3px;
  color: #fff;
}
ul.bread li a:hover {
  opacity: 0.7;
}
ul.bread li::before {
  color: #fff;
  content: "/";
  margin-right: 2px;
  margin-left: 2px;
}

ul.bread li:first-child::before {
  content: "";
  margin-left: 0;
}

/* Hero */
#home-slider {
  background: url(../img/home-slider-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
}

.header-section {
  background: url(../img/header-section-bg.jpg) no-repeat top left;
  display: block;
  position: relative;
  height: 400px;
  text-align: center;
  padding-bottom: 50px;
}

.section-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding-bottom: 40px;
}
.section-title h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.header {
  display: block;
  padding: 50px 50px 0 50px;
  overflow: hidden;
  position: relative;
  z-index: 102;
}

.logo {
  width: 20%;
  float: left;
}
.logo img {display: table; margin:0 auto;}

.menu-primary {
  margin-top: 66px;
  width: 40%;
  float: left;
}
.menu-primary .menu {float: left;}

.menu-secondary {
  margin-top: 66px;
  width: 40%;
  float: left;
}
.menu-secondary .menu,
.menu-secondary-fixed .menu {float: right;}

.menu-primary-fixed {
  margin-top: 36px;
  width: 40%;
  float: left;
}
.menu-secondary-fixed {
  margin-top: 36px;
  width: 40%;
  float: left;
}

.menu li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu li a {
  color: #000;
  padding: 0 8px;
}
.menu li a:hover {
  opacity: 0.5;
}

.menu-invert li a {
  color: #fff;
  padding: 0 8px;
}
.menu-invert li a:hover {
  opacity: 0.5;
}

#home-slider .infos {
  position: absolute;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  z-index: 102;
  bottom: 50px;
  left: 50px;
}
#home-slider .infos a {color: #fff}
#home-slider .infos a:hover {opacity: 0.7}

#owl-slider {
  text-align: right;
  z-index: 101;
  bottom: 0;
  right: 0;
  position: absolute;
}
#owl-slider img {
  float: right;
}

.slider-desktop {display: block !important}
.slider-mobile {display: none !important}

@media only screen and (max-width: 768px) {
  .header-section {}
  .slider-desktop {display: none !important}
  .slider-mobile {display: block !important}
}

@media only screen and (max-width: 1200px) {
  .header {display: none}
  #home-slider .infos {display: none}
}
@media only screen and (max-width: 1037px) {
  #owl-slider {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .slider-desktop {
    height: 450px;
  }  
}

/* Home Destacados */
#home-feat {
  display: block;
  background: url(../img/home-feat-bg.jpg) top left no-repeat #fff;
  padding: 140px 0;
  overflow: hidden;
}
#home-feat .title {
  width: 30%;
  float: left;
  padding-top: 100px;
  padding-right: 60px;
  text-align: right;
}
#home-feat .title span {display: block;}
#home-feat .content {
  width: 70%;
  float: left;
}
#home-feat .col {
  float: left;
}
#home-feat .item img,
#home-feat .item2 img {
  float: right;
  margin: 30px 0;
}
#home-feat .item3 img {
  margin: 110px 0 0 60px;
}

@media (min-width: 992px) and (max-width: 1540px) {
  #home-feat .title {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }
  #home-feat .content {
    width: 100%;
  }
  #home-feat .col {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #home-feat .title {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }
  #home-feat .content {
    width: 100%;
    float: none;
    text-align: center;
  }
  #home-feat .col {
    float: none;
    width: 100%;
    text-align: center;
  }
  #home-feat .item img,
  #home-feat .item2 img,
  #home-feat .item3 img {
    float: none;
    margin: 30px auto;
  }
}

/* Home Lanza */
#home-release {
  display: block;
  background: #fff;
  padding-bottom: 140px;
}
#home-release .title {text-align: center}

#home-release .item {
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prod-item {
  border: 1px solid #efefef;
  background: #fff;
  position: relative;
  height: 380px;
  margin-bottom: 30px;
}
.prod-item .infos {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 40px 40px 40px;
  line-height: 0;
}
.prod-item .infos .title {
  width: 75%;
  float: left;
}
.prod-item .infos .title h1 {
  margin: 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: left;
}
.prod-item .infos .detail {
  font-family: 'Roboto Mono', sans-serif;
  float: right;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prod-item .pic img {
  padding-top: 40px;
  display: table;
  margin: 0 auto;
}

/* Home About */
#home-about {
  display: block;
  background: url(../img/home-about-bg.jpg) center center no-repeat #fff;
  height: 700px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
#home-about > .box {
  text-align: center;
  margin: auto;
  width: 800px;
  height: 500px;
  background: #fff;
  box-shadow: 0 15px 25px rgba(0,0,0,0.25);
}
#home-about .img {
  width: 45%;
  float: left;
  height: 500px;
}
#home-about .desc {
  width: 55%;
  height: 500px;
  float: left;
  display: -webkit-flex;
  display: flex;
}
#home-about .desc .box {
  text-align: left;
  padding-left: 50px;
  margin: auto;
  height: auto;
}
@media only screen and (max-width: 500px) {
  #home-about > .box {
    width: 85%;
  }
  #home-about .img {
    display: none;
  }
  #home-about .desc {
    width: 100%;
  }
  #home-about .desc .box {
    width: 100%;
    padding: 30px;
  }
}

/* Home Blog */
#home-blog {
  display: block;
  padding: 140px 0;
  background: url(../img/home-blog-bg.jpg) right center no-repeat #fff;
}

/* Instagram */
#instagram {
  display: block;
  padding: 140px 0;
  background: url(../img/instagram-bg.jpg) right center no-repeat #000;
  background-size: cover;
}
#instagram .title h1 {color: #fff;}

/* PLUGINS */
.instabox {padding: 0px;}
.instabox {float: left; width: 14%; padding: 1px;}
.instabox > a {display: block; position: relative;}
.instabox .likes {
  background: rgba(231,39,142,0.8);
  font-size: 1em;
  position: absolute;
  color: #fff;
  right: 0px;
  top: 0px;
  left: 0px;
  height: 100%;
  opacity: 0;
  text-align: center;
  line-height: 150px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
.instabox a:hover .likes {opacity:1;}
.instabox .likes span {
  position: absolute;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.instabox .likes span img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 5px;
}
.instabox > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer */
.footer-menu {
  display: block;
  padding: 70px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.footer-menu ul {
  display: table;
  margin: 0 auto;
}
.footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-menu ul li a {color: #000}
.footer-menu ul li a:hover {opacity: 0.5;}

.footer-credits {
  color: #999;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0;
}
.footer-credits .logo-credits {
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 2;
}
.footer-credits a {color: #999}
.footer-credits a:hover {opacity: 0.5;}

@media only screen and (max-width: 992px) {
  .hidden {display: none}
  .footer-menu ul li {
    display: block;
    text-align: center;
  }
  .footer-credits {
    padding-left:30px;
    padding-right:30px;
  }
  .footer-credits span {display: block;}
}


/* Kerasys */
.section-content {
  display: block;
  padding: 50px 10%;
}

.section-kerasys {
  background: url(../img/kerasys-bg.jpg) right top no-repeat #fff;
}

.kerasys-desc h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.kerasys-desc .box {
  padding: 0 30px;
  height: 330px;
  float: left;
  width: 50%;
}

.section-world {
  display: block;
  background: #000;
  padding: 110px 10%;
  color: #fff;
}
.section-world .bar {border-color: #fff}
.section-world h1,
.section-world h2 {color: #fff}
.section-world .desc {
  padding: 80px 0 0;
}

@media only screen and (max-width:1400px) {
  .kerasys-desc .box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
  }
  .section-world .desc {
    padding: 30px 0 50px;
  }
}

@media only screen and (max-width:992px) {

}

/* Blog */
.blog-content .post-title {text-align: center}

.post {
  display: block;
}
.post2 {margin-bottom: 20px;}

.post-img {
  display: block;
  height: 555px;
}
.post-img2 {
  display: block;
  height: 230px;
}

.post-title {
  display: block;
  padding: 15px 0;
}
.post-title .date {
  color: #777;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.4;
}

.post-main-img {
  display: block;
  margin: 15px 0 30px;
}
.post-main-img img {
  display: table;
  margin: 0 auto;
}

.post-desc {
  width: 650px;
  display: table;
  margin: 0 auto;
  text-align: left;
}

.post2 .post-title h1 {
  font-size: 24px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .post .post-title h1 {
    font-size: 24px;
    margin: 0;
  }

  .post-desc {width: 100%;}
}

/* Contacto */
.form .half {
  margin-right: 2%;
  width: 48%;
  float: left;
  padding: 5px 0;
}
.form .full {
  margin-right: 2%;
  width: 98%;
  padding: 5px 0;
}
.form div input,
.form div textarea {
  width: 100%;
  padding: 15px 0;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}
.form button {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 0;
}
.form button:hover {
  opacity: 0.7;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #ccc !important;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #f90;
}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: #f90;
}

.alert {
  display: block;
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border-radius: 0;
}

.contacto-extra {
  display: block;
  margin-top: 50px;
}
.contacto-extra .box {
  float: left;
  width: 33.3333333333%;
  height: 150px;
}
.contacto-extra .box a {
  font-size: 21px;
}
.contacto-extra .box a:hover {}
@media only screen and (max-width: 768px) {
  .contacto-extra .box {width: 100%; height: auto; margin-bottom: 50px}
}
@media (min-width: 768px) and (max-width: 992px) {
  .contacto-extra .box {width: 50%;}
}

/* Products */
.section-products {}
.section-products .box-prod-feat {
  width: 33%;
  height: 400px;
  float: left;
  position: relative;
}
.section-products .box-prod-feat:nth-child(3n+0) {
  width: 34%;
}
.section-products .box-prod-feat .prod-feat-title {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.section-products .box-prod-feat .prod-feat-title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.product-desc {
  padding: 50px 0;
}

.product-img {
  display: table;
  margin: 0 auto;
}

.bt-comprar:link,
.bt-comprar:active,
.bt-comprar:visited {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #f27f96;
  line-height: 4;
  padding: 20px 30px;
}
.bt-comprar:hover {
  opacity: 1;
  background: #a8334b;
  color: #fff;
}

@media (min-width: 640px) and (max-width: 1200px) {
  .section-products .box-prod-feat {
    width: 50%;
  }
  .section-products .box-prod-feat:nth-child(3n+0) {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .section-products .box-prod-feat {
    width: 100%;
  }
  .section-products .box-prod-feat:nth-child(3n+0) {
    width: 100%;
  }
}
