.portal-yellow{
	color: #fecc00!important;
}

.twenty-four-seven h2 {
	position:relative;
}

.twenty-four-seven h2::before{
	position:absolute;
	right:0px;
	bottom: -8px;
	height: 50px;
	width: 50px;
	content: " ";
	background-image: url("/wp-content/uploads/twenty-four-seven.png");
	background-position: center;
	background-size: cover;
}


.twenty-four-seven h3::before {
	position:absolute;
	right:0px;
	bottom: 6px;
	height: 50px;
	width: 50px;
	content: " ";
	background-image: url("/wp-content/uploads/twenty-four-seven.png");
	background-position: center;
	background-size: cover;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display:block;
	height: 80px; /* fixed header height*/
	margin: -80px 0 0; /* negative fixed header height */
	visibility: hidden;
	pointer-events: none;
}


.elementor-tabs-wrapper{
	margin-top:50px!important;
}

.elementor-tabs-wrapper .elementor-tab-title{
	display:inline-block!important;
	padding:10px;
}


@media only screen and (max-width: 600px) {

	.elementor-tabs-content-wrapper .elementor-tab-title{
		display:inline-block!important;
		padding:10px;
	}
}

.stowify-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 30px 0;
}

.stowify-card {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 20px;
	width: 250px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.3s ease;
	text-align: center;
	border: 1px solid #eaeaea;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.stowify-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.stowify-card h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
}

.stowify-price {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.stowify-price .currency {
	font-size: 18px;
	vertical-align: super;
	margin-left: 2px;
}

.stowify-price .per {
	font-size: 16px;
	margin-left: 5px;
	color: #333;
}

.stowify-icon {
	font-size: 40px;
	margin: 20px 0;
}

.stowify-discount {
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
}

.stowify-benefits {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
	color: #444;
}

.stowify-benefits li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.stowify-benefits i {
	color: #ffcd00;
}
/* Botão amarelo arredondado */
.stowify-btn {
	background-color: #ffcd00;
	color: #222;
	padding: 12px 22px;
	border-radius: 50px;
	text-align:center;
	text-decoration: none;
	font-weight: 500;
/*  display: inline-flex;*/
align-items: center;
gap: 8px;
font-size: 15px;
border: none;
font-family:"Poppins", sans-serif;
transition: background-color 0.3s ease;
}

.stowify-btn:hover {
	background-color: #000;
	color: #fff;
}

hr.stowify-hr{
	margin-top:5px!important;
	margin-bottom:10px!important;
	height:1px;
}

.stowify-logo a img{
	width:100px!important;
}

.not-a-storage{
	background-color:#ddd;
}