/* =============================================
   ENERGIA
   Extraido de los <style> inline duplicados en 2 modulos.
   Se enlaza EN LA MISMA POSICION que ocupaba el <style>.
   ============================================= */

p.pb-3{
        font-size: 23px;
    }

    .title-h1 {
        line-height: 110px;
    }

    .img-mobile{
        display: none;
    }

    @media (max-width: 767px) {
        .img-mobile{
            display: block;
            padding: 15px !important;
        }
        .img-desktop{
            display: none;
        }
    }
