      
      .contenedorReconoce{
        display:flex;
        justify-content:center;
        width:100%;
        background-color:#1C2D6C;
        padding:151px 20px;
        color:white;
      }
      
      
      .reconoce{
        width:100%;
        display:flex;
        justify-content:center;
        max-width:1256px;
        flex-direction:column;
      }
      
      .reconoce .arriba{
        display:flex;
        width:100%;
        /*background-color:green;*/
        flex-direction:column;
      }
      
      .reconoce .badge{
        background-color:#3C4A81;
        padding:14px 21px;
        margin-bottom:31px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
      .reconoce .foroSpace{
        display:flex;
        width:100%;
        flex-direction:column;
      }
      
      .reconoce .linea{
        width:100%;
        height:2px;
        background-color:#606C97;
        margin-top:31px;
        margin-bottom:31px;
      }
      
 
      .reconoce .compilados{
        display:flex;
        width:100%;
        /*background-color:brown;*/
        justify-content:center;
        flex-wrap:wrap;
        gap:30px;
      }
      
      .reconoce .card{
        width:100%;
        display:flex;
        flex:1 1 350px;
        max-width:280px;
        min-width:220px;
        /*background-color:lightblue;*/
        flex-direction:column;
        gap:22px;
      }
      
      .reconoce .identidad{
        display:flex;
        width:100%;
        flex-direction:column;
        /*background-color:green;*/
      }
      
      .reconoce .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        margin-bottom:39px;
      }
      
      .reconoce .parrafo{
        font-size:18px;
        line-height:30px;
        font-weight:500;
        margin-bottom:24px;
        color:#DDDDDD;
      }
      
      .reconoce .mini{
        font-size:18px;
        line-height:30px;
        font-weight:700;     
      }
      
      .reconoce .numberForo{
        font-size:32px;
        line-height:32px;
        font-weight:700;
        margin-top:87px;
        color:#A6AFBF;
      }
      
      .reconoce .foto{
        width:100%;
        height:252px;
        background-color:black;
      }
      
      .reconoce .name{
        width:100%;
        display:flex;
        background-color:#0E8A87;
        height:44px;
        justify-content:center;
        align-items:center;
        text-align:center;
        color:white;
      }
      
      .reconoce .abajo{
        display:flex;
        flex-direction:column;
        /*background-color:beige;*/
        width:100%;
      }
      
            
      .reconoce .name{
        font-size:18px;
        line-height:18px;
        font-weight:700;
      }
      
      .reconoce .cargo{
        margin-bottom:14px;
        font-size:14px;
        line-height:20px;
        font-weight:600;
      }
      
      .reconoce .evento{
        font-size:15px;
        line-height:20px;
        font-weight:500;
        text-align:center;
      }
      
      
           
            
      .reconoce img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }