/* Layout global VicMagz — Joomla 6 + tema BS3 */

/* Sociais (todas as páginas) */
.social-top a,
.social-footer a {
	display: inline-block;
	margin: 0 8px;
	color: #666;
	font-size: 16px;
}
.social-footer a {
	font-size: 22px;
	color: #999;
	margin: 0 12px;
}

/* Container responsivo (evita width:1200px no mobile) */
@media (max-width: 767px) {
	.container {
		width: auto !important;
		max-width: 100% !important;
	}
	#yt_wrapper {
		overflow-x: hidden;
	}
}

/* Paginação J6 → visual do tema (sem cortar números) */
.pagination-warpper,
.pagination-wrap,
.search-pagination,
.fcp-finder__pagination {
	overflow: visible !important;
	margin: 20px 0 10px;
	height: auto !important;
	background: transparent;
}
.pagination-warpper .counter,
.pagination-warpper .pull-left {
	line-height: 40px;
	color: #888;
}
ul.pagination {
	display: inline-block !important;
	height: auto !important;
	min-height: 40px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	overflow: visible !important;
	vertical-align: top;
}
ul.pagination > li {
	display: inline-block !important;
	float: none !important;
	vertical-align: top;
	border-left: 1px solid #fff;
}
ul.pagination > li:first-child {
	border-left: 0;
}
ul.pagination > li > a,
ul.pagination > li > span {
	position: relative;
	float: none !important;
	display: inline-block !important;
	box-sizing: border-box;
	min-width: 40px;
	height: 40px !important;
	padding: 0 14px !important;
	margin: 0 !important;
	line-height: 40px !important;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #666 !important;
	background: #e8e8e8 !important;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: visible !important;
	vertical-align: top;
}
ul.pagination > li > a:hover,
ul.pagination > li > a:focus {
	color: #fff !important;
	background: #91a7d0 !important;
}
ul.pagination > li.active > a,
ul.pagination > li.active > span,
ul.pagination > .active > a,
ul.pagination > .active > span {
	z-index: 2;
	color: #fff !important;
	cursor: default;
	background: #91a7d0 !important;
}
ul.pagination > li.disabled > span,
ul.pagination > li.disabled > a {
	color: #bbb !important;
	cursor: not-allowed;
	background: #f0f0f0 !important;
}
.pagination .page-item {
	display: inline-block !important;
}
.pagination .page-link {
	display: inline-block !important;
	float: none !important;
	min-width: 40px;
	height: 40px !important;
	padding: 0 14px !important;
	line-height: 40px !important;
	color: #666;
	background: #e8e8e8;
	border: 0 !important;
}
.pagination .page-item.active .page-link {
	color: #fff !important;
	background: #91a7d0 !important;
}
.pagination .page-item.disabled .page-link {
	color: #bbb !important;
	background: #f0f0f0 !important;
}
.pagination.ms-0 { margin-left: 0 !important; }
.pagination.mb-4 { margin-bottom: 0 !important; }

/* Busca do topo — #yt_spotlight1 tem color:#fff (texto sumia no input branco) */
#yt_spotlight1 .fcp-search-form .inputbox,
#yt_spotlight1 .search-top .inputbox,
#top2 .fcp-search-form .inputbox,
#top2 .search-top .inputbox {
	width: 100%;
	height: 38px;
	padding: 0 40px 0 12px;
	border: 1px solid #ddd;
	background: #fff !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
	caret-color: #222;
	font-size: 13px;
	line-height: 38px;
	box-shadow: none;
	outline: none;
}
#yt_spotlight1 .fcp-search-form .inputbox::placeholder,
#top2 .fcp-search-form .inputbox::placeholder {
	color: #999 !important;
	-webkit-text-fill-color: #999 !important;
	opacity: 1;
}
#top2 .fcp-search-form {
	position: relative;
	margin: 0;
}
#top2 .fcp-search-form .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	color: #666 !important;
	line-height: 38px;
	text-align: center;
	padding: 0;
	cursor: pointer;
}
#top2 .fcp-search-form .button:hover {
	color: #91a7d0 !important;
	background: transparent;
}

/* Conteúdo / artigos — card branco sobre o #content cinza (#f5f5f5) */
body:not(.homepage) #content #content_main {
	background: #fff;
	padding: 30px 40px 40px;
}
@media (max-width: 767px) {
	body:not(.homepage) #content #content_main {
		padding: 20px 15px 25px;
	}
}

#yt_component .item-page,
#yt_component .blog {
	overflow: hidden;
}
/* Grade de artigos sem buracos (float BS3 + alturas diferentes) */
.blog .items-row.row,
.blog .items-leading.row {
	display: flex;
	flex-wrap: wrap;
}
.blog .items-row .item,
.blog .items-leading .item {
	float: none;
}
#yt_component .items-row {
	clear: both;
}
#yt_component .items-row:before,
#yt_component .items-row:after,
#yt_component .items-leading:before,
#yt_component .items-leading:after {
	content: " ";
	display: table;
}
#yt_component .items-row:after,
#yt_component .items-leading:after {
	clear: both;
}

/* Pinterest Pin It — canto superior esquerdo */
.fcp-pin-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	vertical-align: middle;
}
.fcp-pin-wrap--block {
	display: block;
	width: 100%;
}
.fcp-pin-wrap > img {
	max-width: 100%;
	height: auto;
}
.fcp-pin-btn {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 20;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 5px 10px 5px 8px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	font-family: inherit;
	color: #fff;
	background: #bd081c;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2px);
	transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
.fcp-pin-btn i {
	font-size: 14px;
	line-height: 1;
}
.fcp-pin-btn span {
	letter-spacing: 0.02em;
}
.fcp-pin-wrap:hover .fcp-pin-btn,
.fcp-pin-wrap:focus-within .fcp-pin-btn,
.fcp-pin-btn:focus {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.fcp-pin-btn:hover,
.fcp-pin-btn:focus {
	background: #8e0615;
	color: #fff;
	outline: none;
}
@media (hover: none) {
	.fcp-pin-btn {
		opacity: 0.95;
		visibility: visible;
		transform: none;
	}
}

/* Utilitários BS5 que podem vazar sem CSS do core */
.visually-hidden,
.element-invisible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}
.mb-3 { margin-bottom: 1rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.w-100 { width: 100% !important; }

/* Form controls J6 em páginas internas */
.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
}
.form-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
}
.btn-primary {
	color: #fff;
	background-color: #91a7d0;
	border-color: #91a7d0;
}
.btn-primary:hover {
	background-color: #7a93c0;
	border-color: #7a93c0;
	color: #fff;
}
.btn-secondary {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

/* Menu footer Páginas */
#yt_footer .menu-horizontal,
#yt_bottom .menu-horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#yt_footer .menu-horizontal > li,
#yt_bottom .menu-horizontal > li {
	display: inline-block;
	margin: 0 10px;
}

/* Tipografia unificada Serenity */
body {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
h1, h2, h3, h4, h5, h6,
.page-header h1,
.heading-category,
.modtitle,
.styletitle,
.item-title,
.result-title {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}
#meganavigator > li > .item-link,
#yt_menu .nav > li > a,
#yt_menu .menu > li > a,
.btn-color,
.moduleItemCategory,
.item-category .btn-color {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.sj-extra-slider .owl-dots .owl-dot.active,
.sj-extra-slider .owl-dots .owl-dot:hover {
	background: #91a7d0 !important;
}
.sj-extra-slider .item .item-wrap .item-prices .item-price {
	color: #91a7d0 !important;
	font-family: inherit !important;
}
