
.filtroM {
    background-color: #020215d1;
    min-height: inherit;
    padding: 60px 40px 20px 156px;
    width: 55%;
}


.descPass{
    background-color: background: #784ef5;
    background: linear-gradient(344deg, rgba(120, 78, 245, 1) 1%, rgba(78, 192, 245, 1) 100%);
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 20px 0 0 0;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 20px 0 0 20px;
}
.PassH3 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
}

.PassP {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 20px;
}


.PassT2{
  font-size: 20px;
  font-weight:500;
  color: #fff;
}

.separadorIcos {
  margin-top: 15px;
  margin-bottom: 10px;
}

.botoncitosPass a {
     background-color: #fff;
    border-radius: 20px;
    color: #02032b;
    font-size: 16px;
    padding: 5px 15px;
    text-decoration: none;
}


.col25Pass{
width:25%;
  margin: 10px;
}

.col50Pass{
width:50%;
  margin: 10px;
}

.alineado {
   display: inline-flex;
    flex-direction: row;
}

.contImgPass {
max-width: 100%;
border-radius: 0 50px 0 50px;
overflow: hidden;
 position: relative;
}

.ImgPass {
max-width: 100%;
}

.fondogardientPass {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .222), transparent);
    bottom: 0;
    color: #fff;
    padding: 10px 10px 30px 10px;
    position: absolute;
    width: 100%;
}

.icoPass {
height: 30px;
}
.habPass{
font-size:14px;
  color:#fff;
}

.destPass{
    font-size: 20px;
    font-weight: 500;
}


.nochesPass{
color: #fff;
}

.montotachadoPass {
  color: #fff;
  font-size: 20px;
  text-decoration: line-through;
}


.montoPass {
  color: #fff;
  font-size: 30px;
}
.modal {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      display: none;

    }

    .modal:target {
      display: flex;
    }

    .modal-content {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      max-width: 60%;
      position: relative;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      color: black;
    }

    .ver-detalle {
      color: #fff;
      text-decoration: underline;
      cursor: pointer;
      font-size:14px;
    }



@media (max-width: 768px) {
  .filtroM {
    background-color: #020215d1;
    min-height: inherit;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
}
  
  .alineado {
    display: -webkit-inline-box;
    overflow-x: auto;
}
  
  .col25Pass{
width:80%;
  margin: 10px;
}
  
  .col50Pass{
width:140%;
  margin: 10px;
}
  
  
}