.degrade {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d85034+0,ff8d76+100 */
  background: linear-gradient(to right, #d85034 0%, #ff8d76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Heebo", sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
.btn-line {
  font-weight: 600;
  color: #d85034;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d85034;
  background: transparent;
  display: block;
  padding: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line:hover {
  background: #d85034;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line:disabled {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  display: block;
  width: 100%;
}
.btn-line:disabled:hover {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  background: #FFF;
}
.btn-line-gray {
  font-weight: 600;
  color: #7a7a7a;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #7a7a7a;
  background: transparent;
  display: block;
  padding: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray:hover {
  background: #d85034;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray:disabled {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  display: block;
  width: 100%;
}
.btn-line-gray:disabled:hover {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  background: #FFF;
}
.btn-fill {
  font-weight: 600;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d85034;
  background: #d85034;
  display: block;
  padding: 8px 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill:hover {
  background: #FFF;
  color: #d85034;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill:disabled {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  display: block;
  width: 100%;
}
.btn-fill:disabled:hover {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  background: #FFF;
}
.btn-fill-xl {
  font-weight: 600;
  color: #d85034;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #d85034;
  background: #FFF;
  display: block;
  padding: 18px 55px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-xl:hover {
  background: #d85034;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-xl:disabled {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  display: block;
  width: 100%;
}
.btn-fill-xl:disabled:hover {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  background: #FFF;
}
.busquero {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-line-xl {
  font-weight: 600;
  color: #d85034;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #d85034;
  background: transparent;
  display: inline-block;
  padding: 20px 30px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-xl .bi {
  margin-left: 10px;
}
.btn-line-xl:hover {
  background: #d85034;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 90;
  right: 0;
  left: 0;
  background: #0f223a;
  -webkit-border-radius: 0 0 0 80px;
  -moz-border-radius: 0 0 0 80px;
  border-radius: 0 0 0 80px;
  width: 100%;
  padding: 15px 0;
  display: block;
  height: 75px;
}
header .logo {
  padding-left: 50px;
}
header .logo img {
  width: 46px;
}
header .logo.neg {
  display: block;
}
header .logo.pos {
  display: none;
}
@media (max-width: 767px) {
  header .main-nav {
    display: none;
  }
}
header .main-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
header .main-nav ul li {
  display: inline-block;
  padding: 0 25px;
}
header .main-nav ul li a {
  line-height: 1em;
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
}
header .main-nav ul li a:hover {
  color: #CCC;
}
header .sec-nav ul {
  margin: 0 20px 0 0;
  padding: 0;
  text-align: right;
}
header .sec-nav ul li {
  display: inline-block;
  padding: 0 15px;
}
header .sec-nav ul li a {
  position: relative;
  line-height: 1em;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  padding: 22px 0;
}
header .sec-nav ul li a:hover {
  color: #CCC;
}
header .sec-nav ul li a.cart i {
  position: relative;
}
header .sec-nav ul li a.cart .qty {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  z-index: 8;
  background: #d85034;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  top: 0;
  right: -13px;
}
header .sec-nav ul li a.cart .precio {
  font-size: 14px;
  padding-left: 20px;
}
header.hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFF;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #f5f4f5;
}
header.hover .logo.neg {
  display: none;
}
header.hover .logo.pos {
  display: block;
}
header.hover .main-nav ul li a {
  padding: 24px 0;
  color: #0f223a;
}
header.hover .main-nav ul li a:hover {
  color: #d85034;
}
header.hover .main-nav ul li a.active {
  color: #d85034;
  border-bottom: 2px solid #d85034;
}
header.hover .sec-nav ul li a {
  color: #0f223a;
}
header.hover .sec-nav ul li a:hover {
  color: #CCC;
}
header.hover .sec-nav ul li a.active {
  color: #d85034;
}
.subnav,.subnavEvo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 89;
  right: 0;
  left: 0;
  padding: 100px 0 150px;
  border-bottom: 1px solid #f5f4f5;
  background: url("../img/watermark.jpg") #ffffff bottom right no-repeat;
}
.subnav ul ,.subnavEvo ul{
  column-count: 4;
  list-style: none;
  margin: 0;
  padding: 0;
}
.subnav ul li ,.subnavEvo ul li{
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
}
.subnav ul li a ,.subnavEvo ul li a{
  color: #7a7a7a;
}
.subnav ul li a:hover,.subnavEvo ul li a:hover {
  color: #d85034;
}
.search-module {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 89;
  right: 0;
  left: 0;
  padding: 150px 0 100px;
  border-bottom: 1px solid #f5f4f5;
  background: #FFF;
}
.search-module .form-control {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.search-module .btn-fill {
  display: block;
  width: 100%;
}
.search-module h2 {
  margin-bottom: 30px;
}
.hidden {
  display: none;
}
.hero {
  width: 100%;
  position: relative;
  height: 460px;
  overflow: hidden;
  -webkit-border-radius: 0 0 300px 0;
  -moz-border-radius: 0 0 300px 0;
  border-radius: 0 0 300px 0;
}
.hero img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: middle center;
}
.hero .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
}
.hero .txt h3 {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
}
.hero .txt h1 {
  font-size: 72px;
  color: #FFF;
  font-weight: 400;
}
.hero-inner {
  width: 100%;
  position: relative;
  height: 132px;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d85034+0,ff8d76+100 */
  background: linear-gradient(to right, #d85034 0%, #ff8d76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-inner .bread {
  padding-top: 95px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}
.hero-inner .bread a {
  font-weight: 700;
  color: #FFF;
}
.hero-inner .bread a:hover {
  color: #0f223a;
}
.intro {
  position: relative;
  display: block;
  margin: 50px 0 0 0;
  height: 100%;
}
.intro .backgr {
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 300px 0;
  -moz-border-radius: 0 0 300px 0;
  border-radius: 0 0 300px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d85034+0,ff8d76+100 */
  background: linear-gradient(to right, #d85034 0%, #ff8d76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  height: 100%;
  z-index: 1;
}
.intro .contenido {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  padding-right: 30%;
}
.intro .contenido h1 {
  font-size: 36px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 25px;
}
.intro .contenido p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #FFF;
}
.home-grid1 {
  display: block;
  position: relative;
  margin: 150px 0;
}
.home-grid1 h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 80px;
}
.home-grid1 article {
  border: 1px solid #f5f4f5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-grid1 article figure {
  position: relative;
  text-align: center;
  width: 100%;
  height: 260px;
  padding: 20px;
  border-bottom: 1px solid #f5f4f5;
  overflow: hidden;
}
.home-grid1 article figure .tag {
  position: absolute;
  right: 0;
  top: 20px;
  background: #d85034;
  -webkit-border-radius: 0 0 0 40px;
  -moz-border-radius: 0 0 0 40px;
  border-radius: 0 0 0 40px;
  padding: 8px 20px 8px 40px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}
.home-grid1 article figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
  max-width: 100%;
}
.home-grid1 article .desc {
  padding: 25px 28px;
}
.home-grid1 article .desc .cat {
  font-size: 13px;
  font-weight: 400;
  color: #d85034;
}
.home-grid1 article .desc .prod-tit {
  font-size: 14px;
  font-weight: 600;
  color: #0f223a;
}
.home-grid1 article .desc .tcode {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 400;
}
.home-grid1 article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
}
.home-grid1 article:hover figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1.1);
}
.carrusel-home {
  background: url(../img/bg-dibu.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  object-position: middle center;
  padding: 80px 0;
}
.carrusel-home h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 80px;
}
.carrusel-home article {
  border: 1px solid #f5f4f5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
  background: #FFF;
}
.carrusel-home article figure {
  position: relative;
  text-align: center;
  width: 100%;
  height: 260px;
  padding: 20px;
  border-bottom: 1px solid #f5f4f5;
  overflow: hidden;
}
.carrusel-home article figure .tag {
  position: absolute;
  right: 0;
  top: 20px;
  background: #d85034;
  -webkit-border-radius: 0 0 0 40px;
  -moz-border-radius: 0 0 0 40px;
  border-radius: 0 0 0 40px;
  padding: 8px 20px 8px 40px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.carrusel-home article figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
  max-width: 100%;
}
.carrusel-home article .desc {
  padding: 25px 28px;
}
.carrusel-home article .desc .cat {
  font-size: 13px;
  font-weight: 400;
  color: #d85034;
}
.carrusel-home article .desc .prod-tit {
  font-size: 14px;
  font-weight: 600;
  color: #0f223a;
}
.carrusel-home article .desc .tcode {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 400;
}
.carrusel-home article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
}
.carrusel-home article:hover figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1.1);
}
.owl-next,
.owl-prev {
  position: absolute!important;
  top: 50%!important;
  z-index: 3!important;
  font-size: 21px!important;
  color: #0f223a !important;
  background: #FFF!important;
  width: 35px!important;
  height: 35px!important;
  border: 1px solid #d85034 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.owl-next:hover,
.owl-prev:hover {
  background: #d85034 !important;
  color: #FFF!important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.owl-next {
  right: -50px !important;
}
.owl-prev {
  left: -50px !important;
}
.home-phrase {
  text-align: center;
  margin: 130px 0;
}
.home-phrase h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.home-phrase p {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}
footer {
  padding: 50px 0;
  text-align: center;
  color: #0f223a;
  font-size: 14px;
}
.resultados {
  margin: 100px 0;
}
.resultados h2 {
  font-size: 21px;
  font-weight: 500;
  color: #0f223a;
  margin-bottom: 20px;
}
.resultados .sidenav {
  border: 1px solid #f5f4f5;
  padding: 20px;
}
.resultados .sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resultados .sidenav ul li {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f5f4f5;
  position: relative;
}
.resultados .sidenav ul li a {
  color: #0f223a;
}
.resultados .sidenav ul li a:hover {
  color: #d85034;
}
.resultados .sidenav ul li a.active {
  color: #d85034;
}
.resultados .sidenav ul li a.active:hover {
  color: #7a7a7a;
}
.resultados .sidenav ul li:after {
  color: #0f223a;
  content: "\F128";
  position: absolute;
  right: 0;
  top: 10px;
  font-family: "bootstrap-icons";
}
.resultados .sidenav ul li.active:after {
  color: #d85034;
  content: "\F148";
  position: absolute;
  right: 0;
  top: 10px;
  font-family: "bootstrap-icons";
}
.resultados .sidenav ul li.active a {
  color: #d85034;
}
.resultados .sidenav ul li.active ul li a {
  color: #7a7a7a;
}
.resultados .sidenav ul li.active ul li a:hover {
  color: #d85034;
}
.resultados .sidenav ul li.active ul li a.active {
  background: #0f223a;
  display: block;
  padding: 5px;
  color: #FFF;
}
.resultados .sidenav ul li ul {
  margin: 0 0 0 5px;
}
.resultados .sidenav ul li ul li {
  font-size: 13px;
  font-weight: 400;
  border-bottom: none;
  padding: 3px 0;
}
.resultados .sidenav ul li ul li:after {
  color: #0f223a;
  content: "";
  position: absolute;
}
.resultados .sidenav ul li ul li a {
  color: #7a7a7a;
}
.resultados .sidenav ul li ul li a:hover {
  color: #d85034;
}
.resultados .results-cont {
  margin-top: 45px;
}
.resultados .results-cont .esquema {
  padding: 30px;
  border: 1px solid #f5f4f5;
  box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
}
.resultados .results-cont .esquema img {
  width: 100%;
}
.resultados .results-cont .listado {
  margin: 60px 0;
}
.resultados .results-cont .listado article {
  border-bottom: 1px solid #f5f4f5;
  padding: 20px 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resultados .results-cont .listado article:hover {
  background-color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d85034;
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
}
.resultados .results-cont .listado article figure img {
  height: 120px;
  width: 100%;
}
.resultados .results-cont .listado article .prod-tit {
  color: #0f223a;
  font-size: 16px;
  font-weight: 500;
}
.resultados .results-cont .listado article .tcode {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 400;
}
.resultados .results-cont .listado article .precio {
  font-size: 14px;
  font-weight: 700;
  color: #0f223a;
  margin-bottom: 10px;
}
.resultados .results-cont .listado article .available {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #7eb7ff;
}
.resultados .results-cont .listado article .notavailable {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #d85034;
}
.resultados .results-cont .listado article .form-select {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.resultados .cart-list {
  margin-top: 45px;
}
.resultados .cart-list .esquema {
  padding: 30px;
  border: 1px solid #f5f4f5;
  box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
}
.resultados .cart-list .esquema img {
  width: 100%;
}
.resultados .cart-list .listado {
  margin: 60px 0;
}
.resultados .cart-list .listado article {
  border-bottom: 1px solid #f5f4f5;
  padding: 20px 0;
}
.resultados .cart-list .listado article figure img {
  width: 100px;
  max-width: 100%;
}
.resultados .cart-list .listado article .prod-tit {
  color: #0f223a;
  font-size: 16px;
  font-weight: 500;
}
.resultados .cart-list .listado article .tcode {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 400;
}
.resultados .cart-list .listado article .precio {
  font-size: 14px;
  font-weight: 700;
  color: #0f223a;
}
.resultados .cart-list .listado article .available {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #7eb7ff;
}
.resultados .cart-list .listado article .notavailable {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #d85034;
}
.resultados .cart-list .listado article .form-select {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.resultados .cart-list .listado article.thead {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .resultados .cart-list .listado article.thead {
    display: none;
  }
}
.resultados .cart-list .listado article.tfoot {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #0D192C;
}
.resultados .cart-list .listado article.tfoot h4 {
  font-size: 21px;
  font-weight: 700;
  color: #0D192C;
  margin: 0;
}
.product-cont {
  margin-top: 45px;
}
.product-cont .header {
  margin-bottom: 50px;
}
.product-cont h1 {
  font-size: 36px;
  font-weight: 400;
  color: #0f223a;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .product-cont h1 {
    font-size: 24px;
  }
}
.product-cont h3 {
  font-size: 18px;
  font-weight: 400;
  color: #7a7a7a;
  margin: 0;
}
.product-cont .precio {
  color: #d85034;
  font-size: 30px;
  font-weight: 400;
}
.product-cont .disclaimer {
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
  margin-bottom: 33px;
}
.product-cont .available {
  font-size: 13px;
  font-weight: 400;
  color: #7eb7ff;
  margin-bottom: 20px;
}
.product-cont .notavailable {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #d85034;
  margin-bottom: 20px;
}
.product-cont .qty {
  font-size: 13px;
  color: #7a7a7a;
}
.product-cont .form-select {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.product-cont .btn-fill {
  margin-top: 30px;
}
.product-cont .esquema {
  padding: 30px;
  border: 1px solid #f5f4f5;
}
.product-cont .esquema img {
  width: 100%;
}
.product-cont .description {
  margin: 50px 0;
}
.product-cont .description .head {
  margin-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}
.product-cont .description .head h5 {
  display: inline-block;
  line-height: 2em;
  color: #d85034;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid #d85034;
  margin: 0;
}
.product-cont .description p {
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
}
.login-forms {
  margin: 100px 0;
}
.login-forms h1 {
  margin-bottom: 50px;
}
.login-forms input,
.login-forms textarea {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.login-forms .forgot {
  color: #d85034;
  font-size: 14px;
}
.login-forms .comentarios {
  border-bottom: 3px solid #000;
}
.login-forms .comentarios h4 {
  font-size: 18px;
  font-weight: 700;
}
.login-forms .comentarios article {
  border-top: 1px solid #eaeaea;
  padding: 20px 0;
}
.login-forms .comentarios article .date {
  font-size: 14px;
  color: #CCC;
  display: block;
  margin-bottom: 10px;
}
.login-forms .comentarios article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
.login-forms .comentarios article p a {
  color: #d85034;
}
.login-forms .nav-tabs {
  margin-bottom: 40px;
}
.login-forms .nav-tabs .nav-link {
  color: #d85034;
}
.login-forms .nav-tabs .nav-link.active {
  color: #000;
}
.login-forms .create-callout {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #f5f4f5;
  padding: 50px;
}
.login-forms .create-callout h2 {
  font-size: 21px;
}
.login-forms .create-callout p {
  margin-bottom: 30px;
}
.login-forms .create-callout .btn-line {
  display: inline-block;
  padding: 15px 45px;
}
.login-forms .create-callout .contactinfo p {
  margin-bottom: 20px;
}
.login-forms .create-callout .contactinfo p a {
  color: #0f223a;
}
.login-forms .create-callout .contactinfo p a:hover {
  color: #d85034;
}
.login-forms .ordenes {
  margin-top: 45px;
}
.login-forms .ordenes h3 {
  font-size: 21px;
  font-weight: 700;
  color: #d85034;
  line-height: 1.6em;
}
.login-forms .ordenes h3 span {
  color: #777;
  font-size: 18px;
}
.login-forms .ordenes .esquema {
  padding: 30px;
  border: 1px solid #f5f4f5;
  box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
}
.login-forms .ordenes .esquema img {
  width: 100%;
}
.login-forms .ordenes .listado {
  margin: 60px 0;
}
.login-forms .ordenes .listado article {
  border-bottom: 1px solid #f5f4f5;
  padding: 20px 0;
}
.login-forms .ordenes .listado article figure img {
  width: 100px;
  max-width: 100%;
}
.login-forms .ordenes .listado article .prod-tit {
  color: #0f223a;
  font-size: 16px;
  font-weight: 500;
}
.login-forms .ordenes .listado article .tcode {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 400;
}
.login-forms .ordenes .listado article .precio {
  font-size: 14px;
  font-weight: 700;
  color: #0f223a;
}
.login-forms .ordenes .listado article .available {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #7eb7ff;
}
.login-forms .ordenes .listado article .notavailable {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #d85034;
}
.login-forms .ordenes .listado article .form-select {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.login-forms .ordenes .listado article.thead {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .login-forms .ordenes .listado article.thead {
    display: none;
  }
}
.login-forms .ordenes .listado article.tfoot {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #0D192C;
}
.login-forms .ordenes .listado article.tfoot h4 {
  font-size: 21px;
  font-weight: 700;
  color: #0D192C;
  margin: 0;
}
.resultados .results-cont .listado article.groupOver {
  background-color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d85034;
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #0f223a;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  #mob li a {
    color: #FFF;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
