.categorias-productos-grupo {
    margin-bottom: 10px;
}

.categorias-productos-grupo a {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.categorias-productos-grupo a:hover {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.categorias-productos-grupo h5 {
    padding: 10px;
    background-color: rgb(235, 235, 235);
    font-size: 1.2em;
}


/* Producto.blade -------------------------------------------------------- */


.container-producto-acordeon {
    margin: 30px 0px;
}

.header-producto-acordeon {

}

.header-producto-acordeon p {
    color: rgb(73, 73, 73);
    margin: 0px 20px 0px 0px;
    padding: 0 0 5px 0;
    font-size:1.3em;
    cursor: pointer;
    border-bottom: solid 3px transparent;
}

/* .header-producto-acordeon p:first-child {
    border-bottom: solid 3px #FFC72C;
} */

#hr-acordeon-producto {
    margin: 0 0 20px 0;
    padding: 0;
}

.table-caract-cat td {
    font-size: 1.1em;
    padding: 5px !important;
}


.marca-producto {
    position: absolute;
    top: -20px;
    left: 0px;
    max-width: 170px;
    max-height: 170px;
}

.hrefComplementosProducto {
    color: black;
}

.hrefComplementosProducto:hover {
    text-decoration: none;
    color: black;
}

.divComplementosProducto div {
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.divComplementosProducto div:hover {
    box-shadow: 0px 10px 9px 2px rgba(204,204,204,1);
    transition: 0.15s;
}

.div-parent {
    color: black;
    text-decoration: none;
}

.div-parent:hover {
    color: black;
    text-decoration: none;
}

.imagen-buscador {
    transition: transform .4s; /* Animation */
}

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

.div-tab-extras div:first-child  {
    width: 100%;
    padding: 10px;
    border: solid 1px rgb(209, 209, 209);
    border-radius: 5px;
}

.div-tab-extras img {
    margin-right: 5px;
}

@media screen and (min-width: 1800px) {
    /* #imagen-principal-producto {
        height: 500px;
    } */
}

@media screen and (max-width: 1800px) {
    
}

@media screen and (max-width: 1600px) {
    
    
}


@media screen and (max-width: 1300px) {

    
}

@media screen and (max-width: 1200px) {

    .precio-producto {
        margin-top: 25px;
    }

    /* #imagen-principal-producto {
        height: 450px;
    } */
    
    .marca-producto {
        position: absolute;
        top: -20px;
        left: 0px;
        max-width: 150px;
        max-height: 150px;
    }

    .cuadro-precios-compra {
        /* width: 50vw; */
        height: 210px;
    }

    .cuadro-precios {
        /* width: 50vw; */
    }

    .div-cuadro-precios {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {

    .texto-producto {
        margin-top: 35px;
    }

    .precio-producto {
        margin-top: 0px;
    }

    .cuadro-precios-compra {
        width: 100%;
        height: auto;
    }

    .cuadro-precios {
        width: 100%;
    }

    .div-cuadro-precios {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
}

@media screen and (max-width: 400px) {
    .marca-producto {
        position: absolute;
        top: 10px;
        left: 10px;
        max-width: 130px;
        max-height: 130px;
    }

    #imagen-principal-producto {
        height: auto;
        width: 100%;
        margin-bottom: 0px;
    }
}

