.ad > *{
	margin: auto;
	}
.ad > *[data-formato='728x90']{
	display: block;
	width: 728px;
	height: 90px;
	overflow: hidden;
	border: none;
	}
.ad > a[data-formato='728x90'] > img{
	width: 100%;
	height: 100%;
	}
#ad_script,
#ad_script1,
#ad_script2{
	text-align: center;
	margin: 10px 0px 10px 0px;
	}
@media (max-width: 728px) {
	#ad_script{
		display: none;
		}
	}
.ad[data-formato='popup'] > a{
	max-width: 90vw;
	}
.ad[data-formato='popup'] > a > img{
	width: 100%;
	}

.anuncios-texto{
	border:solid 1px rgba(0,0,0,0.2);
	}
.anuncios-texto > label{ display: block; padding: 3px; font-size: 0.65rem; font-family: var(--font-ui); background-color: rgba(0, 0, 0, 0.1); }
.anuncios-texto > ul{
	margin: 0;
	padding: 0px;
	}
.anuncios-texto ul > li{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.anuncios-texto ul > li > div{
	display: block;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	}
.anuncios-texto ul > li > div > strong{
	display: block;
	color: #000;
	font-size: 0.9rem;
	font-family: var(--font-ui);
	margin-bottom: 3px;
	}
.anuncios-texto ul > li > div > p{
	color: #666;
	font-family: var(--font-ui);
	font-size: 0.75rem;
	line-height: 120%;
	}
.anuncios-mobile{
	display: none;
	}

.anuncio-texto-exibe{}
.anuncio-texto-exibe > div:nth-child(1){
	background-color: var(--main-color);
	padding: 30px;
	}
.anuncio-texto-exibe > div > h1{
	font-size: 1.8em;
	line-height: 120%;
	color: #FFF;
	}
.anuncio-texto-exibe > div > p{
	font-family: var(--font-ui);
	font-size: 1.2em;
	line-height: 120%;
	color: #FFF;
	}
.anuncio-texto-exibe > div:nth-child(2){
	border: solid 2px var(--main-color);
	padding: 30px;
	}
.anuncio-texto-exibe > div > .telefone{
	font-family: var(--font-ui);
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 120%;
	}
.anuncio-texto-exibe > div > .endereco{
	font-family: var(--font-ui);
	font-size: 1em;
	font-weight: bold;
	line-height: 120%;
	}
.anuncio-texto-exibe > div > .website{
	font-family: var(--font-ui);
	font-size: 1em;
	text-decoration: underline;
	line-height: 120%;
	color: #03C;
	}

.anuncio-texto-exibe > div > .buttons{
	display: flex;
	margin-top: 20px;
	padding-top: 10px;
	border-top:solid 2px rgba(0,0,0,0.1);
	}
.anuncio-texto-exibe > div > .buttons > a{
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	}
.anuncio-texto-exibe > div > .buttons > a > svg{
	width: 28px;
	height: 28px;
	}

.anuncio-texto-exibe > div > .buttons > a:hover > svg{
	fill: var(--color-alert);
	}

@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {
	.anuncios-texto ul > li > div{
		padding: 7px;
		}
}
@media (max-width: 840px) {
	.anuncios-texto{
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: var(--main-color-dark);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); 
		box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
		}
	.anuncios-texto > label{ 
		padding: 2px; font-size: 0.55rem; 
		background-color: var(--main-color);
		color: #FFF;
		}
	.anuncios-texto > ul{
		overflow: auto;
		display: flex;
		flex-direction: row;
	  	scroll-snap-type: x mandatory;
	  	scroll-behavior: smooth;
		}
	.anuncios-texto li{
		display: block;
		flex-shrink: 0;
		padding: 0;
		width: 65%;
		border-right: solid 1px rgba(255,255,255,0.1);
		border-left: solid 1px rgba(0,0,0,0.1);
		}
	.anuncios-texto ul > li > div{
		padding: 10px;
		width: 100%;
		height: 100%;
		}
	.anuncios-texto ul > li > div > strong{
		color: var(--color-alert-light);
		}
	.anuncios-texto ul > li > div > p{
		color: #FFF;
		}
	.anuncios-texto li *{
		-webkit-touch-callout: none;
	   -webkit-user-select: none;
	   -khtml-user-select: none;
	   -moz-user-select: none;
	   -ms-user-select: none;
	   user-select: none;
		}
}
@media (max-width: 720px) {
	.ad > *[data-formato='728x90']{
		display: none;
		}
	.anuncio-texto-exibe > div > h1{
		font-size: 1.6em;
		}
	.anuncio-texto-exibe > div > p{
		font-size: 1em;
		}
}
@media (max-width: 600px) {
	.anuncios-mobile{
		display: block;
		text-align: center;
		padding: 20px;
		margin: 20px 0px;
		}
	.anuncios-mobile > div,
	.anuncios-mobile > div > a,
	.anuncios-mobile > div > a > img{
		max-width: 100%;
		}

	.anuncio-texto-exibe > div > h1{
		font-size: 1.4em;
		}
	.anuncio-texto-exibe > div > p{
		font-size: 0.9em;
		}
	.anuncio-texto-exibe > div > .telefone{
		font-size: 1.4em;
		}
	.anuncio-texto-exibe > div > .endereco,
	.anuncio-texto-exibe > div > .website{
		font-size: 0.9em;
		}
}
@media (max-width: 480px) {
	.anuncio-texto-exibe > div{
		padding: 20px !important;
		}
	.anuncio-texto-exibe > div > h1{
		font-size: 1.2em;
		}
	.anuncio-texto-exibe > div > .telefone{
		font-size: 1.2em;
		}
	.anuncio-texto-exibe > div > .buttons > a{
		width: 42px;
		height: 42px;
		}
	
}
@media (max-width: 320px) {

}