
      .contenedorPrograma{
        display:flex;
        justify-content:center;
        width:100%;
        background-color:#1C2D6C;
        padding:120px 20px 140px 20px;
      }
      
      .programa{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:80%;
        /*background-color:brown;*/
        justify-content:center;
        color:white;
        align-items:center;
      }
     
      
      .programa .badge{
        background-color:#3C4A81;
        padding:14px 21px;
        margin-bottom:15px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
      .programa .wrapper{
        margin-top:54px;
        width:100%;
        display:flex;
        flex-direction:column;
        background-color:#273773;
        padding:54px 59px;
        border-radius:14px;
        border:1px solid #525F8F;
      }
      
      .programa .fecha{
        display:flex;
        /*background-color:darkgreen;*/
        align-items:center;
        gap:18px;
        margin-bottom:31px;
      }
      
      .programa .calendar{
        width:30px;
        height:33.33px;
        flex-shrink:0; 
      }
      
      .programa .line{
        display:flex;
        width:100%;
        height:1px;
        background-color:#525F8F;
        margin-bottom:31px;
      }
      
      .programa .lineEspecial{
        display:flex;
        width:100%;
        height:1px;
        background-color:#525F8F;
        margin-bottom:31px;
        margin-top:31px;
      }
      
      .programa .compilados{
        display:flex;
        width:100%;
        flex-direction:column;
        /*background-color:grey;*/
        gap:40px;
      }
      
      .programa .cardOut{
        display:flex;
        /*background-color:red;*/
        width:100%;
        gap:22px;
      }
      
      .programa .lineaVertical{
        display:flex;
        width:6px;
        height:100%;
        background-color:#0E8A87;
      }
      
      .programa .card{
        display:flex;
        flex-direction:column;
        /*background-color:darkblue;*/
        width:100%;
      }
      
      .programa .horario{
        display:flex;
        /*background-color:blue;*/
        align-items:center;
        gap:10px;
        margin-bottom:12px;
      }
      
      .programa .iconReloj{
        width:13.5px;
        height:13.5px;
        flex-shrink:0;
      }
      
      .programa .down{
        margin-top:12px;
        display:flex;
        width:100%;
       /*background-color:lightgreen;*/
        align-items:center;
        gap:8px;
      }
      
      .programa .iconPersona{
        width:9.33px;
        height:12px;
        flex-shrink:0;
      }
      
      
      .programa .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        margin-bottom:18px;
      }
      
      .programa .subtitle{
        font-size:20px;
        line-height:28px;
        font-weight:500;
      }
      
      .programa .octubre{
        font-size:30px;
        line-height:30px;
        font-weight:700;
      }
      
      .programa .hora{
        font-size:14px;
        line-height:20px;
        font-weight:600;
        color:#B4BFD2;
      }
      
      .programa .evento{
        font-size:17.5px;
        line-height:27px;
        font-weight:600;
        color: rgb(231, 234, 240);
      }
      
      .programa .downPonenAct{
        font-size:14.5px;
        line-height:20px;
        font-weight:500;
        color:#B4BFD2;
        align-items: flex-start;
      }
      
      .programa .bloqueTipo{
        font-size:24px;
        line-height:32px;
        font-weight:700;
        margin-bottom:22px;
        color:#ACB7CA;
      }
      
      .programa img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }