   .contenedorRed{
        display:flex;
        justify-content:center;
        width:100%;
        background-color:#1C2D6C;
        padding:182px 20px 91px 20px;
      }
      
      .red{
        display:flex;
        flex-direction:column;
        width:100%;
        /*background-color:darkblue;*/
        max-width:832px;
        gap:20px;
        color:white;
        align-items:center;
      }
      
      .red .badge{
        background-color:#3C4A81;
        padding:14px 21px;
        margin-bottom:15px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
      .red .compilado{
        display:flex;
        width:100%;
        justify-content:space-between;
        gap:20px;
        /*background-color:lightgreen*/
      }
      
      .red .card{
        width:100%;
        background-color:#33427B;
        display:flex;
        flex-direction:column;
        align-items:center;
        padding:32px 14px;
        text-align:center;
        gap:11px;
        border-radius:14px;
        border:3px solid #5C6895;
      }
      
      .red .icon{
        width:62px;
        height:62px;
        margin-bottom:8px;
      }
      
      
      .red .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        color:white;
        max-width:779px;
        margin-bottom:19px;
        text-align:center;
      }
      
      .red .parrafo{
        font-size:18px;
        line-height:27px;
        font-weight:500;
        color:white;
        max-width:723px;
        text-align:center;
        margin-bottom:48px;
      }
      
      .red .mintitle{
        font-size:20px;
        line-height:20px;
        font-weight:700;
      }
      
      .red .minparra{
        font-size:14px;
        line-height:19px;
        font-weight:500;
      }
      


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