body{
    background: #ffffff;
}

/* Estilos generales del navbar */
.navbar {
  background-image: url(imagenes/imagenh2.jpg)  !important;
}
/* Logo */
.logo {
  max-width: 200px;  /*Ajusta el tamaño del logo */
}
.usuario{
  width: 80px;
  padding-right: 30px;
}

/* Botón de hamburguesa */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-color: #fff;/* Color del icono del botón hamburguesa */
}

/*  Estilos del menú de navegación */
.navbar-nav .nav-link {
  color: #fff !important;/*color de letra del menu*/
  font-size: 1.1rem;
}

.navbar-nav .nav-link:hover {
  color: #000 !important;/*color de letra de menu al pasar el mouse*/
}

/*  Menú desplegable (Dropdown) */
.dropdown-menu {
  background-color: #000;/*Fondo del menú desplegable */
  border: none;
}

.dropdown-menu .dropdown-item {
  color: var(--navbar-text);
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f7bade;/* Color al pasar el mouse en dropdown */
  color: #ffffff;/*color que tiene la letra de los submenus al pasar el mouse*/
}

/*  Estilos del formulario de búsqueda */
.form-control {
  background-color: #ef3636;
  border: 2px /*solid var(--search-border)*/;
  color: var(--search-text);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus {
  border-color: var(--navbar-hover);
  box-shadow: 0 0 5px var(--navbar-hover);
}

.searchbotton:hover{
  background-color: #ffffff;
  color: #ec86c2;
}
.searchbotton{
  border: #fff;
  border-radius: 9px;/*resondea los bordes del boton search*/
}

/*formato del banner */
.video-banner {
    position: relative;
    width: 100%;
    height: 80vh; /* Tamaño que ocupa el banner */
    overflow: hidden;
  }

  .video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Oscurece ligeramente el video */
    z-index: 1;
  }

  .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    z-index: 2;
  }

  .banner-text h1 {
    font-size: 3rem;
    font-weight: bold;
  }


  /*CARRUSEL*/

  .carousel-inner img {
    height: 500px; /* Ajusta a la altura que desees */
    object-fit: cover; /* Mantiene la proporción y recorta si es necesario */
}






  /*nosotros*/


  .nosotros {
    padding: 50px 0;
}

.nosotros h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    /*background-color: #ec86c2;*/
}

.nosotros p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    /*background-color: #ef3636;*/
}

.nosotros img {
    max-width: 100%;
    border-radius: 10px;
}
/*.mision{
  background-color: aqua;
}*/

@media (max-width: 768px) {
    .nosotros .row {
        flex-direction: column;
        text-align: center;

    }

    .nosotros img {
        margin-top: 15px;
    }
}

/*Footer*/

body{
  font-family: sans-serif;
  text-transform: capitalize;
}

.container{
  max-width: 1200px;
  margin: 0 auto;
}

.footer{
  /*background-color: rgb(5, 7, 46);*/
  background-image: url(imagenes/imagenh2.jpg)  !important;
  padding: 80px 0;
  opacity: 80%;
}

.footer-row{
  display: flex;
  flex-wrap: wrap;
}

.footer-links{
  width: 25%;
  padding: 0 15px;
}

.footer-links h4{
  font-size: 30px;
  color: #fdfbfb;
  margin-bottom: 25px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}

.footer-links ul li a {
  font-size: 20px;
  text-decoration:none;
  color: #f8f8f8;
  display: block;
  margin-bottom: 15px;
  transition:  all .3s ease;
  list-style: none;
}
.footer-links {
  background-color: #ef3636;
  opacity: 80%;
}

.footer-links ul li a:hover{
  color: burlywood;
  padding-left: 8px;
}

@media(max-width:991px){
  .footer-row{
    text-align: center;
  }

  .footer-links{
    width: 100%;
    margin-bottom: 30px;
  }
}



/*Seccion de los productos que se van a agregar*/

.productos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  /*background-color: grey;*/
  margin: 20px;
}
.verdetalles{
  background-color: #fff;
  display: block;
  margin: 10px auto;
  height: 40px;
  border-radius: 10px;
  border-color: #3399ff;
  background-color: #3399ff;
  color: #ffffff;
  width: 80%;
}

.verdetalles:hover{
  background-color: #ffffff;
  color: #3399ff;
}

.averdetalles{
  text-decoration: none;
}

.card{
  width: calc(25%-20px);
  max-width: 16rem;
  margin: 10px;
}

@media (max-width: 1024px){
  .card{
    width: calc(25%-20px);
  }
}

@media (max-width:768px){
  .card{
    width: calc(50%-20px);
  }
}

@media(max-width: 480px){
  .card{
    width: 100%;
  }
}

/*ESTILOS DE LA PAGINA DE DETALLES DE LOS PRODUCTOS*/

.containerverdetalles{
  /*background-color: #000;*/
  padding: auto;
  /*margin: 10%;*/
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 15%;
  margin-right: 15%;
}

.imgverdetalles{
  width: 100%;
}

.imgzoom{
  width: 100px;
  height: auto;
  margin: 2%;
  cursor: pointer;
  transition: transform 0.2s;
}

.imgzoom:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .imgzoom {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .imgzoom {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 10px auto;
  }
}


.textodetalles{
  font-family: "Verdana", sans-serif;
  font-size: 20px;             
  width: 100%; 
   
}

.productname{
  color: #e087bb;
}
.add{
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: white;
  width: 100%;
  height: 20%;
  border: none;
  background-color: #5ba2e9;
  margin: 5px;
  padding: 10px;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  max-width: 300px; /* no crecerá más de esto */
  box-sizing: border-box;
}
.divadd{
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.add:hover {
  background-color: #45a049;
}
@media (max-width: 480px) {
  .add {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
}




/*.col-md-6{
  background-color: #ef3636;
}*/

/*ESTILOS DE LA DESCRIPCIÓN, INGREDIENTES Y USO DE LOS PRODUCTOS DE MANERA INDIVIDUAL*/

.accordion{
  margin: 60px;
  
}

.accordion-button{
  background-color: #e9aed0 !important;
  border-color: #000 !important;
}










     