
      .contenedorIncluye{
        display:flex;
        justify-content:center;
        width:100%;
        padding:86px 20px;
      }
      
      .incluye{
        display:flex;
        width:100%;
        /*background-color:beige;*/
        max-width:1296px;
        gap:47px;
        align-items:center;
      }
      
      .incluye .galeria{
        width:100%;
        display:flex;
        /*background-color:purple;*/
        gap:2px;
        flex-direction:column;
      }
      
      .incluye .row{
        display:flex;
        width:100%;
        gap:2px;
        /*background-color:brown;*/
      }
      
      .incluye .foto{
        width:100%;
        height:275px;
      }
      
      .incluye .card{
        display:flex;
        width:100%;
        background-color:white;
        flex-direction:column;
        max-width:527px;
        padding:37px 42px;
        border-radius:11px;
      }

      .incluye .linea{
        width:100%;
        height:2px;
        background-color:#D9D9D9;
        margin: 25px 0;
      }
      
      .incluye .concepto{
        width:100%;
        display:flex;
        gap:11px;
        /*background-color:pink;*/
        align-items:center;
        font-size:16px;
        line-height:24px;
        font-weight:500;
      }
      
      .incluye .paloma{
        display: flex;
        width:13px;
        height:8px;
        flex-shrink:0;
      }
      
      .incluye .precio{
        width:100%;
        display:flex;
        gap:12px;
        /*background-color:red;*/
        align-items:center;
      }
      
      .incluye .data{
        display:flex;
        flex-direction:column;
        gap:2px;
        /*background-color:orange;*/
      }
      
      .incluye .detalles{
        width:100%;
        display:flex;
        gap:10px;
        /*background-color:lightblue;*/
        justify-content:space-between;
      }
      
      .incluye .reservas{
        width:100%;
        display:flex;
        /*background-color:brown;*/
        gap:2px;
        flex-direction:column;
      }
      
      .incluye .tel{
        display:flex;
        gap:10px;
        /*background-color:lightgreen;*/
        width:fit-content;
        white-space: nowrap;
        align-items:center;
        font-size:20px;
        line-height:22px;
        font-weight:700;
      }
      
      .incluye .phoneIcon{
        width:20px;
        height:20px;
      }
      
      .incluye .code{
        width:100%;
        padding:12px;
        background-color:#0E8A87;
        color:white;
        text-align:center;
        font-size:15px;
        line-height:15px;
        font-weight:700;
        margin-top:26px;
      }
      
      .incluye .titular{
        font-size:36px;
        line-height:36px;
        font-weight:700;
        color:#3F3E3E;
      }
      
      .incluye .megaNumber{
        font-size:40px;
        line-height:40px;
        font-weight:800;
        color:#1E2F6F;
      }
      
      .incluye .moneda{
        font-size:16px;
        line-height:16px;
        font-weight:400;
        color:#0E8A87;
      }
      
      .incluye .iva{
        font-size:12px;
        line-height:12px;
        font-weight:400;
        color:#0E8A87;
      }
      
      .incluye .name{
        font-size:17px;
        line-height:17px;
        font-weight:700;
        color:#4A5565;
      }
      
      .incluye .reserva{
        font-size:14px;
        line-height:14px;
        font-weight:500;
      }
      
      .incluye .marTop{
        margin-top:22px;
      }


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