@media screen and (min-width: 1140px) {
  main {
    padding: 0;
  }
}
/*OFERTA*/
.mOferta .listadoyoferta {
  display: flex;
}
/*INFO INTERES*/
.mVariedad .listadoyoferta {
  display: flex;
}
.mCompartir .listadoyoferta {
  display: flex;
}
.mCompartir #listadoViajerosCaso {
  flex: 1;
}
/*col info oferta*/
aside {
  margin-left: 30px;
  display: block;
  flex: 0 0 30%;
}
aside .cont {
  position: sticky;
  top: 30px;
}
aside .ofertasoloint {
  display: block;
  background:var(--bg2);
  padding: 10px 30px 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: -1px 1px 10px -6px #000;
  margin-bottom: 30px;
}
aside .verdidp {
  font-size: 1.75rem;
  color:var(--c2);
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 5px;
}
aside .verdidp + p {
  margin-bottom: 20px;
}
aside .ofertasolointprecio {
  background:var(--c1);
  padding: 20px 30px;
  font-size: 1.75rem;
  color: #FFF;
  margin: 0 -30px;
}
aside .ofertasolointprecio p {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.mVariedad .rrss {
  justify-content: space-between;
}
/*FACTURAS*/
.mFacturas tbody td.precio {
  text-align: right;
}
.mFacturas tfoot th {
  padding: 10px 20px;
  text-align: right;
}
/*CASOS*/
.mCasos tbody td:not(:nth-child(2)) {
  white-space: nowrap;
}
/*MI VIAJE*/
.mViaje .mixav .resp td {
  border:1px solid var(--bg3);
}
.mViaje .mixav .resp tr:nth-child(4n+3) td {
  background:var(--bg2);
}
.mViaje .mixav .info_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mViaje .mixav .info .imagen {
  flex: 0 0 30%;
}
/*TABLAS RESPONSIVE*/
table.resp {
  border-collapse: separate;
  border-collapse: collapse;
  width: 100%;
}
table.resp thead th {
  font-weight: 500;
  background:var(--bg3);
  border:1px solid var(--bg2);
  padding: 5px 10px;
  color: #000;
}
table.resp tbody td {
  padding: 10px;
  border:1px solid var(--bg2);
}
table.resp tbody tr:nth-child(even) td {
  background:var(--bg2);
  border:1px solid var(--bg3);
}
table.resp .botonera {
  white-space: nowrap;
  text-align: center;
}
table.resp .botonera .btn:nth-child(n+2) {
  margin: 0 0 0 5px;
}

table.resp .C {
    text-align: center;
}

table.resp .L {
    text-align: left;
}

table.resp .w0 {
    white-space: nowrap;
    width: 0;
}