@font-face {
  font-family: 'tipografia';
  src: url('../../librerias/fonts/montserrat.ttf') format('ttf');  
  src: url('../../librerias/fonts/fredoka.ttf') format('ttf');    
}

body{
  background-color: white;
  font-family: 'Montserrat', sans-serif; /* Tipografia Google font Montserrat */
}

h1{
  font-family: 'Fredoka', cursive; /* Tipografica Google font Fredoka*/
}
.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;
  }
}

body{
  background-color: white;
  font-family: 'Montserrat', sans-serif;
}

h1{
  font-family: 'Fredoka One', cursive;
}

/* Color Text */

.text-verdedark{
  color: #13240e;
}

.text-titulos{
  color: #44732f;
}

.text-boton{
  color: #255f14;
}

.text-categorias{
  color: #bbbbbb;
}

.text-gray{
  color: #6c6c6c;
}

/* Background Color */

.bg-verdedark{
  background-color: #13240e;
}

.bg-titulos{
  background-color: #44732f;
}

.bg-boton{
  background-color: #255f14;
}

.bg-categorias{
  background-color: #e6e6e6;
}

.bg-gray{
  background-color: #8d8d8d;
}

/* Efecto de zoom */

.zoom {
  transition: transform .2s;
  position: relative;
  z-index: 99;
}

.zoom:hover {
  transform: scale(1.5);
}

body{
  background-color: white;
  font-family: 'Montserrat', sans-serif;
}

h1{
  font-family: 'Fredoka One', cursive;
}

/* Color Text */

.text-verdedark{
  color: #13240e;
}

.text-titulos{
  color: #44732f;
}

.text-boton{
  color: #255f14;
}

.text-categorias{
  color: #bbbbbb;
}

.text-gray{
  color: #6c6c6c;
}

/* Background Color */

.bg-verdedark{
  background-color: #13240e;
}

.bg-titulos{
  background-color: #44732f;
}

.bg-boton{
  background-color: #255f14;
}

.bg-categorias{
  background-color: #e6e6e6;
}

.bg-gray{
  background-color: #8d8d8d;
}
.bg-header{
  background-color: #0080c0;
}
.dropdown-menu {
  transition: all 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: #f0f8ff; /* azul claro */
  border-radius: 8px;
}