  
      .contenedorPonentes{
        display:flex;
        justify-content:center;
        width:100%;
        padding:120px 20px;
      }
      
      
      .ponentes{
        width:100%;
        display:flex;
        justify-content:center;
        /*background-color:beige;*/
        flex-direction:column;
        max-width:1319px;
      }
      
      .ponentes .arriba{
        display:flex;
        width:100%;
        /*background-color:lightgreen;*/
        flex-direction:column;
        align-items:center;
      }
      
      .ponentes .badge{
        background-color:#1E2F6F;
        padding:14px 21px;
        margin-bottom:34px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
      .ponentes .wrapper{
        width:100%;
        display:flex;
        flex-direction:column;
        background-color:#E6F1F8;
        border-radius:18px;
        padding:40px 53px 65px 53px;
        margin-top:68px;
      }
      
      .ponentes .titular{
        display:flex;
        /*background-color:red;*/
        align-items:center;
        gap:29px;
      }
      
      .ponentes .icon{
        width:56px;
        height:56px;
      }
      
      .ponentes .line{
        width:100%;
        margin-top:25px;
        margin-bottom:59px;
        height:2px;
        background-color:#D9D9D9;
      }
      
      .ponentes .compilados{
        display:flex;
        width:100%;
        /*background-color:brown;*/
        justify-content:center;
        flex-wrap:wrap;
        gap: 35px;
        row-gap: 60px;
      }
      
      .ponentes .card{
        width:100%;
        display:flex;
        flex:1 1 350px;
        max-width:377px;
        min-width:280px;
        /*background-color:lightblue;*/
        flex-direction:column;
        gap:22px;
      }
      
      .ponentes .identidad{
        display:flex;
        width:100%;
        flex-direction:column;
        /*background-color:green;*/
      }
      
      .ponentes .foto{
        width:100%;
        height:364px;
        background-color:black;
      }
      
      .ponentes .name{
        width:100%;
        display:flex;
        background-color:#0E8A87;
        height:44px;
        justify-content:center;
        align-items:center;
        text-align:center;
        color:white;
      }
      
      .ponentes .abajo{
        display:flex;
        flex-direction:column;
        /*background-color:beige;*/
        width:100%;
      }
      
      
      .ponentes .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        padding-bottom:22px;
      }
      
      .ponentes .subtitles{
        font-size:20px;
        line-height:32.5px;
        font-weight:500;
      }
      
      .ponentes .conferencias{
        font-size:36px;
        line-height:36px;
        font-weight:700;
      }
      
      .ponentes .name{
        font-size:18px;
        line-height:18px;
        font-weight:700;
      }
      
      .ponentes .cargo{
        margin-bottom:14px;
        font-size:14px;
        line-height:20px;
        font-weight:600;
      }
      
      .ponentes .evento{
        font-size:13px;
        line-height:20px;
        font-weight:500;
      }
      
      .ponentes img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }
      