// Espectaculo .espectaculo-item { margin-bottom: 3px; p { font-weight: 600; margin: 0; margin-right: 5px; flex: 0 0 auto; } .item-medios-pagos { margin-bottom: 3px; @media (max-width: $medium) { flex-direction: column; } } .collapse-pagos { margin: 10px 0; .collapse-content { .item-medios-pagos { margin: 0; * { color: $grey; font-size: 12px; } } } } } .compartir-facebook { margin-left: 10px; } #imagenContainer { display: block; margin-bottom: 10px; } // Listados socios .listado-socios { label { margin-left: 10px; } } // Listado disponibildad .lista-visibilidad { align-items: center; border-left: 5px solid white; border-bottom: 1px solid #e3e3e3; display: flex; justify-content: space-between; padding: 10px 0 10px 10px; @include transition(all 0.3s ease); .col-sector { flex-basis: 40%; p { font-weight: 600; margin: 0; } small { display: block; font-size: 11px; } @media (max-width: $small) { max-width: 80%; } } .col-disponibilidad { flex-basis: 20%; font-size: 11px; } .col-costo { flex-basis: 25%; text-align: right; } .btn { padding: 7px 12px; margin: 0; } &:hover, &:focus { cursor: pointer; border-left: 5px solid $grey-light; * { opacity: 0.95; } } &.selected { border-left: 5px solid $orange; p { font-weight: 700; } &:hover, &:focus { * { opacity: 1; } } } &.disabled { color: #d1d1d1; * { opacity: 0.6; } &.selected { border-left: 5px solid #d1d1d1; &:hover, &:focus { * { cursor: default !important; } } &:hover { * { opacity: 0.6; } } } .btn { &.disabled { opacity: 0.4 !important; } &:hover, &:focus { cursor: default !important; } } &:hover, &:focus { cursor: default !important; } } @media (max-width: $small) { align-items: flex-start; flex-direction: column; position: relative; padding-left: 0; padding-right: 0; .btn { position: absolute; bottom: 15px; right: 0; padding: 10px 8px !important; } } } // Box invitación .box-invitacion { align-items: center; background: #eff7fd; display: flex; margin: 20px 0; padding: 20px; max-width: 440px; width: 100%; p { margin: 0 20px 0 0; } a { color: #006cd8; font-weight: 600; margin: 0; &:after { background: url(../assets/svg/ico-arrow.svg) no-repeat center center; content: ""; display: inline-block; height: 10px; margin-left: 5px; width: 15px; } } @media (max-width: $medium) { flex-direction: column; padding: 20px 10px; p { margin-bottom: 5px; } } } // Timer .timer { text-align: right; p { font-size: 11px; font-weight: 400; line-height: 20px; text-transform: uppercase; span { color: #006cd8; font-size: 16px; font-weight: 600; } } } .info-box { margin-bottom: 20px; } .AltaDemanda__box-info { border: 1px solid #d5dbdb; padding: 20px; p { color: #1d242c; } } @media (max-width: $medium) { [child="canjeEntrada"] { .d-flex.align-items-center { flex-direction: column; align-items: flex-start !important; .mr-4 { margin: 0.5rem 0!important; } .btn { margin-bottom: 0.5rem; margin-top: 0; width: 100%; } } } .AltaDemanda__box-info { margin-left: 15px; margin-right: 15px; } }