.cld-fulmng-container {
	background: #fff
}

.clsrvr-hro-mnrw {
	padding: 90px 5% 60px;
	color: #fff;
	background: #1889c1
}

.clsrvr-hro-rw {
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.clsrvr-hro-col {
	width: 50%
}

.clsrvr-hro-col1 {
	padding: 0 5%;
	position: relative
}

.clsrvr-hro-col1 img {
	display: block;
	width: 100%;
	height: auto
}

.clsrvr-hro-col1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.clsrvr-hro-ttl {
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px
}

.clsrvr-hro-dsc p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px
}

.clsrvr-diff-mnrw {
	padding: 80px 0
}

.clsrvr-diff-mnttl {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 5px
}

.clsrvr-diff-mnsbttl {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	font-size: 17px
}

.clsrvr-diff-bag {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center
}

.clsrvr-diff-col {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	background: #fff;
	padding: 25px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.clsrvr-diff-bag .clsrvr-diff-col:last-child {
	margin-right: 0
}

.clsrvr-diff-ttl {
	position: relative;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 30px;
	color: #1889c1
}

.clsrvr-diff-ttl::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 80%;
	height: 2px;
	background: #70bce1
}

.clsrvr-diff-dsc {}

.clsrvr-diff-dsc-aro {
	text-align: center;
	width: 100%
}

.clsrvr-diff-dsc-aro i {
	font-size: 18px;
	cursor: pointer;
	color: #316781
}

.clsrvr-diff-dsc p {
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px
}

.clsrvr-diff-dsc p::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 10px;
	height: 10px;
	background: #9b9b9b;
	border-radius: 50%
}

.clsrvr-diff-dsc p:last-child {
	margin-bottom: 0
}

.clsrvr-bft-mnrw {
	padding: 70px 20px;
	background: #f3f6f7
}

.clsrvr-bft-mnttl {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4
}

.clsrvr-bft-bag {
	max-width: 1200px;
	margin: 60px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center
}

.clsrvr-bft-col {
	width: calc((100% - 80px) / 2);
	margin: 30px 20px;
	display: flex;
	flex-flow: row wrap
}

.clsrvr-bft-icobx {
	width: 30%;
	padding: 0 20px
}

.clsrvr-bft-txtbx {
	width: 70%
}

.clsrvr-bft-ico {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url('/assets/img/cloud-hosting/key-benefits-of-cloud-servers2.png');
	background-size: 400%
}

.clsrvr-bft-ico1 {
	background-position: 0 0
}

.clsrvr-bft-ico2 {
	background-position: 33.33% 0
}

.clsrvr-bft-ico3 {
	background-position: 66.66% 0
}

.clsrvr-bft-ico4 {
	background-position: 100% 0
}

.clsrvr-bft-ttl {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.cld-ftr-signup {
	font-size: 20px;
	padding: 50px 10%;
	color: #fff;
	background: #1889c1;
	text-align: center
}

.cld-ftr-signup a {
	color: #ffcf27
}

@media screen and (max-width:1200px) {
	.clsrvr-hro-mnrw {
		padding: 60px 20px
	}

	.clsrvr-diff-mnrw {
		padding: 60px 20px
	}

	.clsrvr-bft-mnrw {
		padding: 50px 20px
	}

	.clsrvr-hro-col1 {
		width: 40%;
		padding: 20px
	}

	.clsrvr-hro-col2 {
		width: 60%
	}

	.clsrvr-hro-ttl {
		font-size: 40px
	}

	.clsrvr-hro-dsc p {
		margin-bottom: 5px
	}

	.clsrvr-diff-mnttl {
		width: 100%;
		font-size: 30px
	}

	.clsrvr-diff-mnsbttl {
		width: 95%
	}

	.clsrvr-diff-bag {
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	.clsrvr-hro-mnrw {
		padding: 50px 10px
	}

	.clsrvr-diff-mnrw {
		padding: 50px 10px
	}

	.clsrvr-bft-mnrw {
		padding: 40px 10px
	}

	.clsrvr-bft-mnttl {
		font-size: 25px
	}

	.clsrvr-bft-ttl {
		font-size: 16px;
		margin-bottom: 5px
	}

	.clsrvr-bft-dsc {
		line-height: 1.35em
	}

	.clsrvr-bft-icobx {
		padding: 0 5px
	}
}

@media screen and (max-width:950px) {
	.clsrvr-bft-icobx {
		width: 100%;
		padding: 0 30%
	}

	.clsrvr-bft-txtbx {
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width:900px) {
	.clsrvr-diff-col {
		width: 100%;
		margin: 0 auto 20px;
		padding: 10px;
		box-shadow: none
	}

	.clsrvr-diff-ttl::after {
		height: 1px;
		width: 200px
	}

	.clsrvr-diff-dsc p {
		font-size: 14px;
		margin-bottom: 10px
	}

	.clsrvr-diff-dsc p:before {
		width: 8px;
		height: 8px
	}

	.clsrvr-diff-mnttl {
		font-size: 23px;
		text-align: left;
		padding: 5px 10px
	}

	.clsrvr-diff-mnsbttl {
		font-size: 15px;
		text-align: left;
		width: 100%;
		padding: 5px 10px
	}

	.clsrvr-diff-bag {
		margin-top: 35px
	}

	.clsrvr-bft-mnttl {
		font-size: 18px
	}
}

@media screen and (max-width:800px) {
	.clsrvr-hro-col1 {
		width: 100%;
		padding: 0;
		margin-bottom: 15px
	}

	.clsrvr-hro-col1 img {
		max-width: 400px;
		margin: 0 auto
	}

	.clsrvr-hro-col2 {
		width: 100%
	}

	.clsrvr-hro-ttl {
		font-size: 25px;
		text-align: center
	}

	.clsrvr-hro-dsc p {
		font-size: 15px;
		margin-bottom: 5px;
		text-align: center
	}
}

@media screen and (max-width:700px) {
	.clsrvr-bft-bag {
		margin-top: 25px
	}

	.clsrvr-bft-dsc {
		font-size: 14px;
		line-height: 1.32em
	}
}

@media screen and (max-width:650px) {
	.clsrvr-bft-icobx {
		padding: 0 20%
	}
}

@media screen and (max-width:500px) {
	.clsrvr-bft-col {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px
	}

	.clsrvr-bft-icobx {
		padding: 0 35%;
		margin-bottom: 10px
	}
}

@media screen and (max-width:450px) {
	.clsrvr-bft-icobx {
		padding: 0 30%
	}
}

.clsrvr-hro-dsc a {
	color: #fff;
	font-weight: 500
}

.clsrvr-diff-ttl a {
	color: #1889c1
}

.clsrvr-bft-dsc a {
	color: #434343;
	font-weight: 500
}

.bubble {
	position: absolute;
	top: 7px;
	right: 18%;
	display: block
}

.mw-menu {
	padding-top: 10px
}

.bubble-mob {
	display: none;
	position: absolute;
	top: 20px;
	left: 100px
}

.mw-sub-content-li {
	position: relative
}

.drop-link-sup-tt {
	color: #fff;
	background: #556bd5;
	vertical-align: middle;
	font-size: 10px;
	padding: 5px 7px;
	border-radius: 3px;
	font-weight: 500;
	margin-left: 2px;
	border: none;
	display: inline-block
}

.drop-link-sup-tt2 {
	margin-bottom: 2px
}

@media(max-width:994px) {
	.bubble {
		display: none
	}

	.bubble-mob {
		display: block
	}
}

.mw-menu-tabs {
	padding: 38px 25px
}

@media (max-width:1400px) {
	.mw-menu-tabs {
		padding: 25px 13px
	}

	.mw-menu-tab-dwn::after,
	.mw-menu-tab-dwn::before {
		left: -1px
	}

	.bubble,
	.bubble-mob {
		top: 0
	}

	.mw-menu-tabs::after {
		bottom: 14px
	}
}

@media (min-width:995px) {
	.mw-submenu {
		left: 52%
	}
}

.mw-menu-left-2 {
	margin-right: 0
}

.mw-menu-logo-a {
	position: relative
}

.mw_flag {
	padding-left: 12px;
	display: block
}

@media (max-width:1600px) {
	.mw_flag img {
		width: 32px !important;
		height: 20px !important
	}
}

.mw-flag-dropdown {
	position: relative;
	display: inline-block
}

.mw-flag-toggle {
	background: 0 0;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 20px !important
}

.mw-flag-drop-list {
	padding: 12px
}

.mw-flag-drop-list img {
	width: 30px;
	height: 30px
}

.mw-flag-drop {
	padding: 20px
}

.mw-flag-drop.mw-show {
	display: block
}

.mw-flag-lnk {
	color: var(--gray_clr)
}

.mw-flag-dropdown-small,
.mw-flag-toggle::after {
	display: none
}

@media (max-width:1400px) {
	.mw-flag-txt {
		font-size: 14px
	}
}

@media (max-width:991px) {
	.mw-flag-dropdown {
		display: block
	}

	.mw-flag-dropdown-larg {
		display: none
	}

	.mw-flag-dropdown-small {
		display: block
	}

	.mw-flag-toggle {
		padding: 20px 30px !important
	}
}

.mw-flag-span {
	font-size: 15px;
	font-weight: 400
}

.mw-menu-logo-1 {
	width: 155px;
	height: 50px
}

._f87h-mnwrapr {
	margin-top: 32px
}

#mwshow_contact_popup {
	display: none
}

.f0t3r_mncntnr {
	background: #0f0d2c
}

.f6yt-ftr-mncol-logo {
	max-width: 300px
}

.f6yt-ftr-awrd {
	display: flex;
	flex-wrap: wrap;
	padding: 45px 0 30px 0
}

.f6yt-ftr-awrd-img-box {
	padding: 0 10px
}

._f3t303r-s0m3d {
	padding-left: 15px
}

.awrd-img-box1 {
	padding-left: 0
}

.f6yt-ftr-col-copy {
	padding: 0 0 20px
}

@media (max-width:1114px) {
	.f0t33r-mnwrapr {
		text-align: unset
	}
}

@media(max-width:1016px) {
	.f0t33r-mnwrapr {
		text-align: center
	}
}

@media (max-width:920px) {
	.f6yt-ftr-col-copy {
		width: 50%
	}
}

@media(max-width:854px) {
	.f3t303r-col1 {
		margin-bottom: 30px;
		width: 100%;
		flex-wrap: wrap;
		padding: 25px
	}

	.f6yt-ftr-awrd {
		padding: 25px 0 15px 0
	}

	._f3t303r-s0m3d {
		justify-content: center;
		padding-bottom: 15px;
		padding-left: unset
	}

	.awrd-img-box1 {
		padding-left: unset
	}
}

@media (max-width:725px) {
	.f6yt-ftr-col-copy {
		width: 100%;
		padding: 5px 0
	}
}

@media(max-width:550px) {
	.f6yt-ftr-awrd {
		justify-content: center
	}

	.f6yt-ftr-awrd-img-box {
		padding: 5px 10px
	}
}

.f6yt-ftr-add {
	max-width: 250px;
	padding-bottom: 15px
}

.f6yt-ftr-add-ttl {
	font-size: 14px;
	font-weight: 400;
	color: #9d9cb5;
	position: relative;
	display: inline-block;
	padding-bottom: 20px
}

.f6yt-ftr-add-ttl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d6d5E485;
	bottom: 15px
}

.f6yt-ftr-add-desc {
	font-size: 14px;
	font-weight: 400;
	color: #9d9cb5;
	position: relative;
	display: inline-block;
	line-height: 1.5
}

@media (max-width:994px) {
	.f3t303r-r0w {
		justify-content: unset
	}
}

.popupbtn img {
	position: fixed;
	bottom: 5px;
	z-index: 1000;
	right: 5px
}

.popupbtn_img {
	width: 140px
}

.popupbtn_mobimg {
	display: none;
	width: 69px;
	height: 69px
}

@media screen and (max-width:800px) {
	.popupbtn_img {
		display: none
	}

	.popupbtn_mobimg {
		display: block
	}
}

.show_contact_popup {
	cursor: pointer
}

.mw-ftr-copyright {
	padding-left: 35px;
	font-size: 12px
}

@media(max-width:991px) {
	.mw-ftr-copyright {
		padding-left: 4px
	}
}

/* ==== regras da pagina trazidas da folha de origem ==== */

/* --- uk-main-v1121.css --- */

.h2hcmp-tbl .fa-times {
	color:#d48181;
}

.h2hcmp-tbl .fa-times {
	font-size:110%;
}

.plntbl .fa-times {
	color:#db6e6e;
}

.tusd-mntbl .fa-times {
	color:#db6e6e;
}

.cld-fulmng-hdrttl {
	text-align:center;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
}

.cld-fulmng-mnrw {
	width:1100px;
	margin:0 auto;
	margin-top:50px;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.cld-fulmng-col {
	width:calc( (100% - 60px)/3 );
	margin-right:30px;
	text-align:center;
}

.cld-fulmng-mnrw .cld-fulmng-col:last-child {
	margin-right:0;
}

.cld-fulmng-ico {
	width:120px;
	margin:0 auto;
	margin-bottom:20px;
	position:relative;
}

.cld-fulmng-ico:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent;
	z-index:10;
}

.cld-fulmng-ico div {
	width:100%;
	height:0;
	padding-top:100%;
	background:url('/assets/vendor/img-assets/cloud/fully-managed-cloud-platforms.png')no-repeat;
	background-size:cover;
}

.cld-fulmng-ico1 div {
	background-position:0 0;
}

.cld-fulmng-ico2 div {
	background-position:50% 0;
}

.cld-fulmng-title {
	font-size:18px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:5px;
}

.cld-fulmng-dsc {
	font-size:15px;
	margin-bottom:15px;
}

.cld-fulmng-btn a {
	display:inline-block;
	color:#fff;
	background:linear-gradient(45deg,#437fe2,#45a457);
	padding:5px 20px;
	border-radius:5px;
	transition:all 0.3s ease-in-out;
}

.cld-fulmng-btn a:hover {
	background:linear-gradient(80deg,#437fe2,#45a457);
}

.ntb-a tbody tr td .fa-times {
	color:#d06868;
}

.tbst-tbl tbody tr td .fa-times {
	color:#d06868;
	font-size:110%;
}

@media screen and (max-width:1150px) {
	.cld-fulmng-mnrw {
		width:100%;
	}

	.cld-fulmng-col {
		width:calc( ( 100% - 30px ) / 3 );
		margin-right:15px;
	}

	.cld-fulmng-ico {
		width:90px;
		margin-bottom:15px;
	}

	.cld-fulmng-title {
		font-size:16px;
	}

	.tbst-tbl tbody tr td .fa-times {
		color:#d06868;
		font-size:105%;
	}
}

@media screen and (max-width:1100px) {
	.cld-fulmng-hdrttl {
		font-size:25px;
	}
}

@media screen and (max-width:750px) {
	.cld-fulmng-hdrttl {
		font-size:20px;
	}

	.cld-fulmng-title {
		font-size:15px;
	}
}

@media screen and (max-width:600px) {
	.cld-fulmng-col {
		width:100%;
		margin:0;
		margin-bottom:30px;
	}
}

/* --- uk-main-style-old.css --- */

.h2hcmp-tbl .fa-times {
	color:#d48181;
}

.h2hcmp-tbl .fa-times {
	font-size:110%;
}

.plntbl .fa-times {
	color:#db6e6e;
}

.tusd-mntbl .fa-times {
	color:#db6e6e;
}

.cld-fulmng-hdrttl {
	text-align:center;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
}

.cld-fulmng-mnrw {
	width:1100px;
	margin:0 auto;
	margin-top:50px;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.cld-fulmng-col {
	width:calc( (100% - 60px)/3 );
	margin-right:30px;
	text-align:center;
}

.cld-fulmng-mnrw .cld-fulmng-col:last-child {
	margin-right:0;
}

.cld-fulmng-ico {
	width:120px;
	margin:0 auto;
	margin-bottom:20px;
	position:relative;
}

.cld-fulmng-ico:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent;
	z-index:10;
}

.cld-fulmng-ico div {
	width:100%;
	height:0;
	padding-top:100%;
	background:url('/assets/vendor/img-assets/cloud/fully-managed-cloud-platforms.png')no-repeat;
	background-size:cover;
}

.cld-fulmng-ico1 div {
	background-position:0 0;
}

.cld-fulmng-ico2 div {
	background-position:50% 0;
}

.cld-fulmng-title {
	font-size:18px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:5px;
}

.cld-fulmng-dsc {
	font-size:15px;
	margin-bottom:15px;
}

.cld-fulmng-btn a {
	display:inline-block;
	color:#fff;
	background:linear-gradient(45deg,#437fe2,#45a457);
	padding:5px 20px;
	border-radius:5px;
	transition:all 0.3s ease-in-out;
}

.cld-fulmng-btn a:hover {
	background:linear-gradient(80deg,#437fe2,#45a457);
}

.ntb-a tbody tr td .fa-times {
	color:#d06868;
}

.tbst-tbl tbody tr td .fa-times {
	color:#d06868;
	font-size:110%;
}

/* --- uk-responsive.css --- */

@media screen and (max-width:1150px) {
	.cld-fulmng-mnrw {
		width:100%;
	}

	.cld-fulmng-col {
		width:calc( ( 100% - 30px ) / 3 );
		margin-right:15px;
	}

	.cld-fulmng-ico {
		width:90px;
		margin-bottom:15px;
	}

	.cld-fulmng-title {
		font-size:16px;
	}

	.tbst-tbl tbody tr td .fa-times {
		color:#d06868;
		font-size:105%;
	}
}

@media screen and (max-width:1100px) {
	.cld-fulmng-hdrttl {
		font-size:25px;
	}
}

@media screen and (max-width:750px) {
	.cld-fulmng-hdrttl {
		font-size:20px;
	}

	.cld-fulmng-title {
		font-size:15px;
	}
}

@media screen and (max-width:600px) {
	.cld-fulmng-col {
		width:100%;
		margin:0;
		margin-bottom:30px;
	}
}

/* --- uk-cloud-info-nav.css --- */

.cldnv-cntnr {
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:#6e6e6e;
	width:100%;
	z-index:300;
	padding:5px;
}

.cldnv-wrapr {
	max-width:1200px;
	margin:0 auto;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.cldnv-wrapr a,
.cldnv-wrapr .cldnv-current-pg,
.cldnv-wrapr .cldnv-gotop {
	font-size:15px;
	font-weight:600;
	padding:15px 10px;
	color:#fff;
	transition:all 0.3s ease-in-out;
}

.cldnv-wrapr .cldnv-gotop {
	cursor:pointer;
}

.cldnv-wrapr a {
	text-decoration:underline;
}

.cldnv-wrapr a:hover {
	color:#f1df14;
}

.cldnv-wrapr .cldnv-current-pg {
	color:#f1df14;
}

.cldnv-opener,
.cldnv-close {
	display:none;
}

@media (max-width:1150px) {
	.cldnv-wrapr a,
	.cldnv-wrapr .cldnv-current-pg,
	.cldnv-wrapr .cldnv-gotop {
		font-size:14px;
	}
}

@media (max-width:1024px) {
	.cldnv-wrapr a,
	.cldnv-wrapr .cldnv-current-pg,
	.cldnv-wrapr .cldnv-gotop {
		padding:15px 8px;
	}
}

@media (max-width:950px) {
	.cldnv-cntnr {
		width:0;
		overflow:hidden;
		top:70px;
		max-height:calc( 100vh - 120px );
		transition:all 1s ease-in-out;
	}

	.cldnv-wrapr {
		padding:20px 10px;
	}

	.cldnv-wrapr a,
	.cldnv-wrapr .cldnv-current-pg,
	.cldnv-wrapr .cldnv-gotop {
		width:100%;
		margin:0;
		padding:5px;
	}

	.cldnv-close {
		display:block;
		position:absolute;
		top:5px;
		right:5px;
		font-size:20px;
		line-height:1;
		color:#fff;
		cursor:pointer;
	}

	.cldnv-opener {
		display:block;
		position:fixed;
		top:150px;
		left:0;
		color:#fff;
		background:#1889c1;
		padding:3px;
		font-size:20px;
		line-height:1;
		cursor:pointer;
		z-index:10;
		box-shadow:3px 3px 10px rgba(0,0,0,0.2);
	}

	.cldnv-opener:after {
		content:'';
		position:absolute;
		top:0;
		left:100%;
		border-top:8px solid transparent;
		border-bottom:8px solid transparent;
		border-left:10px solid #2376a0;
	}
}
