.main_electrica {
    width: 100%;
    box-sizing: border-box;
}

.electrica_baner {
    margin-top: 70px;
    width: 100%;
    background: url("../img/electrica/bfelectrica.jpg");
    background-size: cover;
    height: 40vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.electrica_baner h2 {
    color: #fff;
    text-align: center;
}

/*------------*/

.brand_electrica {
    position: fixed;
    width: 150px;
    height: auto;
    right: 0;
    bottom: 100px;
    background: #fff;
    box-shadow: var(--shadow_apx);
    padding: 10px 10px 10px 20px;
    border-radius: 16px 0 0 16px;
}   

    .brand_electrica h3 {
        font-size: 12px;
        text-align: right;
        margin-right: 16px;
        margin-bottom: 10px;
        color: var(--red_apx);
    }

    .brand_electrica img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
/*------------*/


/*---------------------*/

.electrica_products {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #F5F9FF;
}

.box_type_electric {
    width: 100%;;
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.card_tipe_electrica {
    width: 80%;
    max-width: 150px;
    min-height: 200px;
    margin: 10px;
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    box-shadow: var(--shadow_apx);
}

    .card_img_electrica {
        width: 100%;
        height: auto;
        padding: 10px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .card_img_electrica i {
            text-align: center;
            color: var(--red_apx);
            font-size: 48px;
        }

    .card_title_electrica {
        width: 100%;
        padding: 10px 0px;
    }

        .card_title_electrica h3 {
            text-align: center;        
}

.electrica_imagen {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_procucts_electric {
    width: 80%;
}

    .img_procucts_electric img {
        width: 100%;
        object-fit: contain;
    }


@media (min-width:500px){

}

@media (min-width:700px){
    
}

@media (min-width:900px){

}

@media (min-width:1100px){
   
}
/*********/