/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1727877739
Updated: 2024-10-02 14:02:19

*/

.Menu-hamburguesa.isHidden {
    display: none;
}

.block_servicios {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    /* Opcional: separa los elementos */
}

.servicio {
    /* Aquí puedes agregar estilos adicionales para cada elemento */
    padding: 5px;
    display: flex;
    gap: 10px;
}

.block_servicios .elementor-icon {
    font-size: 20px;
}

.block_servicios .elementor-icon svg {
    fill: #b3110c;
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}


/* NUEVOS PRECIOS COMBUSTIBLE */

.contenedor-precios {
    display: flex;
    min-height: 160px;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: flex-start;
    gap: 50px;
}

.content-product-detail h3 {
    max-width: 110px;
}

.content-product-detail h3,
.content-product-detail spanish-gas-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .25px;
    color: #464646 !important;
    margin: 0;
}

.content-product-detail {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 76.36px;
}

.combustible-item.combustible-item--gasolina95 h3 {
    background-color: transparent !important;
    color: black;
}

.combustible-item img {
    height: 56px !important;
    width: 56px;
    margin-right: 8px;
    border-radius: 8px;
}

.combustible-item {
    display: flex;
}

@media all and (max-width: 1000px) {
    .block_servicios {
        display: block;
    }
}