/* 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: #253086;
  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: #4d4d4d !important;
}
#ball-cursor-loader{
  padding: 0px !important;
  margin: 0px !important;
}
#ball-cursor:before, #ball-cursor:after{

}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "cerebri-sans-regular";
}
b, strong{
  font-family: "cerebri-sans-medium";
}
/* main */
:root{
  --base-color: #253086 !important;
  --dark-gray: #000 !important;
  --yellow: #4d4d4d !important;
}
p, ul, ol {
margin-bottom: 30px;
}
ul li{
  list-style: initial;
}
ul.portfolio-wrapper li{
  list-style: none;
}
.link-2{
  color: #4d4d4d !important;
}
.link-2:hover{
  color: #253086 !important;
}
.bg-ichs1{
  background-color: #253086 !important;
}
.bg-ichs2{
  background-color: #C7BB96 !important;
}
.text-ichs1{
  color: #253086 !important;
}
.text-ichs2{
  color: #C7BB96 !important;
}
.text-ichs3{
  color: #FFF8F8 !important;
}
.bg-yellow{
  background-color: #4d4d4d;
}
.bg-light-gray{
  background-color: #4d4d4d !important;
}
.bg-blue{
  background-color: #253086;
}
.bg-green{
  background-color: #A0BBB6;
}
.btn.btn-base-color:hover, .btn.btn-base-color:active {
background-color: #A0BBB6 !important;
border-color: #A0BBB6;
color: #253086; !important;
}
.text-cornflower-blue, .text-base-color{
  color: #FFF !important;
}
body{
  overflow-x: hidden;
  background-color: #253086;
}
#page-content{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
}
#home-content{
  background-color: #FFF !important;
}
#home-content{
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.bg-white2{
  background-color: #FFF !important;
}
h1, h2, h3, h4, h5, h6{
  color: #253086;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.9rem;
  letter-spacing: 0px;
}
h2, .h2 {
font-size: 2.6rem;
line-height: 2.9rem;
}
h3, .h3 {
font-size: 2.3rem;
line-height: 2.6rem;
}
h4, .h4 {
font-size: 2rem;
line-height: 2.3rem;
}
h5, .h5 {
font-size: 1.7rem;
line-height: 2rem;
}
h6, .h6 {
font-size: 1.5rem;
line-height: 1.8rem;
}
section {
padding-top: 65px;
padding-bottom: 65px;
}
#page-title{
  margin-top: 151px;
  padding-top: 25px;
  padding-bottom: 25px;
}
#page-title h1{
  margin-bottom: 0px;
  font-size: 2.8rem;
}
@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: 135px;
  padding-top: 30px;
  padding-bottom: 30px;
  }
}
/* header */
.navbar{
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.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: #F4F9F9 !important;
}
@media (max-width: 991px){
  .navbar-collapse {
    background-color: #FFF !important;
  }
}
.navbar .navbar-nav .dropdown .dropdown-menu a{
  color: #253086;
  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: #4d4d4d;
}
header .navbar-brand{
  padding: 10px 0px;
}
header.sticky .navbar-brand{
  padding: 12px 0px;
}
header .navbar-brand img {
max-height: 80px;
}
header.sticky.sticky-active .navbar-brand .alt-logo{
  max-height: 60px;
}
/* body */
@media (max-width: 1390px){

}
@media (max-width: 991px){
header .navbar-brand img {
max-height: 55px;
}
}
@media (max-width: 661px){

}
/*Footer */
footer .footer-logo img {
height: 90px;
max-height: 90px;
width: auto;
}
.footer-dark ul li a, .footer-dark .widget-link {
color: var(--white);
opacity: 0.8;
font-size: 1rem;
}
.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: #253086 !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: #4a51ae !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 */
}
.services-box-style-06 .services-text:after{
  display: none;
}


.border-base-color {
border-color: var(--base-color) !important;
}
@media (max-width: 767px){
  header .navbar-brand img {
  max-height: 50px;
  }
}
@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: #4d4d4d !important;
  --gf-local-outline-color: #C7BB96 !important;
}
.single-course #page-title{
  padding-bottom: 0px;
}
.border-radius-30px{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.single-course #page-content{
  -webkit-border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-topright: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;

  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#course-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;
}
.border-bottom.border-color-extra-medium-gray{
  border-color: rgba(255, 255, 255, 0.357) !important;
}
.img-radius img, .img-round img, .round img{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.vc_btn3.vc_btn3-style-custom{
  background-image: initial !important;
}
.vc_btn3.vc_btn3-size-md{
  font-size: 16px !important;
  padding: 14px 24px !important;

}
.btn{

}
#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;
}
@media (max-width: 767px){
  header .header-top-bar {
  display: block;
  height: 45px;
  }
  header .header-top-bar + .navbar{
  top: 45px !important;
  }
  #top-message{
    font-size: 13px !important;
    width: 100%;
  }
}
@media (max-width: 367px){
  #top-message{
    display: none !important;
  }
  header .header-top-bar{
    height: 8px;
  }
  header .header-top-bar + .navbar{
    top: 8px !important;
  }
  header .navbar-brand img {
  max-height: 50px;
  }
}
.header-top-bar, nav{
  margin-left: 16px;
  margin-right: 16px;
  width: initial !important;
}
header .container-fluid{
  padding-left: 15px;
  padding-right: 15px;
}
iframe{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.alt-font{
  font-family: cerebri-sans-medium";
}
#page-content ol li, #page-content ul li{
  line-height: 25px;
  margin-bottom: 10px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu{
  padding-top: 25px;
  padding-bottom: 25px;
}
ul.blog-grid, .grid .grid-sizer, .blog ul li, .blog ul, #otherposts ul li, #otherposts ul{
  list-style: none;
}
#otherposts{
  margin-top: 60px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #f4f9f9;
}
.single-post #page-content{
  padding-bottom: 0px;
}
#page-content a{
  text-decoration: underline;
  color: #253086;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px; /* linha mais fina */
}
#page-content #otherposts a, .blog #page-content a, .card-post a, .vc_btn3-container a, #page-content h2 a, #page-content h3 a, #page-content h4 a, #page-content h5 a, #page-content h6 a{
  text-decoration: none !important;
}
.mobx-gallery img, .mobx-gallery figure{
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}
footer .nav-link{
  padding: 0.5rem 0.5rem !important;
}
table {
  width: 100%;
  margin: 0 0 15px;
}

table td,
table th {
  padding: 10px;
  border: 1px solid #dfe5e8;
}

dl dd {
  margin-bottom: 10px;
}

dl dt {
  line-height: 23px;
}
@media (max-width: 767px){
  .navbar .navbar-nav {
  padding: 15px 15px;
  }
  .header-top-bar, nav {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 991px){
.footer-dark ul li a, .footer-dark .widget-link{
  font-size: 1.3rem;
}
header.sticky .header-light:not(.disable-fixed){
  top: 0px !important;
}
}
/* Quando o collapse estiver aberto */
.navbar:has(.navbar-collapse.show) {
  border-radius: 0 !important;
}
.navbar .navbar-nav .nav-link{
  font-size: 17px;
  padding: 10px 15px;
}
.eapp-popup-block-variation-button-component div{
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
/*Corrigir barra de scroll adicional q aparece*/
.eapp-popup-layout-variation-slide-in-right-component{
  overflow: hidden !important;
}
.eapp-popup-control-close-component{
  padding: 11px !important;
}
.eapp-popup-block-variation-button-component .eapp-popup-button-component{
  -webkit-border-radius: 90px !important;
  -moz-border-radius: 90px !important;
  border-radius: 90px !important;
}
.vc_separator .vc_sep_holder .vc_sep_line{
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
