.text-celeste{
  color: #087dc2 !important;
}

.text-titulos{
  color: #1f1f1f !important;
}

.bg-amarillo-01{
  background-color: #ffb200 !important;
}

.bg-celeste{
  background-color: #087dc2 !important;
}

.bg-gris{
  background-color: #d3cec9 !important;
}

.bg-celeste-custom{
  background-color: #087dc2 !important;
  border-color: #087dc2 !important;
  border-width: 4px !important;
  color: #ffffff !important;
  transition: background-color 0.5s;
}

.bg-celeste-custom:hover{
  background-color: #d3cec9 !important;
  border-color: #087dc2 !important;
  border-width: 4px !important;
  color: #087dc2 !important;
}

.bg-azul-custom{
  background-color: #17699b !important;
  border-color: #17699b !important;
  border-width: 4px !important;
  color: #ffffff !important;
  transition: background-color 0.5s;
}

.bg-azul-custom:hover{
  background-color: #ffffff !important;
  border-color: #17699b !important;
  border-width: 4px !important;
  color: #17699b !important;
}

.bg-amarillo-custom{
  background-color: #ffb200 !important;
  border-color: #ffb200 !important;
  border-width: 4px !important;
  color: #ffffff !important;
  transition: background-color 0.5s;
}

.bg-amarillo-custom:hover{
  background-color: #ffffff !important;
  border-color: #ffb200 !important;
  border-width: 4px !important;
  color: #ffb200 !important;
}

.bg-gris-custom{
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important;
  border-width: 4px !important;
  color: #ffffff !important;
  transition: background-color 0.5s;
}

.bg-gris-custom:hover{
  background-color: #ffffff !important;
  border-color: #6c6c6c !important;
  border-width: 4px !important;
  color: #6c6c6c !important;
}

h1, h2, h3, h4, h5, h6{
  font-weight: bolder;
}

.contenedor-sticky{
  position: sticky;
  top: 0;
  z-index: 100;
}

.contenedor-producto{
  overflow: hidden;
  position: relative;
}

.contenedor-producto .producto:hover{
  transition:all .5s ease-in-out;
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
  filter: blur(5px);
}

.text-producto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.boton-producto {
  position: absolute;
  bottom: 10px; /* Ajusta la posición vertical según tus preferencias */
  left: 10px; /* Ajusta la posición horizontal según tus preferencias */
  z-index: 50;
}

.imagen-borde img {
  border: 10px solid white;
}

/* Estilos para pantallas extra grandes */
@media (min-width: 1200px) {
  /* Agrega aquí los estilos que deseas aplicar en pantallas extra grandes */
  .size-logo{
    max-width: 300px !important;
    max-height: 75px !important;
  }
}

/* Estilos para pantallas grandes */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Agrega aquí los estilos que deseas aplicar en pantallas grandes */
  .size-logo{
    max-width: 275px !important;
    max-height: 68px !important;
  }
}

/* Estilos para pantallas medianas */
@media (min-width: 768px) and (max-width: 991px) {
  /* Agrega aquí los estilos que deseas aplicar en pantallas medianas */
  .size-logo{
    max-width: 225px !important;
    max-height: 56px !important;
  }
}

/* Estilos para pantallas pequeñas */
@media (max-width: 767px) {
  /* Agrega aquí los estilos que deseas aplicar en pantallas pequeñas */
  .size-logo{
    max-width: 225px !important;
    max-height: 56px !important;
  }
}
