html {
  scroll-behavior: smooth;
}

.a, .btn-link, .btn-link:hover {
  color: red;
}


/* ----- estilos de circulos ---- */
/* ----- estilos de circulos ---- */
span.circulo-c {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: #007bff;
  color:white;
}

span.circulo-t {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: green;
  color:white;
}

span.circulo-r {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: orange;
  color:white;
}

span.circulo-s {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: gray;
  color:#efefef;
}


span.circulo {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}




.bg-primary {
  background-color: #ec2222 !important;
}


.btn-primary {
  background-color: #ec2222 !important;
  border-color: #bd2130;
}

.text-primary{
  color: #ec2222 !important;
}


.bg-dark {
    background-color: #dbdbdc !important;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background: #009688;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    color: white;
}


.imagen-hover {
 transition: transform 1.s;
 }

.imagen-hover:hover {
-ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1); 
}






/*=============================================
COLORES PARA LA PAGINACION
=============================================*/
.page-item.active {
    color: #fff;
    background-color: red;
    border-color: #acb4bb;
    cursor: default;
}

.page-link {
    color: #080808;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}


/*=============================================
mismo tamaño de imagen en card
=============================================*/
/*.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}*/



/*=============================================
COLORES PARA LA NAV-PILLS
=============================================*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ec2222;
}


.nav-pills .nav-link {
    color: red;
}


/*=============================================
TABLA INFOPRODUCTO
=============================================*/
.tabla-infoproducto th, .tabla-infoproducto td {
  padding-top:2px; padding-bottom: 1px;
  vertical-align: 8px;
}


/*=============================================
A REF NOMBRE ARTICULOS
=============================================*/
a.text-primary:focus, a.text-primary:hover {
    color: #ec2222!important;
}