.pop-all,
.pop-container,
.pop-container * {
	box-sizing: border-box;
}

.pop-all {
	position: sticky;
	z-index: 2;
	display: block;
	position: fixed;
	top: 8em;
	right: 0;
	left: 0;
	overflow: initial;
	max-width: 640px;
  border-radius: 12px;
	margin: 0 auto;
	height: auto;
	box-shadow: 0px 0px 0px 0px #ccc;
	z-index: 999999;
	width: 435px;
	max-height: 100vh;
	zoom: 1;
	background-size: cover !important;
	overflow: hidden;
	height: 250px;
}

.pop-fons {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(3px) contrast(0.8) brightness(0.8);
	z-index: 1;
}

.pop-all.pop-hide {
	display: none;
}

.pop-fons.pop-fons-out {
	display: none;
}

.pop-all a {
	transition: all .2s linear;
}

.pop-container {
	display: block;
	border: 0px solid;
	padding: 40px;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), black 96%);
}

.pop-content {
	font-family: Neue Haas Grotesk, sans-serif;
	line-height: 2em;
	text-align: center;
	margin-top: 93px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.pop-content img {
	max-width: 100%;
	height: auto;
	background-position: center !important;
  background-size: cover !important;
}

.pop-content h3.pop-content_h3 {
	font-family: Raleway;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	vertical-align: baseline;
	margin: 0;
	margin-top: 0.5em;
	font-size: 23px;
  margin-left: -20px;
	margin-bottom: -6px;
}

.pop-content .pop-content_a {
  display: flex;
  height: 34px;
  justify-content: center;
  align-items: center;
	width: fit-content;
	text-decoration: none;
	padding: 8px 8px;
}

.pop-content_p {
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
	font-family: Raleway;
}

.pop-content_boto {
margin-right: 32%;
  margin-left: 32%;
  color: #152631;
  font-size: 12px;
  font-family: inherit;
  text-transform: none;
  border-style: solid;
  border-width: 1px;
/* border-radius: 13px; */
  cursor: pointer;
  width: 104px;
  height: 34px;
}

.close-popup {
	font-size: 2.2em;
	font-weight: 300;
	text-shadow: 0 1px 0#000000;
	text-decoration: none;
	right: 10px;
	top: 10px;
	position: absolute;
	padding: 0;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	line-height: .5;
	cursor: pointer;
}

.vertical {
  rotate: 90deg;
  margin-top: 100px;
  margin-bottom: 100px;
}