.navbar-brand img {
    width: 100px;
    height: auto;
}
.list-group-item a {
    text-decoration: none;
    list-style: none;
    color: rgb(133, 132, 132);
}
.list-group-item a:hover {
    color: #000000;
}
.esconder {
    display: none;
}
.caja-portada {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    background-color: aqua;
}

.top {
    margin-top: 100px;
}
.top2 {
    margin-top: 150px;
}
.categoria  {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.categoria img {
    width: 250px;
    height: 200px;
}

.banner-principal {
    width: 100vw;
    max-width: 1920px;
    height: 162px;
}
.banner-principal  img{
    position: absolute;
    width: 100%;
    height: auto;
}
.categoria-productos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 110px;
    flex-wrap: wrap;
}
.tarjeta-productos {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: space;
    width: 17%;
    height: 280px;
    border-radius: 15px;
    margin: 0 auto;
    transition: transform 0.4s ease-in-out;
}
.tarjeta-productos:hover {
    opacity:0.8;
    background-color: #575656;
    transform: scale(1.1); 
}
.tarjeta-productos img{
    width: 32%;
    height: auto;
    margin-left: 30%;
    
}
.tarjeta-productos img:hover {
    opacity: 0.3;
}
.tarjeta-productos a {
    position: absolute;
    margin-bottom: 0;
    margin-left:25%;
    border: solid 1px #000000;
    border-radius: 9px;
    text-decoration: none;
    color: #000000;
    padding: 5px;
    background-color: #d3c195;
    opacity: 0.5;
}
.tarjeta-productos a:hover {
    background-color: #ef6720;
    border: #fff;
    color: #0a0a0a;
    opacity:1.0;
    z-index: 9999;
}
.titulo{
    position: absolute;
    margin-top: -250px;
    margin-left: 30%;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
}
.p1 {background: #ffffff;
background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(237, 221, 83, 1) 100%);}
.p1:hover {background: #EF6720;
background: linear-gradient(185deg,rgba(239, 103, 32, 1) 0%, rgba(247, 206, 183, 1) 50%, rgba(239, 103, 32, 1) 100%);}
.ct{
    position: absolute;
    margin-left:50px;
    color: #00603a;
    margin-top: -70px;
}

.cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: 50px;
    width: 80%;
    margin: 0 auto;
}
.imagen-index {
    position: relative;
    width: 33%;
}
.saborA {
    width: 60%;
    height: auto;
    margin-top: 100px;
}

.qs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 50px;
    color: #ffffff;
    background-color: #f7672c;
    border-radius: 10px;
    font-size: 1.6rem;
}
@media (max-width: 768px) {
 
    .categoria-productos {
    flex-direction: column;
    gap: 20px;
    }
    .tarjeta-productos {
        display: flex;
        justify-content: center;
    width: 60%;
    }
    .tarjeta-productos img{
        width: 26%;
    }
    .qs {
    width: 100%;
    max-width: 250px;
    height: 50px;
    color: #ffffff;
    background-color: #f7672c;
    border-radius: 8px;
    font-size: 1.1rem;
    margin: auto;
    }
    .qs p {
        margin-bottom: 0px;
    }
    .imagen-index {
        width: 100%;
        text-align: center;
    }
    .imagen-index img{
        width: 250px;
    }
    .ct{
        position: relative;
        text-align: center;
    }
    }

@media (max-width: 358px) {

    .saborA {
         width: 100%;

    }
    .saborA .parrafo {
        width: 100%;
        font-size: 1;

    }
    .cat {
        width: 100%;
        text-align: justify;
    }
    .imagen-index {
        text-align: center;
    }
    .btn-wsp {
        width: 30px;
        height: 30px;
    }

}