@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap');
:root {
  --body-background: #f6f6f6;
  --text-primary-color: #37465c;

  --background-navbar: #000;
  --color-navbar: #fff;

  --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 {
	font-size: 1.2rem !important;
  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;
}
@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; 
}