#app-sd  {
	display: none;
}

.alerta, .layer  {
	border-top: 5px solid var(--color);
	background-color: #FFFFFF;
	display: none;
	z-index: 99999999;
	text-align: center;
	width: 554px;
	padding: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -116px 0 0 -277px;
}

.layer:not(.none) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

/* .alerta p, .layer p {
	min-height: 90px;
} */

.alerta .btn, .layer .btn {
	margin-top:16px;
	background: var(--color);
	color: var(--bt-color);
	display: inline-block;
	text-align: center;
	padding: var(--bt-padding);
	border-radius: var(--bt-border-radius);
    font-weight: 500;
    text-transform: uppercase;	
}

.alerta .btn:hover, .layer .btn:hover {
	text-decoration: none;
	background: var(--bt-hover-background);
}

.feedback-video {
	position: fixed;
	z-index: 2;
	text-align: center;
	line-height: 13px;
	top: 250px;
	right: -4px;
	color: #FFFFFF;
	padding: 11px 0 0 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.12);
	background-color: var(--color);
}

.feedback-video .video {
	outline: 0;
	padding: 50px 15px 11px 22px;
	margin: 0 10px 0 6px;
	display: inline-block;
	background-image: url(/img/feedback-video-h.png);
	color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
}

.feedback-video .close {
	outline: 0;
	position: absolute;
	top: 5px;
	right: 8px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 7px;
	text-decoration: none!important;
}

.feedback-video .close:before {
	content: "x";
	display: block;
}

.feedback-video .close:hover {
	background-color: var(--color-opacity-no);
}

#popup {
	display: none;
	width: 556px;
	margin: 0 auto;
}

/* .popup-top {
	background: url(/img/popup-top.png) no-repeat top center;
	height: 50px;
	line-height: 50px;
	font-size: 0px;
}

.popup-bottom {
	background: url(/img/popup-bottom.png) no-repeat bottom center;
	height: 20px;
	line-height: 20px;
	font-size: 0px;
} */

.popup-middle {
	background-color: #fff;
	padding: 24px;
	border-radius: 16px;
	text-align: center;
}

.pop-news .btn{
	display: block;
	margin: 0px auto;
	margin-top: 26px;
	width: 100%!important;
	max-width: 302px;
	font-size: 16px;
	line-height: 24px;
}


.mfp-bg {
	background: rgba(0,0,0,0.6) !important;
}

.mfp-close {
	display: none !important;
}

#popup h4 {
	font-size: 20px;
	line-height: 26px;
	padding: 15px 0 12px 0;
}

#popup h5 {
	font-size: 14px;
	color: #999;
	padding: 0 0 7px 0;
}

#popup p {
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #575757;
}

#popup .h4-pop-sd {
	font-size: 1em;
	padding: 0;
}

#popup .times {
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: 349px;
	background: url(/img/times.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
}

#popup .buttons {
	padding: 10px 0 5px 0;
	border-top: 1px solid #CCC;
	margin: 15px 0 0 0;
}

#popup .buttons .cesta-button {
	margin: 8px 0 0 12px;
	background: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	padding-top: 9px;
	height: auto!important;
	width: 171px;
}

.block-news {
	position: relative;
	display: none;
}

.btn-close-news {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    cursor: pointer;
}
.btn-close-news img {
    width: 16px; 
    height: 16px;
}

.pop-news .botonera {
	width: 256px;
	margin: 21px 0 5px 166px;
}

.pop-news .btn {
	background-color: var(--bt-background);
	color: var(--bt-color);
	border-radius: var(--bt-border-radius);
	padding: var(--bt-padding);
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.pop-news .btn:hover {
	text-decoration: none;
	background-color: var(--bt-hover-background);
}

.pop-news .botonera.solouno {
	width: 128px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.pop-news h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 16px;
}

.pop-news .block-news-image{
	width: 72px;
	height: 72px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 24px;
}

.pop-news .block-news-image.nw-ok{
	background: #F2FCF1;
}

.pop-news .block-news-image.nw-baja{
	background: #FEE;
}

.pop-news .block-news-image.nw-alta{
	background: #D6F0F7;
}

.pop-news .block-news-image.nw-duplicate{
	background: #D6F0F7;
}

.form-news {
	width: 100%;
}

.form-news label {
	font-size: 16px;
    line-height: 24px;
    color: #222;
    text-align: left;
    display: inline-block;
    width: 100%;
	padding-bottom: 8px;
}

.form-news input[type=text] {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #7F7F7F;
	font-size: 16px;
	line-height: 24px;
}

.form-news input[type=text].error {
	border: 1px solid #CC0000 !important;
	background-color: #FFF2F5 !important;
}

.form-news p {
	font-size: 14px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 11px;
	gap: 4px;
}

.form-news p input[type=checkbox] {
	margin-right: 8px;
}

.form-news p a {
	text-decoration: underline;
	color: #015CC8;
}

.form-news p.unsuscribe {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.unsuscribe-news .botonera {
	width: 299px !important;
	padding-bottom: 16px;
}

.pop-news .alert {
	color: #CC0000;
	font-size: 14px;
	line-height: 24px;
	display: none;
	clear: both;
	text-align: left;
	margin-top: 5px;
}

.form-news .close-news {
	background-color: #999;
}

.pill-over {
	/*background-color: #FFF;*/
	background-color: var(--color-opacity-no);
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 22;
	box-shadow: 0 -2px 8px 0 rgba(0,0,0,0.12);
	visibility: hidden;
	border-top: 1px solid #ededed;
}

#cookie + .pill-over {
	bottom: 75px;
}

.pill-over .cta-compra {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 0 30px;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
}

.pill-over .cta-compra-nombre {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pill-over .cta-compra-precio {
    white-space: nowrap;
    flex-grow: 9999;
    font-size: 16px;
    line-height: 20px;
}

.pill-over .cta-compra-btn {
	width: 270px;
}

.pill-over .cta-compra-btn a {
    /*background-color: var(--bt-background);
    color: var(--bt-color);*/
    background-color: #fff;
    color: var(--color);
    padding: 4px 20px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    height: 54px;
    line-height: 46px;
    white-space: nowrap;
    font-weight: bold;
}

.pill-over .cta-compra-btn a:hover {
	/*background-color: var(--color-opacity-no);
	color: var(--font-color);*/
	background-color: var(--bt-background);
    color: var(--bt-color);
	text-decoration: none;
}

.spam-p {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin: 10px 0 12px 0;
}

.spam-p div {
	padding-top: 31px;
}

.spam-p a {
	font-weight: bold;
}

.spam-cloud {
	text-transform: uppercase;
	padding: 21px;
	background-color: var(--color-opacity-no);
	border-radius: 4px;
	margin: 21px 0 0 0;
}

.spam-cloud a {
	display: block;
	padding: 103px 0 0 0;
	background: url(/img/cloud.png) no-repeat center top;
	font-size: 20px;
}

.spam-cloud a:hover {
	text-decoration: none;
	color: var(--font-color);
}

.spam {
	line-height: 20px;
	padding: 31px 0 30px 101px;
	background: url(/img/spam.png) no-repeat -4px center;
	text-align: left;
}

/* Nuevo Layer popup */
.layer-overlay,.layer-overlay-alerta{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.5);
	z-index:999;
	justify-content:center;
	align-items:center;
}

.layer-overlay-alerta{
	display: none;
}


@media only screen and (max-width: 575px){
	.alerta, .layer  {
		width: 100%;
		margin: 0;
		max-width: 320px;
		transform: translate(-50%,-50%);
	}

	.form-news p{
		display: inline-block;
		text-align: left;
	}
}