@charset "UTF-8";
/*
Theme Name: BPP Damajo
Theme URI: https://pedidosgo.pe
Author: Ing. Julio Laveriano
Author URI: https://pedidosgo.pe/
Description: En el 2021 se diseña este tema para la corporación Damajo. BPP Damajo está diseñado para adaptarse a todos los dispositivos móbiles (smartphone, iphone, tablet, laptop, computadora).
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
Text Domain: BPPdamajo
Tags: ferreteria-en-general, instalacion-gas, articulos-limpieza, seguridad-industrial
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative; }

body {
  font-family: "Courier", sans-serif;
  height: 100%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Muli", sans-serif !important;
    font-weight: 700;
    position: relative; }
  body h2 {
    font-size: 24px;
    color: #414141;
    font-weight: 700;
    margin-bottom: 10px; }
  body h3 {
    margin-bottom: 10px; }
  body a {
    color: #0791e6;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  body a:hover, body a:focus, body select:hover, body select:focus, body input:hover, body input:focus, body button:hover, body button:focus {
    outline: none;
    box-shadow: none; }
  body ul {
    margin: 0;
    padding-left: 0; }
    body ul li {
      list-style-type: none; }
  body img {
    max-width: 100%; }
  body .text-right {
    text-align: right; }
  body .btn-wa-order button {
    display: block;
    border: 0;
    border-radius: 1.8em;
    padding: 15px 25px;
    margin-bottom: 0.429em;
    margin-top: 1.429em;
    background: #25d366 !important;
    color: #fff !important;
    transform: translateY(0px);
    text-decoration: none !important;
    outline: 0 !important;
    font-size: inherit !important;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    transition: top .1s ease;
    -webkit-transition: top .1s ease;
    display: flex;
    align-items: center;
    justify-content: center; }
    body .btn-wa-order button svg {
      width: 16px;
      fill: #fff;
      margin-right: 10px; }
  body .btn-wa-order.disabled {
    pointer-events: none;
    cursor: no-drop;
    filter: grayscale(1); }

figure {
  margin: 0; }

@-moz-keyframes blinking {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blinking {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blinking {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@font-face {
  font-family: "Courier";
  src: url("../fonts/Courier-New/Courier-New.eot");
  src: url("../fonts/Courier-New/Courier-New.eot?#iefix") format("embedded-opentype"), url("../fonts/Courier-New/Courier-New.svg") format("svg"), url("../fonts/Courier-New/Courier-New.ttf") format("truetype"), url("../fonts/Courier-New/Courier-New.woff") format("woff"), url("../fonts/Courier-New/Courier-New.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-ExtraBold/Muli-ExtraBold.eot");
  src: url("../fonts/Muli-ExtraBold/Muli-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-ExtraBold/Muli-ExtraBold.svg") format("svg"), url("../fonts/Muli-ExtraBold/Muli-ExtraBold.ttf") format("truetype"), url("../fonts/Muli-ExtraBold/Muli-ExtraBold.woff") format("woff"), url("../fonts/Muli-ExtraBold/Muli-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.btn-warning {
  color: #fff;
  background-color: #fcba00; }

.btn-white {
  color: #fcba00;
  background-color: #fff; }

button {
  cursor: pointer; }
  button[disabled] {
    cursor: no-drop;
    filter: grayscale(1); }

.btn-shoping {
  border: 0;
  background-color: #9b815c;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.8em;
  padding: 0.7em 3.134em;
  font-size: 18px;
  font-weight: 900; }
  .btn-shoping img {
    display: inline-block;
    margin-right: 3px; }
  .btn-shoping:hover {
    background-color: #000;
    color: #fff; }

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.dropdown:hover .dropdown-menu {
  display: block; }

form label {
  font-weight: bold; }

body.open-carrito {
  overflow: hidden; }
  body.open-carrito .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6); }
  body.open-carrito .modal-carrito {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    border: 2px solid #9b815c;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    z-index: 2; }
    body.open-carrito .modal-carrito h3 {
      font-size: 14px; }
    body.open-carrito .modal-carrito .item {
      padding: 10px;
      display: flex;
      justify-content: space-between; }
      body.open-carrito .modal-carrito .item:not(:last-child) {
        border-bottom: 1px solid #000; }
      body.open-carrito .modal-carrito .item .trash {
        width: 10%; }
        body.open-carrito .modal-carrito .item .trash svg {
          width: 16px;
          fill: #ff331b; }
      body.open-carrito .modal-carrito .item .product-item {
        width: 90%; }
    body.open-carrito .modal-carrito .btn-shoping {
      margin-top: 10px; }
    body.open-carrito .modal-carrito .close {
      display: flex;
      justify-content: flex-end; }
      body.open-carrito .modal-carrito .close span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        background-color: #ff331b;
        cursor: pointer; }
        body.open-carrito .modal-carrito .close span svg {
          fill: white;
          width: 18px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  width: 100%;
  position: relative;
  text-align: center; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-arrow {
  font-family: "Font Awesome 5 Brands"; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 71px;
  padding-top: 12px; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #fff; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 45px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ed0a01; }

.slick-prev {
  left: 0; }

[dir='rtl'] .slick-prev {
  right: -8px;
  left: auto; }

[dir='rtl'] .slick-prev:before {
  content: '\f054'; }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -8px; }

.slick-prev:before {
  content: '';
  background-color: #adadad;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 30px;
  width: 1px;
  margin-left: 20px;
  margin-top: -9px; }

.slick-prev:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.slick-next:before {
  content: "";
  background-color: #adadad;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  height: 30px;
  width: 1px;
  margin-left: 20px;
  margin-top: -9px; }

.slick-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-prev:after,
.slick-next:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #adadad;
  margin-left: 20px;
  margin-top: -9px; }

[dir='rtl'] .slick-next:before {
  content: '';
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-left: 18px; }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #626262;
    border-radius: 50%; }
  .slick-dots li.slick-active {
    width: 30px; }
    .slick-dots li.slick-active button {
      background: #000;
      width: 30px;
      border-radius: 3px; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: transparent; }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination li {
    margin: 0 4px; }
    .pagination li a {
      background-color: #969696;
      color: #000;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 700; }
    .pagination li span {
      background-color: rgba(150, 150, 150, 0.2);
      color: #000;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 700; }
    .pagination li.active span {
      background-color: #9b815c;
      color: #fff; }
  .pagination nav svg {
    width: 32px; }
  .pagination nav a {
    text-decoration: none; }

header {
  z-index: 3; }
  header a.logo img {
    max-width: 200px;
    max-height: 120px; }
  header nav {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    header nav ul.nav-pills li.nav-item {
      align-items: center;
      justify-content: center;
      display: inline-flex;
      position: relative; }
      header nav ul.nav-pills li.nav-item a.nav-link {
        color: #414141; }
        header nav ul.nav-pills li.nav-item a.nav-link span {
          position: relative;
          display: block; }
          header nav ul.nav-pills li.nav-item a.nav-link span:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background: #fcba00;
            visibility: visible;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          header nav ul.nav-pills li.nav-item a.nav-link span.subumenu {
            margin-right: 10px; }
            header nav ul.nav-pills li.nav-item a.nav-link span.subumenu:after {
              position: absolute;
              content: "" !important;
              color: #000;
              top: 6px;
              right: -15px;
              width: 0;
              height: 0;
              border-left: 8px solid #000;
              border-top: 6px solid transparent;
              border-bottom: 6px solid transparent;
              transform: rotate(90deg);
              font-size: 14px; }
        header nav ul.nav-pills li.nav-item a.nav-link:hover span:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
        header nav ul.nav-pills li.nav-item a.nav-link.active {
          background-color: #9b815c;
          color: #fff; }
          header nav ul.nav-pills li.nav-item a.nav-link.active:hover span:before {
            display: none; }
      header nav ul.nav-pills li.nav-item.submenu_top_tienda:hover .sub-menu_top {
        max-height: 1600px;
        transform: translateX(-18%);
        padding: 15px 25px; }
      header nav ul.nav-pills li.nav-item .sub-menu_top {
        position: absolute;
        left: 10px;
        background-color: #000;
        border-radius: 0px 0px 10px 10px;
        top: 90px;
        padding: 0;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
        z-index: 1000;
        transform: translateX(-92%);
        max-height: 0;
        overflow: hidden; }
        header nav ul.nav-pills li.nav-item .sub-menu_top a {
          color: #fff; }
          header nav ul.nav-pills li.nav-item .sub-menu_top a:hover {
            color: #0791e6; }
      header nav ul.nav-pills li.nav-item.border-left {
        justify-content: flex-end; }
        header nav ul.nav-pills li.nav-item.border-left img {
          width: 25px; }
    header nav a.logo {
      padding: 10px 20px; }

.content-banner {
  position: relative;
  border-top: 1px solid #000;
  margin-top: 15px; }

footer .content-footer {
  background-color: #fff;
  padding: 38px 0 30px 0; }
  footer .content-footer svg {
    font-size: 16px; }
  footer .content-footer p {
    color: #000;
    font-size: 12px; }
  footer .content-footer ul li {
    color: #000;
    font-size: 12px; }
    footer .content-footer ul li a {
      color: #000;
      font-size: 12px; }
  footer .content-footer ul.ul-contact li {
    display: inline-block;
    position: relative; }
    footer .content-footer ul.ul-contact li:first-child {
      display: block;
      margin-bottom: 24px;
      font-weight: bold;
      font-size: 14px;
      font-family: "Muli", sans-serif !important; }
      footer .content-footer ul.ul-contact li:first-child:before {
        position: absolute;
        content: "";
        width: 120px;
        height: 1px;
        background: #000;
        bottom: -8px; }
    footer .content-footer ul.ul-contact li svg {
      font-size: 16px; }
  footer .content-footer ul.ul-rrss {
    margin-top: 20px; }
    footer .content-footer ul.ul-rrss li {
      display: inline-block; }
  footer .content-footer form input {
    width: 100%;
    margin-bottom: 10px; }
  footer .content-footer form button {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
    padding: 2px 25px;
    font-family: "Muli", sans-serif !important;
    font-size: 14px; }

footer .credits {
  background-color: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 15px; }

body.home {
  background-image: url(/images/bg.png); }
  body.home aside {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0; }
  body.home section {
    position: relative; }
    body.home section h1 {
      display: inline-block;
      margin-bottom: 50px;
      font-weight: 900; }
      body.home section h1:after {
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -7px;
        left: 0;
        content: ".....................................";
        letter-spacing: 4px;
        font-size: 13px;
        color: #ff331b; }
    body.home section h2 {
      display: inline-block;
      margin-bottom: 20px;
      position: relative;
      width: 100%; }
      body.home section h2:after {
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -10px;
        left: 0;
        content: "";
        background-color: #000; }
    body.home section.section-banner {
      width: 100%;
      position: relative; }
      body.home section.section-banner .content-banner {
        width: 100%;
        position: relative; }
        body.home section.section-banner .content-banner img {
          width: 100%; }
        body.home section.section-banner .content-banner .banner-title {
          position: absolute;
          font-size: 40px;
          color: white;
          top: -64px; }
          body.home section.section-banner .content-banner .banner-title:after {
            display: none; }
      body.home section.section-banner article {
        width: 100%;
        height: 440px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat; }
        body.home section.section-banner article .content-none {
          visibility: hidden; }
      body.home section.section-banner p {
        font-size: 13px;
        font-weight: 300;
        max-width: 366px; }
      body.home section.section-banner .container {
        height: 100%; }
        body.home section.section-banner .container .row {
          height: 100%;
          z-index: 1;
          position: relative;
          color: #fff;
          padding-right: 100px; }
      body.home section.section-banner .escribenos {
        width: 170px;
        height: 63px;
        background: #fcba00;
        border-radius: 25px;
        color: #fff;
        justify-content: center;
        display: none;
        align-items: center;
        position: fixed;
        right: 20px;
        top: 230px;
        z-index: 2; }
        body.home section.section-banner .escribenos span {
          font-size: 13px;
          padding-right: 10px; }
    body.home section.section-banner-2 {
      width: 100%;
      position: relative;
      text-align: justify; }
      body.home section.section-banner-2 .slick-initialized .slick-slide {
        display: flex; }
      body.home section.section-banner-2 .slick-prev {
        bottom: -39px;
        top: auto;
        left: 50%;
        width: 55px;
        height: 10px;
        transform: translate(-25px, 0px);
        background-color: transparent; }
        body.home section.section-banner-2 .slick-prev:before {
          background-image: url(../images/left.png);
          background-color: transparent !important;
          background-repeat: no-repeat;
          width: 55px;
          height: 10px;
          transform: translate(0, 0);
          margin-left: 0; }
        body.home section.section-banner-2 .slick-prev:after {
          display: none; }
      body.home section.section-banner-2 .slick-next {
        bottom: -39px;
        top: auto;
        right: 50%;
        width: 55px;
        height: 10px;
        transform: translate(0, 0);
        margin-left: 0;
        background-color: transparent; }
        body.home section.section-banner-2 .slick-next:before {
          background-image: url(../images/right.png);
          background-color: transparent !important;
          background-repeat: no-repeat;
          width: 55px;
          height: 10px;
          transform: translate(100px, 0);
          margin-left: 0; }
        body.home section.section-banner-2 .slick-next:after {
          display: none; }
    body.home section.section-services {
      padding: 50px 0; }
      body.home section.section-services h2 {
        margin-top: 20px; }
      body.home section.section-services .container {
        max-width: 1200px; }
      body.home section.section-services .row:not(:first-child) {
        margin-bottom: 50px; }
      body.home section.section-services .row .col-md-3 {
        padding: 7px; }
      body.home section.section-services h2 strong {
        color: #414141; }
      body.home section.section-services .service-content {
        width: 100%;
        overflow: hidden;
        text-decoration: none;
        color: #fff;
        position: relative;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        -webkit-transform: translateY(-15%);
        -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        -o-transform: translateY(-15%);
        transform: translateY(-15%);
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); }
        body.home section.section-services .service-content.img-module {
          border: 0; }
          body.home section.section-services .service-content.img-module .ui-box-icon {
            padding: 0; }
        body.home section.section-services .service-content .ui-box-icon {
          position: relative;
          text-align: left;
          width: 100%;
          padding: 15px 10px; }
          body.home section.section-services .service-content .ui-box-icon.img-outstanding img {
            max-height: unset; }
          body.home section.section-services .service-content .ui-box-icon.img-outstanding span {
            background-color: #fff;
            color: #000;
            font-weight: 700;
            text-align: center;
            font-size: 16px;
            display: flex;
            height: 55px;
            justify-content: center;
            align-items: center; }
          body.home section.section-services .service-content .ui-box-icon figure {
            text-align: center; }
            body.home section.section-services .service-content .ui-box-icon figure img {
              width: 100%;
              transition: .2s;
              max-height: 199px;
              overflow: hidden;
              object-fit: cover; }
          body.home section.section-services .service-content .ui-box-icon h3 {
            color: #414141;
            font-size: 14px;
            margin-top: 40px;
            max-height: 17px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            overflow: hidden; }
          body.home section.section-services .service-content .ui-box-icon .content-shop {
            display: flex;
            justify-content: space-between;
            margin-top: 15px;
            border-top: 2px solid #000;
            padding-top: 5px; }
            body.home section.section-services .service-content .ui-box-icon .content-shop .price {
              color: #000;
              font-size: 18px; }
            body.home section.section-services .service-content .ui-box-icon .content-shop .increment {
              width: 20px; }
            body.home section.section-services .service-content .ui-box-icon .content-shop .btn-shop {
              position: relative; }
              body.home section.section-services .service-content .ui-box-icon .content-shop .btn-shop span {
                background-color: #000;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 1px 6px;
                font-size: 11px; }
        body.home section.section-services .service-content:hover .ui-box-icon img {
          transform: scale(1.1); }
      body.home section.section-services .col-md-3 {
        margin-bottom: 25px; }
    body.home section.section-contact {
      padding: 50px 0; }
    body.home section.section-herramientas {
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      padding: 15px 0;
      background-color: #000; }
    body.home section.section-category {
      position: relative; }
      body.home section.section-category .categorys__content {
        display: flex;
        justify-content: space-between; }
        body.home section.section-category .categorys__content--item {
          flex-direction: column;
          align-items: center;
          justify-content: center;
          display: flex; }
          body.home section.section-category .categorys__content--item img {
            width: 150px;
            border-radius: 10px;
            transition: .2s; }
            body.home section.section-category .categorys__content--item img:hover {
              transform: scale(1.02); }
          body.home section.section-category .categorys__content--item h3 {
            font-size: 20px;
            color: #000;
            margin-top: 10px;
            text-align: center; }
  body.home.about {
    background-color: #f5f5f5; }
    body.home.about h1 {
      font-size: 40px;
      color: #fcba00;
      margin-top: 75px; }
      body.home.about h1:after {
        display: none; }
    body.home.about .content-line {
      margin-top: 40px; }
      body.home.about .content-line .line-h {
        width: 310px;
        height: 1px;
        background-color: #000;
        margin: 0 auto; }
    body.home.about .phrase {
      max-width: 65%; }
      body.home.about .phrase p {
        font-size: 22px;
        line-height: 22px;
        color: #545454;
        position: relative; }
        body.home.about .phrase p:after {
          content: '"';
          position: absolute;
          left: -52px;
          top: -5px;
          font-size: 99px;
          color: #fcba00;
          font-weight: bold;
          font-family: 'rockwell'; }
        body.home.about .phrase p:before {
          content: '"';
          position: absolute;
          right: -52px;
          top: -5px;
          font-size: 99px;
          color: #fcba00;
          font-weight: bold;
          font-family: 'rockwell'; }
    body.home.about .block-column {
      max-width: 848px; }
    body.home.about .article-about {
      width: 100%;
      height: 100%;
      color: #545454;
      border-radius: 10px;
      border: 1px solid #545454;
      overflow: hidden; }
      body.home.about .article-about .title {
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: 100%;
        background-color: #fcba00;
        font-size: 34px;
        font-family: 'rockwell';
        font-weight: bold; }
      body.home.about .article-about .description {
        padding: 27px; }
  body.home.category section.section-services .row:not(:first-child) {
    margin-bottom: 0; }
  body.home.category section.section-services .col-md-3 {
    margin-bottom: 0; }
  body.home.category section.section-services .service-content .ui-box-icon figure img {
    max-height: 266px; }
  body.home.category section.section-services .service-content .ui-box-icon h3 {
    margin-top: 5px;
    max-height: 17px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden; }
  body.home.detail {
    background-color: #f5f5f5 !important; }
    body.home.detail section.section-services .service-content {
      align-items: center; }
      body.home.detail section.section-services .service-content .ui-box-icon figure img {
        max-height: 100%; }
    body.home.detail .content-product h1 {
      font-size: 24px;
      text-transform: uppercase; }
    body.home.detail .content-product .price {
      font-size: 42px;
      letter-spacing: -3px;
      font-weight: 900; }
    body.home.detail .content-product p {
      color: #000; }
    body.home.detail .content-product .shop .btnComprar, body.home.detail .content-product .shop a.send-wa {
      border: 0;
      background-color: #9b815c;
      color: #000;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 1.8em;
      padding: 0.7em 3.134em;
      font-size: 18px;
      font-weight: 900; }
      body.home.detail .content-product .shop .btnComprar img, body.home.detail .content-product .shop a.send-wa img {
        display: inline-block;
        margin-right: 3px; }
      body.home.detail .content-product .shop .btnComprar:hover, body.home.detail .content-product .shop a.send-wa:hover {
        background-color: #000;
        color: #fff; }
    body.home.detail .content-product .shop .quantity {
      display: block;
      border: 1px solid #ddd;
      appearance: none;
      border-radius: 1.375rem;
      padding: 0.536em 1.214em;
      margin-bottom: 15px;
      min-width: 100px; }
    body.home.detail .content-product .shop .availability {
      color: #dc3545;
      border: 2px solid #dc3545;
      border-radius: 1.214em;
      padding: 1.143em 1.357em;
      text-align: center; }
    body.home.detail .content-product .content-tabs {
      display: flex;
      flex-direction: column; }
      body.home.detail .content-product .content-tabs .nav-tabs .nav-link {
        background-color: #fff;
        color: #000;
        font-weight: bold; }
        body.home.detail .content-product .content-tabs .nav-tabs .nav-link.active {
          background-color: #c6c6c6; }
      body.home.detail .content-product .content-tabs .nav-tabs .nav-item:not(:last-child) {
        margin-right: 10px; }
      body.home.detail .content-product .content-tabs .tab-content {
        border: 1px solid black;
        padding: 20px 15px 45px 15px;
        background: white; }
  body.home.contact .content-redes {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    body.home.contact .content-redes .redes {
      margin-bottom: 35px; }
      body.home.contact .content-redes .redes__link {
        display: flex;
        align-items: center;
        color: #535353; }
        body.home.contact .content-redes .redes__link svg {
          font-size: 22px; }
        body.home.contact .content-redes .redes__link div {
          padding-left: 25px; }
  body.home.contact .line-v {
    background-color: #414141;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  body.home.contact .map {
    border: 1px solid #000;
    border-radius: 15px;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative; }
    body.home.contact .map iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

body section.section-productos {
  padding: 15px 0;
  border-top: 1px solid #000; }

body section.section-inscripcion {
  padding-bottom: 80px; }

body section .banner-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 15px;
  align-items: flex-end; }
  body section .banner-bottom .email {
    font-weight: 900; }
  body section .banner-bottom .arrows img {
    width: 55px; }
  body section .banner-bottom .whatsapp img {
    width: 125px; }

body section .inscripcion {
  border: 2px solid #000;
  padding: 20px 25px; }
  body section .inscripcion img {
    margin-bottom: 15px; }
  body section .inscripcion .form-select {
    background-image: url(../svgs/down.svg); }
  body section .inscripcion .form-control {
    height: 48px;
    background-color: #000;
    color: #fff; }
  body section .inscripcion .btn-send {
    background-color: #9b815c;
    color: #000;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 6px 25px;
    font-weight: bold; }
    body section .inscripcion .btn-send:hover {
      background-color: #000;
      color: #fff; }

body .content-subheader {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4px 0px; }
  body .content-subheader .container {
    align-items: center; }
  body .content-subheader ul.menu-category {
    display: flex;
    justify-content: space-between; }
  body .content-subheader .search-content {
    position: relative;
    width: 55%; }
    body .content-subheader .search-content form {
      position: relative; }
      body .content-subheader .search-content form input[type="text"], body .content-subheader .search-content form input[type="search"] {
        height: 31px;
        padding-right: 53px;
        padding-left: 5%;
        margin-left: -1px;
        background: #fff;
        color: #000;
        border-color: #000;
        font-size: 14px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px; }
      body .content-subheader .search-content form button[type="submit"] {
        border: none;
        text-align: center;
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 31px;
        transition: all 0.3s;
        cursor: pointer;
        border-radius: 0 20px 20px 0;
        color: #fff;
        background-color: #000; }
  body .content-subheader .shop {
    display: flex;
    align-items: center;
    /*img {
                margin-right: 10px;
            }*/
    /*.content-price {
                font-size: 13px;
                .price {
                    color: $color_red;
                }
            }*/ }
    body .content-subheader .shop img {
      width: 15px; }
    body .content-subheader .shop a.da-animate {
      display: flex;
      align-items: center;
      color: #000;
      padding-left: 30px;
      /*svg {
                    font-size: 30px;
                }*/ }
      body .content-subheader .shop a.da-animate .icon {
        position: relative; }
        body .content-subheader .shop a.da-animate .icon span {
          background-color: orangered;
          bottom: -5px;
          left: 4px;
          position: absolute;
          color: #fff;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 11px; }
      body .content-subheader .shop a.da-animate .price {
        padding-left: 10px;
        font-weight: bold;
        font-size: 12px;
        position: relative; }

body .da-animate {
  animation-name: blinking;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinking;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  transition: background-color .3s; }

body .carta {
  text-align: center; }
  body .carta a {
    margin-left: 15px;
    color: #000;
    font-weight: bold; }
    body .carta a:hover {
      color: #000; }

@media (min-width: 480px) {
  body .content-subheader ul.menu-category li.menu-item ul.sub-menu {
    transform: translateX(-50%); } }

@media (min-width: 768px) {
  body.home section.section-herramientas .content-asesoria {
    margin: 0% 0% 0% 50%; }
  body.home section.section-banner .escribenos {
    display: flex; }
  body.home section.section-category .content-category {
    height: 150px; }
    body.home section.section-category .content-category .row .col-md-4:not(:last-child) article {
      border-right: 2px solid #fff; }
  body.home.about .phrase {
    max-width: 600px; } }

@media screen and (min-width: 1024px) {
  .page-wrapper {
    padding-left: 240px; }
  .navbar-brand {
    display: none; }
  .left-sidebar {
    display: block !important; } }

@media (max-width: 668px) {
  body h2 {
    font-size: 16px; }
  body header nav {
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    body header nav ul.nav-pills li.nav-item a.nav-link {
      padding: .5rem 0.5rem; }
      body header nav ul.nav-pills li.nav-item a.nav-link span {
        font-size: 14px; }
    body header nav ul.nav-pills li.nav-item .sub-menu_top {
      top: 30px; }
  body .content-subheader ul.menu-category {
    display: none; }
  body section.section-category .categorys__content {
    justify-content: center;
    flex-direction: column; }
    body section.section-category .categorys__content .categorys__content--item {
      margin-bottom: 15px; }
  body.home.detail .content-product h1 {
    font-size: 18px; }
  body.home.detail .content-product .price {
    font-size: 34px; } }
