@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@keyframes heart-pulse {
  0% {
    transform: scale(.8)
  }

  5% {
    transform: scale(.9)
  }

  10% {
    transform: scale(.8)
  }

  15% {
    transform: scale(1)
  }

  50% {
    transform: scale(.8)
  }

  100% {
    transform: scale(.8)
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33)
  }

  100%, 80% {
    opacity: 0
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

a, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit
}

a, button, input {
  outline: 0
}

ol, ul {
  padding: 0;
  margin: 0
}

strong {
  font-weight: 600
}

iframe {
  width: 100%;
  border: none;
  display: block
}

p {
  margin: 0 0 15px
}

::-moz-selection {
  background: #ff4f01;
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background: #ff4f01;
  color: #fff;
  text-shadow: none
}

::selection {
  background: var(--color_secondary);
  color: #fff;
  text-shadow: none
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  font-family: inherit;
  vertical-align: middle;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
  font-weight: 400;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: 0
}

button, input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  padding: 11px 40px 11px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  border: 1px solid #ff4f01;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: searchfield
}

button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff
}

menu, ol, ul {
  margin: 16px 0;
  padding: 0 0 0 25px
}

body {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #666d81
}

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway, sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--color_default);
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 72px
  }

  h2 {
    font-size: 45px;
    line-height: 50px
  }

  h3 {
    font-size: 34px;
    line-height: 48px
  }

  h4 {
    font-size: 25px;
    line-height: 30px
  }

  h5 {
    font-size: 20px;
    line-height: 25px
  }

  h6 {
    font-size: 16px;
    line-height: 18px
  }
}

body .page {
  overflow: hidden;
  position: relative;
  z-index: 10
}

body .site-main {
  background-color: #fff;
  position: relative;
  z-index: 1
}

a {
  color: #131d3b
}

a, img {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.box-shadow {
  filter: drop-shadow(0 0 10px rgba(0, 43, 92, .08))
}

.spacing-1 {
  padding-top: 60px;
  padding-right: 70px;
  padding-bottom: 40px
}

.spacing-2 {
  margin-left: -92px;
  padding-top: 10px;
  padding-bottom: 76px;
  padding-left: 50px
}

.pr-10 {
  padding-right: 10px !important
}

.pt-100 {
  padding-top: 100px !important
}

.pb-15 {
  padding-bottom: 15px !important
}

.pb-90 {
  padding-bottom: 90px !important
}

.mt-50 {
  margin-top: 50px !important
}

.mt-60 {
  margin-top: 60px !important
}

.mt_30 {
  margin-top: -30px !important
}

.mt_50 {
  margin-top: -50px !important
}

.mt_60 {
  margin-top: -60px !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-15 {
  margin-bottom: 15px !important
}

.breadcrumb-wrapper span a:hover, .breadcrumb-wrapper span.current, .featured-imagebox-event .featured-content-event .ttm-meta-details i, .featured-imagebox-team .media-block .social-icons li a:hover, .section-title h5, .summary .star-rating li, .testimonials.ttm-testimonial-box-view-style3 .testimonial-avatar .testimonial-caption h5, .top_bar .social-icons li a:hover, .top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a:hover, .top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a:hover i, .top_bar_icon i, .ttm-bgcolor-darkgrey .section-title h5, .ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6, .ttm-bgcolor-darkgrey a:hover, .ttm-blog-single blockquote:before, .ttm-btn-color-skincolor, .ttm-btn-style-border.ttm-btn-color-skincolor, .ttm-fid h4.ttm-fid-inner, .ttm-icon_element-border.ttm-icon_element-color-skincolor, .ttm-icon_element-color-skincolor, .ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i, .ttm-icon_element-fill.ttm-icon_element-color-white, .ttm-icon_element-fill.ttm-icon_element-color-white i, .ttm-list-icon-color-skincolor li i, .ttm-textcolor-skincolor, .ttm-textcolor-skincolor a, .ttm-textcolor-skincolor h1, .ttm-textcolor-skincolor h2, .ttm-textcolor-skincolor h3, .ttm-textcolor-skincolor h4, .ttm-textcolor-skincolor h5, .ttm-textcolor-skincolor h6, a:hover, nav.main-menu ul.menu li ul.mega-submenu li.active a span, nav.main-menu ul.menu li ul.mega-submenu li:hover a span, nav.main-menu ul.menu > li.active > a, nav.main-menu ul.menu > li > a:hover, ul.ttm-coursedetails-box li.ttm-course-price, ul.ttm-timelist-block li:last-child .service-time {
  color: var(--color_secondary)
}

.comment-meta .ttm-comment-owner h5, .featured-icon-box.icon-align-before-content.style10 span, .featured-icon-box.icon-align-before-content.style8 .featured-content .featured-title h5, .featured-imagebox-event .featured-content .featured-title h5, .featured-imagebox-event .featured-content .featured-title h5 a, .featured-imagebox-team.style2 .media-block .social-icons li a:hover, .pagination-block .page-numbers, .testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .row > [class*=col-]:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-bgcolor-skincolor .ttm-bgcolor-white h3, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-blog-single blockquote, .ttm-btn-style-border.ttm-btn-color-dark, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-comment-owner, .ttm-commonform.ttm-floatingbar-form button, .ttm-fid-view-circle-progress .ttm-fid-number, .ttm-fid-view-circle-progress .ttm-fid-number sub, .ttm-fid-view-circle-progress h4.ttm-fid-inner, .ttm-fid.inside.style1 h4 span, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey, .ttm-icon_element-color-darkgrey, .ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i, .ttm-list.ttm-list-style-icon.style1 .ttm-list-li-content, .ttm-progress-bar .progressbar-title, .ttm-textcolor-darkgrey, .ttm-textcolor-darkgrey h1, .ttm-textcolor-darkgrey h2, .ttm-textcolor-darkgrey h3, .ttm-textcolor-darkgrey h4, .ttm-textcolor-darkgrey h5, .ttm-textcolor-darkgrey h6, .ttm-textcolor-darkgrey i, nav.main-menu .megamenu-content .title, nav.main-menu ul.menu > li > a {
  color: var(--color_default);
}

.featured-imagebox-portfolio .ttm-box-view-overlay:before, .featured-imagebox.style1 .featured-content .ttm-course-box-meta .ttm-lp-price, .menubar-inner, .menubar-inner:after, .menubar-inner:before, .progress-bar.progress-bar-color-bar_dark, .progress-bar.progress-bar-color-bar_skincolor .progress-bar-percent, .slick_slider.slick-arrows-style1 .slick-arrow, .tooltip:after, .ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey .ttm-eventbox-footer .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover::after, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-bgcolor-grey .tooltip:after, .ttm-bgcolor-grey [data-tooltip]:after, .ttm-bgcolor-skincolor .header_cart .button-cart .cart_count, .ttm-bgcolor-skincolor .tooltip:after, .ttm-bgcolor-skincolor [data-tooltip]:after, .ttm-box-view-overlay:before, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after, .ttm-header-style-overlay .ttm-stickable-header.fixed-header, .ttm-icon_element-fill.ttm-icon_element-color-darkgrey, .ttm-toggle-title-bgcolor-darkgrey .toggle-title a, .ttm-toggle-title-bgcolor-skincolor .toggle-title a.active, .widget.widget-download ul li a:hover, .widget.widget-download ul li i, [data-tooltip]:after, nav.main-menu ul.menu > li ul.mega-submenu .sub-menu li:before, nav.main-menu ul.menu > li ul.mega-submenu li:before {
  background-color: var(--color_default);
}

.tooltip-top:before, .tooltip:before, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey, [data-tooltip]:before {
  border-color: #131d3b
}

.tooltip-top:before, .tooltip:before, .ttm-bgcolor-grey .tooltip-top:before, .ttm-bgcolor-grey .tooltip:before, .ttm-bgcolor-skincolor .tooltip-top:before, .ttm-bgcolor-skincolor .tooltip:before, .ttm-bgcolor-skincolor [data-tooltip]:before, [data-tooltip]:before {
  border-top-color: #131d3b !important
}

.fbar-main .fbar-btn a, .featured-icon-box.icon-align-before-content.style10 .featured-content .featured-desc p, .featured-icon-box.icon-align-before-content.style10 .featured-title h5, .featured-imagebox-event .ttm-box-event-date, .featured-imagebox-portfolio.style2 .featured-desc p, .featured-imagebox-portfolio.style2 .featured-title h5 a, .featured-imagebox-portfolio.style2 h5, .featured-imagebox-team .featured-content .featured-title h5 a:hover, .featured-imagebox-team.style2:hover .featured-content .featured-title h5 a, .featured-imagebox-team.style2:hover .featured-content .team-position, .featured-imagebox-team.style3 .featured-content p, .pagination-block .page-numbers.current, .pagination-block .page-numbers:hover, .products .product .ttm-shop-icon a:hover, .row-title.style1 h5, .row-title.style1 p, .slick-active.slick-current + .slick-active .testimonials.ttm-testimonial-box-view-style4 h5, .slick_slider .slick-arrow:hover, .slick_slider.slick-arrows-style1 .slick-arrow, .slick_slider.slick-arrows-style3 .slick-next:hover, .slick_slider.slick-arrows-style3 .slick-prev:hover, .social-icons.circle li > a:hover, .ttm-bgcolor-darkgrey .section-title h2.title, .ttm-bgcolor-darkgrey .ttm-eventbox-footer .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover, .ttm-bgcolor-darkgrey a, .ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, .ttm-bgcolor-darkgrey i, .ttm-bgcolor-skincolor .row > [class*=col-]:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .section-title h2.title, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .ttm-fid h4.ttm-fid-inner, .ttm-bgcolor-skincolor a, .ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3, .ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, .ttm-bgcolor-skincolor i, .ttm-bgcolor-skincolor nav.main-menu ul.menu > li > a, .ttm-box-post-date, .ttm-btn-color-white, .ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-btn:not(.btn-inline):hover, .ttm-icon_element-color-white, .ttm-icon_element-fill.ttm-icon_element-color-darkgrey, .ttm-icon_element-fill.ttm-icon_element-color-skincolor, .ttm-icon_element-fill.ttm-icon_element-color-skincolor i, .ttm-tabs.tabs-style-01 ul.tabs li.active a, .ttm-tabs.tabs-style-01 ul.tabs li:hover a, .ttm-textcolor-white, .ttm-textcolor-white .ttm-social-links-wrapper ul li a, .ttm-textcolor-white a, .ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, .ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, .ttm-toggle-title-bgcolor-darkgrey .toggle-title a, .ttm-toggle-title-bgcolor-skincolor .toggle-title a, .widget .tagcloud a:hover, .widget.widget-download ul li a:hover, nav.main-menu ul.menu li ul.mega-submenu li a span, nav.main-menu ul.menu li ul.mega-submenu li.active > a, nav.main-menu ul.menu li > ul.mega-submenu li a:hover, ul.tabs li.active a, ul.tabs li:hover a {
  color: #fff
}

.top_bar_contact_item, .ttm-bgcolor-darkgrey .inside h3, .ttm-bgcolor-darkgrey .testimonials.ttm-testimonial-box-view-style1 .testimonial-content, .ttm-bgcolor-darkgrey .title-desc, .ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent, .ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title, .ttm-bgcolor-darkgrey p, .ttm-bgcolor-darkgrey strong, .ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-skincolor .testimonials.ttm-testimonial-box-view-style1 .testimonial-content, .ttm-bgcolor-skincolor .title-desc, .ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent, .ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title, .ttm-bgcolor-skincolor p, .ttm-bgcolor-skincolor strong {
  color: #777
}

.featured-icon-box.icon-align-before-content.style10 span, .featured-imagebox-course.style2 .featured-content, .featured-imagebox-portfolio.style1 .featured-content, .featured-imagebox-team.style3 .ttm-media-link, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover::after, .ttm-bgcolor-skincolor .heading-seperator span:after, .ttm-bgcolor-skincolor .heading-seperator:after, .ttm-bgcolor-white, .ttm-bgcolor-white > .ttm-bg-layer, .ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-btn-style-fill.ttm-btn-color-white, .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):after, .ttm-header-style-03 .menubar .menubar-inner, .ttm-header-style-03 .menubar .menubar-inner:after, .ttm-header-style-03 .menubar .menubar-inner:before, .ttm-header-style-04 #site-header-menu .site-navigation ul.menu > li > a:before, .ttm-header-style-04 .menubar .menubar-inner, .ttm-header-style-04 .menubar .menubar-inner:after, .ttm-header-style-04 .menubar .menubar-inner:before, .ttm-icon_element-fill.ttm-icon_element-color-white, nav.main-menu ul.menu li ul.mega-submenu li.active a span, nav.main-menu ul.menu li ul.mega-submenu li:hover a span {
  background-color: #fff
}

.ttm-bgcolor-darkgrey > .sep_holder .sep_line, .ttm-bgcolor-skincolor > .sep_holder .sep_line, .ttm-progress-bar .progress-bar-color-bar_white.progress-bar {
  border-color: rgba(255, 255, 255, .06)
}

.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover, .ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white, .white-border {
  border-color: #fff
}

#learn-press-profile-nav h4, .checkout #payment, .featured-icon-box.icon-align-before-content.style6, .pagination-block .page-numbers, .single-lp_course .course-tabs ul.tabs li, .ttm-bgcolor-grey, .ttm-bgcolor-grey > .ttm-bg-layer, .ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-blog-single blockquote, .ttm-btn-style-fill.ttm-btn-color-grey, .ttm-fid.inside.style3, .ttm-form-coupon-info, .ttm-icon_element-fill.ttm-icon_element-color-grey, .ttm-team-member-single-content .learn-press-message, .ttm-team-member-single-content .ttm-learn-press-profile-header, .ttm-toggle-title-bgcolor-grey .toggle-title, .widget_info .widget_icon {
  background-color: #f4f6f9
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey {
  border-color: #f4f6f9
}

ul.social-icons {
  margin: 0;
  padding: 0
}

.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative
}

.social-icons li {
  margin: 0 2px
}

.social-icons li:last-child {
  margin-right: 0
}

.social-icons li a {
  display: block;
  min-width: 26px;
  text-align: center
}

.social-icons.circle li > a {
  border: 1px solid;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 13px;
  border-radius: 50%
}

.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  will-change: opacity;
}

.tooltip:before, [data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: ""
}

.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
  bottom: 100%;
  left: 50%
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  transform: translateY(-12px)
}

.tooltip:after, [data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 120px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px
}

.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1
}

.top_bar {
  width: 100%;
  z-index: 1;
  font-size: 15px;
  height: 40px;
  line-height: 50px;
  position: relative;
  display: flex;
  align-items: center
}

.top_bar_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}

.top_bar_contact_item {
  font-size: 14px;
  line-height: 18px;
  margin-right: 30px;
  position: relative
}

.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item, .top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a {
  color: #f2f2f2
}

.top_bar_contact_item:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: rgb(255 255 255 / 35%);
  display: block;
  position: absolute;
  right: -15px;
  top: 0
}

.top_bar_contact_item:nth-child(even):after {
  content: unset
}

.top_bar .social-icons li {
  min-width: 20px;
  margin-left: 0;
  font-size: 14px
}

.top_bar .social-icons li a {
  min-width: auto
}

.top_bar .ttm-btn {
  padding: 14px 25px 14px 25px;
  font-size: 14px;
  vertical-align: top;
  line-height: 20px
}

#logo-img {
  max-height: 46px;
  width: auto
}

.header_extra > div {
  margin-left: 10px;
  display: inline-block
}

.site-navigation {
  position: relative
}

.banner-slider .banner-slide {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.banner-slider .container {
  position: relative
}

.banner-slider .banner-caption {
  position: absolute;
  top: -60px;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.banner-slider .banner-caption .banner-text {
  position: relative;
  overflow: hidden
}

.banner-slider .banner-caption .banner-text .darklogo-icon {
  position: absolute
}

.banner-slider .banner-caption .banner-text h3 {
  font-size: 50px;
  margin: 0;
  padding: 0
}

.banner-slider .banner-caption .banner-text h5 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  overflow: hidden
}

.banner-slider .banner-caption .banner-text h6 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  overflow: hidden
}

.banner-slider .banner-caption .banner-text h2, .banner-slider .banner-caption .banner-text_1 h2 {
  line-height: 80px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 65px;
  margin-bottom: 0;
  overflow: hidden
}

.banner-slider .banner-caption .banner-text .text {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300
}

.banner-slider .banner-caption .banner-text_1 .text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 4px;
  letter-spacing: 2px
}

.banner-slider .banner-caption .featured-icon-box .featured-content {
  background-color: #fff;
  min-width: 118px
}

.banner-slider .banner-caption .featured-icon-box .featured-content h5 {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 0
}

.banner-slider .banner-caption .featured-icon-box .featured-content .featured-desc p {
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  color: #666d81;
  padding: 0
}

.banner-slider .banner-caption .banner-text.right-content h6 {
  font-size: 18px;
  line-height: 25px
}

.banner-slider .banner-caption .banner-text.right-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #b6bbcc
}

@media (min-width: 992px) {
  .banner-slide > img {
    aspect-ratio: 96/29;
    height: 100%
  }

  .btn-whatsapp {
    bottom: 100px
  }

  .sidebar.ttm-sidebar-right .content-area {
    padding-right: 30px
  }

  .sidebar .sidebar-right, .sidebar.ttm-sidebar-left .content-area {
    padding-left: 30px
  }

  .sidebar .sidebar-left {
    margin-top: -30px;
    margin-right: 15px
  }

  .sidebar.ttm-sidebar-left .content-area {
    margin-right: -30px;
    padding-right: 30px
  }

  .sidebar .sidebar-left.ttm-left-span .ttm-col-wrapper-bg-layer {
    margin-right: -15px
  }

  .ttm-tabs.ttm-tab-style-classic ul.tabs {
    display: -webkit-flex;
    display: flex;
    width: 100%
  }

  a.btn-agendar {
    bottom: 190px
  }

  #section-noticias .featured-imagebox-event .featured-content-event {
    transform: translate(30px, -150px);
    max-width: 310px;
    position: absolute;
    filter: drop-shadow(-4px -4px 40px #0003);
    opacity: 0;
    will-change: opacity
  }
}

.footer {
  position: relative;
  z-index: 1;
  background-color: rgba(230, 231, 232, 1) !important;
  background-position: center center;
  background-attachment: scroll
}

.footer-logo {
  margin-bottom: 16px
}

.footer-logo img {
  max-height: 42px
}

.footer .widget .widget-title, .widget .widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 5px;
  display: inline-block;
  color: #333
}

.footer .widget ul, .widget ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.footer .widget ul > li, .widget ul > li {
  padding: 0 0 12px 0
}

.footer.ttm-textcolor-white {
  color: #777
}

.second-footer .widget-area {
  margin: 10px 0
}

.second-footer > div > .row .widget-area .widget:not(:first-child) {
  margin-top: 15px
}

.second-footer ul.ttm-timelist-block li {
  font-size: 16px;
  line-height: 23px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  padding: 10px 0
}

.second-footer ul.ttm-timelist-block li:first-child {
  padding-top: 0
}

ul.ttm-timelist-block li .service-time {
  float: right
}

.footer .widget ul.ttm-recent-post-list > li {
  padding-bottom: 15px;
  padding-top: 5px
}

.footer .widget ul.ttm-recent-post-list > li > a {
  font-size: 16px;
  line-height: 21px;
  display: block;
  font-weight: 400;
  color: #777
}

.footer .widget ul.ttm-recent-post-list > li img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 18px
}

.footer .widget ul.ttm-recent-post-list > li .post-date {
  display: block;
  font-size: 14px;
  line-height: 25px
}

.footer .widget ul.ttm-recent-post-list > li .post-date i {
  margin-right: 5px
}

.footer .widget ul.ttm-recent-post-list li:after {
  content: " ";
  display: table;
  clear: both
}

.widget ul#menu-footer-services li a {
  padding-left: 14px;
  color: #777
}

.widget ul#menu-footer-services li a:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #777
}

.widget ul#menu-footer-services li {
  display: inline-block;
  width: calc(50% - 2px);
  float: none;
  padding: 0 0 12px 0;
  position: relative
}

.search-form input {
  border: 1px solid var(--color_secondary);
  height: 45px;
  padding-left: 15px;
  color: #000;
  font-size: 13px;
  outline: 0;
  background-color: rgba(255, 255, 255, .07);
  text-overflow: ellipsis;
  padding-right: 65px
}

.search-form .btn[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  border-radius: 0;
  height: 45px;
  width: 50px;
  color: #fff;
  background: var(--color_secondary)
}

.footer-nav-menu {
  list-style: none;
  padding: 5px 0;
  font-size: 16px;
  position: relative;
  margin: 0 0 10px;
}

.footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 16px;
  font-size: 16px;
  padding-bottom: 0;
  position: relative
}

.footer-nav-menu li:last-child {
  padding-right: 0
}

.footer-nav-menu li:first-child {
  padding-left: 0
}

ul.footer-nav-menu li:not(:last-child):after {
  position: absolute;
  content: "|";
  padding-left: 7px
}

#totop {
  width: 40px;
  height: 40px;
  color: #fff;
  display: none;
  position: fixed;
  font-size: 22px;
  right: 34px;
  bottom: 25px;
  z-index: 999;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  background-color: var(--color_secondary)
}

.ttm-page-title-row {
  background-image: url('../images/icone-capa.webp');
  background-size: auto 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bg_principal);
}

.ttm-page-title-row-inner .row {
  height: 260px;
  text-align: center;
  margin: 0;
  font-size: 2.3rem;
}

.page-title-heading h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 4px
}

.breadcrumb-wrapper {
  z-index: 99;
  display: inline-block
}

.breadcrumb-wrapper span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: .8rem;
  line-height: .9rem;
  position: relative
}

.single-lp_course .ttm-single-course-box {
  padding-bottom: 50px
}

.single-lp_course .course-tabs ul.tabs {
  display: flex;
  margin-bottom: 25px;
  border: none
}

.single-lp_course .course-tabs ul.tabs li {
  border-right: 2px solid #eee;
  margin-bottom: 0;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  text-align: center
}

.single-lp_course .course-tabs ul.tabs li:last-child {
  border: 0
}

.single-lp_course .course-tabs ul.tabs li a {
  border: none;
  font-weight: 700;
  padding: 15px 40px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 18px
}

.single-lp_course .course-tabs ul.tabs li.active a, .single-lp_course .course-tabs ul.tabs li:hover a {
  background-color: transparent;
  color: inherit
}

.single-lp_course .course-tabs ul.tabs li.active:after, .single-lp_course .course-tabs ul.tabs li:hover:after {
  position: absolute;
  top: -3px;
  height: 3px;
  width: 100%;
  content: '';
  left: 0
}

.page-header {
  margin: 30px 0 15px;
  border-bottom: 1px solid #eee
}

header .top_bar {
  background: var(--color_default);
}

header .top_bar i {
  color: #fff
}

header .top_bar .ttm-btn {
  border-color: #ebae1c !important;
  background-color: #ebae1c
}

header .top_bar .ttm-btn:hover:after {
  background-color: var(--color_secondary) !important
}

header .top_bar .ttm-btn:hover {
  color: #fff !important;
  border-color: var(--color_secondary) !important
}

.banner-slider-wrapper .ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
  background-color: var(--color_secondary) !important;
  border-color: var(--color_secondary) !important
}

.banner-slider-wrapper .ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover {
  color: var(--color_secondary) !important
}

.title-header h5 {
  color: #333
}

.ttm-row .ttm-bgcolor-skincolor {
  background-color: #ebae1c
}

.ttm-row .ttm-bgcolor-skincolor p {
  color: #ffff
}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li.active > a,
.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li:hover > a {
  background-color: var(--color_secondary);
  color: #fff;
}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li.dropdown_menu:has(li.active) > a {
  background-color: var(--color_secondary);
  color: #fff;
}

header.ttm-header-style-01 .ttm-widget_header {
  padding: 10px 0
}

.footer-nav-menu li a {
  color: #ffff
}

.footer-nav-menu li {
  color: #fff4
}

.header_extra .ttm-btn {
  border: none
}

.oficina_icone {
  padding: 5px;
  position: absolute;
  width: 63px;
  height: 63px;
  background: var(--color_default);
  left: 20px;
  bottom: -25px;
  border: 3px solid #fff
}

.oficina_icone img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.course-section .featured-imagebox .featured-thumbnail img {
  height: 225px;
  object-fit: cover
}

a.btn-patrocinar {
  background-color: #eb2822 !important
}

a.btn-patrocinar i {
  animation-name: heart-pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  will-change: transform;
  transform: scale(0)
}

a.btn-patrocinar:hover:after {
  background-color: #21ae2d !important
}

.btn-whatsapp {
  position: fixed;
  right: 25px;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(37 211 102);
  border: none !important
}

.btn-flutuantes {
  position: fixed;
  top: 25%;
  right: 25px;
  z-index: 9999;
  overflow: visible;
}

.btn-flutuantes .btn-flutuante {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  z-index: 999;
  border-radius: 10px;
  margin-bottom: 15px;
  justify-content: center;
  border: 1px solid #fff;
}

.btn-flutuantes .btn-flutuante .text {
  font-weight: 600;
  width: min-content;
  text-align: center;
  text-transform: uppercase;
  font-size: .6rem;
  line-height: .7rem;
  height: 1.9rem;
  display: flex;
  align-items: end;
}

.btn-flutuantes a.btn-flutuante-patrocinar {
  background: var(--color_want_sponsor);
  color: #fff;
}

.btn-flutuantes a.btn-flutuante-ajudar {
  background: var(--color_want_help);
  color: #fff;
}

.btn-flutuantes a.btn-flutuante-matricula {
  background: var(--color_register);
  color: #fff;
}

.btn-flutuantes a.btn-flutuante-patrocinar i {
  animation-name: heart-pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  font-size: 32px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  transform: scale(0)
}

.btn-flutuantes a.btn-flutuante-matricula i {
  font-size: 32px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-flutuantes .btn-flutuante.btn-flutuante-ajudar img {
  height: 35px;
  width: 35px;
  object-fit: contain;
}

section.cta-section {
  background-color: #ebae1c
}

section.cta-section h4 {
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: normal !important
}

section.cta-section a.ttm-btn {
  border-color: #fff !important;
  color: #fff !important
}

#page_quem_somos .ttm-col-wrapper-bg-layer {
  background-color: #f5f5f5 !important
}

footer p {
  font-size: 13px !important;
  line-height: 20px !important
}

.widget.widget_timing li h5 {
  color: #ebae1c !important;
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  line-height: normal
}

.widget.widget_timing li h5 i {
  color: #ebae1c !important
}

.widget.widget_timing li a {
  color: #777 !important;
  font-size: 14px
}

.widget.widget_timing li a:hover {
  text-decoration: underline
}

.widget_timing .social a i {
  color: #777 !important;
  font-size: 20px;
  transition: color .4s
}

.widget_timing .social a {
  line-height: 38px !important;
  font-size: 20px !important;
  margin-right: 10px
}

.footer-nav-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color_secondary);
  border-radius: 20px;
  filter: drop-shadow(0 4px 6px #0003)
}

.widget_timing .social a:hover i {
  color: #333 !important
}

.card_width-transform {
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  transition: all .4s;
  position: relative
}

.card_width-transform .col-bg-img-five.ttm-col-bgimage-yes {
  max-width: 280px;
  max-height: 200px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden
}

.card_width-transform .col-bg-img-five.ttm-col-bgimage-yes .layer-content {
  position: absolute;
  top: 0
}

.card_width-transform .col-bg-img-five.ttm-col-bgimage-yes .layer-content .ttm-play-icon-btn {
  height: 69px !important
}

.width-transform-section .card_width-transform-1 {
  background-color: #fc0
}

.width-transform-section .card_width-transform-2 {
  background-image: url('../images/bg-image/bg-revista.webp');
  background-size: cover;
  background-position: center
}

.card_width-transform h5 {
  color: #fff
}

.width-transform-section .card_width-transform-3 {
  background-color: #dd2620
}

.width-transform-section .card_width-transform-1:hover, .width-transform-section .card_width-transform-2:hover, .width-transform-section .card_width-transform-3:hover {
  width: 150%
}

.width-transform-section .card_width-transform-2 a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute
}

.banner-slide > img {
  object-fit: cover
}

.features-section h2.titulo-principal {
  padding: 15px 0;
  color: #ebae1d;
  background-color: #fff;
  margin-bottom: 0 !important
}

.titulo-principal {
  padding: 15px 0;
  width: 70%;
  background: #1d1a3b;
  text-align: center;
  transform: translate(20%, -110px);
  position: absolute
}

@media (min-width: 992px) {
  .titulo-principal h1 {
    line-height: 1;
    font-size: 50px
  }
}

.header_extra .header_button .ttm-btn {
  background-color: var(--color_secondary)
}

.titulo-principal h1 {
  margin: 0 !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald Book', Oswal, sans-serif;
}

.featured-icon-box .ttm-icon svg {
  fill: #1d1a3b
}

.breadcrumb-wrapper span.current {
  color: #fff !important
}

div#ttmscore-timeline {
  border: 1px solid #ebae1c;
  border-radius: 5px
}

#page_quem_somos section.ttm-row.broken-section img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.btn-tour {
  background: #ebae1c !important;
  color: #ffff !important;
  border-color: #ebae1c !important
}

#page_home section.broken-section .ttm-col-wrapper-bg-layer {
  background-color: #ebae1c !important
}

form.search-form {
  position: relative
}

.sidebar .widget ul > li {
  padding-bottom: 15px;
  padding-top: 15px;
  list-style: none;
  border-bottom: 1px solid #e9ebef;
  position: relative
}

ul.ttm-recent-post-list > li > a {
  font-size: 14px;
  line-height: 21px;
  display: block;
  font-weight: 500
}

ul.ttm-recent-post-list > li img {
  display: block;
  float: left;
  margin-right: 18px
}

ul.ttm-recent-post-list > li .post-date {
  display: block;
  font-size: 14px
}

.sidebar .widget-area .widget {
  position: relative;
  margin-bottom: 40px
}

.sidebar .widget-title:before {
  display: block;
  margin-bottom: 0;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 17px;
  height: 2px;
  background-color: var(--color_secondary)
}

.sidebar .widget-title {
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
  padding-left: 26px
}

.widget-categories li span {
  position: absolute;
  right: 0;
  top: 14px;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  display: block;
  font-size: 11px;
  font-weight: 400;
  transition: all .5s;
  background-color: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 43, 92, .09))
}

#section-depoimentos .ttm-bg.ttm-col-bgcolor-yes.spacing-1 {
  background: #ebae1c
}

#section-depoimentos .ttm-bg.ttm-col-bgcolor-yes.spacing-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -300px;
  background: #ebae1c;
  top: 0
}

#section-depoimentos .ttm-bg.ttm-col-bgcolor-yes.spacing-1 p {
  color: #fff
}

.inside {
  position: relative;
  transition: all .4s;
  padding: 15px 0
}

.inside h4, .inside h4 span {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 46px;
  line-height: 51px;
  font-weight: 700;
  margin-top: 4px;
  color: #f5f5f5 !important
}

.ttm-fid sub {
  opacity: 1;
  font-size: 35px;
  font-weight: 600;
  bottom: 0;
  margin-left: 0
}

.inside h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #777
}

.ttm-btn:not(.btn-inline):hover:after, .ttm-btn:not(.btn-inline):hover:before {
  height: 100%;
  width: 160%
}

section#section-corpo {
  background-color: #1d1a3b
}

#page_transparencia .introduction-section h2 {
  color: #32c832
}

.btn-whatsapp:before, a.btn-flutuante-patrocinar:before {
  content: '';
  width: 120%;
  position: absolute;
  height: 120%;
  border-radius: 10px;
  animation: pulse-ring 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.btn-whatsapp:before {
  border-radius: 50%;
  background-color: rgb(37 211 102)
}

a.btn-flutuante-patrocinar:before {
  background-color: #eb2822;
  right: -10px;
  z-index: -1;
}

.btn-whatsapp i {
  position: relative;
  color: #fff
}

.featured-imagebox-portfolio .ttm-media-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .3s ease;
  will-change: opacity
}

.featured-imagebox-portfolio:hover .ttm-media-link {
  opacity: 1
}

.featured-imagebox-portfolio:hover .ttm-media-link a {
  opacity: 1
}

.featured-imagebox-portfolio .ttm-media-link a, .ttm-media-link a {
  border-radius: 0;
  font-size: 1.2rem;
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttm-box-view-content-inner, .ttm-box-view-overlay {
  position: relative;
  overflow: hidden
}

.featured-imagebox-portfolio .ttm-box-view-overlay:before, .ttm-box-view-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  will-change: opacity
}

.featured-imagebox-portfolio .ttm-box-view-overlay img, .featured-imagebox-portfolio .ttm-box-view-overlay:before, .ttm-box-view-overlay img, .ttm-box-view-overlay:before {
  transition-duration: .3s;
  transition-timing-function: ease
}

.featured-imagebox-portfolio:hover .ttm-box-view-overlay img, .featured-imagebox-portfolio:hover .ttm-box-view-overlay:before, div:hover > .ttm-box-view-overlay img, div:hover > .ttm-box-view-overlay:before {
  opacity: .75
}

.ttm-tabs ul.tabs {
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  margin: 0 0 15px;
}

.ttm-tabs ul.tabs li {
  display: inline-block;
  margin-bottom: 10px
}

.ttm-tabs ul.tabs li a {
  display: inline-block;
  padding: 9px 25px 7px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  border: 1px solid;
  transition: all .3s;
  border-radius: 15px;
  background-color: var(--color_secondary);
  color: #fff
}

.featured-imagebox-post {
  overflow: visible;
  margin: 15px 0
}

.featured-imagebox-post.style1 .featured-content.featured-content-post {
  padding: 15px;
  background-color: #f2f2f2;
  border-bottom: 4px solid #e3e8f3;
  height: 220px
}

.featured-imagebox-post .ttm-box-post-date {
  height: 32px;
  width: 150px;
  text-align: center;
  position: absolute;
  background-color: #31c79c;
  color: #fff;
  padding: 3px 15px;
  font-size: 15px;
  transform: translate(-15px, -47px)
}

.featured-imagebox-post .featured-content .featured-title h5 {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  margin-top: 5px !important
}

.ttm-row {
  padding: 90px 0
}

.ttm-row.features-section {
  padding: 0
}

.ttm-row.event-section {
  padding: 150px 0 90px
}

.ttm-row.broken-section {
  padding: 0
}

.ttm-row.client-section {
  padding: 30px 0 15px
}

.ttm-row.cta-section {
  padding: 39px 0 24px
}

.ttm-bg {
  position: relative
}

.ttm-col-bgimage-yes {
  z-index: 1
}

.bg-layer-equal-height .ttm-col-bgcolor-yes, .ttm-col-bgimage-yes {
  height: 100%
}

.ttm-bg-layer, .ttm-col-wrapper-bg-layer-inner, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.ttm-right-span .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-right: -100px;
  right: 0
}

.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer, .ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: .92
}

.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.bg-layer {
  position: relative
}

.bg-layer > .container > .row {
  margin: 0
}

.bg-layer > .container, .bg-layer > .container-fluid {
  padding: 0
}

.col-bg-img-six .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: .2
}

.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url('../images/bg-image/bg-videos.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0005;
  background-blend-mode: overlay
}

.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url('../images/bg-image/bg-depoimentos.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.section-title {
  position: relative;
  margin-bottom: 15px
}

.section-title h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 11px
}

.section-title h2.title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0
}

.section-title .title-header {
  position: relative;
  padding-bottom: 30px
}

.section-title.title-style-center_text {
  text-align: center
}

.heading-seperator {
  position: relative
}

.heading-seperator span:after, .heading-seperator:after {
  content: "";
  left: 0;
  position: absolute;
  bottom: 10px;
  width: 31px;
  height: 4px;
  background-color: #e0e1e3
}

.heading-seperator span:after {
  right: auto;
  left: 35px
}

.title-style-center_text .heading-seperator span:after {
  left: 50%
}

.title-style-center_text .heading-seperator:after {
  left: inherit;
  margin-left: -37px
}

.ttm-vertical_sep > [class*=col-]:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, .04)
}

.ttm-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  background: 0 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;
  transition: all .5s ease 0s
}

.ttm-btn:not(.btn-inline):after, .ttm-btn:not(.btn-inline):before {
  content: '';
  position: absolute;
  z-index: -1
}

.ttm-btn:not(.btn-inline):after {
  height: 100%;
  left: -50%;
  top: 0;
  transform: skew(50deg);
  transition-duration: .6s;
  transform-origin: top left;
  width: 0
}

.ttm-btn.ttm-icon-btn-right {
  padding-right: 44px
}

.ttm-btn.ttm-icon-btn-right i {
  right: 20px
}

.ttm-btn.ttm-icon-btn-right {
  padding-right: 22px
}

.ttm-btn.ttm-icon-btn-right i {
  right: 2px
}

.ttm-btn i {
  display: inline-block;
  vertical-align: middle;
  text-align: inherit;
  margin-left: 10px
}

.ttm-btn.ttm-icon-btn-right i {
  text-align: right;
  margin-left: 10px;
  margin-right: 0
}

.ttm-btn.ttm-btn-size-sm {
  font-size: 14px;
  padding: 9px 24px 9px 24px
}

.ttm-btn.ttm-btn-size-sm i {
  font-size: 13px;
  line-height: 14px
}

.ttm-btn.ttm-btn-size-md {
  font-size: 16px;
  padding: 13px 31px 13px 31px
}

.ttm-btn.ttm-btn-size-md i {
  line-height: 15px;
  font-size: 1rem;
}

.ttm-btn.ttm-btn-shape-square {
  border-radius: 0
}

.ttm-btn.ttm-btn-style-border {
  background-color: transparent;
  border: 1px solid currentColor
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
  color: #fff;
  border-color: #fff;
  background-color: transparent
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
  display: block;
  height: 67px;
  width: 67px;
  line-height: 67px;
  margin: 0;
  z-index: 2
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
  padding-left: 5px;
  font-size: 28px
}

.ttm-icon {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  box-sizing: content-box;
}

.ttm-icon i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ttm-icon.ttm-icon_element-size-sm {
  height: 60px;
  width: 60px;
  line-height: 60px
}

.ttm-icon.ttm-icon_element-size-sm i {
  font-size: 28px
}

.ttm-icon.ttm-icon_element-size-md {
  height: 60px;
  width: 60px;
  margin-bottom: 0
}

.ttm-icon.ttm-icon_element-size-md i {
  font-size: 23px
}

.ttm-icon.ttm-icon_element-size-lg {
  height: 88px;
  width: 88px;
  line-height: 88px
}

.ttm-icon.ttm-icon_element-onlytxt {
  height: auto;
  width: auto;
  line-height: 1
}

.ttm-icon.ttm-icon_element-style-round {
  border-radius: 50%
}

.featured-icon-box {
  position: relative
}

.featured-icon-box .ttm-icon {
  margin-bottom: 0
}

.featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-content .featured-icon {
  display: table-cell;
  vertical-align: middle
}

.featured-icon-box.icon-align-before-content .featured-icon i {
  display: inline-block;
  vertical-align: middle
}

.featured-icon-box.icon-align-before-content .featured-content {
  padding-left: 20px
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
  margin-bottom: 0
}

.featured-icon-box.icon-align-before-content.style4 {
  padding-top: 30px
}

.featured-icon-box.icon-align-before-content.style4 .featured-content .featured-title h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0
}

@media (min-width: 992px) {
  .featured-icon-box.icon-align-top-content.style1 {
    padding: 25px 30px 25px
  }
}

.featured-icon-box.icon-align-top-content.style1 .featured-content {
  padding-top: 15px
}

.featured-icon-box.icon-align-top-content.style1 .featured-title h5 {
  margin-bottom: 10px
}

.featured-imagebox, .featured-imagebox .featured-thumbnail {
  position: relative;
}

.heap-item .featured-imagebox, .heap-item .featured-imagebox .featured-thumbnail {
  overflow: hidden;
}

.featured-imagebox .featured-thumbnail img {
  max-height: 250px;
}

.featured-imagebox .featured-thumbnail img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

.heap-item .featured-imagebox .featured-thumbnail:hover img {
  transform: rotate(5deg) scale(1.1);
}

.featured-imagebox .featured-thumbnail .oficina_icone img {
  height: 100% !important;
}

.isotope-project .featured-imagebox .featured-thumbnail img {
  height: 250px;
  object-fit: cover;
}

.featured-imagebox .featured-content .featured-title h5 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 400
}

.featured-imagebox .featured-content .featured-desc p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.featured-imagebox-course {
  background-color: #fff;
  overflow: visible;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(41, 61, 88, .1))
}

.featured-imagebox-course .featured-content-post .featured-title h5 {
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.featured-imagebox-course .featured-content-post .featured-content-post-inner {
  padding: 33px 20px 23px 20px
}

#section-noticias .featured-imagebox-event {
  overflow: visible;
  margin-top: 15px;
  padding-bottom: 90px;
}

.featured-imagebox-event .featured-content .featured-title h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px
}

.featured-imagebox-event .ttm-box-event-date {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 54px;
  width: 54px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ebae1c !important
}

.ttm-box-event-date .entry-date {
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700
}

.ttm-box-event-date .entry-month {
  font-size: 14px;
  line-height: 17px;
  display: block;
  font-weight: 400
}

#section-noticias .owl-item.active .featured-imagebox-event .featured-content-event {
  opacity: 1
}

#page_noticias .featured-imagebox-event .featured-content-event {
  max-width: 100%;
  padding: 15px;
  background-color: #f4f6f9
}

#section-noticias .featured-imagebox-event .featured-content-event {
  padding: 23px 30px 30px;
  background-color: #f4f6f9;
  transition: all .2s ease-in-out;
  z-index: 999
}

.featured-imagebox-event .featured-content-event .ttm-meta-details div.ttm-event-date {
  border-bottom: 1px solid #e7eaee;
  padding-bottom: 6px;
  margin-bottom: 8px
}

.featured-imagebox-event .featured-content-event .ttm-meta-details {
  color: #666d81;
  font-size: 14px
}

.featured-imagebox-event .featured-content-event .ttm-meta-details i {
  padding-right: 8px;
  float: left;
  padding-top: 5px
}


section {
  counter-reset: featured-imagebox-procedure
}

.timeline {
  position: relative
}

.timeline .timeline-body, .timeline .timeline-date {
  display: table-cell;
  vertical-align: middle
}

.timeline .timeline-date {
  min-width: 131px;
  width: 131px;
  padding-left: 8px;
  margin-right: 24px;
  position: relative;
  vertical-align: top
}

.timeline.ttmscore-timeline-round .timeline-year, .timeline.ttmscore-timeline-round .timeline-year::before {
  border-radius: 50%
}

.timeline .timeline-year {
  width: 60px;
  height: 60px;
  background-color: #ebae1c;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 10px
}

.timeline .timeline-year:before {
  position: absolute;
  width: 72px;
  content: "";
  height: 72px;
  background: 0 0;
  display: block;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 10%)
}

.timeline .timeline-body h3:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -38px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #ebae1c;
  z-index: 1
}

.timeline .timeline-panel .timeline-body {
  position: relative;
  padding: 0 15px;
}

.timeline .timeline-panel .timeline-body p:before {
  content: "";
  position: absolute;
  left: -19px;
  top: 11px;
  width: 2px;
  height: 100%;
  background: rgb(0 0 0 / 5%)
}

.timeline .timeline-body .title {
  position: relative;
  text-align: left;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333
}

.timeline .timeline-panel:not(:last-child) .timeline-body p {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 18px
}

.testimonials {
  position: relative
}

.testimonials .testimonial-caption h5 {
  font-size: 20px;
  line-height: 27px;
  display: block;
  font-weight: 700;
  margin-bottom: 0
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content {
  text-align: center
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-img {
  padding-bottom: 26px
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-img img {
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1;
  margin: 0 auto;
  border: 4px solid #fff;
  background: #1d1a3b;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote {
  padding: 10px 10px 17px 0;
  font-size: 18px;
  position: relative;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  margin: 0
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote:before {
  content: '\f10d';
  font-family: FontAwesome, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  color: #fff;
  opacity: .2;
  top: -40px;
}

.client-box {
  position: relative;
  text-align: center
}


.client-box .ttm-client-logo-tooltip, .client-box .ttm-client-logo-tooltip-inner {
  position: relative;
  overflow: hidden
}

.client-box .ttm-client-logo-tooltip img {
  text-align: center;
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.client-box .tooltip-top:after, .client-box .tooltip-top:before, .client-box .tooltip:after, .client-box .tooltip:before, .client-box [data-tooltip]:after, .client-box [data-tooltip]:before {
  bottom: 25%
}

h2.featured-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  font-weight: 500
}

#page_noticias .featured-imagebox.featured-imagebox-event {
  margin-bottom: 30px;
  overflow: visible
}

a.btn-agendar {
  text-align: center;
  position: fixed;
  right: 0;
  z-index: 9999;
  width: 75px;
  height: 75px;
  background: #0098da;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 600;
  color: #fff;
  border: 2px solid #0080b7;
  transition: all .4s
}

a.btn-agendar i {
  font-size: 26px;
  margin-bottom: 8px
}

a.btn-agendar:hover {
  background: #0080b7
}

.selo-impulso, .selo-ods {
  position: fixed;
  right: 20px;
  z-index: 9999
}

.selo-ods {
  top: 60px
}

.selo-impulso {
  top: 170px
}

.card-diferencial {
  padding: 10px;
  text-align: center;
  border: 1px solid #eee;
  margin: 15px 0;
  filter: drop-shadow(0 4px 14px #0001);
  background: #fff
}

.card-diferencial h4 {
  margin-bottom: 4px
}

.card-diferencial a {
  display: block;
  text-align: center;
  background: #1d1a3b;
  color: #fff;
  padding: 6px;
  border-radius: 10px;
  font-weight: 200;
  font-size: 16px;
  line-height: normal
}

.card-diferencial a:hover {
  background: #ecae1b
}

.section-title h5 {
  color: var(--color_default) !important;
}

@media (min-width: 992px) {
  .politica_cookies {
    left: 15%;
    width: 70%
  }
}

.politica_cookies {
  position: fixed;
  bottom: 35px;
  z-index: 9999;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #eee;
  filter: drop-shadow(0 0 20px #0003)
}

.politica_cookies span {
  margin-right: 15px
}

.politica_cookies button {
  padding: 6px 20px;
  font-weight: 500
}

.ttm-tabs ul.tabs li.active a, .ttm-tabs ul.tabs li a:hover {
  background-color: #ebae1d
}

.featured-imagebox-event .featured-content-event .ttm-eventbox-footer a {
  background-color: var(--color_secondary)
}

.enabled.vlibras-modulo {
  right: 15px !important;
  top: 20% !important;
}

.vlibras-modulo [vw-plugin-wrapper].active {
  margin-top: 170px;
}

figure.image img {
  object-fit: contain;
}