@font-face {
  font-family: viperion;
  src: url("https://assets.ctfassets.net/ex6ts2p2j0ib/WGKsrlaNbnXAmP8YMiEHm/e59e81d63e3d1be355881073aae06b8d/Viperion.otf") format("opentype"),  /* OTF para navegadores modernos */
       url("https://assets.ctfassets.net/ex6ts2p2j0ib/WGKsrlaNbnXAmP8YMiEHm/e59e81d2d1be355881073aae06b8d/Viperion.woff") format("woff"); /* WOFF como respaldo */
  font-weight: 300;
  font-style: normal;
}


body.fondoFeid {
 width: 100%;
    background-image: url(https://image.corp.bancofalabella.com/lib/fe9a12717c64067c77/m/1/43cc6804-7caa-4bbf-996d-1bdcb4d1374e.jpg);
    background-size: cover;
    position: relative;
    color: #fff;
}

.fontFeid {
      font-family:viperion,pfbeausans,Arial,sans-serif!important;
}


.cont-bullet {
        width: 50px;
        height: 46px;
        padding-top: 3px;
        display: block;
        text-align: center;
        background-image: url('https://image.corp.bancofalabella.com/lib/fe9a12717c64067c77/m/1/2a1d56c8-0153-485e-9687-e85ed448326d.png');
        background-repeat: no-repeat;
        background-size: contain;
            
    }


     @media (max-width: 450px) {

        .cont-bullet {
        width: 40px;
        height: 36px; }

    }