.elementor-220 .elementor-element.elementor-element-bb0ab6b{--spacer-size:8em;}/* Start custom CSS *//** Oculta titulo **/
.erm_title{
    display: none;
}
/** Linea division **/
.erm_section_title::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #004AAD;
}
/** Fuente productos **/
.erm_product_title{
    font-size: 1.5rem;
}
/** Background **/
[data-id="78922b6"]{
    background-image: 
    url("");
    background-repeat: no-repeat;
    background-size: cover;
}
/** color fuente **/
.erm_section_title,
.erm_product_title,
.erm_product_price,
.erm_product_desc{
    color: #004AAD;
}
/** descripcion **/
.erm_section_desc{
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1
}
/** Responsive **/
@media (max-width: 768px) {
    .erm_menu .erm_title_price{
        flex-direction: column;
    }
    .erm_product_title{
        font-size: 2rem;
    }
    .erm_product_list_price,
    .erm_product_desc{
        font-size: 1.6rem;
    }
    .erm_section_title{
        font-size: 2.5rem;
    }
}/* End custom CSS */