.contenedorPrered{
        display:flex;
        justify-content:center;
        width:100%;
        background-color:#1C2D6C;
        padding:0 20px 159px 20px;
      }
      
      .prered{
        display:flex;
        width:100%;
        max-width:1152px;
        background-color:white;
        align-items:center;
        border-radius:15px;
      }
      
      .prered .foto{
        display:flex;
        width:100%;
        max-width:55%;
        background-color:black;
        height:100%;
        min-height:600px;
        border-radius:15px 0 0 15px;
      }
      
      .prered .textos{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:23px;
        padding:54px 50px;
      }
      
      .prered .logo{
        width:323px;
        height:76px;
        flex-shrink:0;
      }
      
      .prered .linea{
        width:100%;
        height:3px;
        background-color:#D9D9D9;
      }
      
      .prered .badgeColor{
        width:fit-content;
        padding:13px 16px;
        background-color:#0E8A87;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
      }
      
      .prered .costo{
        display:flex;
        flex-direction: row;
        gap:0px;
        align-items:center;
        justify-content: left;
      }
      
      .prered .verticalLinea{
        width:4px;
        align-self:stretch;
        background-color:#E56A1F;
        min-height:65px;
        margin-right:15px;
      }
      

      .prered a.boton{
        cursor:pointer;
        text-decoration:none;
        width:100%;
        text-align:center;
        background-color:#E56A1F;
        padding:22px 22px;
        font-size:18px;
        line-height:18px;
        font-weight:700;
        color:white;
      }
      
      
      .prered .titular{
        font-size:32px;
        line-height:34px;
        font-weight:700;
        color:#323232;
      }
      
      .prered .cantidad{
        font-size:48px;
        line-height:48px;
        font-weight:800;
        color:#323232;
      }
      
      .prered .moneda{
        font-size:16px;
        line-height:24px;
        font-weight:400;
        color:#0E8A87;
      }




      .prered img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        height:100%;
      }
