/* * {
  font-family: Arial, Helvetica, sans-serif;
} */

/* .popup-green {
  background: #66aa2b;
  border-radius: 22px 0px 0px 22px;
  height: 44px;
  padding: 5px 10px;
} */


.popup-green:hover {
	background: #0e783c;
}

.title-drone {
	color: #fff;
	font-weight: bold;
	margin: 0 10px;
	font-size: 16px;
	line-height: 15px;
}

.title-live {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 62px;
	letter-spacing: -0.44px;
	margin: 0 10px;
	text-transform: uppercase;
}

#lives_type {
	z-index: 999;
	width: 200px;
	position: absolute;
	right: 0;
	top: 168px;
	overflow: hidden;
}

#menu_mobile {
	z-index: 999;
	width: 155px;
	position: absolute;
	left: 0;
	top: 15%;
	overflow: hidden;
}

.item-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-left: 60px;
}

.item-menu::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 10%,
		rgba(0, 167, 206, 1) 40%,
		rgba(0, 213, 255, 1) 50%,
		rgba(0, 167, 206, 1) 60%,
		rgba(255, 255, 255, 0) 90%
	);
}

.title-menu a {
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	margin: 10px;
	font-weight: bold;
	text-decoration: none;
}

.title-menu span {
	font-size: 11px;
	font-weight: 300;
	margin: 0px 10px;
}

p.title-menu {
	margin: 12px 0px;
}

.background-aovivo,
.background-menu {
	background-color: #66aa2b;
	padding: 0px 30px;
	border-radius: 22px 0px 0px 0px;
	padding: 0px 15px;
	position: relative;
}

.background-menu::before,
.background-aovivo::before {
	top: 0px;
}

.title-aovivo {
	font-size: 20px;
	color: #fff;
	margin: 10px auto;
}

.popup-item-img {
	/* width: 100%; */
	float: right;
}

.live {
	background-color: rgb(7, 58, 29);
	padding: 0px 20px;
	opacity: 0.8;
	border-radius: 0px 0px 0px 20px;
}

.box-video {
	display: flex;
	position: relative;
}

.video {
	padding: 0px 0px 0px 15px;
}

.live-item-content {
	padding: 0px 0px 0px 15px;
}

/* ul {
  padding: 10px 10px;
}

li {
  padding: 0px 0px 0px 0px !important;
  margin: 10px auto;
} */

.live-popup-item-title {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 7px 0 7px 0;
	line-height: 16px;
	font-weight: bold;
	max-width: 29ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.live-popup-item:hover {
	text-decoration: none;
}

.live-popup-item-subtitle {
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	max-width: 33ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img-live {
	width: 55px;
	height: auto;
}

.btn-fechar,
.btn-fechar-menu {
	color: #fff;
	position: absolute;
	right: 3%;
	top: -14px;
	font-size: 50px;
}

.btn-fechar-menu {
	left: 4%;
	top: -2%;
}

.btn-fechar a,
.btn-fechar-menu a {
	text-decoration: none;
}

.button-bg-black-opacity {
	background-color: rgba(0, 0, 0, 0.7);
}

.btn-color {
	color: #fff;
	text-decoration: underline;
}

.button-popup-live {
	transition: 300ms all;
	/* margin-top: 60px; */
}

/* .button-popup-live.popup-hidden {
  margin-right: -180px !important;
  margin-bottom: 0px !important;
  height: 0px !important;
}

.popup-promo.popup-hidden {
  margin-right: -325px !important;
} */

.button-popup-live.popup-hidden {
	margin-right: -180px !important;
	margin-bottom: 0px !important;
	height: 0px !important;
}

.button-popup-live-standard.popup-hidden {
	margin-right: -180px !important;
	margin-bottom: 0px !important;
	height: 0px !important;
}

.button-popup-fair-event.popup-hidden {
	margin-right: -180px !important;
	margin-bottom: 0px !important;
	height: 0px !important;
}

.button-popup-live-standard {
  width: 160px;
  background: linear-gradient(173deg, rgba(0,103,180,1) 0%, rgba(0,165,226,0.64) 100%);
  border-radius: 30px 0 0 30px;
}

.button-popup-live-standard .live-title {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin: 8px 8px 4px;
  text-align: left;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-info {
  font-size: 12px;
  color: #FFF;
  text-align: left;
  margin: 0px 8px;
}

.live-info:last-child {
  margin-bottom: 8px;
}

.popup-discount,
.popup-schedule {
	transition: 300ms all;
	line-height: 1.4;
}

.popup-promo {
	margin-right: -250px;
	transition: 300ms all;
	line-height: 1.4;
}

.popup-discount p {
	font-size: 13px;
	color: #fff;
}

.button-popup-promo-text {
	width: 250px;
}

.button-popup-promo-text p {
	font-size: 14px;
	color: #fff;
}

.button-popup-discount-text {
	width: 250px;
}

.popup-discount.popup-active {
	margin-right: 0px !important;
}

.popup-promo.popup-active {
	margin-right: 0px !important;
}

.btn-popup {
	color: #fec000;
	text-decoration: underline;
	font-weight: bold;
}

.btn-popup:hover {
	color: #275935;
	text-decoration: underline;
	font-weight: bold;
}

.live-popup-info {
	font-style: italic;
}

@media only screen and (max-width: 500px) {
	#lives_type {
		z-index: 999;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0%;
		overflow: hidden;
	}
	.titulo-video {
		max-width: 29ch;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.subtitulo-video {
		max-width: 25ch;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.live-popup-item-title {
		max-width: 22ch;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.live-popup-item-subtitle {
		max-width: 25ch;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.container-popups {
		top: 90px !important;
	}
}
