.noVisible {
  display: none !important;
}

.promo-card, .promo-card p, .cardEventos, .cardEventos h3, .notify-form, .cardProductos, .cardCustomer ul button, .card-pedido, .cardPanel, .cardPanelWide, .videoBanner, .cardCategoria, .cardCategoriaFull {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

footer {
  position: fixed;
  height: 10vh;
  background-color: #000000 !important;
  bottom: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  text-align: center;
  color: #ffffff !important;
  font-size: 12px;
  width: 80vw;
}

.formLogin {
  width: 80vw !important;
  display: flex;
  flex-direction: column;
  height: 40vh;
  color: #111111;
}

.formRegistro {
  width: 90vw !important;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.formRegistro select {
  width: 100%;
  padding: 9px;
}
.formRegistro .wizard {
  display: none;
}
.formRegistro h2 {
  text-align: center;
  font-size: 14px;
  padding: 9px;
  border: 2px dotted;
  border-radius: 200px;
}

.wizardActivo {
  display: block !important;
}

input {
  border-radius: 300px !important;
}

.input-success {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(29, 183, 31) !important;
}

.input-error {
  border-style: solid;
  border-width: 2px;
  border-color: #b22 !important;
}

select {
  border-radius: 300px !important;
  height: 40%;
}

label {
  margin-top: 15px;
  margin-bottom: 9px;
}

.radioAsesor {
  margin-bottom: 9px;
  width: auto;
  padding: 9px;
  border-radius: 15px;
  border: 1px solid #000;
}
.radioAsesor label {
  font-size: 14px !important;
  width: 80%;
}

.btnEnviar {
  border-radius: 200px;
  padding: 9px;
  border: none;
  background-color: #000000 !important;
  color: #ffffff !important;
  align-self: flex-end;
}

.btnRegistro {
  border-radius: 200px;
  padding: 9px;
  border: none;
  width: 100%;
  background-color: #000000 !important;
  color: #ffffff !important;
  align-self: flex-end;
}

.txt-error {
  color: #b22 !important;
  font-size: 12px;
}

.txt-success {
  color: rgb(29, 183, 31) !important;
  font-size: 12px;
}

.pr9 {
  padding-right: 9px;
}

.pl9 {
  padding-left: 9px;
}

.modalBody {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  z-index: 500;
  position: absolute;
  top: 0;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modalHeader {
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 9px;
  border-radius: 1000px;
  height: fit-content;
  margin-bottom: 18px;
}
.modalHeader h5 {
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.modalMessage {
  width: 90vw;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d0d3da !important;
  padding: 9px;
}
.modalMessage p {
  font-size: 14px;
  color: #000000 !important;
  width: 100%;
  text-align: center;
}

.txtFormulario {
  font-size: 14px !important;
}

.modalDefaultPass {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  z-index: 500;
  position: absolute;
  top: 0;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modalHeaderDP {
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 9px;
  border-radius: 1000px;
  height: fit-content;
  margin-bottom: 18px;
}
.modalHeaderDP h5 {
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.modalMessageDP {
  width: 90vw;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d0d3da !important;
  padding: 9px;
}
.modalMessageDP p {
  font-size: 14px;
  color: #000000 !important;
  width: 100%;
  text-align: left;
}
.modalMessageDP label {
  width: 100% !important;
}
.modalMessageDP input {
  width: 90%;
  padding: 9px;
}
.modalMessageDP .np-group {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.modalMessageDP .np-group div {
  margin-left: 9px;
  position: relative;
  width: auto;
  padding: 9px;
  background-color: #ffffff !important;
  border-radius: 1000px;
}
.modalMessageDP .np-group div i {
  color: #000000 !important;
  position: relative;
}
.modalMessageDP button:disabled {
  border-radius: 1000px;
  background-color: #d0d3da !important;
  color: #ffffff !important;
  padding: 9px;
  margin-top: 18px;
}
.modalMessageDP button {
  border-radius: 1000px;
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 9px;
  margin-top: 18px;
}
.modalMessageDP h4 {
  font-size: 18px;
  text-align: center;
  width: 90%;
  margin-top: 18px;
}

.txtFormularioDP {
  font-size: 14px !important;
}

.modalDC {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  z-index: 500;
  position: absolute;
  top: 0;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modalHeaderDC {
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 9px;
  border-radius: 1000px;
  height: fit-content;
  margin-bottom: 18px;
  flex-direction: row;
}
.modalHeaderDC h5 {
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.modalMessageDC {
  width: 90vw;
  height: fit-content;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #d0d3da !important;
  padding: 9px;
  max-height: 70vh;
  overflow-y: scroll;
}

.contLogin {
  flex-direction: column;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.brand {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand img {
  width: 40vw;
}

.contEnlacesAlt {
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  position: relative;
}
.contEnlacesAlt ul {
  padding: 0px !important;
  margin: 0 !important;
  list-style: none;
}
.contEnlacesAlt ul li {
  text-align: center;
  padding: 9px;
  margin-bottom: 9px;
}
.contEnlacesAlt ul li a {
  font-size: 14px;
  padding: 9px;
  border: 1px solid #000;
  font-style: italic;
  text-decoration: none;
  color: #000000 !important;
  border-radius: 1000px;
}

.contRegistro {
  flex-direction: column;
  height: 100vh;
  overflow: scroll;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#registro {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 80vh;
  overflow: scroll;
}
#registro h2 {
  margin-top: 9px;
}

.tituloRegistro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.tituloRegistro h2 {
  margin: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding: 9px;
  border-radius: 1000px;
  background-color: #000000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navWizard {
  width: 90vw;
  padding: 9px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  margin-top: 18px;
}
.navWizard button {
  border-radius: 1000px;
  padding: 9px;
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none;
}

.buttonNA {
  display: none;
}

.menuTop {
  position: fixed;
  background-color: #000000 !important;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 15vh;
  width: 100vw;
  z-index: 30;
}
.menuTop ul {
  display: inline-flex;
  width: 90vw;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menuTop ul li {
  padding: 9px;
}
.menuTop ul li h2 {
  color: #ffffff !important;
  font-size: 14px;
}
.menuTop ul li i {
  color: #ffffff !important;
}
.menuTop ul li a {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #ffffff !important;
}
.menuTop ul li a i {
  margin-right: 9px;
}
.menuTop img {
  width: 100px;
}

.menuInf {
  position: fixed;
  background-color: #000000 !important;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
  width: 100vw;
  z-index: 30;
}
.menuInf ul {
  display: inline-flex;
  width: 100vw;
  list-style: none;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.menuInf ul li {
  padding: 9px;
}
.menuInf ul li i {
  color: #ffffff !important;
}
.menuInf ul .accesoPerfil {
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background-color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuInf ul .accesoPerfil i {
  color: #000000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.divider {
  width: 90vw;
  text-align: left;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  border: dotted 2px;
  border-color: #000000 !important;
  border-radius: 1000px;
}
.divider h3 {
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

.contMenu {
  top: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.drawer {
  display: flex;
  flex-direction: column;
  width: 50vw;
  height: 100vh;
  background-color: #000000 !important;
}
.drawer ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-top: 18px;
  display: block;
  list-style: none;
}
.drawer ul li {
  padding: 9px;
  color: #ffffff !important;
  border-bottom: 2px solid;
  border-bottom-color: #ffffff !important;
}
.drawer ul li a {
  text-decoration: none;
  color: #ffffff !important;
}

.cerrarDrawer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000 !important;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 18px;
  right: 18px;
}
.cerrarDrawer i {
  color: #ffffff !important;
}

.navMigas {
  padding: 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 90vw;
  margin-top: 18px;
}
.navMigas a {
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000 !important;
  background-color: #d0d3da !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3000px;
  padding: 9px;
}

.modal-banner {
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
}

.card-banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-banner {
  width: 90vw;
  height: auto;
  position: absolute;
  z-index: 1000;
}
@media screen and (max-width: 821px) {
  .img-banner {
    width: 70vw;
  }
}

.btn-banner {
  position: absolute;
  bottom: 32vh;
  width: 70vw;
  z-index: 10000;
  background-color: #000;
  padding: 9px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 821px) {
  .btn-banner {
    width: 50vw;
  }
}

.cerrar-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.dashboard {
  max-height: 100vh;
  overflow: hidden;
}

.contMain {
  height: 65vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  margin-top: 17vh;
  overflow-x: hidden;
  overflow-y: scroll !important;
}
.contMain a {
  color: none;
}

.videoBanner {
  width: 90%;
  height: 100%;
  border-radius: 15px;
  margin-bottom: 18px;
}

.accesosCategorias {
  display: flex;
  flex-direction: row;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90vw;
}

.cardCategoria {
  text-decoration: none;
  width: 40vw;
  height: 25vh;
  display: flex;
  flex-direction: column;
  padding: 9px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: solid 2px;
  background-color: #d0d3da !important;
  color: #000000 !important;
  margin-bottom: 18px;
}
.cardCategoria img {
  width: 25vw;
}
.cardCategoria h3 {
  text-align: center;
  font-size: 14px;
}

.cardCategoriaFull {
  margin-bottom: 18px;
  text-decoration: none;
  width: 90vw;
  height: 25vh;
  display: flex;
  flex-direction: column;
  padding: 9px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: solid 2px;
  background-color: #d0d3da !important;
  color: #000000 !important;
}
.cardCategoriaFull i {
  text-align: center;
  margin-bottom: 18px;
  display: block;
  width: 100%;
}
.cardCategoriaFull h3 {
  text-align: center;
  font-size: 14px;
}

.panelAdmon {
  max-height: 100vh;
  overflow: hidden;
}

.contAdmon {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  margin-top: 17vh;
  overflow: scroll;
}
.contAdmon a {
  color: none;
}

.accesosPaneles {
  display: flex;
  flex-direction: row;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90vw;
}

.cardPanel {
  margin-bottom: 18px;
  text-decoration: none;
  width: 40vw;
  height: 25vh;
  display: flex;
  flex-direction: column;
  padding: 9px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: solid 2px;
  background-color: #d0d3da !important;
  color: #000000 !important;
}
.cardPanel i {
  margin-bottom: 9px;
}
.cardPanel h3 {
  text-align: center;
  font-size: 14px;
}

.cardPanelWide {
  margin-bottom: 18px;
  text-decoration: none;
  width: 90vw;
  height: 25vh;
  display: flex;
  flex-direction: column;
  padding: 9px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: solid 2px;
  background-color: #d0d3da !important;
  color: #000000 !important;
}
.cardPanelWide i {
  margin-bottom: 9px;
}
.cardPanelWide h3 {
  text-align: center;
  font-size: 14px;
}

.panelAdmon {
  max-height: 100vh;
  overflow: hidden;
}

#contMetricas {
  height: 62vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  margin-top: 9px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#contMetricas a {
  color: none;
}

#loader {
  width: 100px;
  height: 100px;
  background-color: black;
  animation: loaderAnimation 2s infinite;
  border-radius: 50%;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

@keyframes loaderAnimation {
  0% {
    background-color: black;
  }
  100% {
    background-color: lightgray;
  }
}
.cardCustomer {
  width: 90vw;
  padding: 9px;
  border: 2px dotted;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.cardCustomer h2 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}
.cardCustomer ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cardCustomer ul span {
  display: block;
  background-color: #000000 !important;
  color: #ffffff !important;
  width: 100%;
  padding: 9px;
  text-align: center;
  border-radius: 1000px;
}
.cardCustomer ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 9px;
}
.cardCustomer ul button {
  border-radius: 1000px;
  background-color: #d0d3da !important;
  border-style: dotted;
  color: #000000 !important;
  padding: 9px;
  width: 100%;
}

.card-pedido {
  padding: 9px;
  background-color: #ffffff !important;
  border-radius: 15px;
  border-style: dotted;
  margin-bottom: 18px;
}

.header-pedido {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 9px;
  border-radius: 100px;
  background-color: #d0d3da !important;
  border-style: dotted;
  font-size: 14px;
}
.header-pedido h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px;
  color: #ffffff !important;
  border-radius: 100px;
  background-color: #000000 !important;
}
.header-pedido h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px;
}

.detalle-pedido h4 {
  text-transform: uppercase;
  width: 100%;
  padding: 9px;
  text-align: center;
  border-radius: 100px;
  background-color: #d0d3da !important;
  border-style: dotted;
  font-size: 14px;
}
.detalle-pedido h4 span {
  padding: 9px;
  color: #ffffff !important;
  border-radius: 100px;
  background-color: #000000 !important;
}
.detalle-pedido ul {
  list-style: none;
}
.detalle-pedido ul li {
  line-height: 38px;
}
.detalle-pedido span {
  padding: 9px;
  color: #ffffff !important;
  border-radius: 100px;
  background-color: #000000 !important;
}

.producto-pedido {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 15px;
  padding: 9px;
  margin-bottom: 18px;
}
.producto-pedido ul {
  list-style: none;
}
.producto-pedido ul li {
  line-height: 38px;
}

#nombreView {
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  background-color: #d0d3da !important;
  margin-top: 15vh;
  padding: 9px;
}
#nombreView h3 {
  color: #000000 !important;
  margin: 0 !important;
  font-size: 14px;
}

.store {
  max-height: 60vh !important;
  margin-top: 2vh;
  overflow: scroll;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.ecsp-SingleProduct-v2 {
  max-width: 80vw !important;
}

.ecwid-popup {
  top: 18px !important;
  overflow: scroll !important;
  max-height: 90vh !important;
}

.popupContent {
  overflow: scroll !important;
}

.navAgf {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 9px;
}
.navAgf h3 {
  width: 90vw;
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 9px;
  border-radius: 2000px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.navAgf ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.navAgf ul li {
  padding: 9px;
  border: 2px dotted;
  text-align: center;
  font-size: 12px;
  margin: 0 !important;
  border-radius: 1000px;
  width: 20%;
}
.navAgf ul li a {
  text-decoration: none;
  color: #000000 !important;
}
@media screen and (max-width: 344px) {
  .navAgf ul li {
    width: 45%;
    margin-bottom: 9px !important;
  }
}

.cardProductos {
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #d0d3da !important;
  border-radius: 20px;
  margin-top: 25px;
}
.cardProductos img {
  width: 100%;
  border: 2px dotted;
  border-radius: 20px;
}
.cardProductos .cardDescripcion {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 9px;
}
.cardProductos .cardDescripcion p {
  padding: 9px;
  width: 100%;
}
.cardProductos .cardDescripcion h4 {
  font-size: 14px;
  color: red;
  padding: 9px;
}
.cardProductos .pillCard {
  text-align: center;
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 9px;
  margin-bottom: 9px;
  width: 80%;
  border-radius: 1000px;
}

.contProfile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 18px;
  height: 60vh;
  overflow: scroll;
}

.cardProfile {
  margin-top: 18px;
  padding: 9px;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
  border-radius: 20px;
  border: 2px dotted;
}
.cardProfile h3 {
  font-size: 14px;
  background-color: #d0d3da !important;
  padding: 9px;
  border-radius: 1000px;
  margin-top: 9px;
}
.cardProfile i {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  border: 2px dotted;
  color: #000000 !important;
  border-color: #000000 !important;
}

.dataProfile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dataProfile ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.dataProfile ul li {
  padding: 9px;
  font-size: 14px;
  text-transform: uppercase;
}
.dataProfile ul li span {
  font-weight: bold;
}

.contInstall {
  flex-direction: column;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.brand {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand img {
  width: 40vw;
}

.installActions {
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
}
.installActions button {
  width: 80%;
  border-radius: 1000px;
  padding: 9px;
  border: none;
  color: #ffffff !important;
  background-color: #000000 !important;
}

.icosInstall {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 25px;
}

.cardInstall {
  border-radius: 20px;
  margin: 9px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 9px;
  border: 2px dotted;
}

#iosInstallBanner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 1000;
}
#iosInstallBanner p {
  font-size: 14px;
}

.menuBrand {
  position: fixed;
  background-color: #000000 !important;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  width: 100vw;
  z-index: 30;
}
.menuBrand img {
  width: 100px;
  background-color: white;
  padding: 9px;
  border-radius: 15px;
}

.menuAcciones {
  position: fixed;
  background-color: #000000 !important;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  width: 100vw;
  z-index: 30;
}

.container-notify {
  width: 100vw;
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 150vh;
  overflow: scroll;
  margin-top: 5vh;
  background-color: #d0d3da !important;
}
.container-notify h1 {
  margin-bottom: 18px;
  font-size: 24px;
  color: white;
  background-color: #000000 !important;
  padding: 9px;
  border-radius: 15px;
}

.notify-form {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-style: dotted !important;
  border: 2px solid #000;
  padding: 18px;
  border-radius: 15px;
  background-color: white;
}
.notify-form input,
.notify-form select {
  width: 100% !important;
  border-radius: 0px !important;
}
.notify-form textarea {
  width: 100% !important;
}
.notify-form button {
  width: 70% !important;
  border-radius: 20px;
  margin-top: 50px;
  background-color: #000000 !important;
  color: #ffffff !important;
  align-self: center;
  padding: 9px;
}
.notify-form button:hover {
  cursor: pointer;
}

.contenedor-log-notificaciones {
  padding: 18px;
  margin-top: 25px;
  background-color: #000;
  color: white;
  border-radius: 15px;
  width: 100%;
}
.contenedor-log-notificaciones h3 {
  font-size: 24px;
}

.btn-enviar-notficacion {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px dotted #000;
  padding: 9px;
  border-radius: 15px;
}

.btn-eliminar-notficaciones {
  background-color: #b22 !important;
  color: #ffffff !important;
  border: 2px dotted #000;
  padding: 9px;
  border-radius: 15px;
  margin-left: 18px;
}

.gestion-de-notificaciones {
  width: 40%;
}

.notificaciones-existentes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 75vh;
  overflow-y: scroll;
  align-items: center;
  margin-top: 25px;
  width: 40%;
  padding: 18px;
  background-color: #ffffff !important;
  border-radius: 15px;
  border: 2px dotted #000;
}
.notificaciones-existentes h2 {
  text-align: center;
}

.notificacion-card {
  background-color: #d0d3da !important;
  border-radius: 15px;
  border: 2px dotted #000;
}

.contEventos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 18px;
  height: 70vh;
  overflow: scroll;
}

.cardEventos {
  margin-top: 18px;
  padding: 9px;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
  border-radius: 20px;
  border: 2px dotted;
  background-color: #d0d3da !important;
}
.cardEventos h3 {
  text-align: center;
  font-size: 14px;
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 9px;
  border-radius: 1000px;
  margin-top: 9px;
}
.cardEventos i {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  border: 2px dotted;
  color: #000000 !important;
  border-color: #000000 !important;
}

.eventoInfo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.eventoInfo img {
  width: 40%;
}
.eventoInfo div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 9px;
}
.eventoInfo div p {
  font-weight: bold;
  font-size: 14px;
}
.eventoInfo div a {
  width: 100%;
  background-color: #000000 !important;
  border-radius: 15px;
  color: #ffffff !important;
  padding: 9px;
  text-decoration: none;
  margin-bottom: 18px;
  text-align: center;
}
.eventoInfo div button {
  width: 100%;
  background-color: #000000 !important;
  border-radius: 15px;
  color: #ffffff !important;
  padding: 9px;
  text-decoration: none;
}

#imageModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 9px;
}
#imageModal div {
  width: 90vw;
  background-color: #d0d3da !important;
  top: 10px;
  right: 20px;
  padding: 9px;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 1000px;
}
#imageModal div p {
  font-weight: bold;
  vertical-align: middle;
  margin: 0px;
}
#imageModal img {
  max-width: 90%;
  max-height: 90%;
  border: 2px solid white;
}

.contPromos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 18px;
  height: 65vh;
  overflow: scroll;
}

.promo-card {
  margin-top: 18px;
  padding: 0px;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 2px dotted;
  background-color: #d0d3da !important;
  margin-bottom: 25px;
}
.promo-card p {
  text-align: center;
  font-size: 14px;
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 9px;
  border-radius: 15px;
  margin: 9px;
}
.promo-card img {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
