     
      .contenedorDescu{
        display:flex;
        justify-content:center;
        width:100%;
        scroll-margin-top:200px;
        /*background-color:lightgrey;*/
        padding:0 20px 133px 20px;
      }
      
      .descu{
        display:flex;
        flex-direction:column;
        /*background-color:beige;*/
        width:1234px;
        align-items:center;
      }

      
      .descu .badge{
        background-color:#3C4A81;
        padding:14px 21px;
        margin-bottom:26px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
      .descu .compilados{
        width:100%;
        display:flex;
        gap:30px;
        /*background-color:brown;*/
        margin-top:64px;
      }
      
      .descu .card{
        display:flex;
        width:100%;
        background-color:white;
        flex-direction:column;
        border-radius:11px;
        gap:31px;
      }
      
      .descu .foto{
        width:100%;
        height:300px;
        background-color:black;
        border-radius:11px 11px 0 0;
      }

      .descu .foto img{
        border-radius:11px 11px 0 0;
      }
      
      .descu .textos{
        width:100%;
        display:flex;
        flex-direction:column;
        padding:0 26px 26px 26px;
      }
      
      .descu .miniBadge{
        width:100%;
        background-color:#99A1AF;
        padding:8px 14px;
        color:white;
        font-size:14px;
        line-height:20px;
        font-weight:600;
      }
      
      .descu .linea{
        width:100%;
        height:2px;
        background-color:#D9D9D9;
        margin-bottom:20px;
        margin-top:20px;
      }
      
      .descu .suceso{
        width:100%;
        gap:18px;
        display:flex;
        /*background-color:lightgreen;*/
        font-size:16px;
        line-height:20px;
        font-weight:400;
      }
      
      .descu .padextra{
        margin-bottom:20px;
      }

      
      .descu .icon{
        width:18.67px;
        height:23.33px;
        flex-shrink:0;
      }
      
      .descu .precio{
        width:100%;
        display:flex;
        gap:5px;
        /*background-color:beige;*/
        align-items:center;
      }
      
      .descu a.botonOutline{
        cursor:pointer;
        text-decoration:none;
        padding:12px;
        border:3px solid #0E8A87;
        color:#0E8A87;
        width:100%;
        text-align:center;
        margin-top:31px;
        font-size:20px;
        line-height:28px;
        font-weight:700;
      }
      
      .descu .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        margin-bottom:21px;
        color:#1E2F6F;
      }
      
      .descu .parrafo{
        font-size:20px;
        line-height:28px;
        font-weight:500;
        text-align:center;
      }
      
      .descu .destino{
        font-size:30px;
        line-height:33px;
        font-weight:700;
        margin-bottom:21px;
        color:#1E2F6F
      }
      
      .descu .number{
        font-size:28px;
        line-height:28px;
        font-weight:700;
      }
      
      .descu .moneda{
        font-size:16px;
        line-height:24px;
        font-weight:400;
        color:#0E8A87;
      }


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