body {
  opacity: 1 !important;
  font-size: 14px;
  color: #001F3F;
  font-family: 'Barlow', sans-serif;
}
img {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
  color: #01005E;
}
.img100 {
  width: 100%;
  height: auto !important;
}
.parsley-errors-list {
  list-style: none;
  display: none;
  color: #f00;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-error {
  border: 2px solid #f00 !important;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #f00;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(94, 163, 59, 0.2);
}
a:hover {
  color: inherit;
}
.sticky {
  position: sticky;
  top: 0;
}
.fa-ul {
  position: sticky;
  top: 0;
}
.fa-ul a {
  color: #17b794;
}
.floatWhats {
  position: fixed;
  z-index: 9999;
  right: 1rem;
  top: 35%;
  display: inline-block !important;
  padding: .1rem .4rem;
  background: rgba(19, 204, 0, 0.8);
  color: #fff;
  font-size: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vertodos {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#55b496 0%, #081e3d 100%);
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: 1s;
  display: inline-block;
  min-width: 1%;
}
.vertodos:hover {
  color: #fff;
  padding: 8px;
  min-width: 100%;
}
.goUp {
  position: fixed;
  z-index: 1000;
  right: 3%;
  bottom: 3%;
  font-size: 2em;
  display: none;
}
.imgconvideo {
  display: inline-block;
  position: relative;
}
.imgconvideo .imgplay {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #top {
  background-color: #001F3F;
  color: #FFF;
  padding: 8px 0;
  font-weight: bold;
  font-size: .9em;
}
header #top span {
  color: #17b794;
}
header #top a {
  color: #FFF;
}
header #top .col-sm-4 a,
header #top .col-sm-4 a:hover {
  margin-right: 10px;
}
header #top .col-sm-4 a:last-child,
header #top .col-sm-4 a:hover:last-child {
  margin-right: 0;
}
header #med {
  padding: 10px 0;
}
header #med .logo {
  max-height: 60px;
}
header #navbarMenu ul {
  max-width: 100vw;
  flex-wrap: wrap;
}
header #menu {
  box-shadow: none !important;
}
header #menu .dropdown-toggle::after {
  display: none;
}
header #menu .menuitems {
  list-style: none;
  padding: 0;
  margin: 0;
}
header #menu .menuitems .lvl2 a {
  font-weight: bold;
  color: #17b794;
}
header #menu .nav-link {
  font-weight: bold;
  color: #001F3F;
  position: relative;
  white-space: nowrap;
  /*
            .rounded-corners(10px);
            -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            display: inline-block;
            */
}
header #menu .nav-link:hover {
  color: #17b794;
}
header #menu .nav-link.show {
  color: #17b794;
}
header #menu .nav-link.show::before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #17b794;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  z-index: 999;
}
footer {
  font-size: .9em;
}
footer .prefooter {
  color: #001F3F;
  font-weight: bold;
  background-color: rgba(40, 81, 138, 0.15);
}
footer .footer {
  background-color: #001F3F;
  color: #FFF;
}
footer .footer a {
  color: #FFF;
}
article {
  background-color: #F5F5F5;
  min-height: 90vh;
}
.carousel-item {
  position: relative;
}
.carousel-item .cont {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.carousel-item .cont h1 {
  color: #FFF;
  font-weight: bold;
}
.carousel-item .cont .btxn {
  display: inline-block;
  background-color: #22267B;
  color: #FFF;
  margin-top: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 20px;
}
.carousel-item .cont2 {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30%;
  transform: translateY(-50%);
}
.carousel-item .cont2 h1 {
  color: #001F3F;
  font-weight: bold;
  font-size: 1.5rem;
}
.carousel-item .cont2 .btxn {
  display: inline-block;
  background-color: #22267B;
  color: #FFF;
  margin-top: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 20px;
}
.btn-primary {
  background-color: #17B794;
  border-color: #17B794;
}
.border-end {
  xborder-color: #001F3F !important;
}
#secdest .pcc {
  background-color: #001F3F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#secdest .catdest {
  padding: 2rem;
  color: #FFF;
}
#secdest .catdest h2 {
  color: #17b794;
  font-size: 1.8rem;
}
#secdest .catdest a {
  color: #fff;
}
#secdest .explora {
  display: inline-block;
  background-color: #17b794;
  color: #FFF;
  margin-top: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px 15px;
}
.productitemlist {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
}
.productitemlist .text {
  color: #001F3F;
  font-weight: bold;
  padding: 8px;
}
.productitemlist .product-ref {
  font-size: .8em;
  color: #17b794;
}
.headtitle {
  background: linear-gradient(#55b496 0%, #081e3d 100%);
  padding: 2rem 0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.headtitle h1 {
  font-size: 2rem;
}
.cathome {
  background-color: #FFF;
  display: block;
  border: 1px solid #F5F5F5;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cathome .name {
  padding: 8px 0;
  color: #17b794;
}
.body_product .imgtb {
  background-color: #FFF;
  margin: 20px 0;
  padding: 3px;
}
.body_product .imgzoom,
.body_product .imgtb {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.body_product .botones a {
  background-color: #17B794;
  color: #FFF;
  font-weight: 600;
  padding: 5px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}
.body_product #swc {
  position: relative;
  display: inline-block;
  height: 2rem;
  padding: 0 1rem 0 1.2rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  background: #FFD717;
}
.body_product #swc:after {
  position: absolute;
  content: "";
  right: -1rem;
  width: 1px;
  height: 0px;
  border-left: 1rem solid #FFD717;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.body_product .pmin {
  font-weight: bold;
  color: #001F3F;
  line-height: 1em;
}
.body_product h2.sku {
  font-weight: bold;
  font-size: 1.2rem;
}
.body_product h1.title {
  font-weight: 600;
  font-size: 2.5rem;
}
.body_product h3 {
  font-weight: bold;
}
.body_product h3.additional_info {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 3rem;
}
.body_product h3.additional_info span {
  background: #F5F5F5;
  float: left;
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.body_product h3.additional_info:before {
  content: ' ';
  width: 100%;
  height: 1px;
  background: #191970;
  left: 0;
  top: .7rem;
  position: absolute;
}
@media (min-width: 768px) {
  .make-6-cols {
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
  }
  .make-6-cols .binav {
    break-inside: avoid-column;
  }
}
@media (min-width: 769px) {
  .binav {
    text-align: center;
  }
  .dropdown-item {
    white-space: normal !important;
  }
}
@media (max-width: 768px) {
  td {
    min-width: 100%;
    padding: .5rem;
  }
  header .navbar-brand img {
    max-height: 40px;
  }
  header .nav-link {
    text-align: left;
  }
  .carousel-item .cont h1 {
    font-size: 1rem;
  }
  .carousel-item .cont .btxn {
    display: inline-block;
    background-color: #22267B;
    color: #FFF;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: .6rem;
  }
  .carousel-item .cont2 {
    width: 90%;
  }
  .carousel-item .cont2 h1 {
    font-size: 1rem;
  }
  .carousel-item .cont2 .btxn {
    display: inline-block;
    background-color: #22267B;
    color: #FFF;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: .6rem;
  }
}
