@media all and (max-device-width: 400px) {

	.botao {
		margin: 0 2px 2px !important;
	}

	.card {
		width: 250px !important;
	}

	.icones1 {
		width: 110px !important;
		margin: 10px 10px 10px 10px !important;
	}

	.aviso.card img {
		width: 250px !important;
	}

}

/* CONFIGURAÇÕES INICIAIS */
#post-12270 h2,
#post-13051 h2,
#post-9713 h2,
#post-11434 h2,
#post-12820 h2,
#post-11890 h2,
#post-7819 h2,
#post-768 h2,
#post-8437 h2,
#post-8622 h2,
#post-2377 h2,
#post-12404 h2,
#post-8736 h2,
#breadcrumbs,
.meta_header {
	display: none;
}

#post-11434 .meta_header {
	border-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	height: 0;
	width: 0;
}

#post-11434 p {
	margin: 0 0 0 0;
}

#brasil-vlibras {
	display: none;
}

#vw-access-button active {
	display: none;
}

/*Suprimir widget contatos menu direito*/
#pu-contatos,
#pu-contatos h2 {
	border: 0;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	font-size: 0;
}

/*Ajuste menu direito widgets  */
#sidebar_right .widget h2 {
	font-size: 18px;
	margin-bottom: 0;
	margin-left: 10px;
	border-bottom: 0;
}

#menu-dcom li.current_page_item > a {
	background-color: rgb(22,89,191,0.6) !important;
}

.pagenav li.current_page_item > a {
	color: #1659bf;
}

/* LOGO DCOM */
.brasaoUfsc_Header,
#menu_secundario_logo,
#menu_secundario_logo img {
	width: 150px;
	height: 150px;
	border-radius: 5px;
	opacity: 100 !important;
}

/* FIM - LOGO DCOM*/
/*menu esquerdo navegação */
#sidebar_left ul[role="navigation"] a {
	background: none repeat scroll 0 0 #b30000;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	font-family: Helvetica;
	text-transform: none;
	font-weight: bold;
	border-top: 0;
	margin: 6px 0;
	padding: 6px 6px 6px 6px;
}

#sidebar_left a {
	font-family: Helvetica;
}

#sidebar_left .widget ul li {
	color: #333;
	border-bottom: 1px solid #DDD;
}

/*menu esquerdo caixa de titulos */
#sidebar_left ul li h2 {
	background: none repeat scroll 0 0 #b30000;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	border-top: 0;
	margin: 8px 0;
	padding: 8px 8px 8px 8px;
	font-family: Helvetica;
	text-transform: none;
}

/*Ajuste menu direito widgets  */
#sidebar_right .widget h2 {
	font-size: 18px;
	margin-bottom: 0;
	margin-left: 10px;
	border-bottom: 0;
}

/* Define a cor e layout do widget superior direito acima de CONTATOS */
#sidebar_right .widget {
	padding: 10px;
	background-color: transparent;
	border-radius: 5px;
	margin: 0 10px 10px 10px;
	border: 0;
}

#sidebar_right .widget_links {
	background-image: linear-gradient(-90deg,#eeeff1,#ffffff);
}

#sidebar_right .widget_links ul li {
	list-style: inside disc !important;
}

#sidebar_right .textwidget a img {
	border-radius: 5px !important;
}

#footer {
	margin-top: 10px !important;
}

/*CONFIGURAÇÕES GERAIS DAS TABELAS*/
.tablepress .odd td {
	background-color: rgba(179,0,0,0.2);
	font-size: 18px;
}

.tablepress .even td {
	background-color: #fff;
	font-size: 18px;
}

.tablepress .row-hover tr:hover td {
	background-color: rgba(179,0,0,0.7);
}

.tablepress {
	border-collapse: unset;
	margin: 0;
}

table tr td,
.tablepress .column-1,
.tablepress table tr td {
	background: transparent;
	border: 0 solid !important;
	padding: 0;
}

.tablepress thead th {
	background-color: #70559F !important;
	padding: 8px !important;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-size: 18px !important;
	font-family: Helvetica;
	text-transform: none;
}

/* Classes para linhas sem borda */
.tablepress.linha-com-borda td {
	border: 1px solid #d9d9d9 !important;
	border-style: groove !important;
}

/* FIM DAS CONFIGURAÇÕES GERAIS DAS TABELAS */
/* TABLE 1 - BOTOES TOPO */
.box_botao {
	background-color: transparent;
	margin: 0 0 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: -1;
}

.box_botao h4 {
	color: white;
	font-size: 15px;
	font-family: Helvetica;
	margin: 0;
	text-align: center;
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.box_botao a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.shadow {
	border-radius: 5px;
	position: absolute;
	background: #333;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: .5;
	z-index: 1;
}

.botao {
	background-size: 100% auto;
	background-position: center;
	position: relative;
	width: 140px;
	height: 84px;
	border-radius: 5px;
	margin: 0 7px 7px;
	transition: all .2s ease;
}

.botao:hover,
.botao:focus {
	background-size: 105% auto;
}

.botao1 {
	background-image: url('http://farmacoterapp.paginas.ufsc.br/files/2025/02/cropped-CERAF9.png');
}

.botao2 {
	background-image: url('http://farmacoterapp.paginas.ufsc.br/files/2025/02/logo-3-141x150-removebg-preview-141x150.png');
}

.botao3 {
	background-image: url('http://farmacoterapp.paginas.ufsc.br/files/2025/02/Ícones-site-CERAF-21-1-300x283.png');
}

.botao4 {
	background-image: url('http://farmacoterapp.paginas.ufsc.br/files/2025/02/okok-1024x240.png');
}

.botao5 {
	background-image: url('http://farmacoterapp.paginas.ufsc.br/files/2025/02/cropped-PPGASFAR_logo_Cores_Horizontal-1024x328.png');
}

.botao1,
.botao2,
.botao3,
.botao4,
.botao5 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* FIM - TABLE 1 - BOTOES TOPO */
/* TABLE 2 E 3 - CONFIGURAÇÕES DOS BOTÕES DE ACESSO RÁPIDO E PORTAL FORNECEDORES */
/* E OUTRAS TABELAS QUE USEM BOTÕES NO ESTILO ACESSO RÁPIDO */
.box_acesso {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box_acesso a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.icones1 h5 {
	color: #00003f;
	font-size: 14px;
	margin: 5px 0;
	font-family: Helvetica;
	line-height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 75px;
}

.icones1 {
	position: relative;
	width: 120px;
	height: 130px;
	margin: 10px 20px 10px 20px;
}

.img_ico {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 25px;
	width: 70px;
}

.icones1:hover .img_ico {
	filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(7144%) hue-rotate(356deg) brightness(101%) contrast(132%);
	transform: scale(1.1); /* Aumenta a escala em 10% no hover */
	transition: transform .3s ease; /* Adiciona transição suave na propriedade transform */
}

/* FIM - TABLE 2 E 3 - ACESSOS RAPIDOS E PORTAL FORNECEDORES*/
/* TABLE 4 - NOTÍCIAS */
.noticias .odd td {
	background-color: transparent;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #0f4098;
	padding: 10px 0 0 10px;
}

.noticias .even td,
.noticias h4 {
	background-color: transparent;
	margin: 0 !important;
	font-weight: normal;
	color: #828487 !important;
	padding: 5px 10px 5px 10px;
}

.noticias .row-2 td:first-child {
	padding: 0 0 15px 0;
}

.noticias tfoot th {
	background: transparent !important;
	border: 0 !important;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #0f4098;
}

/* FIM - TABLE 4 - NOTÍCIAS */
/* TABLE 5 - CURSO DE COMPRAS */
iframe {
	width: 220px;
	height: 120px;
	margin: 10px;
}

.curso {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* FIM - TABLE 5 - CURSO DE COMPRAS */
/* TABLE 6 - LOCALIZAÇÃO */
.box_contato {
	padding: 10px 10px;
	display: flex;
	flex-wrap: wrap;
}

.mapa {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
}

.tablepress-id-8 h2,
.tablepress-id-8 h3 {
	font-family: Helvetica;
	font-weight: normal;
	line-height: 130% !important;
	width: 100%;
	margin: 0 0 20px 0;
}

.tablepress-id-8 h2 {
	font-size: 16px;
}

.tablepress-id-8 h3 {
	font-size: 14px;
}

.tablepress-id-8 .column-1 {
	width: 50%;
}

.tablepress-id-8 .column-2 {
	width: 50%;
	height: 100%;
	padding: 10px;
}

.redes_sociais {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.redes_sociais img {
	margin: 0 10px 0 0;
}

/*FIM - TABLE 6 - LOCALIZAÇÃO */
/*TABELA 101 A 106 - CONTATOS*/
.contatos {
	font-family: Helvetica;
}

.contatos p {
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 10px !important;
}

.contatos p::after {
	font-style: italic;
	font-weight: normal;
	color: #1659bf;
	content: "\00a0\00a0\00a0\00a0" attr(id);
}

.contatos ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 0;
	margin: 10px 0;
}

.contatos ul li {
	list-style: none !important;
}

.contatos li {
	border-radius: 10px;
	min-width: 20%;
	min-height: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 5px !important;
	padding: 60px 10px 10px 10px;
	background-position: top;
	background-size: 50px;
	background-repeat: no-repeat;
}

.contatos li:nth-child(1) {
	background-image: url('https://dcom-proad.ufsc.br/files/2022/10/chatUFSC.png');
	position: relative;
}

.contatos li:nth-child(1) span {
	visibility: hidden;
	width: 150px;
	background-color: #1659bf;
	color: #fff;
	text-align: center;
	font-size: 14px !important;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	left: 90%;
	top: 50%;
}

.contatos li:nth-child(1) span:nth-child(2)::after {
	content: "Acesso para usuários internos com idUFSC";
}

.contatos li:nth-child(1):hover span {
	visibility: visible;
}

.contatos li:nth-child(2) {
	background-image: url('http://atasderegistrodeprecos.paginas.ufsc.br/files/2022/12/email.png');
}

.contatos li:nth-child(3) {
	background-image: url('http://atasderegistrodeprecos.paginas.ufsc.br/files/2022/12/fone.png');
}

.atividades {
	border-radius: 8px;
	background-color: rgb(22,89,191,0.6);
	font-size: 11px !important;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: center;
	background-image: url('http://atasderegistrodeprecos.paginas.ufsc.br/files/2024/08/help.png');
	background-position: top;
	background-size: 30px;
	background-repeat: no-repeat;
}

.atividades a {
	color: white;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
}

/*FIM - TABELA 101 A 106 - CONTATOS*/
/*CONFIGURAÇÕES GERAIS DOS CARTÕES */
.cards {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 10px;
	font-family: Helvetica;
}

.card {
	width: 300px;
	height: max-content;
	padding: 5px;
	padding-bottom: 0;
	margin: 10px;
	position: relative;
	border-radius: 10px;
}

.card-big {
	width: 95%;
	margin: 10px auto 20px auto;
}

.card-title {
	height: 75px;
	border-radius: 5px;
	padding: 0 10px 0 10px;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 14px !important;
	font-family: Helvetica;
	background-color: #1659bf;
}

.card-title-small {
	height: 45px;
}

.card-title h3 {
	color: #FFF;
	text-align: left;
}

.card-title img {
	width: 50px;
	height: 50px;
	filter: brightness(0) invert(1);
	margin-right: 20px;
}

.card-content {
	padding-top: 10px;
}

.card-big .card-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.card-big .card-content .mini-card {
	flex-basis: 45%;
	flex-grow: 1;
	flex-shrink: 0;
}

.card-content ul,
.card-content ul li,
.card-content p,
.card-content a {
	font-size: 13px !important;
	margin: 10px;
}

.card-content ul li a {
	margin-left: 0;
}

.card-content ul li span {
	display: grid;
}

.card-content li:hover::marker {
	content: "⭐";
}

.mini-card {
	display: grid;
	font-family: Helvetica;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	margin: 5px !important;
	margin-top: -5px !important;
	margin-bottom: 15px !important;
	padding: 5px;
}

.mini-card > p:first-child {
	padding: 5px !important;
	margin: 0 0 5px 0;
	border-radius: 4px;
	color: white;
	background-color: rgb(22,89,191,0.6);
	font-size: 14px !important;
}

.mini-card summary {
	margin: 0;
}

.mini-card > a,
.mini-card > ul li {
	margin: 5px !important;
}

.mini-card > p:not(:first-child) {
	margin: 5px !important;
}

.mini-card > ul li {
	text-align: left;
	margin: 10px !important;
}

.card-manual {
	display: none;
	position: absolute;
	top: 35px;
	right: -15px;
	width: 60px;
	height: 50px;
	border-radius: 5px;
	padding: 5px;
	background-color: lightblue;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica;
}

.card-manual a {
	cursor: pointer;
	color: white;
}

.card:hover .card-manual {
	display: flex;
	animation: manual .5s;
}

@keyframes manual {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* FIM CONFIGURAÇÕES GERAIS DOS CARTÕES */
/* CONFIGURAÇÕES PARA A TABELA DO CALENDÁRIO DE COMPRAS */
.calendario thead th {
	padding: 5px !important;
	font-size: 14px !important;
}

.calendario .column-1 {
	width: 10%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.calendario .column-2 {
	width: 80%;
	vertical-align: middle;
	font-size: 12px;
}

/* FIM DAS CONFIGURAÇÕES PARA A TABELA DO CALENDÁRIO DE COMPRAS */
/* CONFIGURAÇÕES DETAILS/SUMMARY */
details {
	display: grid;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
	padding: 10px;
}

details a,
details p {
	font-size: 12px !important;
	margin: 5px 0 5px 0 !important;
}

details[open] summary b::after {
	content: "";
}

details[open] summary {
	background-color: #1659bf;
	margin-bottom: 5px;
}

details[open] summary.vermelho {
	background-color: darkred;
	margin-bottom: 5px;
}

details[open] summary.desativado {
	background-color: gray;
	margin-bottom: 5px;
}

details[open] summary b {
	font-weight: bold !important;
}

summary b::after {
	content: attr(id);
}

summary b {
	position: absolute;
	right: 6px;
	transform: scaleX(-1);
	font-family: Helvetica;
	font-size: 14px !important;
	font-weight: normal !important;
}

summary {
	border-radius: 4px;
	padding: 5px;
	margin: -5px;
	background-color: rgb(22,89,191,0.6);
	transform: scaleX(-1);
	cursor: pointer;
	color: white;
	font-size: 13px;
	text-align: left;
}

/* FIM CONFIGURAÇÕES DETAIL/SUMMARY */
/* DEFINIÇÕES DE ESTILO GERAIS */
hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-image: linear-gradient(to right,white,#ccc,white) 1;
	margin: 5px auto;
	width: 100%;
}

.sombra {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	transition: all ease-in-out .5s;
}

.sombra:hover {
	box-shadow: 0 12px 16px rgba(0,0,0,0.2);
	border: 1px solid #1659bf;
}

.vermelho {
	background-color: darkred;
}

.desativado {
	background-color: darkgray;
}

.destaque {
	animation: color-change 2s ease-in-out infinite;
}

@keyframes color-change {

	50% {
		background-color: rgb(139,0,0);
	}

}

.watermark {
	position: fixed;
	color: gray;
	opacity: .25;
	font-size: 10em;
	font-weight: bold;
	font-family: Helvetica;
	width: 100%;
	top: 50%;
	text-align: center;
	z-index: -9999;
	transform: rotate(-45deg);
}

/* FIM DAS DEFINIÇÕES DE ESTILO GERAIS */
/* DEFINIÇÕES DAS ABAS/TABS */
.tab-container {
	background-color: rgb(22,89,191,0.6);
	font-family: Helvetica;
	max-width: 95%;
	margin: 10px auto;
	position: relative;
	display: flex;
	min-height: 300px;
	border-radius: 10px;
	overflow: hidden;
}

.tab-button {
	background-color: white;
	border: none;
	width: 125px;
	border-radius: 10px 10px 0 0;
	padding: 5px;
	text-align: center;
	color: white;
	font-size: 14px;
}

.tab-button p {
	height: max-content;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	background-color: rgb(22,89,191,0.6);
	transition: background .5s ease;
}

.tab-button:focus p,
.tab-button:active p,
.tab-button p:hover {
	font-weight: bold;
	background: #1659bf;
}

.tab-content {
	background-color: white;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 37px;
	padding: 10px;
}

.tab-button:not(:focus) ~ .tab-content,
.tab-button:not(:active) ~ .tab-content {
	z-index: 0;
}

.tab-button:focus ~ .tab-content,
.tab-button:active ~ .tab-content {
	z-index: 1;
}

/* FIM DAS DEFINIÇÕES DE ABAS/TABS */
/* CARROSSEL - 2 IMAGENS*/
.carrossel2 img {
	width: 100% !important;
	border-radius: 2px !important;
}

@keyframes slide2 {

	0% {
		left: 0;
	}

	25% {
		left: 0;
	}

	50% {
		left: -50%;
	}

	75% {
		left: -50%;
	}

	/* -(largura da imagem)x2 */
	100% {
		left: 0;
	}

}

.carrossel2 {
	max-width: 100% !important; /* largura da imagem*/
	overflow: hidden !important;
}

.carrossel2 h1 {
	margin-left: 10px !important;
	margin-top: 5px !important;
	max-width: 750px !important; /* largura da imagem*/
	font-family: Helvetica !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #0f4098 !important;
	-webkit-text-size-adjust: 80% !important;
}

.carrossel2 h2 {
	text-align: left !important; /*width: 50%;*/
	font-family: Helvetica !important;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #0f4098 !important;
	margin-top: 5px !important;
	-webkit-text-size-adjust: 80% !important;
	display: unset !important;
}

.carrossel2 h3 {
	text-align: right !important; /*width: 50%;
	position: absolute;*/
	margin: 1px 0 !important;
	font-family: Helvetica !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #0f4098 !important;
}

.carrossel2 ul {
	display: flex !important;
	list-style: none !important;
	width: 200% !important; /*overflow: hidden;*/
}

.carrossel2 li {
	list-style: none !important;
	margin: 0 !important;
	width: 50% !important;
	position: relative !important;
	animation: slide2 10s infinite ease-out !important; /*tempo total pra passar todas as imagens*/
}

/* FIM CARROSSEL - 2 IMAGENS*/
/* CARROSSEL - 3 IMAGENS*/
.carrossel3 img {
	width: 100% !important;
	border-radius: 2px;
}

@keyframes slide {

	0% {
		left: 0;
	}

	20% {
		left: 0;
	}

	30% {
		left: -33.333%;
	}

	/* -(largura da imagem) */
	50% {
		left: -33.333%;
	}

	/* -(largura da imagem) */
	60% {
		left: -66.666%;
	}

	/* -(largura da imagem)x2 */
	80% {
		left: -66.666%;
	}

	/* -(largura da imagem)x2 */
	100% {
		left: 0;
	}

}

.carrossel3 {
	max-width: 100% !important; /* largura da imagem*/
	overflow: hidden;
}

.carrossel3 h1 {
	margin-left: 10px !important;
	margin-top: 5px !important;
	max-width: 750px !important; /* largura da imagem*/
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #0f4098;
	-webkit-text-size-adjust: 80% !important;
}

.carrossel3 h2 {
	text-align: left; /*width: 50%;*/
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #0f4098;
	margin-top: 5px !important;
	-webkit-text-size-adjust: 80% !important;
	display: unset !important;
}

.carrossel3 h3 {
	text-align: right; /*width: 50%;
	position: absolute;*/
	margin: 1px 0 !important;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #0f4098;
}

.carrossel3 ul {
	display: flex;
	list-style: none;
	width: 300%; /*overflow: hidden;*/
}

.carrossel3 li {
	list-style: none !important;
	margin: 0 !important;
	width: 33.33%;
	position: relative;
	animation: slide 15s infinite ease-out; /*tempo total pra passar todas as imagens*/
}

/* CARROSSEL - 3 IMAGENS*/
/* AVISO - POP-UP */
.aviso {
	position: fixed !important;
	z-index: 99999 !important;
	background-color: white !important;
	top: 50px !important;
	right: 50px !important;
}

.aviso.card {
	text-align: center !important;
	padding-bottom: 5px !important;
}

/* AVISO - POP-UP - FIM*/
/* BOTOES SELECAO MESTRADO*/
.classe-botaoclicavel {
	padding: 20px 30px;
	background: linear-gradient(to right,#EFA5B6,#B7ABD4,#B497C7,#8D8FC6,#70559F); /* Gradiente de fundo */
	color: white;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2); /* Sombra padrão */
	font-size: 30px;
	font-family: Helvetica, sans-serif;
	border: 3px solid #70559F;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	transition: opacity .3s ease, transform .3s ease; /* Suaviza o fade e o efeito de aumento */
	opacity: 1; /* Opacidade inicial */
	margin: 0 15px 20px;
}

.classe-botaoclicavel:hover {
	opacity: .7; /* Deixa o botão com menos opacidade ao passar o mouse */
	background: linear-gradient(to right,#EFA5B6,#B7ABD4,#B497C7,#8D8FC6,#70559F); /* Mantém o gradiente ao passar o mouse */
	border-color: #70559F; /* Cor da borda muda junto */
	transform: scale(0.95); /* Pequeno aumento no tamanho para destacar */
}

/* BOTOES SELECAO MESTRADO - FIM*/
/* IMAGENS COM TRANSICAO*/
.imagempersonalizada {
	display: inline-block; /* Permite ajustar o tamanho e o comportamento no layout */
	height: auto; /* Mantém a proporção da imagem */
	cursor: pointer; /* Indica que é interativo */
	transition: transform .3s ease, opacity .3s ease; /* Transição suave para escala e opacidade */
	opacity: 1; /* Opacidade inicial */
}

.imagempersonalizada:hover {
	transform: scale(0.95); /* Aumenta levemente o tamanho da imagem */
	opacity: .8; /* Reduz a opacidade ao passar o mouse */
}

/* IMAGENS COM TRANSICAO - FIM*/