html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, .ui.selection.dropdown {
  vertical-align: middle;
  border-radius: 0 !important;
}

.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
  border-color: #ccc;
}

.ui.selection.dropdown {
  min-width: inherit;
}

button, a {
  outline: none;
}

::-webkit-input-placeholder, .default.text {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-ms-input-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

body, html {
  height: 100%;
}

body {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
}

body.pushable > .pusher, body.pushable {
  background: #f6f6f6 !important;
}

.clear {
  clear: both;
}

.pushable > .pusher {
  height: 100%;
  overflow: visible;
}

.pusher.dimmed {
  height: initial !important;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  margin: 0 0 -168px 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.menuMobile {
  background: #222;
  text-align: center;
}

.menuMobile a {
  display: block;
  color: #009640;
  padding: 17px 0;
  font-size: 18px;
  border-bottom: 1px solid #333;
}

.push {
  width: 100%;
  height: 168px;
}

.container {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .container {
    width: 90%;
  }
}

.imagenB {
  width: 100%;
  border: none;
  padding: 0;
  background-size: cover;
  background-position: center center;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  background-repeat: no-repeat;
}

.thumbnail {
  display: none;
}

hr {
  border: 0;
  height: 4px;
  background: #d5fc79;
  background: -moz-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d5fc79), color-stop(100%, #96e6a0));
  background: -webkit-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -o-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -ms-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: linear-gradient(to right, #d5fc79 0%, #96e6a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc79', endColorstr='#96e6a0', GradientType=1 );
  width: 60px;
  margin: 10px auto;
}

h2 {
  font-size: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.back-to-top {
  background: rgba(34, 34, 34, 0.6);
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  border: none;
  font-size: 35px;
  z-index: 10;
}

@media (max-width: 860px) {
  .back-to-top {
    bottom: 50px;
  }
}

.bannerInterno {
  position: relative;
}

.bannerInterno .fade {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.bannerInterno .imagenB {
  height: 140px;
}

.bannerInterno h1 {
  position: absolute;
  color: #fff;
  width: 100%;
  z-index: 20;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  top: 40%;
}

.breadcrumb {
  margin: 25px 0 15px 0 !important;
  font-size: 12px !important;
}

.breadcrumb a {
  color: #000 !important;
}

.breadcrumb .active {
  color: #009640 !important;
}

header {
  padding: 15px 0;
  background: #fff;
}

header .logo {
  float: left;
  width: 125px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

@media (max-width: 992px) {
  header .logo {
    margin: 0 auto;
    float: none;
  }
}

header .logo img {
  width: 100%;
}

header .botonM {
  position: fixed;
  background: rgba(0, 150, 64, 0.8);
  padding: 5px 8px;
  top: 10px;
  left: 15px;
  color: #fff;
  z-index: 100;
  border: 2px solid #fff;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

header .botonM .name {
  margin-left: 4px;
  display: inline-block;
}

header .botonM .none {
  display: none;
}

@media (min-width: 992px) {
  header .botonM {
    display: none;
  }
}

header .menuP {
  float: right;
  font-family: 'Lato';
  margin-top: 35px;
}

@media (max-width: 992px) {
  header .menuP {
    display: none;
  }
}

header .menuP ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
}

header .menuP ul li {
  padding: 7px 0;
}

header .menuP ul li:hover {
  margin-left: -1px;
}

header .menuP ul li:hover a {
  border-bottom: 2px solid #009640;
  font-weight: 700;
}

header .menuP ul li a {
  color: #009640;
  font-size: 18px;
  margin: 0 12px;
  padding-bottom: 6px;
}

.redes {
  position: fixed;
  left: 0;
  top: 300px;
  z-index: 100;
  background: rgba(34, 34, 34, 0.8);
  padding: 0 8px;
}

@media (max-width: 992px) {
  .redes {
    position: inherit;
    background: transparent;
    display: inline-block;
    margin-right: 30px;
  }
}

@media (max-width: 500px) {
  .redes {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

.redes label {
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .redes label {
    display: none;
  }
}

.redes ul li a {
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 22px;
  margin: 10px 0;
}

@media (max-width: 992px) {
  .redes ul li a {
    color: #000;
    font-size: 25px;
  }
}

.redes ul li .face:hover {
  color: #3b5998;
}

.redes ul li .you:hover {
  color: #c72d81;
  
}

@media (max-width: 992px) {
  .redes ul li {
    display: inline-block;
    margin-right: 6px;
  }
}

@media (max-width: 992px) {
  .redes ul {
    display: inline-block;
    position: relative;
    top: 3px;
  }
}

footer {
  min-height: 168px;
  font-size: 12px;
  background: #fff;
}

footer .top {
  background: #d5fc79;
  background: -moz-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d5fc79), color-stop(100%, #96e6a0));
  background: -webkit-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -o-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -ms-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: linear-gradient(to right, #d5fc79 0%, #96e6a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc79', endColorstr='#96e6a0', GradientType=1 );
  padding: 20px 0;
}

footer .top .infoFooter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
}

footer .top .infoFooter .logoBottom {
  max-width: 260px;
  padding-right: 15px;
}

footer .top .infoFooter .logoBottom img {
  width: 100%;
}

@media (max-width: 500px) {
  footer .top .infoFooter .logoBottom {
    margin: 0 auto;
  }
}

footer .top .infoFooter .item {
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  align-self: stretch;
  padding-left: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
}

footer .top .infoFooter .item:first-child {
  padding: 0;
}

@media (max-width: 500px) {
  footer .top .infoFooter .item:first-child {
    border: none;
    width: 100%;
  }
}

footer .top .infoFooter .item:last-child {
  border: none;
  display: block;
}

footer .top .infoFooter .item:last-child hr {
  margin: 10px 0;
  background: #fff;
  width: 40px;
}

footer .top .infoFooter .item:last-child label {
  font-size: 18px;
}

footer .top .infoFooter .item:last-child span {
  display: block;
}

footer .top .infoFooter .item:last-child span i {
  font-size: 14px;
  margin-right: 3px;
}

@media (max-width: 500px) {
  footer .top .infoFooter .item {
    width: 50%;
  }
}

footer .top .infoFooter .menuF ul {
  float: left;
  margin-right: 35px;
}

footer .top .infoFooter .menuF a {
  font-size: 13px;
  color: #000;
  line-height: 23px;
}

footer .bottom {
  padding: 10px 0;
}

footer .bottom .left {
  float: left;
}

@media (max-width: 700px) {
  footer .bottom .left {
    float: none;
    width: 100%;
  }
}

footer .bottom .right {
  float: right;
  margin-top: 10px;
}

footer .bottom .right span {
  display: inline-block;
}

footer .bottom .right .logo {
  max-width: 90px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

footer .bottom .right .logo img {
  width: 100%;
}

@media (max-width: 992px) {
  footer .bottom .right {
    margin-top: 15px;
  }
}

@media (max-width: 700px) {
  footer .bottom .right {
    width: 100%;
    text-align: center;
  }
}

footer .bottom #copy {
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 700px) {
  footer .bottom #copy {
    float: right;
  }
}

@media (max-width: 500px) {
  footer .bottom #copy {
    width: 100%;
    text-align: center;
  }
}

.sy-box {
  position: relative;
}

.banner {
  position: relative;
}

.banner .fades {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.banner .caption {
  position: absolute;
  z-index: 20;
  color: #fff;
  left: 20%;
  top: 30%;
  width: 60%;
}

.banner .caption label {
  border-left: 1px solid #fff;
  padding: 0 0 20px 5px;
  display: block;
}

@media (max-width: 400px) {
  .banner .caption label {
    display: none;
  }
}

.banner .caption h2 {
  font-size: 50px;
  text-transform: inherit !important;
}

@media (max-width: 1200px) {
  .banner .caption h2 {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  .banner .caption h2 {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .banner .caption h2 {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .banner .caption h2 {
    font-size: 14px;
  }
}

.banner .caption button {
  background: #000;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  padding: 12px 45px;
}

@media (max-width: 580px) {
  .banner .caption button {
    font-size: 14px;
    padding: 8px 20px;
  }
}

@media (max-width: 860px) {
  .banner .caption {
    top: 20%;
  }
}

@media (max-width: 500px) {
  .banner .caption {
    top: 10%;
  }
}

.sy-pager {
  position: absolute;
  z-index: 20;
  margin: 0;
  bottom: 30px;
  text-align: center;
}

@media (max-width: 992px) {
  .sy-pager {
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  .sy-pager {
    bottom: -24px;
    text-align: center;
    padding: 0;
  }
}

.sy-pager li a {
  background: #fff;
}

@media (max-width: 480px) {
  .sy-pager li a {
    background: #ccc;
  }
}

.sy-pager .sy-active a {
  background: #009640 !important;
}

.sy-pager li {
  width: 1em;
  height: 1em;
}

.sy-caption-wrap {
  bottom: 120px;
  left: 40px;
}

@media (max-width: 992px) {
  .sy-caption-wrap {
    bottom: 60px;
  }
}

.sy-caption-wrap .sy-caption {
  left: 0;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
}

.sy-caption-wrap .sy-caption label {
  font-weight: 100;
  font-size: 20px;
}

.sy-caption-wrap .sy-caption h2 {
  font-size: 40px;
}

.productos {
  text-align: center;
  padding: 25px 0;
  background: #fff;
}

.productos p {
  color: #999999;
  max-width: 650px;
  margin: 0 auto;
}

.productos .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
  margin: 20px 0;
}

.productos .items .item {
  width: 23%;
  height: 200px;
  margin: 0 8px 15px 8px;
  position: relative;
  overflow: hidden;
  background: #d5fc79;
  background: -moz-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d5fc79), color-stop(100%, #96e6a0));
  background: -webkit-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -o-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -ms-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: linear-gradient(to right, #d5fc79 0%, #96e6a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc79', endColorstr='#96e6a0', GradientType=1 );
  cursor: pointer;
}

@media (max-width: 900px) {
  .productos .items .item {
    width: 22.9%;
    margin: 0 5px 15px 8px;
  }
}

@media (max-width: 800px) {
  .productos .items .item {
    width: 47.7%;
    margin: 0 auto 15px;
  }
}

@media (max-width: 760px) {
  .productos .items .item {
    width: 47.3%;
  }
}

@media (max-width: 650px) {
  .productos .items .item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.productos .items .item:hover .imagenB, .productos .items .item:hover .fade {
  opacity: 0;
}

@media (max-width: 992px) {
  .productos .items .item:hover .imagenB, .productos .items .item:hover .fade {
    opacity: 1 !important;
  }
}

.productos .items .item:hover .title {
  left: -208px;
}

@media (max-width: 992px) {
  .productos .items .item:hover .title {
    opacity: 1 !important;
  }
}

.productos .items .item:hover .hover-title {
  right: 0;
  left: 0;
}

.productos .items .item a {
  color: #fff;
  display: block;
}

.productos .items .item .title {
  position: absolute;
  width: 100%;
  z-index: 30;
  left: 0;
  font-size: 18px;
  top: 40%;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

@media (max-width: 992px) {
  .productos .items .item .title {
    left: 0 !important;
  }
}

.productos .items .item .hover-title {
  color: #009640;
  position: absolute;
  top: 30%;
  right: -245px;
  z-index: 30;
  font-size: 18px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

@media (max-width: 992px) {
  .productos .items .item .hover-title {
    display: none;
  }
}

.productos .items .item .hover-title hr {
  border: 0;
  height: 4px;
  width: 40px;
  margin: 10px auto;
  background: #009640;
}

.productos .items .item .fade {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.productos .items .item .imagenB {
  height: 200px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.tendencias-home {
  background: #d5fc79;
  background: -moz-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d5fc79), color-stop(100%, #96e6a0));
  background: -webkit-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -o-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -ms-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: linear-gradient(to right, #d5fc79 0%, #96e6a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc79', endColorstr='#96e6a0', GradientType=1 );
  padding: 35px 0 60px 0;
}

.tendencias-home .container {
  position: relative;
}

.tendencias-home .left {
  float: left;
  width: 30%;
}

.tendencias-home .left hr {
  background: #fff;
  margin: 60px 0 10px 0;
}

@media (max-width: 860px) {
  .tendencias-home .left hr {
    margin-top: 0;
  }
}

.tendencias-home .left h2 {
  font-size: 48px !important;
  text-transform: inherit;
}

@media (max-width: 860px) {
  .tendencias-home .left h2 {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .tendencias-home .left h2 {
    font-size: 28px !important;
  }
}

.tendencias-home .left button {
  border: 1px solid #000;
  border-radius: 50px;
  background: transparent;
  padding: 12px 55px;
  font-size: 18px;
  color: #000;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.tendencias-home .left button:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 860px) {
  .tendencias-home .left button {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -9px;
  }
}

@media (max-width: 480px) {
  .tendencias-home .left button {
    font-size: 14px;
    padding: 8px 25px;
    top: -5px;
  }
}

@media (max-width: 860px) {
  .tendencias-home .left {
    float: none;
    width: 100%;
  }
}

.tendencias-home .right {
  float: right;
  width: 70%;
}

.tendencias-home .right .whitecard {
  float: left;
  background: #fff;
  width: 62%;
  min-height: 315px;
  border-radius: 6px;
  padding: 15px;
}

.tendencias-home .right .whitecard .info {
  float: left;
  width: 68%;
}

.tendencias-home .right .whitecard .info h1 {
  font-size: 22px;
  margin: 25px 0 15px 0;
}

.tendencias-home .right .whitecard .info p {
  color: #999999;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .tendencias-home .right .whitecard .info p {
    padding: 0 10px;
  }
}

.tendencias-home .right .whitecard .info button {
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  background: transparent;
  padding: 8px 25px;
  color: #000;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.tendencias-home .right .whitecard .info button:hover {
  background: #000;
  color: #fff;
}

.tendencias-home .right .whitecard .info button:hover i {
  color: #fff;
}

.tendencias-home .right .whitecard .info button i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 7px;
}

.tendencias-home .right .whitecard .imagen {
  float: right;
  width: 32%;
}

.tendencias-home .right .whitecard .imagen .imagenB {
  min-height: 285px;
}

@media (max-width: 560px) {
  .tendencias-home .right .whitecard {
    width: 100%;
  }
}

.tendencias-home .right .greencard {
  float: right;
  background: #009640;
  width: 35%;
  text-align: center;
  color: #fff;
  min-height: 315px;
  border-radius: 6px;
  padding: 15px 30px;
}

.tendencias-home .right .greencard h1 {
  font-size: 22px;
  margin: 15px 0;
}

.tendencias-home .right .greencard p {
  margin-bottom: 10px;
}

.tendencias-home .right .greencard button {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  background: transparent;
  padding: 8px 25px;
  color: #fff;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.tendencias-home .right .greencard button:hover {
  background: #fff;
  color: #009640;
}

@media (max-width: 560px) {
  .tendencias-home .right .greencard {
    display: none;
  }
}

@media (max-width: 860px) {
  .tendencias-home .right {
    float: none;
    width: 100%;
  }
}

.tendencias-home .sy-pager {
  text-align: center;
  bottom: -35px;
}

.tendencias-home .sy-pager li a {
  background: #fff;
}

.tendencias-home .sy-pager .sy-active a {
  background: #009640 !important;
}

.clientes {
  text-align: center;
  padding: 25px 0;
  background: #fff;
}

.clientes .container {
  width: 62%;
}

@media (max-width: 1200px) {
  .clientes .container {
    width: 92%;
  }
}

@media (max-width: 992px) {
  .clientes .container {
    width: 78%;
  }
}

@media (max-width: 860px) {
  .clientes .container {
    width: 92%;
  }
}

@media (max-width: 800px) {
  .clientes .container {
    width: 70%;
  }
}

@media (max-width: 680px) {
  .clientes .container {
    width: 85%;
  }
}

@media (max-width: 580px) {
  .clientes .container {
    width: 59%;
  }
}

@media (max-width: 500px) {
  .clientes .container {
    width: 66%;
  }
}

@media (max-width: 480px) {
  .clientes .container {
    width: 76%;
  }
}

@media (max-width: 360px) {
  .clientes .container {
    width: 98%;
  }
}

.clientes #clientes {
  height: 1%;
  margin: 30px 0 0;
  overflow: hidden;
  position: relative;
  padding: 0 50px 10px;
}

.clientes #clientes .viewport {
  height: 188px;
  overflow: hidden;
  position: relative;
}

.clientes #clientes .disable {
  visibility: hidden;
}

.clientes #clientes .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 240px;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
}

.clientes #clientes .overview li {
  margin: 0 40px;
  height: inherit;
  width: 150px;
  align-self: stretch;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
}

.clientes #clientes .overview li img {
  width: 100%;
}

.clientes #clientes .buttons {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 35px;
  height: 35px;
  color: #000;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 52px;
  cursor: pointer;
}

.clientes #clientes .next {
  right: 0;
  left: auto;
}

.contactHome {
  padding: 25px 0;
  text-align: center;
  background: #f6f6f6;
}

.contactHome .cont-mapa .mapa {
  float: left;
  width: 50%;
}

.contactHome .cont-mapa .mapa iframe {
  width: 100%;
  height: 400px;
}

.contactHome .cont-mapa form {
  float: right;
  width: 50%;
  padding: 0 20px;
}

@media (max-width: 600px) {
  .contactHome .cont-mapa form {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

.contactHome #form-datos .field {
  position: relative;
}

.contactHome #form-datos .field input, .contactHome #form-datos .field textarea {
  border-radius: 20px !important;
}

.contactHome #form-datos .field .fa-close, .contactHome #form-datos .field .fa-check {
  position: absolute;
  right: 15px;
  top: 13px;
}

.contactHome #form-datos .field .fa-close {
  color: #DB2828 !important;
}

.contactHome #form-datos .field .fa-check {
  color: #009640 !important;
}

.contactHome #form-datos .field .red {
  font-size: 12px;
}

.contactHome #form-datos .fv-has-success input {
  border: 1px solid #009640;
  background: rgba(0, 150, 64, 0.1);
}

.contactHome #form-datos .actions {
  text-align: left;
}

.contactHome #form-datos .actions button {
  background: #009640;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 10px 35px;
}

@media (max-width: 420px) {
  .contactHome #form-datos .actions button {
    width: 100%;
    padding: 20px 0;
  }
}

.products {
  padding-bottom: 30px;
}

.products a {
  background: #000;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.products a:hover {
  background: #d5fc79;
}

.products a:hover .imagenB {
  opacity: 0.7;
}

.products a:hover .conte {
  border: 2px solid transparent;
}

.products a:hover .conte button {
  background: #009640;
}

@media (max-width: 800px) {
  .products a:hover {
    background: #000;
  }
  .products a:hover .conte {
    border: 2px solid #fff;
  }
}

.products a .imagenB {
  opacity: 0.7;
}

.products a .conte {
  position: absolute;
  z-index: 10;
  width: 85%;
  height: 92%;
  border: 2px solid #fff;
  margin: 20px;
  padding-top: 50%;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.products a .conte hr {
  background: #fff;
}

.products a .conte h2 {
  font-size: 30px;
}

.products a .conte button {
  background: #000;
  border: none;
  border-radius: 50px;
  padding: 6px 20px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.products .top {
  margin-top: 30px;
}

.products .top .left {
  float: left;
  width: 30%;
}

.products .top .left .imagenB {
  height: 500px;
}

@media (max-width: 800px) {
  .products .top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .products .top .left .conte {
    width: 95%;
    padding-top: 6%;
    height: 83%;
  }
  .products .top .left .imagenB {
    height: 240px;
  }
}

@media (max-width: 700px) {
  .products .top .left .conte {
    width: 93%;
  }
}

@media (max-width: 560px) {
  .products .top .left .conte {
    width: 91%;
  }
}

@media (max-width: 400px) {
  .products .top .left .conte {
    width: 89%;
  }
}

.products .top .right {
  float: right;
  width: 68%;
}

.products .top .right a {
  margin-bottom: 20px;
}

.products .top .right .conte {
  width: 93.5%;
  padding-top: 6%;
  height: 83%;
}

.products .top .right .imagenB {
  height: 240px;
}

@media (max-width: 800px) {
  .products .top .right {
    width: 100%;
  }
  .products .top .right .conte {
    width: 95%;
    padding-top: 6%;
    height: 83%;
  }
}

@media (max-width: 700px) {
  .products .top .right .conte {
    width: 93%;
  }
}

@media (max-width: 560px) {
  .products .top .right .conte {
    width: 91%;
  }
}

@media (max-width: 400px) {
  .products .top .right .conte {
    width: 89%;
  }
}

.products .bottom a {
  width: 100%;
  text-align: left;
}

.products .bottom .conte {
  width: 95.5%;
  padding-top: 5%;
  height: 83%;
}

.products .bottom .conte h2 {
  padding-left: 20px;
}

.products .bottom .conte hr {
  margin: 10px 0 10px 20px;
}

.products .bottom .conte button {
  margin-left: 20px;
}

.products .bottom .imagenB {
  height: 240px;
}

@media (max-width: 800px) {
  .products .bottom .conte {
    width: 95%;
    padding-top: 6%;
    height: 83%;
    text-align: center;
  }
  .products .bottom .conte h2 {
    padding: 0;
  }
  .products .bottom .conte hr {
    margin: 10px auto;
  }
  .products .bottom .conte button {
    margin: 0;
  }
}

@media (max-width: 700px) {
  .products .bottom .conte {
    width: 93%;
  }
}

@media (max-width: 560px) {
  .products .bottom .conte {
    width: 91%;
  }
}

@media (max-width: 400px) {
  .products .bottom .conte {
    width: 89%;
  }
}

.contInt {
  padding-bottom: 40px;
}

.contInt .items {
  float: right;
  width: 68%;
}

@media (min-width: 860px) {
  .contInt .items .botonF {
    display: none;
  }
}

@media (max-width: 400px) {
  .contInt .items .botonF .fa {
    display: none;
  }
}

@media (max-width: 860px) {
  .contInt .items {
    width: 100%;
  }
}

.contInt .items .selects {
  margin: 10px 0;
}

.contInt .items .selects label {
  font-size: 12px;
}

.contInt .items .selects form .fields .field:last-child {
  text-align: right;
}

.contInt .items .selects form .fields .field button {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

@media (max-width: 770px) {
  .contInt .items .selects form .fields .field {
    width: 40% !important;
  }
}

@media (max-width: 770px) {
  .contInt .items .selects form .four.wide.field {
    width: 40% !important;
  }
}

@media (max-width: 500px) {
  .contInt .items .selects form .four.wide.field {
    width: 60% !important;
  }
}

@media (max-width: 400px) {
  .contInt .items .selects form .nine.wide.field {
    width: 99% !important;
  }
}

.contInt .items .resultados .top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 20px 0;
}

.contInt .items .resultados .top .left {
  float: left;
  margin-top: 6px;
}

.contInt .items .resultados .top .left .botonF {
  padding: 5px 8px;
  background: #009640;
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 500px) {
  .contInt .items .resultados .top .left .botonF {
    display: inline-block;
    margin-bottom: 8px;
  }
}

.contInt .items .resultados .top .left .botonF .name {
  margin-left: 4px;
  display: inline-block;
}

.contInt .items .resultados .top .left .fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  margin: 0;
  padding: 12px 20px;
  background: rgba(0, 150, 64, 0.9);
  font-size: 16px;
}

@media (max-width: 500px) {
  .contInt .items .resultados .top .left {
    width: 45%;
  }
}

.contInt .items .resultados .top .right {
  float: right;
}

.contInt .items .resultados .top .right button {
  background: #000;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 12px;
}

.contInt .items .resultados h3 {
  text-align: center;
  font-size: 25px;
}

.contInt .items .resultados .itemsP {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
  margin-top: 15px;
}

.contInt .items .resultados .itemsP .item {
  width: 31.5%;
  margin: 0 15px 15px 0;
  text-align: center;
  position: relative;
  min-height: 245px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.contInt .items .resultados .itemsP .item:hover a {
  background: #96e6a0;
}

.contInt .items .resultados .itemsP .item:hover button {
  background: #000;
  color: #fff;
}

.contInt .items .resultados .itemsP .item .caption {
  position: absolute;
  width: 100%;
  /*top: 41%;*/
  bottom: 11%;
  color: #000;
  left: 0;
}

.contInt .items .resultados .itemsP .item .caption h2 {
  font-size: 14px;
  margin-bottom: 5px;
  background: #d4d4d5c2;
}

.contInt .items .resultados .itemsP .item a {
  display: block;
  padding: 10px;
  background: #d5fc79;
  background: -moz-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d5fc79), color-stop(100%, #96e6a0));
  background: -webkit-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -o-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -ms-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: linear-gradient(to right, #d5fc79 0%, #96e6a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc79', endColorstr='#96e6a0', GradientType=1 );
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.contInt .items .resultados .itemsP .item img {
  width: 50%;
}

.contInt .items .resultados .itemsP .item button {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px 0;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.contInt .items .resultados .itemsP .item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 660px) {
  .contInt .items .resultados .itemsP .item {
    width: 48.5%;
  }
  .contInt .items .resultados .itemsP .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .contInt .items .resultados .itemsP .item:nth-child(3n) {
    margin-right: 15px;
  }
}

@media (max-width: 560px) {
  .contInt .items .resultados .itemsP .item {
    width: 48%;
  }
}

@media (max-width: 460px) {
  .contInt .items .resultados .itemsP .item {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
}

.contInt .items .bannerInterno .caption {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 100%;
  color: #fff;
  z-index: 20;
}

.contInt .items .bannerInterno .caption hr {
  background: #fff;
  margin: 10px 0;
}

.contInt .items .bannerInterno .caption h2 {
  margin-bottom: 5px;
}

.contInt .items .bannerInterno .caption a {
  background: #000;
  border: none;
  border-radius: 50px;
  padding: 6px 12px;
  display: inline-block;
  color: #fff;
}

@media (max-width: 860px) {
  .contInt .filtros {
    display: none;
  }
}

.filtros {
  float: left;
  width: 30%;
}

.filtros .accordion {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #f6f6f6 !important;
  background-image: -webkit-linear-gradient(bottom, #96e6a1 33%, #c2f684 67%) !important;
  background-image: -o-linear-gradient(bottom, #96e6a1 33%, #c2f684 67%) !important;
  background-image: linear-gradient(to top, #96e6a1 33%, #c2f684 67%) !important;
  padding: 1px;
}

.filtros .accordion .title {
  font-size: 18px !important;
  color: #000 !important;
  background: #f6f6f6 !important;
  border: none !important;
}

.filtros .accordion .title .icon {
  float: right !important;
  font-size: 25px;
}

.filtros .accordion .title.active {
  color: #009640 !important;
}

.filtros .accordion .content {
  font-size: 16px;
  line-height: 35px;
  background: #f6f6f6 !important;
}

.filtros .accordion .content a {
  color: gray;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.filtros .accordion .content a .fa {
  margin-right: 4px;
  color: transparent;
  font-size: 20px;
}

.filtros .accordion .content a:hover {
  color: #000;
}

.filtros .accordion .content a:hover .fa {
  color: #009640;
}

.filtros .accordion .content .active {
  color: #000;
}

.filtros .accordion .content .active .fa {
  color: #009640;
}

.filter {
  background: #fff;
}

.filter .filtros {
  width: 100%;
}

.filter .filtros .accordion {
  border: none !important;
  background: #fff !important;
}

.filter .filtros .accordion .title, .filter .filtros .accordion .content {
  background: transparent !important;
}

.modalGuia img {
  width: 100%;
}

.pag {
  text-align: center;
  margin: 20px 0;
}

.pag .pagination {
  box-shadow: none;
}

.pag .pagination .item {
  font-size: 12px;
}

.pag .cant {
  margin-left: 30px;
}

@media (max-width: 560px) {
  .pag .cant {
    display: block;
    margin: 15px 0 0 0;
  }
}

.items .botonF {
  padding: 5px 8px;
  background: #009640;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 500px) {
  .items .botonF {
    display: inline-block;
    margin-bottom: 8px;
  }
}

.items .botonF .name {
  margin-left: 4px;
  display: inline-block;
}

.items .topProduct .imagen {
  float: left;
  width: 48%;
  background: #d5fc79;
  background: -moz-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d5fc79), color-stop(100%, #96e6a0));
  background: -webkit-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -o-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -ms-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: linear-gradient(to right, #d5fc79 0%, #96e6a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc79', endColorstr='#96e6a0', GradientType=1 );
  text-align: center;
}

@media (max-width: 660px) {
  .items .topProduct .imagen {
    width: 100%;
  }
}

.items .topProduct .info {
  float: right;
  width: 50%;
}

.items .topProduct .info h1 {
  font-size: 25px;
}

@media (max-width: 660px) {
  .items .topProduct .info h1 {
    margin-top: 10px;
  }
}

.items .topProduct .info p {
  margin: 10px 0;
  color: gray;
  font-size: 12px;
}

.items .topProduct .info .colors {
  margin-bottom: 15px;
}

.items .topProduct .info .colors label {
  margin-bottom: 4px;
  display: block;
  font-weight: 600;
}

.items .topProduct .info .colors ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
}

.items .topProduct .info .colors ul li {
  margin-right: 10px;
}

.items .topProduct .info .colors ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid #ddd;
  display: block;
  cursor: pointer;
}

.items .topProduct .info .colors ul li a:hover {
  border: 2px solid #000;
}

.items .topProduct .info .colors ul li .active {
  border: 2px solid #000;
}

.items .topProduct .info .colors ul li .color1 {
  background: #fde7c5;
}

.items .topProduct .info .colors ul li .color2 {
  background: #ffcb94;
}

.items .topProduct .info .meds label {
  font-size: 14px;
}

@media (max-width: 660px) {
  .items .topProduct .info .meds {
    margin-bottom: 15px;
  }
}

.items .topProduct .info .caract label, .items .topProduct .info .incluye label {
  font-weight: 600;
}

.items .topProduct .info .caract ul, .items .topProduct .info .incluye ul {
  margin-top: 6px;
}

.items .topProduct .info .caract ul li, .items .topProduct .info .incluye ul li {
  color: gray;
  font-size: 12px;
}

.items .topProduct .info .caract ul li .fa, .items .topProduct .info .incluye ul li .fa {
  margin-right: 3px;
  color: #009640;
}

.items .topProduct .info .incluye {
  margin-top: 15px;
}

.items .topProduct .info .action {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

.items .topProduct .info .action a {
  background: #009640;
  color: #fff;
  border: none;
  padding: 6px 12px;
}

@media (max-width: 660px) {
  .items .topProduct .info {
    width: 100%;
  }
}

.items .descrip {
  margin-top: 20px;
  border: 1px solid #B7F18B;
  background: #fff;
}

.items .descrip .desc {
  background: #e2e2e2;
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
}

.items .descrip .desc a {
  border-radius: 0 !important;
  font-weight: 600;
}

.items .descrip .desc a:before {
  content: none;
}

.items .descrip .desc .active {
  background: #fff;
  font-weight: 600;
}

.items .descrip .tab {
  background: transparent;
  box-shadow: none;
  border: none;
}

.items .descrip .tab p {
  font-size: 12px;
  color: gray;
}

.items .descrip .tab .table {
  border-radius: 0 !important;
}

.items .descrip .tab .table thead {
  background: #000;
}

.items .descrip .tab .table thead th {
  background: #000;
  color: #fff;
  border-radius: 0 !important;
}

@media (max-width: 770px) {
  .items .descrip .tab .table thead {
    display: none;
  }
}

.items .descrip .tab .table td {
  border-radius: 0 !important;
}

.items .descrip .tab .enca {
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 770px) {
  .items .descrip .tab .enca {
    display: none;
  }
}

.contacto .form {
  padding: 40px 0 30px 0;
}

.contacto .form .left {
  float: left;
  width: 60%;
}

@media (max-width: 600px) {
  .contacto .form .left {
    width: 100%;
    margin-top: 20px;
  }
}

.contacto .form .right {
  float: right;
  width: 40%;
  padding: 0 0 0 30px;
}

.contacto .form .right hr {
  margin: 0 0 10px 0;
}

.contacto .form .right p {
  font-size: 14px;
  color: gray;
}

.contacto .form .right ul {
  margin-top: 15px;
  color: gray;
  line-height: 20px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .contacto .form .right {
    width: 100%;
    padding-left: 0;
  }
}

.contacto #form-datos .field {
  position: relative;
}

.contacto #form-datos .field input, .contacto #form-datos .field textarea {
  border-radius: 20px !important;
}

.contacto #form-datos .field textarea {
  width: 100%;
}

.contacto #form-datos .field .fa-close, .contacto #form-datos .field .fa-check {
  position: absolute;
  right: 15px;
  top: 13px;
}

.contacto #form-datos .field .fa-close {
  color: #DB2828 !important;
}

.contacto #form-datos .field .fa-check {
  color: #009640 !important;
}

.contacto #form-datos .field .red {
  font-size: 12px;
}

.contacto #form-datos .text {
  width: 100%;
}

.contacto #form-datos .fv-has-success input {
  border: 1px solid #009640;
  background: rgba(0, 150, 64, 0.1);
}

.contacto #form-datos .actions {
  text-align: right;
  width: 100%;
  margin-top: 15px;
}

.contacto #form-datos .actions button {
  background: #009640;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 10px 35px;
}

@media (max-width: 420px) {
  .contacto #form-datos .actions button {
    width: 100%;
    padding: 20px 0;
  }
}

.blog {
  background: #f6f6f6;
}

.blog ul {
  padding: 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
}

.blog ul li {
  width: 49%;
  margin: 0 15px 15px 0;
}

.blog ul li a .whitecard {
  float: left;
  background: #fff;
  width: 100%;
  min-height: 250px;
  border-radius: 6px;
  padding: 15px;
}

.blog ul li a .whitecard .info {
  float: left;
  width: 68%;
}

.blog ul li a .whitecard .info h1 {
  font-size: 22px;
  margin: 25px 0 15px 0;
  color: #000 !important;
}

.blog ul li a .whitecard .info p {
  color: #999999;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .blog ul li a .whitecard .info p {
    padding: 0 10px;
  }
}

.blog ul li a .whitecard .info button {
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  background: transparent;
  padding: 8px 25px;
  color: #000 !important;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.blog ul li a .whitecard .info button i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 7px;
}

.blog ul li a .whitecard .imagen {
  float: right;
  width: 32%;
}

.blog ul li a .whitecard .imagen .imagenB {
  min-height: 220px;
}

@media (max-width: 560px) {
  .blog ul li a .whitecard {
    width: 100%;
  }
}

.blog ul li a:hover .whitecard {
  box-shadow: 2px 2px 15px #aaa;
  cursor: pointer;
}

.blog ul li a:hover .whitecard button, .blog ul li a:hover .whitecard i {
  background: #009640;
  color: #fff !important;
}

.blog ul li:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 800px) {
  .blog ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.blog .pag {
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

.blog .detalle {
  padding: 30px 0;
}

.blog .detalle .left {
  float: left;
  width: 40%;
}

.blog .detalle .left img {
  width: 100%;
}

.blog .detalle .left .share {
  margin-top: 15px;
}

.blog .detalle .left .share ul {
  display: block;
  padding: 0;
  margin-top: 10px;
}

.blog .detalle .left .share ul li {
  display: inline-block;
  width: inherit;
  margin: 0 5px 0 0;
}

.blog .detalle .left .share ul li a {
  background: #000;
  color: #fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 500px) {
  .blog .detalle .left {
    width: 100%;
  }
}

.blog .detalle .right {
  float: left;
  width: 60%;
  padding: 0 20px;
}

.blog .detalle .right hr {
  margin: 15px 0;
}

.blog .detalle .right h1 {
  text-transform: uppercase;
  font-size: 25px;
}

@media (max-width: 500px) {
  .blog .detalle .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.nosotros .info {
  text-align: center;
  padding: 20px 0;
  width: 45%;
  background: #f6f6f6;
}

@media (max-width: 1500px) {
  .nosotros .info {
    width: 60%;
  }
}

@media (max-width: 800px) {
  .nosotros .info {
    width: 80%;
  }
}

.nosotros .info .imagen {
  float: left;
  width: 45%;
}

.nosotros .info .imagen img {
  width: 100%;
}

@media (max-width: 600px) {
  .nosotros .info .imagen {
    width: 100%;
  }
}

.nosotros .info .right {
  float: right;
  width: 50%;
  padding: 20px 0;
  text-align: left;
}

@media (max-width: 600px) {
  .nosotros .info .right {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }
}

.nosotros .team {
  background: #d5fc79;
  background: -moz-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d5fc79), color-stop(100%, #96e6a0));
  background: -webkit-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -o-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: -ms-linear-gradient(left, #d5fc79 0%, #96e6a0 100%);
  background: linear-gradient(to right, #d5fc79 0%, #96e6a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc79', endColorstr='#96e6a0', GradientType=1 );
  padding: 30px 0;
}

.nosotros .team .container {
  width: 45%;
}

@media (max-width: 1500px) {
  .nosotros .team .container {
    width: 60%;
  }
}

@media (max-width: 800px) {
  .nosotros .team .container {
    width: 80%;
  }
}

.nosotros .team .left {
  float: left;
  font-size: 30px;
}

.nosotros .team .left h2 {
  font-size: 30px;
}

.nosotros .team .left hr {
  margin: 70px 0 15px 0;
  background: #fff;
}

@media (max-width: 600px) {
  .nosotros .team .left {
    width: 100%;
    text-align: center;
  }
  .nosotros .team .left hr {
    margin: 0 auto 15px auto;
  }
}

.nosotros .team .imagen {
  float: right;
  width: 60%;
}

.nosotros .team .imagen img {
  width: 100%;
}

@media (max-width: 600px) {
  .nosotros .team .imagen {
    width: 100%;
    margin-top: 10px;
  }
}

.masajes .info {
  text-align: left;
  padding: 20px 0;
  width: 60%;
}

@media (max-width: 800px) {
  .masajes .info {
    width: 80%;
  }
}

.masajes .info h2 {
  text-align: center;
}

.masajes .gal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-flow: row wrap;
  margin-top: 20px;
}

.masajes .gal li {
  width: 49%;
  margin: 0 10px 10px 0;
}

@media (max-width: 860px) {
  .masajes .gal li {
    width: 48%;
  }
}

.masajes .gal li .imagenB {
  height: 150px;
}

.masajes .gal li:nth-child(2n) {
  margin-right: 0;
}

.masajes .gal li:last-child {
  width: 99.5%;
  margin: 0;
}

@media (max-width: 860px) {
  .masajes .gal li:last-child {
    width: 98%;
  }
}

@media (max-width: 600px) {
  .contactHome .cont-mapa .mapa {
    width: 100% !important;
  }
}

/******************karen*************************/

@media (max-width: 1024px){
  .left > div:nth-child(5){
    display: block !important;
  }

}

@media (min-width: 861px) and (max-width: 1086px){
  .contInt .items .resultados .itemsP .item .caption {
    bottom: 25%;
  }

  .contInt .items .resultados .itemsP .item .caption h2 {
    font-size: 11px;
  }

}

@media (max-width: 767px){
  .field.checkbox{
    margin-top: 10px !important;
  }

  #form-datos > div.left > div:nth-child(6){
    display: block !important;
  }
}

.ui.sidebar::-webkit-scrollbar-track
{
	background-color: #fff;
}

.ui.sidebar::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

.ui.sidebar::-webkit-scrollbar-thumb
{
	background-color: #eee;
}



body::-webkit-scrollbar-track
{
	background-color: #fff;
}

body::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb
{
	background-color: #eee;
}
