.no-padding{
   padding: 0px;
}
.no-padding.no-title{
  margin-top: 104px;
  padding-bottom: 0px;
}
/* Corrigir menu mobile para facilitar o toque */
.navbar-toggler {
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
}

.navbar-toggler-line {
  display: block;
  height: 2px;
  background-color: #0d3c43;
  margin: 0;
  border-radius: 2px;
  transition: all 0.2s;
}

.navbar-toggler .navbar-toggler-line {
  left: 13px;
  right: auto;
}

.navbar-toggler .navbar-toggler-line:nth-child(1),
.navbar-toggler .navbar-toggler-line:nth-child(4) {
  width: 14px;
}

.navbar-toggler .navbar-toggler-line:nth-child(1) {
  top: 17px;
}

.navbar-toggler .navbar-toggler-line:nth-child(2),
.navbar-toggler .navbar-toggler-line:nth-child(3) {
  width: 22px;
}

.navbar-toggler .navbar-toggler-line:nth-child(2),
.navbar-toggler .navbar-toggler-line:nth-child(3) {
  top: 23px;
}

.navbar-toggler .navbar-toggler-line:nth-child(4) {
  top: 29px;
}

.navbar-collapse-show .navbar-toggler .navbar-toggler-line:nth-child(1),
.navbar-collapse-show .navbar-toggler .navbar-toggler-line:nth-child(4) {
  top: 24px;
  width: 0;
}

@media (min-width: 991px){
  .nodesktop{
  display: none !important;
  }
}
@media (max-width: 991px){
  .nomobile{
  display: none !important;
  }
}
li.dropdown > a:after {
  font-family: var(--fa-style-family,"Font Awesome 5 Free");
  font-weight: var(--fa-style,900);
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  margin-top: 4px;
}
ul.dropdown-menu li.dropdown > a:after {
  font-family: var(--fa-style-family,"Font Awesome 5 Free");
  font-weight: var(--fa-style,900);
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
@media (max-width: 991px){
li.dropdown > a:after {
  font-family: var(--fa-style-family,"Font Awesome 5 Free");
  font-weight: var(--fa-style,900);
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
}
/* Move reCAPTCHA v3 badge to the left */

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
@media only screen and (max-width: 769px) {
  .swap-on-mobile {
  display: flex !important;
  flex-direction: column-reverse;
  }
}
/* Cursor */
html :where([style*=border-width]) {
  border-style: none !important;
}
.magic-cursor-wrapper{
  padding: 0px !important;
  margin: 0px !important;
}
#ball-cursor{
  padding: 0px !important;
  margin: 0px !important;
  background-color: #379AAD !important;
}
#ball-cursor-loader{
  padding: 0px !important;
  margin: 0px !important;
}
#ball-cursor:before, #ball-cursor:after{

}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
/* main */
:root{
  --base-color: #0d3c43 !important;
  --dark-gray: #0d3c43 !important;
  --yellow: #DD6E35 !important;
  --alt-font: Georgia;
  --bs-body-bg: #FFF;
  --teal: #087a78;
  --teal-dark: #0d3c43;
  --teal-ink: #173942;
  --cream: #f5efe8;
  --paper: #fffdf9;
  --orange: #ef702e;
  --orange-deep: #ee5028;
  --taupe: #b38b6d;
  --muted: #5e6f72;
  --line: #1739422b;
}
.alt-font {
word-spacing: 0px;
font-family: var(--alt-font);
}
p, ul, ol {
margin-bottom: 20px;
}
ul li{
  list-style: initial;
}
ul.portfolio-wrapper li{
  list-style: none;
}

body{
  overflow-x: hidden;
}
#page-content{
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#home-posts{
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.bg-white2{
  background-color: #FFF !important;
}
.italic{
  font-style: italic !important;
}
.normal{
  font-weight: normal !important;
}
.vc_btn3{
  font-weight: bold !important;
}
h1, h2, h3, h4, h5, h6{
  color: #0d3c43;
  font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0px !important;
}
h1, .h1 {
font-size: 3.3rem;
line-height: 3.5rem;
}
h2, .h2 {
font-size: 2.8rem;
line-height: 3rem;
}
h3, .h3 {
font-size: 2.4rem;
line-height: 3rem;
}
h4, .h4 {
font-size: 2rem;
line-height: 2.7rem;
}
h5, .h5 {
font-size: 1.7rem;
line-height: 2.2rem;
}
h6, .h6 {
font-size: 1.5rem;
line-height: 1.9rem;
}
section {
padding-top: 105px;
padding-bottom: 65px;
}
#page-title{
  margin-top: 104px;
  padding-top: 25px;
  padding-bottom: 25px;
}
#page-title h1{
  margin-bottom: 0px;
  font-size: 2.7rem;
  text-transform: uppercase;
}
@media (max-width: 991px){
  #page-title{
  margin-top: 151px;
  padding-top: 30px;
  padding-bottom: 30px;
  }
  #page-title h1{
  font-size: 3rem;
  line-height: 4rem;
  }
  h2, .h2 {
  font-size: 3rem;
  line-height: 3rem;
  }
  section {
  padding-top: 45px;
  padding-bottom: 45px;
  }
  .blog-classic .card .card-body .categories-text:after{
  display: none;
  }
}
@media (max-width:768px){
  #page-title{
  margin-top: 106px;
  padding-top: 30px;
  padding-bottom: 30px;
  }
}
/* header */
.navbar .navbar-nav .simple-dropdown .dropdown-menu{
  -webkit-border-bottom-right-radius:  20px;
  -webkit-border-bottom-left-radius:  20px;
  -moz-border-radius-bottomright:  20px;
  -moz-border-radius-bottomleft:  20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #FFF8F8 !important;
}
@media (max-width: 991px){
  .navbar-collapse {
    background-color: #FFF8F8 !important;
  }
}
.navbar .navbar-nav .dropdown .dropdown-menu a{
  color: #0d3c43;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li{
  padding: 0 30px 0 30px;
}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link{
  opacity: 0.8;
  color: #DD6E35;
}
.navbar{
  border-bottom: 1px solid #D9DBD8;
}
header.sticky.sticky-active .header-reverse{
  border-color: #D9DBD8 !important;
}
header .navbar-brand{
  padding: 15px 0px;
}
header.sticky .navbar-brand{
  padding: 11px 0px;
}
header .navbar-brand img {
max-height: 75px;
}
header.sticky.sticky-active .navbar-brand .alt-logo{
  max-height: 60px;
}
/* body */
@media (max-width: 1390px){

}
@media (max-width: 991px){

}
@media (max-width: 661px){

}
/*Footer */
footer{
  background-color: #092e35;
}
#footer-credits{
  background-color: #092e35;
}
#footer-credits .container{
  border-top: 1px solid #304146;
  padding-top: 15px;
}
footer .footer-logo img {
max-height: 120px;
width: auto;
}
.footer-dark ul li a, .footer-dark .widget-link {
color: var(--white);
opacity: 0.8;
}
.footer-dark, .footer-dark a {
color: #FFF;
}
footer.half-footer {
padding-top: 50px;
padding-bottom: 50px;
margin-bottom: 0px !important;
}
    .gform_wrapper input[type="submit"] {
    background-color: #DD6E35 !important; /* Example background color (blue) */
    color: #FFFFFF !important; /* Example text color (white) */
    /* Optional: remove border for a cleaner look */
    border: none !important;
}
    .gform_wrapper input[type="submit"]:hover {
    background-color: #253086 !important; /* Darker blue on hover */
    color: #ffffff !important; /* Slightly darker white text on hover */
}
.gform_wrapper .gform_fields {
  gap: 20px !important; /* ou menos, se quiser colar mais */
}

.review-star-icon i {
color: #379AAD;
letter-spacing: 1px;
}
.border-base-color {
border-color: var(--base-color) !important;
}
@media (max-width: 567px){
  #page-content{
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
  font-size: 17px !important;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{
  --gf-local-border-color: #379AAD !important;
  --gf-local-outline-color: #C7BB96 !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable,.gform-theme__disable *):not(.gform-theme__disable-framework,.gform-theme__disable-framework *)){
  --gf-local-bg-color: #ee5028 !important;
}
.border-radius-30px{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.border-bottom.border-color-extra-medium-gray{
  border-color: rgba(255, 255, 255, 0.357) !important;
}
.img-radius img{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.vc_btn3.vc_btn3-style-custom{
  background-image: initial !important;
}
.vc_btn3.vc_btn3-size-md{
  font-size: 16px !important;
  padding: 14px 24px !important;
}
#home-posts{
  padding-top: 0px;
}
.vc_tta-panel-title{
  font-size: 1.5rem !important;
}
.vc_toggle_title h4{
  font-size: 1.2rem !important;
}
.vc_do_toggle{
  margin-bottom: 0px !important;
}
.vc_toggle_content{
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.vc_tta-panel-body h1, .vc_tta-panel-body h2, .vc_tta-panel-body h3, .vc_tta-panel-body h4, .vc_tta-panel-body h5, .vc_tta-panel-body h6{
  color: #FFF !important;
}
.mini-text{
  font-size: 13px;
  line-height: 19px;
}
blockquote{
  border-left: 4px solid #dedede;
  padding-left: 15px;
}
.ads img, .ads .n2-ss-slider .n2-ss-slide-background-image img{
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
ul.blog-grid, .grid .grid-sizer{
  list-style: none;
}
.navegacao{
  margin-top: 30px;
}
.bg-light-blue{
  background-color: #379AAD;
}

.navbar .navbar-nav .nav-link{
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 10px 15px;
  text-transform: uppercase;
}
footer{
  padding-top: 0px;
  padding-bottom: 90px;
  margin-top: 0px;
}
.text-base-color{
  color: #379AAD;
}
#footer1{
  padding: 30px 0px;
}
.bg-orange{
  background-color: #E36C2B;
}
.text-orange{
  color: #DD6E35;
}
.text-orange2{
  color: #E79D72;
}
.bg-extreme-orange{
  background-color: #ee5028
}
.text-light-conch-green {
color: #c8d6d5;
}
.text-light-green{
  color: #c8d6d5;
}
.btn.btn-orange{
  background-color: #ee5028;
  color: #FFF;
}
footer .nav-link{
  text-transform: uppercase;
}
#page-content a{
  text-decoration: underline;
  color: #ee5028;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
#home-content {
  padding-bottom: 0px;
}
footer .nav-link{
  font-size: 14px;
  font-weight: bold;
}
footer .nav-link:hover, footer a:hover{
  color: #E79D72 !important;
}
.btn.btn-small {
font-size: 13px;
padding: 12px 24px;
font-weight: bold;
}
.eyebrow-light {
color: #f6c9af;
}
.eyebrow {
color: var(--teal);
letter-spacing: .17em;
text-transform: uppercase;
align-items: center;
gap: 12px;
margin: 0 0 23px;
display: flex;
}
.eyebrow:before {
content: "";
background: var(--orange);
width: 34px;
height: 3px;
}
.strategyblock h6{
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 16px;
}
.strategyblock h5{
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 26px;
}
.signature-grid img {
object-fit: cover;
object-position: center 18%;
border-radius: 160px 0 0;
width: 100%;
height: 540px;
}
#page-content .vc_btn3-container a.vc_btn3{
  text-decoration: none;
}
.service-detail ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 55px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.service-detail li {
    border-bottom: 1px solid #ffffff21;
    margin-bottom: 12px !important;
    padding-bottom: 9px;
    font-size: 15px;
    list-style: none;
    line-height: 19px !important;
}
