@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
.fuentePrincipal {
  font-family: "Barlow", sans-serif; }

.font-regular {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-12 {
  font-size: 0.75rem; }

.font-14 {
  font-size: 0.875rem; }

.font-16 {
  font-size: 1rem; }

.font-18 {
  font-size: 1.125rem; }

.font-20 {
  font-size: 1.25rem; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bolf {
  font-weight: 700; }

.colorPrincipal {
  color: #2b2b2b; }

.colorSecundario {
  color: #fff; }

.bg-principal {
  background-color: #2b2b2b; }

.bg-secundario {
  background-color: #fff; }

.nav-link {
  font-family: "Barlow", sans-serif;
  color: #2b2b2b;
  font-weight: 400; }

.navbar-toggler {
  background-color: #2b2b2b !important; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

/*# sourceMappingURL=styles.css.map */

.subtitulo-p{
  color: #6d6c6c;
  font-weight: 600;
}

.banner{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0 !important;
  color: whitesmoke;
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-p{
  color:whitesmoke
}

.quienes{
  min-height: 50vh !important;
  background-size:cover;
}

.dark{
  background-color: #2b2b2b !important;
  color: whitesmoke;
}

.logo{
  max-height: 90px !important;
}
.navbar{
  padding: 0px !important
}

#secondary{
  display:none !important;
  background-color: black;
}

span > ins{
  font-size: 40px !important;
  text-decoration: none;
}

.single-product .product .onsale {
  display: inline-block !important;
  position: absolute !important;
  top: 25px !important;
  left: 10px !important;
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 40px !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-radius: 50% !important;
  background: #2b2b2b !important;
  color: white !important;
  font-size: .85rem !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  padding-top: 6px !important;
}

ul.products li.product .onsale{
  display: inline-block !important;
  position: absolute !important;
  top: 25px !important;
  left: 10px !important;
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 40px !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-radius: 50% !important;
  background: #2b2b2b !important;
  color: white !important;
  font-size: .85rem !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  padding-top: 6px !important;
}

.button.add_to_cart_button{
  color: #343a40 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #343a40 !important;
}

.button.add_to_cart_button:hover{
  color: white !important;
  background-color: #343a40 !important;
}

.button.no_stock:hover{
  color: white !important;
  background-color: #112335 !important;
}

.button.no_stock{
  color: #112335 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #112335 !important;
}

.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"], .form-row.place-order button[type="submit"], .single-product .summary.entry-summary button[type="submit"]{
  color: #343a40 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #343a40 !important;
  border: solid  1px !important;
}

.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"]:hover, .form-row.place-order button[type="submit"]:hover, .single-product .summary.entry-summary button[type="submit"]:hover{
  color: white !important;
  background-color: #343a40 !important;
}

.btn-primary, input[type="button"], input[type="reset"], input[type="submit"], .sp-services-section .sp-single-service .sp-service-icon, .button.add_to_cart_button, .wc-proceed-to-checkout .checkout-button.button, .price_slider_amount button[type="submit"]{
  border-color: #343a40 !important;
  background-color: transparent !important;
  color: #343a40 !important;
}

.button.add_to_cart_button:hover{
  background-color: #343a40 !important;
  color: white !important;
}

ul.products li.product img {
  display: inline !important;
}

table.shop_table_responsive tr td:before{
  content: ''!important;
}

table.shop_table_responsive .product-thumbnail{
  text-align: center
}