/*@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500;600;700;800;900&family=Roboto:wght@400;500;600;700;800&family=Allison&display=swap");*/
@import url("custom-animation.css");
@import url("animate.css");
@import url("../fonts/webexbaseicon/style.css");
@import url("../fonts/webexthemeicon/style.css");

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none !important
}

::-moz-selection{background:var(--azul-medio);color:var(--branco);text-shadow:none}
::-webkit-scrollbar{background-color:var(--cinza-claro);width:8px}
::-webkit-scrollbar-thumb{background-color:var(--cinza-claro)}
::selection{background:var(--azul-medio);color:var(--branco);text-shadow:none}

body{
	color:var(--body-font-color);
	font-family:var(--body-font);
	font-weight:var(--body-font-weight);
	font-size:var(--body-font-size);
	line-height: 1.8em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
	
p{
	position:relative;
	margin:0 0 20px;
}

h1,h2,h3,h4,h5,h6{
	/*color:var(--heading-font-color);*/
	margin:0;
	/*font-family:var(--heading-font);*/
	position:relative;
}

h1,h2{
	font-weight:var(--h1-h2-font-weight);
	line-height:1.2;
}
h3,h4{
	font-weight:var(--h3-h4-font-weight);
}
h5,h6{
	font-weight:var(--h5-h6-font-weight);
}
h1{font-size:56px}
@media screen and (max-width: 425px){h1{font-size:42px}}
@media screen and (max-width: 320px){h1{font-size:38px}}h2{font-size:46px}
@media screen and (max-width: 425px){h2{font-size:38px}}h3{font-size:26px;line-height:1.2}h4{font-size:22px;line-height:1.2}h5{font-size:20px;line-height:1.2}h6{font-size:16px;line-height:1.2}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:var(--heading-font-color);font-family:var(--heading-font)}
/*b,strong{color:var(--heading-font-color)}*/
iframe{border:none}a,b,div,ul,li{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;-moz-outline-:none}
input,select,textarea,input[type="text"],input[type="date"],input[type="url"],input[type="email"],input[type="password"],input[type="tel"],
button,button[type="submit"]{/*-moz-appearance:none;*/box-shadow:none !important}
img:not([draggable]),embed,object,video{max-width:100%;height:auto}
a{-moz-transition:all 300ms ease-out 0s;-webkit-transition:all 300ms ease-out 0s;-ms-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s;text-decoration:none;cursor:pointer;color:var(--azul-medio);}
a:hover,a:focus,a:visited{text-decoration:none}
a:hover{color:var(--webex-primary-color);text-decoration:none}
ul,ol{list-style:outside none none;margin:0;padding:0}
img{border:none;max-width:100%}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50% !important;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--azul-medio);
}

.text-underline {
	text-decoration: underline;
}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sp-slider img {
	height: auto !important;
	width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

.sppb-addon-header > * {color: inherit !important;}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 16px;
line-height: 26px;
color: #ffffff;
padding: 14px 42px;
/*font-family: var(--body-font);*/
font-weight: 500;
overflow: hidden;
border-radius: 5px;
border: 1px solid transparent;
cursor: pointer;
letter-spacing: 0.5px;
z-index: 3;
}

body .sppb-btn:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before {
content: "";
position: absolute;
height: 400px;
width: 430px;
top: 50%;
left: 50%;
background: var(--secondcolor);
border-radius: 50%;
transform: translateX(-30%) translateY(-40%) scale(0);
-moz-transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
z-index: -1;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text {
background: var(--gradient-color2);
}

body .sppb-btn.sppb-btn-primary:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before {
	background: var(--bg-white);
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover {
color: var(--azul-medio);
}

body .sppb-btn:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before {
	transform: translateX(-50%) translateY(-50%) scale(1);
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text {
background: transparent;
border: 1px solid var(--azul-escuro);
color: var(--azul-escuro);
border-radius: 5px;
padding: 14px 42px;
}

body .sppb-btn.sppb-btn-secondary:before,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:before {
	background: var(--gradient-color1);
}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {
border-color: var(--text-white);
color: var(--text-white);
}

body .sppb-btn.sppb-btn-default {
background: var(--thirdcolor);
}

body .sppb-btn.sppb-btn-default:hover {
/*background: var(--secondcolor);*/
}

.sppb-btn i,
.sppb-sp-slider-button .sp-slider-btn-text i {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
}

.full-width-image .sppb-addon-single-image-container {width: 100%; display: block;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 45px;
}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.f-weight-400 {
	font-weight: 400;
}


.sp-slider div[class^="sppb-col"] {position: static;}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

body .sppb-addon-optin-forms {
	padding: 0px;
}

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

#sp-main-body .sppb-section .sppb-container-inner, #sp-main-body .sppb-section div[class^="sppb-col-"], #sp-main-body .sppb-section .sppb-column, #sp-main-body .sppb-section .sppb-column-addons, #sp-main-body .sppb-section .sppb-row-container {position: static;}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

.nowraprow > .sppb-container-inner > .sppb-row {flex-wrap: nowrap;}

#sp-top {
	position: relative;
	z-index: 999;
}

#sp-top > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-top > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.sppb-carousel-extended-description {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.sppb-ajaxt-contact-form i {display: none;}

@media (max-width: 992px) {
  .sppb-addon-articles .sppb-col-sm-4 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }
}

@media (max-width: 768px) {
  .sppb-addon-articles .sppb-col-sm-4 {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
  }
}

.width-auto .sppb-column-addons {width: auto;}

/* HEADER */ 

#sp-header {
height: auto;
background: transparent;
box-shadow: none;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

#sp-header.header-sticky {
background: #fff;
animation: sticky 1s;
-webkit-transition: visibility 400ms ease, -webkit-transform 400ms ease;
transition: visibility 400ms ease, -webkit-transform 400ms ease;
transition: transform 400ms ease, visibility 400ms ease;
transition: transform 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
-webkit-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.05);
box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.05);
}

  @-webkit-keyframes sticky {
    0% {
      top: -100px; }
    100% {
      top: 0; } }
  @keyframes sticky {
    0% {
      top: -100px; }
    100% {
      top: 0; } }

#sp-header .logo {
	height: auto;
	padding: 24px 0;
}

/*#sp-header .logo img {
	max-width: 182px;
}*/

.sp-megamenu-parent {
	float: none;
	margin: 0;
	text-align: center;
}	

.sp-megamenu-parent > li {text-align: left;}

.sp-megamenu-parent > li + li > a {
  margin-left: 35px;
}

@media (max-width: 1400px) {
	.sp-megamenu-parent > li + li > a {
	  margin-left: 32px;
	}	
	#sp-header .logo img {
  max-width: 220px;
	}
}

@media (max-width: 1200px) {
	#sp-header .logo img {
	  /*max-width: 130px;*/
	}
	.sp-megamenu-parent > li + li > a {
	  margin-left: 14px;
	}	
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
	/*color: var(--header2-nav-color);*/
	/*font-weight: var(--header2-nav-font-weight);*/
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	display: block;
	/*padding: 30px 0;*/
	/*font-size: var(--header2-nav-font-size);*/
	/*font-family: var(--header2-nav-font-family);*/
	/*line-height: var(--body-font-line-height);*/
}

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
	color: var(--azul-medio);
	/*font-weight: var(--header2-nav-font-weight);*/
}


@media (min-width: 992px) and (max-width: 1400px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a, .sp-megamenu-parent > li.active > a {
	padding: 0px 0px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0;
-webkit-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.1);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a {
padding: 7px 20px;
color: var(--header2-nav-child-color);
font-family: var(--header2-nav-font-family);
font-size: var(--header2-nav-child-font-size);
font-weight: var(--header2-nav--child-font-weight);
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
display: block;
line-height: var(--body-font-line-height);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover {
background-color: var(--azul-medio);
color: var(--header2-nav-child-hover-color);
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;
}

.burger-icon > span {
	background-color: #1a2428;
}

#sp-header.header-sticky .burger-icon > span {
	background-color: #1a2428;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--azul-medio);
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.burger-icon > span {
  margin: 4px 0;
  transition: .3s;
  float: right;
  width: 100%:
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #1a2428;
}
.burger-icon {
	width: 35px;
	cursor: pointer;
}
.burger-icon > span:nth-child(1) {
	width: calc(100% - 5px);
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 100%;
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: calc(100% - 8px);
	background: #1a2428;
	height: 2px;
}
.burger-icon:hover > span {width: 100%;}

#sp-header.header-sticky .burger-icon > span {
	background-color: #1a2428;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--azul-medio);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -400px;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}
	
}


/* */

/* PAGE TITLE */

#sp-title {position: relative;}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section {height: 100%; position: static !important;}

.sp-page-title {
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
min-height: 460px;
position: relative;
padding: 115px 0;
text-align: center;
align-items: end;
display: flex;
}

.sp-page-title:before {
background: linear-gradient(19deg, #0a0a73, #0e021b);
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0.7;
z-index: 1;
}

.sp-page-title > .container {
position: relative;
z-index: 2;
}


.sp-page-title .sp-page-title-heading {
margin-bottom: 30px;
letter-spacing: 3px;
font-size: 46px;
font-weight: var(--h1-h2-font-weight);
line-height: 1.2;
}

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading {
font-size: 36px;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 28px;
}
}

.sp-page-title .breadcrumb {
justify-content: center;
margin: 0;
display: inline-flex;
background: var(--azul-medio);
padding: 8px 40px;
border-radius: 0;
}

.sp-page-title .breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > li > a {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 12px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
font-size: 18px;
text-transform: capitalize;
}

.sp-page-title .breadcrumb > .active span {
font-size: 18px;
text-transform: capitalize;
color: #fff;
text-decoration: underline;
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body  {
	padding: 110px 0 110px;
}

.com-hikashop #sp-main-body, .com-content #sp-main-body {padding-bottom: 80px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 110px;
}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 130px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* */

/* CUSTOM CLASS */

.client-section::after {
	position: absolute;
	height: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-width: 0 275px 25px 0;
	border-color: transparent transparent var(--azul-escuro) transparent;
	content: "";
	z-index: 1;
}
.text-gradient-color {
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-image: var(--gradient-color1);
}

@media (min-width: 768px) {
.why-choose-us-section-style1::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 200px;
	background: #000000;
	left: -40px;
	top: 0;
	opacity: 0.1;
	transform: skew(20deg, 0);
	z-index: 1;
}
}

.text-gray {
	color: var(--text-gray) !important;
}

@media screen and (max-width: 425px) {
.section-title-big_text {
  font-size: 56px !important;
}
}

/* */


/* BLOG */

.article-list .article {
	padding: 0;
	border: 0;
	position: relative;
	transition: all 0.3s ease-out;
}

.articles-leading .article {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: transparent;
	box-shadow: none;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
}

.articles-leading .article .article-intro-image, .articles-leading .article .article-featured-video, .articles-leading .article .article-featured-audio, .articles-leading .article .article-feature-gallery {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after {
position: absolute;
background: linear-gradient(-60deg, #252531e3, #332304ed);
height: 100%;
width: 100%;
content: "";
left: 0;
bottom: 0;
opacity: 0.15;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after {
	opacity: 0.8;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
}

.articles-leading .article .article-intro-image img, .articles-leading .article .article-featured-video img, .articles-leading .article .article-featured-audio img, .articles-leading .article .article-feature-gallery img {
	width: auto;
	height: auto;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img {
	transform: scale(1.1);
}

.article-intro-image > a {display: block; width: 100%;}

.article-body {
display: flex;
flex-direction: column;
	flex-flow: wrap;
padding: 45px 25px 30px 25px;
background: #ffffff;
border: 1px solid #eee;
margin-right: 40px;
margin-top: -50px;
position: relative;
}

.article-list .article .article-header {order: 1;}

.article-list .article .article-header h2 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: var(--h3-h4-font-weight);
	/*color: var(--heading-font-color);*/
}

.article-list .article .article-header h2 a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover {
color: var(--azul-medio);
}

.article-introtext .post-author {
	display: flex;
	align-items: center;
}

.article-introtext .post-author .author-img {
  margin-right: 10px;
}

.article-introtext .post-author .author-img img {
  width: 48px;
  border: 2px solid var(--azul-medio);
}

.article-list .article .article-info {
order: 3;
margin-bottom: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
justify-content: flex-end;
}

.article-info > span {
line-height: 1;
font-size: 16px;
margin-bottom: 0;
color: var(--theme-text-gray);
}

.article-info > span + span::before {
padding: 0;
margin: 0;
}

.article-info > span:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 10px !important;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-image: var(--gradient-color1);
}

.article-info > span.createdby:before {content: "\f2bd";}
.article-info > span.published:before {content: "\f073";}

.article .article-info > span.category-name {
position: absolute;
top: -18px;
left: 30px;
background: var(--gradient-color2);
color: #fff;
padding: 5px 18px;
font-size: 14px;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-align: center;
z-index: 1;
line-height: var(--body-font-line-height);
}

.article .article-info > span.category-name > a {color: inherit;}

.article .article-info > span.category-name:before, .article .article-info > span.category-name i {display: none;}

.article-introtext {
	order: 2;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.article-introtext p {margin: 0;}

.article-list .article .readmore a {
font-weight: 600;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-transform: capitalize;
color: #666666;
line-height: 30px;
font-size: 16px;
}

.article-list .article .readmore a:hover {color: var(--secondcolor);}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link {
	padding: 0;
	color: #565151;
	font-weight: 500;
	height: 54px;
	width: 54px;
	line-height: 54px !important;
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 50% !important;
	margin-right: 15px;
	text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--azul-medio);
color: #fff;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--azul-medio);
color: #fff !important;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
}

.article-details > * {
	order: 4;
	width: 100%;
}

.article-details .article-header {
	order: 2;
}

.article-details .article-info {
	margin-bottom: 28px;
	order: 3;
}

.article-details .article-info > span a {
	color: var(--theme-text-gray);
}

.article-details .article-info > span.category-name:before {
  content: "\f07b";
}

.article-details .article-info > span + span {margin-left: 20px;}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: var(--h3-h4-font-weight);
	/*color: var(--heading-font-color);*/
	margin-bottom: 25px;
}

.article-details .article-full-image {
position: relative;
display: block;
overflow: hidden;
	order: 1;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}


.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 5;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin: 45px 0 38px !important;
border-top: 2px solid #eee;
padding: 40px 0px 45px;
border-bottom: 1px solid #eeee;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin: 45px 0 38px !important;
border-top: 2px solid #eee;
padding: 40px 0px 45px;
border-bottom: 1px solid #eeee;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {
color: var(--heading-font-color);
margin: 0;
font-weight: var(--h5-h6-font-weight);
font-size: 20px;
line-height: 1.2;
margin-bottom: 15px;
display: block;
font-family: var(--heading-font);
content: "Popular Tags";
}

.tags > li {
	margin: 0;
}

.tags > li a {
padding: 6px 12px;
background: var(--bg-silver);
font-size: 14px;
color: var(--body-font-color);
border-radius: 0;
display: inline-block;
border: none;
}

.tags > li a:hover {
background: var(--azul-medio);
color: #fff;
}

.tags > li + li {margin-left: 5px;}

.article-social-share .social-share-icon:before {
	color: var(--heading-font-color);
	margin: 0;
	font-weight: var(--h5-h6-font-weight);
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
	display: block;
	font-family: var(--heading-font);
	content: "Share Projects";
}

.article-social-share .social-share-icon ul {
	display: inline-block;
}

.article-social-share .social-share-icon ul li a {
display: block;
line-height: 1;
font-size: 18px;
border: 0;
width: auto;
height: auto;
border-radius: 50px;
transition: .4s all;
text-align: left;
color: var(--azul-medio);
}

.article-social-share .social-share-icon ul li a:hover {
color: var(--azul-medio);
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 20px;
}

.article-details .article-author-information {
padding: 0;
margin-bottom: 0;
text-align: left;
border: 0;
margin: 0;
border: 2px solid #f3f3f3;
padding: 38px 38px 38px;
margin-top: 50px;
margin-bottom: 50px;
}

.article-details .article-author-information > .d-flex {
gap: 40px;
align-items: center;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
border-radius: 100%;
}

.article-details .article-author-information h5 {
font-size: 36px;
text-transform: uppercase;
line-height: 1;
margin-bottom: 15px;
}

.article-details .article-author-information .author-bio {
margin-bottom: .5rem !important;
}

.author-website {color: inherit; margin-left: 4px;}

.author-website a,
.author-website a:hover {color: var(--azul-medio);}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding: 0px;
	margin-top: 0px;
  order: 7;
  width: 100%;
  background: var(--bg-silver);
padding: 30px 30px;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--azul-medio) !important;
}

.article-details .pagenavigation {
	order: 6;
margin-bottom: 40px;
width: 100%;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
 background: var(--azul-medio);
color: #fff;
border: none; 
}

/* */


@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-top2 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top2 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top2 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top2 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top2 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-banner .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-banner  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

.row > *,
.sppb-row > * {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div:not(#sp-logo) > .sp-column,
#sp-header > .row > div:not(#sp-logo) > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top2  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-position4  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

:root{
	--maincolor-rgb: 59,56,235;
	--maincolor2: #6600d3;
	--maincolor2-rgb: 102,0,211;
	--maincolor3: #15ebae;
	--maincolor3-rgb: 21,235,174;
	--maincolor4: #fd4a18;
	--maincolor4-rgb: 253,74,24;
	--maincolor5: #eb9e01;
	--maincolor5-rgb: 235,158,1;
	--maincolor6: #da0212;
	--maincolor6-rgb: 218,2,18;
	--maincolor7: #e42032;
	--maincolor7-rgb: 228,32,50;
	--secondcolor: #0d1525;
	--secondcolor-rgb: 13,21,37;
	--secondcolor2: #353666;
	--secondcolor2-rgb: 13,21,37;
	--theme-text-gray: #a5a5a5;
	--link-color: #006cff;
	--text-white: #ffffff;
	--text-black: #303031;
	--text-gray: #d7d9f2;
	--text-blue: #447bde;
	--text-light-gray: #a7a8b4;
	--text-silver: #f1f3f8;
	--text-silver-light: #f0efff;
	--text-gray-light: #cccccc;
	--text-dark-light: #808093;
	--bg-white: #ffffff;
	--bg-light-pink: #faf3f3;
	--bg-silver: #f1f3f8;
	--bg-silver-light: #e7e3f0;
	--bg-silver-light2: #f0f1f7;
	--bg-silver-deep: #ecdaee;
	--bg-gray: #f7f7f7;
	--bg-dark-color: #0b0c26;
	--bg-blue-color: #571bcd;
	--gradient-color1: linear-gradient(45deg, var(--azul-medio) 0%, var(--azul-escuro) 100%);
	--gradient-color2: linear-gradient(45deg, var(--azul-escuro) 0%, var(--azul-medio) 100%);
	--gradient-color3: linear-gradient(45deg, var(--maincolor5) 0%, var(--maincolor6) 100%);
	--gradient-color4: linear-gradient(45deg, var(--maincolor6) 0%, var(--maincolor5) 100%);
	--gradient-section-overlay: linear-gradient(90deg, var(--azul-escuro) 10%, var(--azul-medio) 100%);--heading-font: "Mulish", sans-serif;
	--body-font: "Poppins", sans-serif;
	--secondary-font1: "Arial", cursive;
	--heading-font-color: #232323;
	--h1-h2-font-weight: 900;
	--h3-h4-font-weight: 800;
	--h5-h6-font-weight: 800;
	--body-font-color: #515264;
	--body-font-size: 1rem;
	--body-font-weight: 400;
	--body-font-line-height: 1.8rem;
	--header1-nav-color: #fff;
	--header1-nav-hover-color: var(--azul-claro);--header1-nav-font-family: var(--heading-font);
	--header1-nav-font-size: 16px;
	--header1-nav-font-weight: 800;
	--header1-nav-child-color: var(--heading-font-color);--header1-nav-child-hover-color: #fff;
	--header1-nav-child-font-size: 15px;
	--header1-nav--child-font-weight: 700;
	--header2-nav-color: var(--heading-font-color);
	--header2-nav-hover-color: var(--azul-medio);--header2-nav-font-family: var(--body-font);
	--header2-nav-font-size: 16px;
	--header2-nav-font-weight: 800;
	--header2-nav-child-color: var(--heading-font-color);--header2-nav-child-hover-color: #fff;
	--header2-nav-child-font-size: 15px;
	--header2-nav--child-font-weight: 700;
	--header3-nav-color: var(--heading-font-color);
	--header3-nav-hover-color: var(--azul-medio);--header2-nav-font-family: var(--body-font);
	--header3-nav-font-size: 16px;
	--header3-nav-font-weight: 800;
	--header3-nav-child-color: var(--heading-font-color);--header3-nav-child-hover-color: #fff;
	--header3-nav-child-font-size: 15px;
	--header3-nav--child-font-weight: 700;
	--sub-title-font-size: 18px;
	--sub-title-font-weight: 700;
	--sub-title-letter-spacing: 0.02rem;
	--box-shadow: 6px 6px 25px 0px rgba(0, 0, 0, 0.08);
	--text-categories: #b5b5b5;
	--footer-text-color: #bbb7c2;
	--widget-content-bg-color: #fbf6f3;
	--widget-content-bg-text-color: var(--heading-font-color);
}

/* Joomla/Sp Page Builder 5 Optimization */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column {
  position: static;
}
#sp-header .sppb-section > .sppb-row-container {padding: 0;}

.sppb-addon-title {
	display: inherit;
}

.sppb-img-container {
  display: block;
}


/* VR SYS CUSTOMS */

:root{
	--azul-escuro: #0a2841;
	--azul-medio: #008fc5;
	--azul-claro: #4dc0e9;
	--cinza-escuro: #252525;
	--cinza-claro: #9e9e9e;
	--preto: #171717;
	--branco: #ffffff;
	/*--gradiente-azul1: #7ce1f8;*/
	--gradiente-azul1: #0a2841;
	/*--gradiente-azul2: #a9e1f8;*/
	--gradiente-azul2: #a9bbf8;

	--sombra-leve: 0 4px 12px rgba(0, 0, 0, 0.08); /* Sombra para profundidade */
  --sombra-hover: 0 8px 25px rgba(0, 0, 0, 0.15); /* Sombra mais intensa no hover */
}


.sp-megamenu-parent > li > a {
	margin: 5px !important;
}

/* CORTE EM LOGO
#sp-header::after {
	position: absolute;
	content: "";
	background: var(--gradient-color2);
	clip-path: polygon(0% 0%, 100% 0, 100% 50%, 86% 100%, 0% 100%);
	height: 100%;
	width: 255px;
	top: 0;
	left: 0;
	z-index: -1;
}*/


/* HOME */

/* GERAL */

/* Exemplo de seletor:
   Substitua '.icone-gradiente' pelo seletor específico do seu ícone,
   ex: .minha-secao i.fa-check
*/
.icon-gradient {
    /* 1. Define o Fundo (O Gradiente Desejado) */
    background: -webkit-linear-gradient(45deg, var(--azul-medio), var(--azul-escuro));
    background: linear-gradient(45deg, var(--azul-medio), var(--azul-escuro));
    
    /* 2. Recorta o Fundo para o Formato do Texto (O Ícone) */
    /* ATENÇÃO: Os prefixos -webkit e -moz são essenciais para esta técnica */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    
    /* 3. Torna o Texto Transparente para Mostrar o Fundo Recortado */
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent; /* Fallback */
    
    /* Garante que o ícone seja renderizado como texto */
    display: inline-block;
}

/* TOPBAR */

.topbar-social {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 1400px) {
	.topbar-social {
	  margin-left: 60px;
		/*border-right: 1px solid rgba(255,255,255,0.4);*/
	}
}

.topbar-social li + li {
  margin-left: 27px;
}

.topbar-social li a {
  font-size: 14px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.topbar-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .topbar-info {justify-content: center;}
}

.topbar-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.topbar-info li + li {
  margin-left: 15px;
  padding-left: 15px;
}

.topbar-info li i {
  margin-right: 10px;
}

.topbar-info li a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}


/* MENU */

@media (max-width: 1191px) {
	.sp-megamenu-parent > li > a {
	  font-size: 0.9rem !important;
	}
}

@media (max-width: 1092px) {
	.sppb-btn.sppb-btn-secondary {
		padding: 14px 20px !important;
	}
	.sp-megamenu-parent > li > a {
	  font-size: 0.8rem !important;
	}
}

/* SLIDERS */

.sppb-addon-sp-slider .sppb-sp-slider-text a {
	color: var(--azul-escuro);
}

.sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 14px 42px;
}

.sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {
	border: 1px solid var(--azul-medio);
}

.sp-item .shape1 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -680px;
	width: 865px;
	height: 800px;
	border-radius: 50%;
	background: var(--azul-medio);
	z-index: 1;
	animation: float-obj-y infinite 4s;
	opacity: 0.5;
}

.sp-item .shape2 {
	position: absolute;
	left: -180px;
	bottom: -60px;
	width: 330px;
	height: 400px;
	border-radius: 0;
	transform: rotate(34deg);
	background: var(--azul-medio);
	z-index: 2;
	filter: hue-rotate(8deg);
	opacity: 0.5;
}

.sp-item .shape3 {
	background: var(--azul-medio);
	width: 600px;
	height: 230px;
	position: absolute;
	right: -250px;
	bottom: -140px;
	z-index: 2;
	transform: skewY(140deg) translateX(50px);
	opacity: 0;
	transition-delay: 0.8s;
	transition-duration: 1200ms;
}

.sp-item.active .shape3 {
	opacity: 0.3;
	transform: skewY(140deg) translateX(50px);
	right: -50px;
}

.shapes-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/*Corrigindo problema de não aplicação de text-shadow pelo SP Page Builder*/
h1[id^="sp-slider-inner-item-"],
div[id^="sp-slider-inner-item-"] p {
	text-shadow: 2px 2px 4px var(--preto) !important;
}

/*.sp-item {background-color: #03031c;}*/

.sp-slider .sp-item .sp-background {
	mix-blend-mode: luminosity;
	transform: scale(1);
  -moz-transition: all 6000ms linear;
	-webkit-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.sp-slider .sp-item.active .sp-background {
	transform: scale(1.12);
}

/* FEATURES BOX (SLIDER)*/

.features-item-style1-features-inner {
	background-color: var(--branco);
	box-shadow: 0 0 20px 3px rgba(0,0,0,0.05);
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 12px;
	z-index: 1;
	position: relative;
}

.features-item-style1-features-inner .sppb-addon-content {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	padding: 40px 30px;
	/*text-align: center;*/
	z-index: 1;
}

.features-item-style1-features-inner .sppb-addon-content:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--azul-medio);
	border-radius: 10px;
	z-index: -1;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	transform-origin: center center;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.features-item-style1-features-inner .sppb-img-container {
	position: absolute;
	bottom: 0;
	left: 0;
	transition-delay: 400ms;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-transform: translateX(-10%);
	-o-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
	z-index: -1;
}

.features-item-style1-features-inner .sppb-img-container img {
	width: 195px;
	opacity: 0.1;
}

.features-item-style1-features-inner .sppb-addon-title {
	position: absolute;
	top: 10px;
	right: 20px;
	height: 45px;
	width: 56px;
	text-align: center;
  color: transparent;
	pacity: 0.15;
	-webkit-text-stroke: 1px var(--azul-medio);
	transition: all 200ms linear;
  transition-delay: 0s;
	transition-delay: 0.1s;
}

.features-item-style1-features-inner .features-icon::before {
	font-size: 64px;
	color: var(--azul-medio);
	line-height: 1;
	display: block;
}

.features-item-style1-features-inner:hover {
	transform: translateY(-10px);
}

.features-item-style1-features-inner:hover .sppb-addon-content:before {
	-webkit-transform: scale(1, 1);
	transform: scaleX(1, 1);
	transform-origin: center center;
}

.features-item-style1-features-inner:hover .sppb-img-container {
	transform: translateX(0%);
}

.features-item-style1-features-inner:hover .sppb-img-container img {
	opacity: 0.3;
}

.features-item-style1-features-inner:hover .features-icon::before {
  color: var(--branco);
}

.features-item-style1-features-inner .features-title,
.features-item-style1-features-inner .sppb-addon-text {
	color: var(--preto);
}

.features-item-style1-features-inner:hover .features-title a,
.features-item-style1-features-inner:hover .features-title {
	color: var(--branco);
}

.features-item-style1-features-inner .sppb-addon-text i {
	color: var(--azul-medio);
	font-size: 64px;
}

.features-item-style1-features-inner:hover .sppb-addon-text i,
.features-item-style1-features-inner:hover .sppb-addon-text  {
	color: var(--branco);
}

/* SOBRE */

.title-box .sppb-addon-title {
	letter-spacing: var(--sub-title-letter-spacing);
	background: var(--gradient-color1);
	display: inline-block;
	/*padding: 6px 24px;*/
	border-radius: 30px;
	z-index: 1;
}

.title-box.text-gradient-color-box .sppb-addon-title {
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-image: var(--gradient-color1);
	/*padding: 0px 0 0px 70px;*/
}

.title-box.text-gradient-color-box.white .sppb-addon-title {
	-webkit-text-fill-color: inherit !important;
}

.title-box.sppb-text-left .sppb-addon-title {
	padding: 0px 0 0px 70px;
}

.title-box.text-gradient-color-box .sppb-addon-title:before {
	/* CÓDIGO UNICODE DO ÍCONE 'fa-check' */
	content: "\f00c";   
  /* FAMÍLIA E PESO OBRIGATÓRIOS PARA FA6 */
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; /* Necessário para carregar o estilo 'Solid' do FA6 */   
	/*font-size: 18px; */
	color: var(--azul-medio); /* Aplica a cor que você já estava usando */
  /* POSICIONAMENTO */
  /*position: absolute;*/
	left: 0;
	bottom: 0px; /* Ajuste 'bottom' para mover o ícone para cima ou para baixo */	
  /* Limpeza */
  line-height: 1;    
  /* Importante para que o ícone não seja selecionável como texto */
  -webkit-font-smoothing: antialiased; 
  display: inline-block;
  text-rendering: auto;
  margin-right: 5px;
}

.title-box.text-gradient-color-box.white .sppb-addon-title:before {
	color: var(--branco) !important;
}

/* AÇÃO RECOMENDADA: REMOVA OU DESABILITE A CLÁUSULA ':after' */
/* Se a linha 4px não for mais necessária como detalhe de design, remova-a */
.title-box.text-gradient-color-box .sppb-addon-title:after {
	display: none;
}

.text-gradient-color {
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-image: var(--gradient-color1);
}

.about-image-box-style2-about-side-line::after {
	content: "";
	position: absolute;
	border: 80px solid var(--cinza-escuro);
	width: 400px;
	height: 400px;
	right: -230px;
	top: 20px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.08;
}

.sppb-button-wrapper a[id^="btn-"] i {
	font-size: 2rem;
}

.about-image-box-style2-about-image2::before {
	position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: "";
	width: 80%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.2)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.about-image-box-style2-about-image2:hover::before {
	-webkit-animation: shine 1.3s;
	animation: shine 1.3s;
}

@media (max-width: 768px) {
	#column-wrap-id-070ec9ce-65c8-40b8-a65f-ff50a2512e55 {
	  margin-top: 20px !important;
	}
	#sppb-addon-1adaa6c6-0127-4526-9714-b824d319e1c1 .sppb-empty-space {
		display: none;
	}
}


/* MODAL */

.sppb-magnific-popup {
	padding: 15px 35px !important;
}

.sppb-magnific-popup i {
	font-size: 2rem;
	padding-right: 10px;
}

.verificador-lg-reversa {
    padding: 60px 0;
    background-color: var(--branco);
    /*font-family: Arial, sans-serif;*/
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.titulo-principal {
    color: var(--azul-escuro);
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.introducao-texto {
    color: var(--preto);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.funcoes-grid {
    display: grid;
    /* Layout: 3 colunas em telas grandes */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 30px;
}

.funcao-card {
    background-color: var(--branco);
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--sombra-leve);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-top: 5px solid var(--azul-escuro); /* Detalhe de cor no topo */
}

/* Efeito Hover (Moderno) */
.funcao-card:hover {
    background-color: var(--azul-escuro);
    color: var(--branco);
    box-shadow: var(--sombra-hover);
    transform: translateY(-5px); /* Efeito sutil de "levantar" */
}

.funcao-card .card-titulo {
    color: var(--azul-escuro);
    font-size: 1.25rem;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.funcao-card:hover i, 
.funcao-card:hover h3.card-titulo,
.funcao-card:hover p {
    color: var(--branco) !important;
    -webkit-text-fill-color: inherit !important;
}

.funcao-card p {
    color: var(--preto);
    font-size: 0.95rem;
    line-height: 1.5;
}

.funcao-card i {
    /* Define o Fundo (Gradiente de 45 graus) */
    background: linear-gradient(45deg, var(--azul-escuro), var(--azul-medio));
    
    /* Recorta o fundo para o formato do texto */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Torna o texto transparente para mostrar o fundo recortado */
    -webkit-text-fill-color: transparent;
    color: transparent; 

    /* Estilo do ícone */
    font-size: 3rem; 
    margin-bottom: 15px;
    display: block; /* Garante que o ícone fique na própria linha */
}

@media (max-width: 992px) {
    .funcoes-grid {
        /* Em tablets, mostra 2 colunas */
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    }
}

@media (max-width: 600px) {
    .funcoes-grid {
        /* Em mobile, mostra 1 coluna */
        grid-template-columns: 1fr; 
    }
    .titulo-principal {
        font-size: 1.8rem;
    }
}

/* PROCESSO */

.service-style3-service-inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 45px 45px 40px 45px;
	z-index: 1;
	box-shadow: 0px 2px 25px rgba(52,62,85,0.07);
	border-radius: 10px;
	background: #fff;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-style3-service-inner:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--azul-medio);
	border-radius: 10px;
	z-index: -1;
	border-radius: 10px;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	transform-origin: center center;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.service-style3-service-inner .service-title {
	margin-bottom: 20px;
}

.service-style3-service-inner .service-description {
	margin-bottom: 0;
}

.theme-text-icon-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--preto);
	margin-top: 20px;
  -webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
  color: var(--azul-medio);
}

.theme-text-icon-btn em {
	margin-left: 0;
	margin-right: 8px;
}

/*.service-inner-obj {display: inline;}*/

/*.service-style3-service-inner .service-inner-obj::after {
	background: url(/images/objects/6.png);
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 170px;
	width: 170px;
	bottom: 0;
	right: 0;
	opacity: 0.1;
	background-size: cover;
	transition: 500ms;
	transition-delay: 150ms;
}
*/
.service-style3-service-inner:hover {
	transform: translateY(-10px);
}

.service-style3-service-inner:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transform-origin: center center;
}

.service-style3-service-inner:hover .sppb-addon-title {
	position: relative;
	color: var(--branco);
	z-index: 1;
}

.service-style3-service-inner:hover .service-title {
	position: relative;
	color: var(--branco);
	z-index: 1;
}

.service-style3-service-inner:hover .service-description {
	position: relative;
	color: var(--branco);
	z-index: 1;
}

.service-style3-service-inner:hover .services-link {
	color: var(--branco);
}

.service-style3-service-inner:hover .service-inner-obj::after {
	opacity: 0.3;
	transform: scale(1.2);
}

.sppb-addon.sppb-addon-text-block.service-style3-service-inner:hover .sppb-addon-title i {
	color: var(--branco);
}

@media (max-width: 991px) {
	.features-item-style1-features-inner h3.features-title {
		font-size: 19px !important;
	}
}

@media (max-width: 767px) {
	.features-item-style1-features-inner h3.features-title {
		font-size: 28px !important;
	}
}

/* DIFERENCIAIS */

.about-style3-info-box .sppb-addon-title {
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.about-style3-info-box .sppb-addon-title span {
  margin-right: 15px;
  color: var(--azul-medio);
}

.about-style3-info-box i {
	color: var(--azul-medio);
	margin-right: 10px;
}

/* SEGMENTOS */

.service-style1 .sppb-img-container img {
	border-radius: 5px;
	width: 100%;
}

.service-style1 .sppb-addon-title {
	margin-left: 30px;
	margin-right: 30px;
	position: absolute;
	background: #fff;
	bottom: -30px;
	padding: 15px 30px;
	border-radius: 8px;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 0 20px 0px #1116291c;
  text-align: left;
}

.service-style1 .sppb-addon-title .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #eee;
}

.service-style1 .sppb-addon-title .icon i {
	position: relative;
	display: inline-block;
	color: var(--azul-medio);
	text-align: center;
	font-size: 45px;
	margin-right: 20px;
	background: var(--azul-medio);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 220% 150%;
}

.service-style1 .sppb-addon-title .title {
	margin: 0;
}

.service-style1 .sppb-addon-title .title a {
	color: var(--heading-font-color);
}

.service-style1 .sppb-addon-text {
	position: absolute;
	left: 0;
	top: 0;
	padding: 37px;
	z-index: 1;
	height: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}

.service-style1 .sppb-addon-text:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--preto);
	z-index: -1;
	opacity: 0.9;
	border-radius: 5px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.service-style1 .sppb-addon-text i {
	display: inline-block;
	font-size: 46px;
	color: #fff;
	margin-bottom: 30px;
	height: 76px;
	width: 76px;
	line-height: 76px;
	background: var(--azul-medio);
	border-radius: 6px;
}

.service-style1 .sppb-addon-text i:before {
	text-align: center;
	width: 100%;
	display: block;
}

.service-style1 .sppb-addon-text .title {
	margin-bottom: 15px;
	color: var(--branco);
}

.service-style1 .sppb-addon-text .title a {
	color: var(--branco);
}

.service-style1 .sppb-addon-text .description {
	margin: 0;
	color: #fbf6f6;
}

.service-style1:hover .sppb-addon-title {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
}

.service-style1:hover .sppb-addon-text {
	top: 0;
	opacity: 1;
	visibility: visible;
	height: 100%;
}

@media (max-width: 1200px) {
	.service-style1 .sppb-addon-text {
		padding: 0;
	}
	.service-style1 .sppb-addon-title {
	  margin-left: 5px;
	  margin-right: 5px;
	  text-align: left;
	  padding: 15px 20px;
	  justify-content: flex-start;
	}
	.service-style1 .sppb-addon-title .title {
	  margin-left: 15px;
	}
}

.service-style1 .sppb-media-content .sppb-addon-title.sppb-feature-box-title i {
	font-size: 3rem;
	margin-right: 10px;
}

/* DEPOIMENTOS */

.sppb-carousel-extended-item {
	position: relative;
  margin-left: 85px;
}

.sppb-testimonial-carousel-message {
	padding-bottom: 25px;
	border-bottom: 1px solid var(--cinza-claro);
}

.sppb-testimonial-carousel-client-rating {
	background: var(--gradient-color1);
	padding: 3px 15px;
	border-radius: 6px;
  display: inline-flex;
	position: absolute;
	right: 40px;
	bottom: 50px;
}

.sppb-testimonial-carousel-img-wrap {
	position: absolute;
	top: 50%;
  transform: translatey(-50%);
	left: -70px;
}

@media (max-width: 575px) {
	.sppb-carousel-extended-item {
		position: relative;
	  margin-left: 0;
	}
  .sppb-testimonial-carousel-client-rating {position: static;}
  .sppb-testimonial-carousel-img-wrap {display: none;}
}

/* NÚMEROS DE IMPACTO */

@media (max-width: 991px) {
	#section-id-84f108ca-19c8-4c80-b91d-6769f2ac44a6 .addon-root-text-block .sppb-addon-text-block .sppb-addon-content p {
		font-size: 36px !important;
	}

}

/* PARCEIRO */

.theme-btn-2 .sppb-btn {
	background: var(--branco) !important;
	color: var(--azul-escuro);
	border: 1px solid #cccccc;
	padding: 14px 42px;
}

.theme-btn-2 .sppb-btn:before {
	background: var(--azul-medio);
}

.theme-btn-2 .sppb-btn:hover {
	border-color: var(--branco);
  color: var(--branco);
}

.call-to-action-call-to-action-inner::after {
	content: "";
	background-image: url(../../../images/dnc/backgrounds/wave2.png);
	background-size: cover;
	background-position: center left;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.35;
	filter: brightness(1);
	animation: heartbeat 1.5s infinite alternate;
}

/* CONTATO */

.contato::after {
	background: url(../../../images/dnc/backgrounds/background-contato.webp);
	content: "";
	height: 110%;
	width: 865px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 15%);
}

/* FOOTER */

.footer-section-obj1 {
	position: absolute;
	bottom: 60px;
	width: 430px;
	left: -105px;
	opacity: 0.12;
	z-index: 0;
	animation: float-obj-y infinite 3s;
}

.widget-title::after {
	position: absolute;
	content: "";
	height: 4px;
	width: 58px;
	left: 0;
	bottom: -15px;
	background: var(--azul-medio);
	border-radius: 6px;
}

.social-list li {
	display: inline;
	margin-right: 5px;
}

.social-list li a {
	background: var(--azul-medio);
	color: var(--branco);
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 42px;
	font-size: 16px;
}

.social-list li a:hover {
	background: var(--branco);
  color: var(--azul-escuro) !important+;
}

.contact-addres a {
	color: var(--branco);
}

.contact-addres a:hover {
	color: var(--cinza-claro);
}

.btn-privacidade a.sppb-magnific-popup {
	/*margin: 0 !important;*/
	margin-left: -10px !important;
	padding: 0 !important;
}

.btn-privacidade a.sppb-magnific-popup:hover,
.btn-privacidade a.sppb-magnific-popup:active,
.btn-privacidade a.sppb-magnific-popup::before,
.sppb-btn-default:hover {
	background: none !important;
	border: none !important;
	color: var(--cinza-claro) !important;
	transform: none !important;
	border-radius: none !important;
}


.btn-privacidade .sppb-magnific-popup i {
	font-size: 19px;
}