/*
Theme Name: Divi Child
Theme URI: https://comercialavco.cl
Description: Tema hijo de Divi
Author: Pablo Galarce
Author URI: pablogalarce.cl
Template: Divi
Version: 1.0.0
*/

/*CSS personalizado */

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.breadcrumb-item::before {
    color: #333 !important;
}

.tituCategoria {
    font-size: 25px;
    color: #1c8833;
    font-weight: 700;
    text-wrap: nowrap;
}

.contTtituCategoria {
    display: flex;
    flex-direction: row;
}

.separador {
    position: relative;
    width: 100%;
}

.separador::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1c8833;
    top: calc(50% - -2px);
}



.cardProducto {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.34);
    border-radius: 8px;
    transition: .5s all;
}

.cardProducto:hover {
    border: 1px solid #1c8833;
}

.cardProducto:hover .card-img-top {
    transform: scale(1.2);
}

.contImgTop {
    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 350px !important;
    border-radius: 8px 8px 0px 0px;
    transition: .5s all;
    object-fit: cover;
}

.tituCardProducto a {
    text-decoration: none;
}

.badgeCategorias {
    background-color: #1c8833;
    color: #fff;
}

.precioTarjeta {
    color: #1c8833;
    font-weight: 800;
    font-size: 20px;
}

.cardVerMas {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.cardIcoVerMas {
    width: 16px;
}



/*single page*/

.-singleContImg {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.-singleImg {
    width: 50%;
}

@media (max-width: 767px) {
    .-singleImg {
        width: 100%;
    }
}

/*cambio color burger menu*/
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
    color: #1c8833 !important;
}
/*cambio color link tabs single*/

.nav-link{
    color: #333 !important;
}