/*@import url ("https://fonts.googleapis.com/css?family=Montserrat");*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i&display=swap');

body {
  padding-top: 0px;
  font-family: 'Montserrat', sans-serif;
  /*"Museo Sans 100", "Museo Sans 300", "Museo Sans 500", "Museo Sans 700", "Museo Sans 900", "Museo Sans Cyrl 900", "Museo Slab 500";*/
  font-weight: 400;
  margin: auto 0px;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: left;
  font-size-adjust: auto;
}

p {
  font-weight: 300;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none !important;
}
.white-link a{color: white}
.row {
  margin-right:0px;
  margin-left: 0px;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
}

.center-center {
  align-content: center;
  float: center;
}

.margin-0 {
  margin: 0px !important
}

.padding-0 {
  padding: 0px !important
}

.height-equal {
  height: calc(1.5em + .75rem + 2px);
}
.max-width{ max-width: 1440px;}
.bold{font-weight: bold;}
.uppercase{ text-transform: uppercase;}
.font-small{
  font-size: small;
  font-weight: 100;
}
.font-xl{font-size: x-large;
    margin-top: -5px;}
.align-contents-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
}
.divider {
  background: black;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: larger;
  height: 60px;
  margin: auto;
}
/*-------------------------------------------------BOTONES*/


/*-------------------------------------------------CARROUSEL*/

.carousel-caption {
    position: absolute;
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
    z-index: 10;
    padding: 25px;
    color: #fff;
    text-align: center;
    background: #00000080;
}
.carousel-caption h2{ font-weight: 900; letter-spacing: 4px;}
/*-------------------------------------------------FORMS*/
.navbar .form-control {
  /*height: calc(1 + 1rem);*/
  font-weight: 300;
  line-height: 1.2;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 0;
  font-size: small;
}

select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*-------------------------------------------------MENU*/
.navbar-toggler {
  color: black;
  border-color: red;
  background: red;
}
.nav-bar-sup {
  flex-direction: row;
  font-size: 10px;
  color: white;
}

.navbar-nav {
  font-size: 11px;
  color: white;
}

ul {
  list-style: none;
  padding: 0px
}

.nav li ul {
  display: none;
  position: absolute;
  min-width: 140px;
  background-color: black;
  z-index: 30;
  line-height: 2;
  padding: 20px;
  font-weight: 100;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 15px 10px;
}
.display-menu{
  display: inherit;
}
.nav li:hover>ul {
  display: block;
}
@media only screen and (max-width: 990px) {
  .display-menu{
      display: contents !important;
    }
}
.submenu-mantello{}

/* (1024x768) iPad 1 & 2, XGA */
@media only screen and (max-width: 990px) {
  .nav li ul {
      display: none;
      position: relative !important;
    }


}


/*------------------------------------------------PRODUCTOS*/
.descuento {
    position: absolute;
    width: 140px;
    height: 80px;
    /* left: 0; */
    top: 0;
    z-index: 10;
    color: white;
    font-size: 21px;
    text-align: left;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
    box-sizing: border-box;
    background: -moz-linear-gradient(-25deg, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 50%, rgba(255,0,0,0) 49%, rgba(255,0,0,0) 100%);
    background: -webkit-linear-gradient(-25deg, rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(255,0,0,0) 49%,rgba(255,0,0,0) 100%);
    background: linear-gradient(150deg, rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(255,0,0,0) 50%,rgba(255,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff0000',GradientType=1 );
}
.ruedas {
  max-width: 100%;
  text-align: center;
  align-content: center;
  margin: 0px;
}
}

.bloque {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
  text-align: center;
  margin: auto;
  padding: 30px 20px 10px;
}

.panel-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 15px;
  border-bottom: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.panel {
  background-color: rgb(224, 224, 224);
  font-size: small;
}

/*------------------------------------------------NOVEDADES*/
.nov-tittle {
  background-color: red;
  color: white;
  text-align: center;
  align-content: center;
  padding: 10px;
  margin-bottom: 0px
}

.nov-img {
  width: 100%;
  margin-bottom: 20px;
}

.nov-img img {
  width: 100%
}

.content-nov {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}


/*------------------------------------------------COLORES*/
.text-red {
  font-weight: 900;
  color: red;
}
.text-black {
  font-weight: 900;
  color: black;
}
.text-white-bold {
  font-weight: 900;
  color: white;
}


.rojo {
  background: red;
}

.rojo-oscuro {
  background: #C12B2A;
}

.gris {
  background: #E2E2E2
}

.grisoscuro {
  background: #333333;
}

.border-bottom-red {
  border-bottom: 4px solid red;
}

.border-top-red {
  border-top: 4px solid red;
}

.fondo {
  background-color: #333333;
}
.bg-black {
  background: black;
}

.page-item.active .page-link {
    z-index: 1;
    color: white;
    background-color: red;
    border-color: black;
}

/*------------------------------------------------ENCABEZADOS*/
h1 {
  font-size: larger;
  color: white;
  text-align: center;
}

h3 {
  color: red;
  padding: 0;
}
h5 {
  text-align: center;
  font-size: larger;
  font-style: Bold;
}

h6 {
  text-align: center;
  font-size: 30px;
  font-style: Bold;
}

/*------------------------------------------------CARD*/

.card {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 100;
    color: gray;
    line-height: 2;
}
/*------------------------------------------------MAPA*/
.sucursales
/*------------------------------------------------FOOTER*/
.footer {
  color: white;
  background: black !important;
}
.footer a{font-size:11px !important;}

[data-title] {
  font-size: 30px; /*optional styling*/
  position: relative;
  cursor: hand;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: contents;
  color:gray;
  cursor:pointer;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 5px 5px 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  font-size:14px;
}