@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap');

:root {
  --primary-color: rgb(141, 198, 83);
  
  --body-background: white;
  --text-primary-color: #37465c;

  --background-navbar: #fff;
  --color-navbar: #000;
  --color-navbar-hover: rgb(141, 198, 83) !important;

  --background-footer: white;
  --color-footer: #fff;

  --color-danger: #ff5252;
  --color-success: #00d063;
  --color-info: #03a9f4;
  --color-warning: #ff9800;
  --border-color: #ddd;

  --teatro-color: #9b2a93;
  --deporte-color: #ff8a3b;
  --party-color: #db3e7e;
  --expo-color: #00c5bf;
  --show-color: #124c97;
}


@font-face {
  font-family: 'tp_font_regular';
  src: url('https://ticketplus-assets.s3.sa-east-1.amazonaws.com/public/NeuePlak-Regular.ttf');
}

@font-face {
  font-family: 'tp_font_bold';
  src: url('https://ticketplus-assets.s3.sa-east-1.amazonaws.com/public/NeuePlak-Bold.ttf');
}

.oswald-text, .title-event, .bold-font {
  font-family: 'tp_font_bold', Helvetica, Arial, sans-serif;
}

.date-home {
  margin-bottom: 5px;
  background: transparent
}

body {
  //font-family: 'tp_font_regular', Helvetica, Arial, sans-serif;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.template-event, .template-company {
    background: white !important;
}

.green.text-center.size-md.p-y-xs {
	display: none;
}

[thumb-container] {
	overflow: hidden;
  background: #ebeef0;
}

.add__cart__button.active {
    background: #00d063 !important;
    box-shadow: none;
    border: none;
}
@media (max-width: 768px) {
  .add__cart__button.out_window.active {
    left: 0;
    box-shadow: none;
    position: fixed;
    bottom: 16px;
    z-index: 1111;
    width: calc(100% - 90px) !important;
    margin: 0 10px 0 80px;
  }
}
.cart__footer {
    background: #ffffff !important;
}

.event-home img, .event-home [thumb-container] {
	border-radius: 0px!important;
}

.ticket-selection-title {
  background: #f8f7fa !important; 
}
.add__cart__button:disabled,
.add__cart__button[disabled] {
    background: #e0e0e0 !important;
    color: #555 !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 1;
}
