  
      .contenedorAliados{
        display:flex;
        justify-content:center;
        width:100%;
        padding:110px 20px;
      }
      
      
      .aliados{
        display:flex;
        width:100%;
        /*background-color:lightblue;*/
        flex-direction:column;
        max-width:1247px;
        justify-content:center;
        align-items:center;
      }
      
      .aliados .badge{
        background-color:#3C4A81;
        padding:14px 21px;
        margin-bottom:26px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
      .aliados .logos{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        gap:40px;
        /*background-color:beige;*/
        justify-content:center;
      }
      
      .aliados .logo{
        width:auto;
        height:86px;
        /*border: 1px solid black;*/
      } 
      
      .aliados .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        color:#1E2F6F;
        margin-bottom:15px;
      }
      
      .aliados .parrafo{
        font-size:20px;
        line-height:28px;
        font-weight:500;
        color:#364153;
        margin-bottom:73px;
        max-width:602px;
        text-align:center;
      }

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