.menu .dropdown-menu {
  background-color: #343a40;
}
.menu .navbar-nav.sm-collapsible .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.7em 0.5em 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}
.menu .navbar-nav.sm-collapsible .sub-arrow::before {
  content: "+";
}
.menu .navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: "-";
}
.menu .navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: rgba(255, 255, 255, 0.1);
}
.menu .navbar-nav.sm-collapsible .has-submenu {
  padding-right: 3em;
}
.menu .navbar-nav.sm-collapsible .nav-link,
.menu .navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
}
.menu .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.menu .fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.menu
  .fixed-bottom
  .navbar-nav:not(.sm-collapsible):not([data-sm-skip])
  .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.menu .navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.menu
  .navbar-nav:not(.sm-collapsible):not([data-sm-skip])
  .dropdown-menu
  .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  margin-right: 1em;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  background-color: #343a40;
}
.menu .navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 2em;
}
.menu .navbar-nav .scroll-up,
.menu .navbar-nav .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.menu .navbar-nav .scroll-up-arrow,
.menu .navbar-nav .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
}
.menu .navbar-nav .scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
}
.menu .navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: 0.5em;
  background-color: #343a40;
}
.menu .navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}
.menu .navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
} /*# sourceMappingURL=style.css.map */

.mask {
   position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #0b0b11;
    background: -moz-linear-gradient(0,rgb(0 0 0) 7%,rgb(60 60 134 / 40%) 73%,rgb(0 0 0 / 50%) 100%);
    background: -webkit-linear-gradient(0,rgb(0 0 0) 7%,rgb(60 60 134 / 40%) 73%,rgb(0 0 0 / 50%) 100%);
    background: linear-gradient(0,rgb(0 0 0) 7%,rgb(60 60 134 / 40%) 73%,rgb(0 0 0 / 50%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&quot;#0b0b11&quot;,endColorstr=&quot;#0b0b11&quot;,GradientType=1);
   
}
.meio-tela {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  z-index: 99;
  display: inline-grid; 
  padding: 10px 10px;
  color: #fff;
}
.meio-tela span {
  color: #dadada
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-weight: 400;
}
.nav-tabs .nav-link {
    font-size: 1.2em;
  font-weight: 600;
}
.tab-cursos .nav-link.active {
    background-color: #29292e;
    border-color: #29292e #29292e #fff;
    color: #fff;
    border-bottom: none;
  font-weight: 600;
}
.tab-cursos .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    text-transform: uppercase;
    font-size: 0.8em;
    justify-content: flex-start;
}


.bloco-flexivel-prof {
  display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 0px;
  
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(255 255 255);
    background: #29292e;
}
 

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #1f1f1f;
}

*::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
}




@media(max-width: 575.98px) {

  .card-prof {
    width: 100%;
  }
  .border-prof {
    height: 95%;
    width: 95%;}
  .h2-prof {
  }
}


 
.btn-block {
text-align: left;
}

 

#hs_cos_wrapper_my_form input[type="text"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#hs_cos_wrapper_my_form input[type="email"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#hs_cos_wrapper_my_form input[type="tel"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#hs_cos_wrapper_my_form select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#hs_cos_wrapper_my_form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #e3a300;
  border-color: #e3a300;
}

#hs_form_target_my_form{
  color:#fff;
}
.btn-success:hover {
    color: #252525;
    background-color: #17f1b0;
    border-color: #17f1b0;
}

.btn-success {
    color: #17f1b0;
    background-color: #21883800;
    border-color: #17f1b0;
}

.btn-light {
    color: #ffffff;
    background-color: #f11758;
    border-color: #f11758;
}
.btn-light:hover {
    color: #ececec;
    background-color: #e2e6ea00;
    border-color: #f11758;
}
.collap-pq {
    font-weight: 600;
    color: #01143a;
    font-size: 1em;
}

.form-row {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.btn-amalelo {
    color: #fff;
    background-color: #e3a300;
    border-color: #ffffff;
}
.btn-amalelo:hover {
    color: #fff;
    background-color: #06399a;
    border-color: #053392;
}

.card-social {
    height: 100%;
    padding: 10px;
    background: #1f1f1f;
    border: 0px;
}


@media(max-width: 575.98px) {
  .mb-0 .far {
    display: none;
  }
  .mb-0, .my-0 {
    font-size: 2.2rem;
  }
  .btn-sm {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .custom-select {
    font-size: 1.2em;
  }
  .btn-group, .btn-group-vertical {
    width: 100%;
  }
}

@media(min-width: 576px)and (max-width: 767.98px) {
  .mb-0 .far  {
   display: none;
   }
  .mb-0, .my-0 {
    font-size: 2.2rem;
  }
  .btn-sm {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
    .custom-select {
    font-size: 1.2em;
  }
  .btn-group, .btn-group-vertical {
    width: 100%;
}
}