/*--------------------------------------------------------------

  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
        You can put your custom css code here: 
-------------------------------------------------------*/
.main-menu > li > a {
  color: #000000;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}
.sticky .logo img {
  transition: all 0.3s ease 0s;
  width: auto;
  margin-top: -25px;
}
#sticky-header{
    background: rgb(255 255 255) none repeat scroll 0 0;
}

.section-bg-tb::before {
/*  background: #16759d none repeat scroll 0 0;*/
background: black none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewY(-1.7deg);
  width: 100%;
  z-index: -1;
}
.banner-2 .banner-title-2 {
  position: absolute;
  left: 15px;
  top: 10%;
  background-color: rgb(0 0 0 / 50%);
  padding: 7px;
  color: white;
}
.banner-2 .banner-title-3 {
    left: 15px;
    position: absolute;
    top: 20%;
    background-color: rgb(0 0 0 / 0%);
    padding: 7px;
    color: white;
    font-weight: 600;
    text-shadow: 4px 2px 3px black;
}
.banner-2 .banner-title-4 {
    left: 15px;
    position: absolute;
    top: 30%;
    background-color: rgb(0 0 0 / 0%);
    padding: 7px;
    color: white;
    font-weight: 600;
    text-shadow: 4px 2px 3px black;
}
.banner-2 .banner-title-5 {
    left: 15px;
    position: absolute;
    top: 40%;
    background-color: rgb(0 0 0 / 0%);
    padding: 7px;
    color: white;
    font-weight: 600;
    text-shadow: 4px 2px 3px black;
}
.banner-2 .banner-title-6 {
    left: 15px;
    position: absolute;
    top: 50%;
    background-color: rgb(0 0 0 / 0%);
    padding: 7px;
    color: white;
    font-weight: 600;
    text-shadow: 4px 2px 3px black;
}
.banner-2 .banner-title-7 {
    left: 15px;
    position: absolute;
    top: 60%;
    background-color: rgb(0 0 0 / 0%);
    padding: 7px;
    color: white;
    font-weight: 600;
    text-shadow: 4px 2px 3px black;
}
.newsletter-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
}
.newsletter-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
}
button.submit-btn-2.btn-hover-2 {
    background: white;
}
.container-fluid{
  /*padding-left: 0;padding-right: 0;*/
}
a#whats {
    background: rgb(0, 177, 5);
    bottom: 15px;
    display: none;
    height: 31px;
    padding: 2px;
    position: fixed;
    right: 70px;
    text-align: center;
    text-decoration: none;
    width: 147px;
    z-index: 99999;
    border-radius: 25px;
    font-size: 15px;
    color: white;
}
.breadcrumbs {
    background: #f6f6f6 url(../../Recursos/img/productosbg.jpg) no-repeat scroll center center;
    background-size: 100%;
}
select{
      background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #999999;
    font-size: 13px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
}
.product-cat .treeview .collapsable > a {
    color: white;
    background: #4189a7;
    padding: 5px;
    width: 100%;
}
.modal-body {
  
     padding: 0; 
} 
.about-description p {
    color: #000;
    font-size: 16px;
}
.overlay-bg::before {
  background: rgb(0 0 0 / 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.breadcrumbs-title {
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    padding: 115px 0 85px;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumb-list > li > a {
    color: white;
}
.breadcrumb-list > li {
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
}
.breadcrumb-list > li::before {
  content: ">";
  left: 0;
  color: white; 
  transition: all 0.3s ease 0s;
}