/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 20:23:26 */
body {
	background: rgb(21, 28, 87);
	background: linear-gradient(180deg, rgba(21, 28, 87, 1) 0%, rgba(2, 2, 48, 1) 100%);
}

.stm_mobile__switcher.stm_flex_last.js_trigger__click {
	display: none;
}


table thead tr th {
	background: #41b649;
}

.stm-footer {border-top:1px solid #2E2F53;}

.hero h1 {font-size: 4vw; font-weight: 800; line-height: 1;}

.hero p {
	font-size: larger;
	font-weight: 500;
	max-width: 550px;
}

.vc_do_toggle {
	margin-bottom: 0;
	padding: 22px;
	border-bottom: 1px solid;
}

.icons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:15px
}

.alignnone {
	margin: 0;
}

.stm-footer {
	padding-top: 0 !important;
}

.pattern {
	background: url(https://www.wise5g.com/wp-content/uploads/2025/05/pattern-2.png);
	background-attachment: fixed;
}

.stm-footer a {
	color: #41b649;
}

.stm-footer__bottom {
	font-size: 12px;
	font-weight: 500;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
	border-radius: 25px;
	box-shadow: none;
}

video {
	width: 100%;
	height: auto;
	border-radius: 25px;
	box-shadow: #44b649 9px 9px;
}


 @media only screen and (max-width: 767px) {

	 .hero p {font-size: 14px !important}	 
	 
.icons img {
	width: 40%;
}
.column-reverse div {
	flex-direction: column-reverse;
}
	 
	 
	 .columnas {grid-template-columns:auto}
	 
}

