body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Jost, Chivo, sans-serif;
  font-style: normal
}

a,
body {
  color: #34495e
}

#main-slider,
.embed-container {
  position: relative
}

.progress,
.progress .bar,
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

.hide-text,
ul.breadcrumb>li {
  text-shadow: none
}

#main-slider .carousel h2,
#title h1 {
  font-size: 36px
}

#title h1,
body {
  font-weight: 300
}

#bottom h4,
.blog .blog-item h3,
ul.faq li:first-child,
ul.faq li>div h3 {
  margin-top: 0
}

#back-top a,
#fale-conosco a,
.footer a,
a:focus,
a:hover {
  text-decoration: none
}

@font-face {
  font-family: Jost;
  src: url('../fonts/Jost/static/Jost-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Chivo;
  src: url('../fonts/Chivo/static/Chivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  background: #f5f5f5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff
}

td {
  border: 1px solid #fff
}

.btn {
  font-weight: 400
}

.btn-transparent {
  border: 3px solid #fff;
  background: 0 0;
  color: #fff
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, .5)
}

a:focus,
a:hover {
  color: #B49CFE;
  outline: 0
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px
}

body>section {
  padding: 40px 0
}

#bottom,
#footer,
.wet-asphalt a:not(.btn) {
  color: #ffffff
}

.coruri {
  background-color: #141a54
}

#fale-conosco,
.white {
  background-color: #fff
}

.wet-asphalt a:not(.btn):hover {
  color: #B49CFE
}

#pricing-table .plan.featured,
.midnight-blue {
  background-color: #2c3e50
}

.concrete {
  background-color: #95a5a6
}

.asbestos {
  background-color: #7f8c8d
}

.embed-container {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, .5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px
}

#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, .3)
}

#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, .8);
  display: inline-block
}

#main-slider .carousel .item {
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index: 1
}

#main-slider .next,
#main-slider .prev {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5
}

#main-slider .next:hover,
#main-slider .prev:hover {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px
}

#main-slider .prev {
  left: 10px
}

#main-slider .next {
  right: 10px
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: .3s linear .3s both fadeInUp;
  -moz-animation: .3s linear .3s both fadeInUp;
  -o-animation: .3s linear .3s both fadeInUp;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: .3s linear .3s both fadeInUp
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: .3s linear .6s both fadeInUp;
  -moz-animation: .3s linear .6s both fadeInUp;
  -o-animation: .3s linear .6s both fadeInUp;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: .3s linear .6s both fadeInUp
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: .3s linear .9s both fadeInUp;
  -moz-animation: .3s linear .9s both fadeInUp;
  -o-animation: .3s linear .9s both fadeInUp;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: .3s linear .9s both fadeInUp
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: .3s linear 1.2s both fadeInUp;
  -moz-animation: .3s linear 1.2s both fadeInUp;
  -o-animation: .3s linear 1.2s both fadeInUp;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: .3s linear 1.2s both fadeInUp
}

#services .media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .8)
}

#recent-works {
  padding: 90px 0
}

#recent-works .item-inner {
  position: relative;
  margin: 0
}

.portfolio-filter,
.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0
}

.portfolio-filter>li {
  display: inline-block
}

.portfolio-items>li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.portfolio-items.col-2>li {
  width: 50%
}

.portfolio-items.col-3>li {
  width: 33%
}

.portfolio-items.col-4>li {
  width: 25%
}

.portfolio-items.col-5>li {
  width: 20%
}

.portfolio-items.col-6>li {
  width: 16%
}

.portfolio-item {
  padding: 0;
  margin: 0
}

.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative
}

.blog .blog-item,
.blog .blog-item .entry-meta {
  margin-bottom: 20px
}

.portfolio-item img {
  width: 100%
}

.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px
}

#carousel img:hover,
.listing-wrap .img:hover .icon,
.portfolio-item:hover .overlay {
  opacity: 1
}

.isotope-item {
  z-index: 2
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

#pricing-table .plan li,
.listing-wrap {
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s
}

#pricing-table .plan {
  border-radius: 4px;
  list-style: none;
  margin: 0 0 20px;
  background: #3498db;
  text-align: center;
  padding: 30px 0
}

#pricing-table .plan li {
  padding: 5px 0;
  color: #fff;
  transition: .3s
}

#pricing-table .plan li.plan-name {
  font-size: 24px;
  line-height: 24px;
  color: #fff
}

#pricing-table .plan li.plan-name h3 {
  margin: 0
}

#pricing-table .plan li.plan-price,
.row>div {
  margin-bottom: 10px
}

#pricing-table .plan li.plan-price>div {
  display: inline-block;
  background-color: rgba(0, 0, 0, .2);
  padding: 10px;
  font-size: 24px;
  border-radius: 100%;
  width: 70px;
  height: 70px
}

.img-thumbnail,
.modal,
.well,
ul.pagination>li>a {
  border: 0
}

#pricing-table .plan li.plan-price>div sup {
  font-size: 10px;
  line-height: 10px
}

#pricing-table .plan li.plan-price>div>small {
  display: block;
  font-size: 11px
}

#pricing-table .plan li.plan-action {
  margin-top: 10px;
  border-top: 0
}

#title h1 {
  margin: 0
}

.center {
  text-align: center
}

#meet-the-team .designation {
  margin-top: 5px;
  display: block;
  font-size: 13px
}

.progress,
.progress .bar {
  background: #fff;
  box-shadow: none;
  height: 30px;
  line-height: 30px
}

.icon-lg,
.icon-md {
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  text-align: center
}

.well {
  box-shadow: none
}

ul.breadcrumb {
  margin: 20px 0 0;
  background: 0 0
}

ul.breadcrumb>li.active {
  color: rgba(255, 255, 255, .7)
}

#footer ul,
ul.arrow,
ul.arrow-double,
ul.cross,
ul.gallery,
ul.rss,
ul.star,
ul.tag-cloud,
ul.tick,
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0
}

ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px
}

.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0
}

.btn-social.btn-facebook {
  background: #4f7dd4
}

.btn-social.btn-facebook:hover {
  background: #789bde
}

.btn-social.btn-twitter {
  background: #5bceff
}

.btn-social.btn-twitter:hover {
  background: #8eddff
}

.btn-social.btn-linkedin {
  background: #21a6d8
}

.btn-social.btn-linkedin:hover {
  background: #49b9e3
}

.btn-social.btn-google-plus {
  background: #dc422b
}

.btn-social.btn-google-plus:hover {
  background: #e36957
}

.navbar-inverse {
  border: none
}

.navbar-inverse .navbar-brand {
  font-family: 'Bubbler One', sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: #fff
}

.navbar-inverse .navbar-nav {
  margin-top: 20px
}

.navbar-inverse .navbar-nav>li>a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #000
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #066c93
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #2c3e50;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
  padding: 8px 15px;
  color: #bdc3c7
}

.navbar-inverse .navbar-nav .dropdown-menu>li.active>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
  background-color: rgba(0, 0, 0, .3)
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
  border-radius: 0 0 3px 3px
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
  background-color: rgba(0, 0, 0, .1)
}

.accordion-inner,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0
}

#social-media .icon-facebook {
  background-color: #3c5899
}

#social-media .icon-facebook:hover {
  background-color: #4e6fba
}

#social-media .icon-twitter {
  background-color: #29c5f6
}

#social-media .icon-twitter:hover {
  background-color: #5ad2f8
}

#social-media .icon-google-plus {
  background-color: #d13d2f
}

#social-media .icon-google-plus:hover {
  background-color: #da6459
}

#social-media .icon-pinterest {
  background-color: #c61118
}

#social-media .icon-pinterest:hover {
  background-color: #ec1e26
}

.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  margin: 10px;
  display: inline-block !important;
  border-radius: 100%
}

#footer ul>li,
.registration-form,
ul.social,
ul.social>li {
  display: inline-block
}

.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.modal#loginForm {
  width: 600px;
  margin-left: -300px
}

.modal .modal-header {
  border: 0;
  padding: 20px 20px 0
}

.modal .modal-header>h4 {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  margin: 0
}

.blog .blog-item .blog-content,
.modal .modal-body {
  padding: 20px
}

.modal input[type=password],
.modal input[type=text] {
  padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px
}

.modal .icon-remove {
  color: #848484;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer
}

.modal button {
  margin-left: 10px;
  border: 0
}

.gap {
  margin-bottom: 50px
}

.big-gap {
  margin-bottom: 100px
}

.no-margin {
  margin: 0;
  padding: 0
}

.registration-form {
  border: 0;
  background-color: #fff;
  padding: 20px
}

#bottom h4 {
  margin-bottom: 15px
}

#bottom .media-heading {
  display: block;
  font-weight: 400
}

ul.arrow li::after,
ul.arrow li::before,
ul.arrow-double li::after,
ul.arrow-double li::before,
ul.cross li::after,
ul.cross li::before,
ul.rss li::after,
ul.rss li::before,
ul.star li::after,
ul.star li::before,
ul.tick li::after,
ul.tick li::before {
  font-family: FontAwesome;
  font-size: 11px
}

#carousel li,
ul.arrow li::before,
ul.arrow-double li::before,
ul.cross li::before,
ul.rss li::before,
ul.star li::before,
ul.tick li::before {
  margin-right: 5px
}

ul.arrow li::before {
  content: "\f105"
}

ul.arrow-double li::before {
  content: "\f101"
}

ul.tick li::before {
  content: "\f00c"
}

ul.cross li::before {
  content: "\f00d"
}

ul.star li::before {
  content: "\f006"
}

ul.rss li::before {
  content: "\f09e"
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px
}

#footer ul>li {
  margin-left: 15px
}

ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0
}

ul.social>li {
  margin: 0 5px
}

ul.social>li>a {
  font-size: 24px;
  color: #666
}

.blog .blog-item .entry-meta>span a,
ul.social>li>a:hover {
  color: #999
}

.box-border {
  padding: 15px
}

.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0
}

.accordion-heading .accordion-toggle {
  color: #666;
  font-weight: 700
}

#card-insc-campus:hover i,
.footer a {
  color: #68d1e1
}

.footer a:hover {
  color: #10d6f5
}

.blog .blog-item {
  background-color: #fff;
  border-radius: 5px
}

.blog .blog-item .img-blog {
  width: 100%;
  border-radius: 5px 5px 0 0
}

.blog .blog-item .entry-meta>span {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  font-size: 12px
}

ul.pagination>li.active>a,
ul.pagination>li:hover>a {
  background-color: #34495e;
  color: #fff
}

textarea#message {
  padding: 10px 15px;
  height: 219px
}

.widget {
  margin-bottom: 30px
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left
}

ul.faq {
  list-style: none;
  margin: 0
}

ul.faq li {
  margin-top: 30px
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px
}

ul.faq li>div {
  margin-left: 70px
}

#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px
}

.slider {
  overflow: hidden;
  padding: 0
}

#carousel img {
  display: block;
  opacity: .5;
  cursor: pointer
}

#carousel .flex-active-slide img {
  opacity: 1;
  cursor: default
}

.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000
}

.contatos {
  text-align: left
}

.flexslider {
  border: 0 !important
}

@media (max-width:920px) {
  .table-container {
    overflow-y: auto;
    max-height: 700px
  }

  .contatos {
    text-align: center;
    padding-top: 5px
  }
}

.imagemUri {
  height: 100px !important;
  padding: 2rem
}

.btn-primary:hover {
  /*opacity:.8!important*/
}

.botoes-vest {
  background-color: #68d1e1;
  color: #181414;
  border-color: #52a4b1;
  transition: .3s ease-in-out;
}

.botoes-vest:hover {
  color: #fff;
  background-color: #853191;
  border-color: #5c3494;
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  width: 60px;
  height: 100px;
  cursor: pointer;
  background: 0 0;
  top: 50%;
  margin-top: -45px;
  font-size: 0;
  border: none;
  z-index: 2
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
  content: '';
  position: absolute;
  background: #fff;
  height: 2px;
  width: 50px;
  top: 50%;
  left: 5px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

#card-insc-campus,
#card-insc-campus i,
#fale-conosco a,
.beneficios-cards .card,
.glass {
  transition: .4s ease-in-out
}

.slick-next:before,
.slick-prev:before {
  margin-top: -22px
}

.slick-next:after,
.slick-prev:after {
  margin-top: 22px
}

.slick-next:hover:before,
.slick-prev:hover:before {
  margin-top: -18px
}

.slick-next:hover:after,
.slick-prev:hover:after {
  margin-top: 18px
}

.slick-prev {
  left: 0
}

.slick-next:after,
.slick-prev:before {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg)
}

.slick-next:before,
.slick-prev:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg)
}

.slick-next:hover:after,
.slick-prev:hover:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.slick-next:hover:before,
.slick-prev:hover:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.slick-next {
  right: 0
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none
}

.slick-dots li {
  margin: 0 .25rem
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  border: 1px solid #194FA7
}

.slick-dots li.slick-active button {
  background-color: #194FA7
}

#back-top,
#scrollUp {
  background: #fff;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 10px;
  position: fixed;
  color: #fff;
  font-size: 34px;
  text-align: center;
  border-radius: 50%;
  line-height: 58px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, .2)
}

#back-top a i {
  color: #0068ff
}

@media (max-width:575px) {

  #back-top,
  #interesse_flutuante,
  #scrollUp,
  #whats_icone {
    right: 16px !important
  }
}

#back-top a i,
#scrollUp a i {
  display: block;
  line-height: 58px
}

.footer {
  background-color: #35296b
}

#fale-conosco a {
  color: #0646d9
}

#fale-conosco a:hover {
  color: #c32b03
}

#beneficios-section {


  background: linear-gradient(135deg, #E10D80 0%,

      #ED509B 20%,

      #E23B92 50%,

      #C370BF 70%,

      #33ABC9 100%);
  /* background: linear-gradient(135deg, #1C204D 0%,
    
      #3F3490 20%,
 
      #194FA7 50%,

      #A6416C 70%,
     
      #A34B5E 100%
 
    ); */
  color: #fff;
}

#card-insc-campus {
  background: #f2cb9c;
  color: #082a65;
  border-radius: .5rem
}

#card-insc-campus:hover {
  background: #082a65;
  color: #f2cb9c;
}

@media (min-width:1200px) {
  h1 {
    font-size: 5rem !important
  }
}

h1 {
  font-size: calc(3.25rem + 1.5vw)
}

.slick-slide {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab
}

.slick-slide:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing
}

.highlight {
  font-weight: 700;
  color: #4b40f6
}

#inscricao-section {
  background: linear-gradient(135deg, rgba(1, 27, 75, 1) 0%, rgba(25, 79, 167, 1) 35%, rgba(179, 156, 255, 1) 100%);
  color: #fff
}

#porque {
  background: url('../images/fundo_por_que_2026.jpg') center center/cover no-repeat;
}

@media (max-width: 1024px) {
  #porque {
    background: linear-gradient(180deg, #4DD3DF 0%, #5099D0 35%, #644CA2 100%);
  }
}

.text .msg {
  min-height: 240px;
}

.fotonome_pessoa {
  min-height: 90px;
}

.slider-depoimentos .slick-track {
  display: flex;
}


#porque h1 {
  padding: 40px 0 20px;
  color: #ffffff
}

#porque .slider-porque {
  padding: 0 0 60px
}

#cursos-section {
  background: linear-gradient(135deg, #E80D72 0%,
      /* Roxo escuro no início */
      #C13B8F 20%,
      /* Transição para um roxo mais claro */
      #C13B8F 50%,
      /* Tons de rosa no meio */
      #C13B8F 70%,
      /* Laranja claro conforme transição */
      #E80D72 100%
      /* Final com laranja pálido */
    );
  color: #fff
}

#cursos-section .highlight {
  color: inherit
}

.beneficios-cards:hover .card,
.glass:hover,
.hover-listing:hover {
  transform: scale(1.05)
}

.slider-porque .card-text {
  font-size: 1.5rem;
  color: #ffffff;
}

.slider-porque .card-title {
  font-size: 2.3rem;
  /* color: #ff0660; */
  color: #8003a9;
  text-align: center
}

@media (max-width:768px) {
  .table-responsive>.table {
    background-color: transparent !important
  }

  .slider-porque .card-text {
    padding: 0
  }
}

@media (max-width:900px) {
  .slider-porque {
    max-width: 100% !important
  }
}

.glass {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
  border: 1px solid rgba(255, 255, 255, .18);
  transform: scale(1);
  transition: transform 0.3s ease;
}

.glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}

.glass>* {
  position: relative;
  z-index: 1;
  /* Garante que o conteúdo fique acima do blur */
}

.glass.position-relative {
  backdrop-filter: none;
  -webkit-backdrop-filter: none
}

.glass.position-relative h2 {
  font-size: 2.5rem
}

@media (max-width:1200px) {
  .glass.position-relative h2 {
    font-size: calc(1.325rem + .9vw)
  }
}

.padding-2rem {
  padding: 2rem !important
}

@media (min-width:600px) {
  #row-cards-acima {
    margin-top: -100px
  }
}

.listing-wrap {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 21px -14px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  box-shadow: 0 5px 21px -14px rgb(0 0 0 / 14%);
  -ms-transition: .3s;
  transition: .3s;
  border-radius: 7px
}

.listing-wrap .img .icon,
.listing-wrap .img.img-property:after {
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  opacity: 0
}

.listing-wrap .img {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 0;
  background-position: left;
  background-size: cover;
  background-position-x: 685px
}

.listing-wrap .img.img-property:after {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  z-index: -1;
  transition: .3s
}

.listing-wrap .img:hover:after {
  opacity: .3
}

.listing-wrap .img .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transition: .3s
}

.listing-wrap .text {
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  padding: 25px;
  position: relative
}

.listing-wrap .text .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00668f;
  border: 2px solid #fff;
  margin: -50px auto 15px;
  color: #fff
}

.listing-wrap .text .subheading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400
}

.listing-wrap .text .h3,
.listing-wrap .text h3 {
  font-size: 22px;
  margin-bottom: 10px
}

.listing-wrap .text ul {
  padding: 0
}

.listing-wrap .text .info-wrap2 {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .07);
  padding-top: 15px
}

.testimony-section {
  position: relative;
  z-index: 0
}

.testimony-section .tns-outer {
  position: relative;
  padding-bottom: 3em !important
}

.slider-depoimentos .slick-track,
.testimony-section .tns-ovh {
  padding: 2em 0 0
}

.testimony-section .tns-controls {
  text-align: center;
  margin-bottom: 10px
}

.testimony-section .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99
}

.testimony-section .tns-nav>[aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0
}

.testimony-section .tns-outer [aria-controls],
.testimony-section .tns-outer [data-action] {
  cursor: pointer
}

.testimony-section .tns-nav>.tns-nav-active {
  background: #999
}

.testimony-wrap {
  display: block;
  position: relative;
  background: #fff;
  padding: 35px 30px 30px !important;
  border-radius: 4px;
  width: 98%;
  margin: 0 auto;
  color: rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 5px 12px -9px rgba(0, 0, 0, .17);
  -moz-box-shadow: 0 5px 12px -9px rgba(0, 0, 0, .17);
  box-shadow: 0 5px 12px -9px rgba(0, 0, 0, .17)
}

.testimony-wrap .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #00668f
}

.testimony-wrap .tx {
  width: calc(100% - 80px)
}

.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%
}

.testimony-wrap .name {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  color: #000
}

.testimony-wrap .position {
  font-size: 13px;
  text-transform: uppercase;
  color: #00668f;
  font-weight: 600
}

.slider-depoimentos .slick-slide {
  margin: 0 10px
}

#mostra_aluno {
  color: #00668f;
  text-decoration: none
}

#mostra_aluno:hover {
  color: #f28f0b
}

.hover-listing {
  transition: .4s
}

.row-courses {
  color: #34495e
}

.resultado-section {
  background: url(../images/fundo_resultados.jpg) center center / cover no-repeat;
}

.icon span {
  color: #fff;
}

.contact100-form-social a {
  text-decoration: none;
}