/*
Theme Name: Mechworks
Theme URI: www.mechworks.com.br
Description: Tema desenvolvido para Mechworks
Version: 2021
Author URL: www.indeev.co
*/

/*-----------------------------------------------------------
* Project Name: Mechworks
* File name:  style.css
* Data: Jan 2021
* Author: www.indeev.co
------------------------------------------------------------*/


/*--------------------COMENTARIOS-----------------------------
* Width: 1600px
* Parallax: NO
* Responsive: YES
-------------------------------------------------------------*/
.table-content-custom{
  font-size: 0.85rem !important;
}

.btn-mw-custom{
  background-color: #003250 !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 50px !important
}

.text-small{
  font-size: 0.5rem;
}

.card-title-custom{
  background-color: #E20713;
  color: #f7f9fb;
  padding: 0;
}

.card-text-custom{
  font-size: 1rem;
}

.card-list-custom{
  font-size: 0.85rem;
  line-height: 1.5rem;
}

.compare-section {
  background: #f8f9fb;
  color: #1b2b3a;
}

.table-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.table-compare thead th {
  background: #E20613;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 10px;
  vertical-align: middle;
}

.table-compare tbody td {
  background: #fff;
  padding: 10px 14px;
  border-top: 1px solid #e5e8ec; 
}

.table-compare .section-row td {
  background: #e9eef3;
  font-weight: 700;
  color: #1b2b3a;
  text-transform: uppercase;
}

.table-compare td.text-center {
  text-align: center;
  font-size: 16px;
}

.features tr:last-child td{
  border-top: 1px solid #e5e8ec;
  background-color: transparent;
}


.btn-buy:hover {
  background: #b9050f;
  color: #fff;
  text-decoration: none;
}


.btn-buy {
  background-color: #E20613; /* vermelho padrão MechWorks */
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 18px;
  transition: 0.3s ease;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.btn-buy:hover {
  background-color: #b9050f; /* tom mais escuro no hover */
  color: #fff;
  text-decoration: none;
}

.btn-link-custom:hover{
  text-decoration: none !important;
}

.btn-custom{
  color: #003250;
  text-decoration: none !important;
  cursor: pointer;
}

.card-mw{
  border: 2px solid #000000 ;
}


.store-hero{
  background-image: url(http://localhost/u154002225_database/wp-content/uploads/2025/10/Grey-Wall-1.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-footer-mw{
  border-top: none !important;
}

.card-footer:last-child{
  border-top: none !important;
}

.bkg-hero{
  background-color: #06355A;
}

.bkg-hero-augmented{
  background-color: #06355A;
  background-image: url(http://localhost/u154002225_database/wp-content/uploads/2025/10/Hero-black-cover-opacity-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bkg-hero-connected{
  background-image: url(https://mechworks.com.br/wp-content/uploads/2025/10/compre-solidworks-online-img-capa-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bkg-hero-xdesign{
  background-color: #06355A;
  background-image: url(http://localhost/u154002225_database/wp-content/uploads/2025/10/xDesign-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* .bkg-hero-store{
  background-color: #06355A;
  background-image: url(http://localhost/u154002225_database/wp-content/uploads/2025/10/Hero-black-cover-opacity-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
} */

.img-hero{
  background-position: 0px 70px;
}

.img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Faz a imagem preencher sem distorcer */
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-menu li {
  position: relative !important;
}

.dropdown-menu .dropdown-submenu {
  display: none !important;
  border-bottom: none !important;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100% !important;
  left: auto !important;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block !important;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block !important;
}

@media (min-width: 1200px) {
  .dropdown-menu .dropdown-submenu {
    position: absolute !important;
    left: 100% !important;
    top: -7px !important;
  }
}

a {
  text-decoration: none;
}

/*-- RESET --*/
*, .no-margin {
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  height: 100%
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  text-rendering: optimizelegibility;
  color: #3C3C3C;
  letter-spacing: .2px
}

.highlight-purpose {
  background-image: linear-gradient(35deg, #e20713, rgb(214, 35, 35), #e20713);
  min-height: 100px;
  color: #ffffff;
  font-size: 1.2rem;
}

/*-- GENERAL STYLES --*/
h1 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 24px;
  font-weight: 700;
}

h2 { /*font-size: 32px;*/
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}

h3 {
  font-size: 1.3em;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0
}

h6 {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 2px
}

p {
  line-height: 1.5;
  margin: 0 0 16px
}

a:active, a:focus, a:hover, button:focus {
  outline: 0 !important;
  text-decoration: none
}

*::-moz-selection {
  color: #FFFFFF;
  background: #E20713
}

*::selection {
  color: #FFFFFF;
  background: #E20713
}

.uppercase {
  text-transform: uppercase !important;
}

.underline {
  text-decoration: underline;
}

.cursor {
  cursor: pointer
}

.icon {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  vertical-align: top;
}

.icon-min {
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}

.btn {
  width: auto;
  text-align: center;
  border-radius: 0;
  background: #FFFFFF;
  color: #3C3C3C;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  padding: 16px 32px;
  margin: 8px 8px 8px 0;
  display: inline-block;
  position: relative;
  white-space: normal;
  transition: all .3s linear
}

.btn-outline-dark {
  width: auto;
  text-align: center;
  border-radius: 0;
  background: #FFFFFF;
  color: #3C3C3C;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #3c3c3c !important;
  padding: 16px 32px;
  margin: 8px 8px 8px 0;
  display: inline-block;
  position: relative;
  white-space: normal;
  transition: all .3s linear
}

.btn:hover {
  background: transparent;
  color: #FFFFFF
}

.btn-outline-dark:hover {
  background: #003245;
  color: #ffffff !important
}

.btn:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.btn-default {
  background: #E20713;
  color: #FFFFFF;
  border: 1px solid #E20713;
  white-space: nowrap
}

.btn-default:hover {
  background: #AE0F0A;
  border: 1px solid #AE0F0A;
}

/*--- GENERAL --- */
.container {
  width: 100%;
  max-width: 1100px;
  padding: 0 16px !important;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.text-black {
  color: #1D1D1D
}

.text-red {
  color: #E20713;
  transition: all .3s ease-in-out
}

a.text-red:hover {
  color: #AE0F0A
}

.text-gray {
  color: #6F6F6E
}

.text-min {
  font-size: 14px
}

.title {
  position: relative;
}

.title span {
  color: #E20713
}

.title::after {
  content: '';
  width: 30px;
  height: 8px;
  position: absolute;
  bottom: -24px;
  left: 2px;
  background-image: url(img/title-divider-2.svg);
  background-position: center;
  background-size: cover;
}

.nav-pills .nav-link {
  border-radius: 0 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #e20713 !important;
}

a.nav-link {
  color: #3c3c3c !important;
}

/* --- MARGINS --- */
.center {
  margin: 0 auto;
  float: none
}

.right {
  float: right;
}

.top16 {
  margin-top: 16px
}

.top24 {
  margin-top: 24px
}

.top32 {
  margin-top: 32px
}

.top40 {
  margin-top: 40px
}

.top56 {
  margin-top: 56px
}

.top64 {
  margin-top: 64px
}

.top80 {
  margin-top: 80px
}

.top96 {
  margin-top: 96px
}

.top120 {
  margin-top: 120px;
}

.top160 {
  margin-top: 160px;
}

.top200 {
  margin-top: 200px;
}

.bg-light {
  background-color: #F5F5F5;
  padding-top: 96px
}

/* --- HEADER --- */
.header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.header-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
}

@media (min-width: 992px) {
  .header-main {
    padding: 20px 0 8px;
  }
}

.navbar-light {
  width: 100%;
  background: #FFFFFF;
  transition: all .3s ease-in-out;
  box-shadow: 0 10px 70px 0 rgba(0, 0, 0, 0.12);
}

.navbar {
  padding: 0;
}

.navbar.blank {
  box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.navbar-brand {
  width: 164px;
  transition: .3s ease-in-out
}

.navbar-light .navbar-toggler {
  margin: 0 0 0 8px;
  border-color: transparent;
}

.navbar-light .navbar-toggler .icon-bar {
  background-color: #E20713;
}

.navbar-light .navbar-nav > li {
  padding: 0;
}

.navbar-light .navbar-nav > li > a {
  width: 100%;
  color: #3C3C3C;
  padding: 12px 20px;
  display: inline-block;
}

.navbar-light .navbar-nav > li > a:hover {
  color: #E20713
}

.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:focus,
.navbar-light .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #E20713;
}

.navbar-light .navbar-nav > .active > a:after {
  width: 100%;
}

div#menu-collapse {
  display: none !important;
}

.dropdown-menu {
  border: none;
  background: #F5F5F5;
  border-radius: 0;
  padding: 8px 0;
  border-bottom: 1px solid #CCCCCC
}

.dropdown-menu li {
  transition: all .3s ease-in-out
}

.dropdown-menu li a {
  width: 100%;
  color: #3C3C3C;
  padding: 12px 32px;
  display: inline-block;
}

.dropdown-menu > li > a:hover {
  color: #E20713;
}

.navbar-light .navbar-nav .open .dropdown-menu > li > a {
  text-align: center;
}

.dropdown-menu.show ul.dropdown-menu {
  display: block;
}

.dropdown-menu li ul li {
  text-transform: initial;
  margin-top: 12px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
  background-color: transparent;
}

body .navbar-toggler {
  padding-right: 0;
}

.navbar-light.nav-scroll {
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.navbar-light.nav-scroll .navbar-brand {
  width: 130px;
}

.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #96db5b;
  transition: all 0.15s;
}

.navbar-toggler.collapsed span {
  margin-bottom: 6px
}

.navbar-toggler span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10px 7px;
}

.navbar-toggler span:nth-child(3) {
  opacity: 0;
}

.navbar-toggler span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 11px -5px;
}

.navbar-toggler.collapsed span:nth-child(2), .navbar-toggler.collapsed span:nth-child(4) {
  transform: rotate(0);
}

.navbar-toggler.collapsed span:nth-child(3) {
  opacity: 1;
}

.navbar-collapse .footer-social:first-of-type {
  margin-left: 32px
}

.caret {
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.60995 5.40002L5.66495 7.45502C5.75864 7.54815 5.88536 7.60042 6.01745 7.60042C6.14955 7.60042 6.27627 7.54815 6.36995 7.45502L8.36995 5.45502' stroke='%233C3C3C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  display: inline-block;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 132px;
  height: 40px;
  background-color: #E20613;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s;
  margin-left: auto;
}

@media (min-width: 769px) {
  .btn-contact {
    margin-left: inherit;
  }
}

.btn-contact:hover, .btn-contact:focus {
  background-color: #d20511 !important;
  color: #FFFFFF;
}

#searchform {
  position: relative;
}

#searchform.displayed {

}

.screen-reader-text {
  display: none;
}

#s {
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #FFF;
  max-width: 100%;
  width: 358px;
  padding: 10px 16px;
  color: #858585;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#s:focus, #s:focus {
  border: 1px solid red
}

.box-search, #searchsubmit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.493 16.9291L16.1244 14.5605C16.6757 13.6417 16.9994 12.5699 16.9994 11.4227C16.9994 8.04523 14.251 5.29773 10.8744 5.29773C7.4978 5.29773 4.74942 8.04523 4.74942 11.4227C4.74942 14.8002 7.4978 17.5477 10.8744 17.5477C12.0224 17.5477 13.0934 17.2249 14.0122 16.6727L16.3808 19.0414C16.5514 19.212 16.7754 19.2977 16.9994 19.2977C17.2234 19.2977 17.4474 19.212 17.618 19.0414L18.493 18.1664C18.8352 17.8242 18.8352 17.2712 18.493 16.9291ZM10.8744 15.7977C8.45855 15.7977 6.49942 13.8386 6.49942 11.4227C6.49942 9.00685 8.45855 7.04773 10.8744 7.04773C13.2903 7.04773 15.2494 9.00685 15.2494 11.4227C15.2494 13.8386 13.2903 15.7977 10.8744 15.7977Z' fill='%23E20613'/%3E%3C/svg%3E%0A");
}

.box-search:hover {
  opacity: 1
}

#searchsubmit {

}

.closesearch {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: 8px;
  cursor: pointer;
  background-image: url(img/icone-close.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-search #searchsubmit {
  top: 82px;
  right: 80px
}

/* --- HOME --- */
.slide {
  position: relative;
  padding: 16px 0;
  margin-top: 160px;
  overflow: visible;
}

.main-banner-text {
  width: calc(100% - 32px);
  min-height: 486px;
  background-image: url(img/bg-red.svg);
  background-size: cover;
  background-position: center;
  padding: 40px 24px;
  color: #FFFFFF;
  position: relative;
  left: 16px;
  z-index: 10;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  opacity: .9
}

.main-banner-text h1, .main-banner-text h6 {
  position: relative;
}

.main-banner-text h1::after {
  content: '';
  width: 30px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -24px;
  background-image: url(img/title-divider-1.svg);
  background-position: center;
  background-size: cover;
}

.main-banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.solidworks {
  max-width: 400px
}

.produto-img {
  width: 292px;
  height: 292px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: auto;
}

.produto-img::before {
  content: '';
  width: 200px;
  height: 200px;
  background: #E20713;
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: -1
}

.produto-texto {
  margin-top: 32px
}

.produto-texto span {
  font-weight: 400
}

.container-desafio, .container-heading {
  position: relative;
}

.container-desafio .main-banner-text, .bg-black {
  width: calc(100% - 32px);
  background-image: url(img/bg-black.svg);
}

.container-desafio .main-banner-text h2, .container-heading .main-banner-text h2 {
  position: relative;
}

.container-desafio .main-banner-text h2::after, .bg-black h1::after {
  content: '';
  width: 30px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -24px;
  background-image: url(img/title-divider-2.svg);
  background-position: center;
  background-size: cover;
}

.container-desafio .main-banner-img, .container-heading .main-banner-img {
  height: calc(100% + 32px);
  top: -16px
}

.container-desafio .main-banner-img::after {
  background: #3C3C3C
}

.cliente-logo {
  width: auto;
  max-width: 240px;
  height: 34px;
  max-height: 96px;
  display: inline-block;
  margin: 20px auto
}

.box-jornada {
  width: calc(100% - 32px);
  max-width: 320px;
  height: 320px;
  margin: 16px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-size: cover;
  padding: 24px;
  color: #FFFFFF;
  text-align: left;
  position: relative
}

.box-jornada h4 {
  position: absolute;
  bottom: 24px;
  padding-right: 24px;
  z-index: 1;
  transition: all .4s ease-in-out
}

.box-jornada::before {
  content: '';
  width: 180px;
  height: 180px;
  background: #AE0F0A;
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: -1
}

.box-jornada::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all .4s ease-in-out
}

.box-jornada:hover {
  color: #FFFFFF
}

.box-jornada:hover h4 {
  bottom: 88px;
}

.box-jornada:hover::after {
  background: rgba(174, 15, 10, .4);
}

/* --- CLIENTES PAGE --- */
.slide-depoimentos {
  margin-top: 8px;
}

/* --- HUB PRODUTOS --- */
.box-produto {
  width: 248px;
  display: inline-block;
  color: #3C3C3C;
  text-align: left;
  vertical-align: top;
  margin: 12px;
  transition: all .3s ease-in-out
}

.box-produto a.text-red {
  color: #E20713
}

.box-produto-img {
  width: 248px;
  height: 240px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 8px;
  transition: all .3s ease-in-out
}

.box-produto:hover {
  color: #3C3C3C
}

.box-produto:hover h4 {
  color: #AE0F0A
}

.box-produto-img::before {
  content: '';
  width: 120px;
  height: 120px;
  background: #E20713;
  position: absolute;
  left: -8px;
  bottom: -8px;
  z-index: -1
}

/* --- PRODUTO --- */
.section-intro, .section-conteudo, .sec-content {
  padding: 60px 0
}

@media (min-width: 992px) {
  .section-intro, .section-conteudo, .sec-content {
    padding: 120px 0
  }
}

.section-conteudo:nth-child(even) {
  background-color: #F5F5F5;
}

.content a, .sec-content a, .box-pacote a {
  color: #E20713;
  transition: all .4s ease-in-out
}

.content a:hover, .sec-content a:hover, .box-pacote a:hover {
  color: #AE0F0A
}

.img-block2 {
  background-size: cover;
  background-position: center;
  height: 250px;
}

.img-block, .video-block {
  width: 100%;
  position: relative;
  background: #000000;
  margin-bottom: 32px
}

.img-block {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%
}

.img-block img {
  width: 100%;
  height: auto;
}

.img-block::before, .video-block::before {
  content: '';
  width: 200px;
  height: 200px;
  background: #E20713;
  position: absolute;
  z-index: -1;
  left: -16px;
  bottom: -16px
}

.container-video .img-block {
  padding-bottom: 0
}

.video-block iframe {
  width: 100%;
  border: none;
}

.box-aplicacao {
  width: calc(100% - 32px);
  max-width: 320px;
  margin: 16px;
  display: inline-block;
  vertical-align: top;
  color: #3C3C3C;
  background-color: #FFFFFF;
  padding-bottom: 16px;
  transition: all .4s ease-in-out
}

.box-aplicacao div {
  height: 200px;
  background-position: center;
  background-size: cover;
  margin-bottom: 16px;
}

.box-aplicacao:hover {
  color: #E20713;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2)
}

.sec-content:nth-child(even) {
  background: #F5F5F5;
  padding: 48px 0
}

@media (min-width: 992px) {
  .sec-content:nth-child(even) {
    padding: 96px 0
  }
}

.row-box-pacote {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}

.box-pacote {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  vertical-align: top;
  text-align: left;
  transition: all .4s ease-in-out
}

@media (min-width: 992px) {
  .box-pacote {
    flex: 1;
  }
}

.box-pacote:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

.box-pacote-heading {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.box-pacote-heading img {
  width: 72px;
  display: inline-block;
}

.box-pacote-heading h5 {
  width: calc(100% - 2px);
  padding: 0 16px 16px 0;
  font-weight: 700
}

.banner-contato {
  background-image: url(img/banner-contato.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 0
}

/* --- TREINAMENTOS --- */
.box-curso {
  width: calc(100% - 24px);
  max-width: 332px;
  min-height: 160px;
  margin: 10px;
  background-image: url(img/bg-curso.svg);
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 24px 20px;
  text-align: left;
  transition: all .4s ease-in-out
}

.box-curso::after {
  content: '';
  width: 120px;
  height: 120px;
  background-color: #AE0F0A;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1
}

.box-curso h4 {
  width: calc(100% - 100px);
  font-weight: 700;
  position: relative;
  top: 0;
  transition: all .4s ease-in-out
}

.box-curso:hover {
  color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.box-curso-icone {
  width: 84px;
  margin-right: 16px;
  transition: all .4s ease-in-out
}

.box-curso:hover h4 {
  position: relative;
  top: -8px
}

.box-treinamentos {
  width: 100%;
  padding: 72px 40px;
  float: left;
  border: 1px solid #B1B1B1;
}

.box-treinamentos:first-of-type {
  border-bottom: none;
}

.box-treinamentos h3 {
  color: #E20713
}

.box-treinamentos ul, .section-conteudo ul, .sec-content ul, .content ul {
  list-style: none;
  padding-left: 36px;
  text-indent: -24px;
}

.box-treinamentos ul li, .section-conteudo ul li, .sec-content ul li, .content ul li {
  margin-top: 16px
}

.box-treinamentos ul li::before, .section-conteudo ul li::before, .sec-content ul li::before, .content ul li::before {
  content: url(img/check.svg);
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  left: 12px;
  top: 6px;
}

.conteudo-programatico a {
  color: #E20713
}

.conteudo-programatico li {
  width: 100%;
  list-style: none;
  padding: 4px 8px
}

.conteudo-programatico li:nth-child(even) {
  background: #F5F5F5
}

.box-curso-info {
  background: #E20713;
  padding: 32px;
  color: #FFFFFF
}

.box-curso-info p {
  margin: 0
}

.box-curso-form, .hsfc-Step__Content {
  background: #F5F5F5;
  padding: 0px 32px !important;
  margin-top: 16px;
	
}

ul.list-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  text-indent: 0;
}

@media (min-width: 992px) {
  ul.list-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

ul.list-features li {
  padding: 24px 8px 12px;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  border-radius: 8px;
  position: relative;
  font-size: 14px;
}

@media (min-width: 992px) {
  ul.list-features li {
    padding: 32px 16px 16px;
    font-size: 18px;
    display: flex;
    justify-content: center;
  }

  .list-features li:nth-last-child(1):nth-child(even) {
    grid-column: 1 / span 3;
    width: 334px;
    margin: 0 auto;
  }
}

ul.list-features li::before {
  content: "";
  background-image: url(img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  ul.list-features li::before {
    width: 32px;
    height: 32px;
    top: -16px;
  }
}

/* --- CONTACT FORM --- */
.col-contato-telefones {
  width: 100%;
  background-color: #AE0F0A;
  color: #FFFFFF;
  padding: 40px
}

.box-telefone {
  width: 100%;
  border: 1px solid #FFFFFF;
  padding: 16px 32px;
  margin: 8px 8px 32px 0;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  transition: all .4s ease-in-out
}

.box-telefone:hover {
  background-color: #FFFFFF;
  color: #AE0F0A
}

.texto-enderecos {
  font-size: 14px
}

.texto-enderecos a {
  color: #FFFFFF
}

.col-contato-form, .hsfc-Step__Content{
  width: 100%;
  padding: 0 20px 0 20px !important;
  background-color: #F5F5F5;
}

.col-contato-form ._form_element {
  margin-top: 10px;
}


/* --- BLOG --- */
.h2-blog {
  font-size: 1.3em !important;
}

.h3-blog {
  font-size: 1.1em !important;
}

.blog-button-success {
  width: 50%;
  color: white;
  background-color: #00D12D !important;
  text-align: center !important;
  height: 50px;
  border-radius: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all .3s linear;
}

.blog-button-success:hover {
  background-color: #09bb2f !important;
}

.blog-button-danger {
  width: 50%;
  color: white;
  background-color: #E20713 !important;
  text-align: center !important;
  height: 50px;
  border-radius: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all .3s linear;
}

.blog-button-danger:hover {
  background-color: #AE0F0A !important;
}

.blog-button-event {
  width: 50%;
  color: white !important;
  background: rgb(24, 30, 241);
  background: linear-gradient(100deg, rgba(24, 30, 241, 1) 0%, rgba(153, 9, 158, 1) 34%, rgba(255, 0, 204, 1) 100%);
  text-align: center !important;
  height: 50px;
  border-radius: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: background .2s linear;
}

.blog-box {
  width: calc(100% - 16px);
  max-width: 320px;
  height: 380px;
  display: inline-block;
  margin: 24px 16px;
  background-color: #F5F5F5;
  position: relative;
  text-align: left;
  color: #3C3C3B;
  vertical-align: top;
  transition: all .3s ease-in-out
}

.blog-box::before {
  content: '';
  width: 180px;
  height: 180px;
  background: #AE0F0A;
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: -1
}

.blog-box::after {
  content: '';
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  bottom: 50%;
  transition: all .2s ease-in-out;
}

.blog-box-img {
  width: 100%;
  height: 174px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.blog-box-text {
  height: 190px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 32px 0;
  position: relative;
  z-index: 10
}

.blog-box h4 {
  font-size: 26px;
  transition: all .3s ease-in-out
}

.blog-box-excerpt {
  display: none;
  opacity: 0;
  transition: all .3s ease-in-out
}

.blog-box-excerpt p {
  font-size: 14px;
  line-height: 140%;
}

.blog-box:hover {
  color: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2)
}

.blog-box:hover::after {
  height: 100%;
  bottom: 0
}

.blog-box:hover .blog-box-text {
  position: absolute;
  height: 100%;
  top: 0;
}

.blog-box:hover .blog-box-excerpt {
  display: flex;
  opacity: 1
}

.pagination {
  display: block;
  text-align: center;
}

.nav-links a, .nav-links span.current {
  width: 32px;
  height: 32px;
  background-color: #F5F5F5;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  vertical-align: top;
  color: #3C3C3B;
  transition: all .3s ease-in-out
}

.nav-links a:hover, .nav-links span.current {
  background-color: #E20713;
  color: #FFFFFF
}

/* --- NOTICIA --- */
.blog-content h3 { /*font-size: 24px;*/
  font-size: 1.3rem;
  margin-top: 40px;
}

.blog-content p {
  margin: 0 0 16px;
}

.blog-content img, .blog-content video {
  max-width: 100%;
  height: auto;
  margin: 16px 0
}

.blog-content iframe {
  width: 100%;
}

.blog-content figcaption {
  font-size: 14px;
  margin-bottom: 16px
}

.blog-content a {
  color: #E20713
}

.blog-content ul {
  list-style: none;
  padding-left: 24px;
  text-indent: -20px;
}

.blog-content ul li {
  margin-top: 16px
}

.blog-content ul li::before {
  content: url(img/check-red.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: 12px;
  top: 4px;
}

.blog-content table {
  margin: 24px 0
}

.blog-content tr:nth-child(odd) {
  background-color: #F5F5F5
}

.blog-content td {
  padding: 4px 8px
}

.box-share {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 2px;
}

.btn-share {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #AE0F0A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease-in-out
}

.btn-share img {
  width: 20px;
  transition: all .3s ease-in-out
}

.btn-share:hover {
  width: 44px;
  height: 44px;
  margin-left: -4px;
  margin-top: -4px;
  background: #E20713
}

.btn-share:hover img {
  width: 24px;
}

.aside {
  width: 100%;
  max-width: 420px;
  padding: 32px 24px 24px;
  background: #F5F5F5;
  margin-top: 100px;
  position: relative;
  display: inline-block;
}

.aside-img {
  width: 72px;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: -40px
}

.aside-blog {
  width: calc(100% + 24px);
  height: 104px;
  overflow: hidden;
  display: inline-block;
  margin-top: 6px;
  margin-left: -12px;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .3s ease-in-out
}

.aside-blog-img {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.aside-blog-img img {
  width: 100%;
  height: auto;
}

.aside-blog-text {
  width: calc(100% - 92px);
  height: 88px;
  display: inline-flex;
  vertical-align: top;
  color: #444b2e;
  line-height: 1.1;
  padding: 0 4px;
  position: relative;
  transition: all .4s ease-in-out
}

.aside-blog:hover .aside-blog-text {
  color: #E20713
}

/* --- RESULTADOS BUSCA --- */
.box-resultado {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  color: #3C3C3C;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none
}

.box-resultado:hover {
  color: #3C3C3C;
}

.box-resultado:hover b {
  color: #E20713;
}

.box-resultado-img {
  width: 72px;
  height: 72px;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.box-resultado-text {
  width: calc(100% - 76px);
  display: inline-block;
  vertical-align: top;
  padding-left: 8px
}

/* --- ACTIVE CAMPAIGN FORMS --- */
.newsletter-bar {
  background: #333;
  padding: 40px 0;
  color: #FFFFFF
}

@media (min-width: 769px) {
  .newsletter-bar {
    padding: 40px 0 84px;
  }
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 769px) {
  .newsletter {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
}

.newsletter-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
}

@media (min-width: 769px) {
  .newsletter-text {
    max-width: 330px;
  }
}

.newsletter-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  margin: 0;
}

.newsletter-description {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
}

.newsletter-form ._form-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .newsletter-form ._form-content {
    flex-direction: row;
    align-items: flex-end;
  }
}

span label[for="field_37SIM"], #field_37SIM {
  display: none;
}

._form-content {
  text-align: left;
}

._form-title {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 700;
}

label {
  font-size: 13px;
  margin-bottom: 0
}

.newsletter-form input {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  .newsletter-form input {
    max-width: 220px;
  }
}

._field-wrapper input, ._field-wrapper select {
  width: 100%;
  height: 48px;
  border: 1px solid #FFFFFF;
  padding: 0 8px;
  display: inline-block;
  transition: all .3s ease-in-out;
  font-size: 16px;
  color: #757575;
}

._field-wrapper input::placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}

._field-wrapper input:focus, ._field-wrapper input:active {
  border-radius: 0 !important;
  outline: 1px solid #E20713 !important;
}

._field-wrapper select {
  cursor: pointer;
  color: #CCCCCC
}

.newsletter-form ._form_element {
  width: 100%;
}

.newsletter-form ._form_element._field37 {
  position: relative;
}

@media (min-width: 769px) {
  .newsletter-form ._form_element._field37 {
    position: absolute;
    top: 100px;
    width: auto;
  }
}

legend[for="field[37][]"] {
  display: none;
}

.newsletter-form ._checkbox-radio:last-child {
  display: none;
}

.newsletter-form ._form-content ._clear-element{
  display: none;
}

._form_1 ._checkbox-radio {
  position: relative;
}

._checkbox-radio input[type="checkbox"] {
  width: 22px;
  height: 22px;
  background: url(img/checkbox-uncheck.svg);
  cursor: pointer;
  border: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  left: 0;
  -webkit-appearance: none;
}

._checkbox-radio input[type="checkbox"]:checked {
  background: url(img/checkbox-check.svg);
  background-size: cover;
}

._checkbox-radio input[type="checkbox"]:focus, ._checkbox-radio input[type="checkbox"]:active {
  border-radius: 0 !important;
  outline: none !important;
}

._button-wrapper {
  text-align: right;
}

._button-wrapper button[type="submit"] {
  padding: 14px 30px;
  border: 1px solid #E20713;
  background: #E20713;
  color: #FFFFFF;
  cursor: pointer;
  margin: 16px 4px 0;
  transition: all .3s ease-in-out;
}

._form_13 ._button-wrapper button[type="submit"] {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  padding: 0 16px;
  height: 48px;
  width: 100%;
}

._button-wrapper button[type="submit"]:hover,
._form_13 ._button-wrapper button[type="submit"]:hover {
  border: 1px solid #AE0F0A;
  background: #AE0F0A;
  color: #FFFFFF;
}

._error-inner {
  font-size: 12px;
  color: #E20713;
  position: absolute;
  bottom: -15px;
}

.newsletter-form ._button-wrapper {
  width: 100%;
}

/* --- PÁGINA OBRIGADO --- */
.text-obrigado h4 {
  margin-top: 56px
}

.text-obrigado a {
  color: #E20713;
  display: inline-block;
  margin-top: 24px
}

/* --- FOOTER --- */
footer {
  width: 100%;
  padding: 40px 0;
  background-color: #FFFFFF;
}

.footer-row-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

@media (min-width: 769px) {
  .footer-row-1 {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
  }
}

.logo-footer {
  width: 134px;
}

.list-social {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
}

.list-social li a {
  display: block;
}

.list-social li a img{
  width: 32px;
}

footer .menu-footer ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .menu-footer ul li:first-child a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
}

@media (min-width: 769px) {
  footer .menu-footer ul li:first-child a {
    margin-bottom: 16px;
  }
}

footer .menu-footer ul li:first-child a strong {
  font-size: 16px;
  font-weight: 700;
}

footer .menu-footer ul li a {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

footer .menu-footer ul li a:hover {
  color: #e83842;
}

footer .menu-footer ul li a span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 28px;
  display: block;
}

.divisor-footer {
  background: #D1D1D1;
  margin: 40px 0;
}

@media (min-width: 769px) {
  .divisor-footer {
    margin: 40px 10px;
  }
}

.footer-row-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  gap: 36px;
}

@media (min-width: 769px) {
  .footer-row-3 {
    flex-direction: row;
    gap: 10px;
  }
}

.contato-cidade {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 176px;
}

.city-name {
  display: block;
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .city-name {
    min-height: 42px;
  }
}

.city-phone {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.city-phone img {
  width: 20px;
}

.city-phone:hover,
.city-phone:hover path{
  color: #e83842;
  fill: #e83842;
}

.bottom-bar {
  background: #F1F1F1;
  padding: 40px 0;
}

@media (min-width: 769px) {
  .bottom-bar {
    padding: 24px 0;
  }
}

.bottom-bar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 40px;
}

@media (min-width: 769px) {
  .bottom-bar-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}

.copyright {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.privacy {
  color: #1E1E1E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  text-decoration-line: underline;
}

.solidworks-label {

}

/* Estilo para o dropdown */
.dropdown {
  cursor: pointer;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.dropdown:hover {
  color: #e83842;
}

body .icon-whatsapp {
  border-radius: 28px;
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 100;
  background: #666666;
  opacity: 1;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
  cursor: pointer;
  transition: all .3s linear;
  height: 42px !important;
  width: 42px !important;
  padding: 6px !important;
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  body .icon-whatsapp {
    height: 56px !important;
    width: 56px !important;
    right: 36px !important;;
    bottom: 36px !important;;
  }
}

.icon-whatsapp:hover {
  background: #AE0F0A
}

.icon-whatsapp img {
  width: 24px;
  display: none
}

@media (min-width: 769px) {
  .icon-whatsapp img {
    width: 32px;
  }
}

.container-whatsapp {
  width: calc(100% - 40px);
  max-width: 380px;
  background: #e5ddd6;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none
}

.wa-heading {
  width: 100%;
  height: 52px;
  background: #ededed;
  border-radius: 8px 8px 0 0;
  padding: 6px 16px;
}

.wa-heading-icon {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 4px 8px;
  float: left;
}

.wa-btn-cerrar {
  width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 50%;
  float: right;
  margin-top: 6px;
  cursor: pointer;
  transition: all 1s ease-in-out
}

.wa-btn-cerrar:hover {
  background: rgba(0, 0, 0, .2);
}

.wa-msg {
  width: 96%;
  max-width: 348px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  margin: 12px auto;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .4);
  text-align: left;
}

.btn-whatsapp {
  height: 56px;
  padding: 14px 28px;
  background: #E20713;
  color: #ffffff;
  border-radius: 28px;
  float: right;
  margin: 0 16px 16px 0;
  opacity: 1;
  transition: all .4s ease-in-out;
}

.btn-whatsapp img {
  width: 22px;
  display: inline-block;
  margin-left: 12px;
}

.btn-whatsapp:hover {
  color: #ffffff;
  background: #AE0F0A
}

.header-search {
  display: block;
  position: relative;
  width: calc(100% + 32px);
  margin: 0 -16px;
}

.header-search-flex {
  padding: 10px 16px;
  background: #AE0F0A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-form {
  width: 100%;
}

.search-input {
  height: 36px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0 16px 0 40px;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.search-input:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.search-reset {
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 0;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2 15.85L14 13.05L16.8 15.85L17.875 14.775L15.05 12L17.825 9.225L16.75 8.15L14 10.95L11.2 8.15L10.125 9.225L12.95 12L10.125 14.775L11.2 15.85ZM3 12L7.225 6.025C7.44167 5.725 7.7 5.47917 8 5.2875C8.3 5.09583 8.63333 5 9 5H19.5C19.9167 5 20.2708 5.14583 20.5625 5.4375C20.8542 5.72917 21 6.08333 21 6.5V17.5C21 17.9167 20.8542 18.2708 20.5625 18.5625C20.2708 18.8542 19.9167 19 19.5 19H9C8.63333 19 8.3 18.9042 8 18.7125C7.7 18.5208 7.44167 18.275 7.225 17.975L3 12ZM4.875 12L8.725 17.5H19.5V6.5H8.725L4.875 12ZM19.5 12V6.5V17.5V12Z' fill='%23AE0F0A'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.search-submit {
  position: absolute;
  left: 16px;
  right: inherit;
  top: 10px;
  font-size: 0;
  border: none;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1740_92)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2108 13.8C11.8083 15.0642 9.95167 15.8333 7.91667 15.8333C3.5475 15.8333 0 12.2858 0 7.91667C0 3.5475 3.5475 0 7.91667 0C12.2858 0 15.8333 3.5475 15.8333 7.91667C15.8333 9.95167 15.0642 11.8083 13.8 13.2108L20 19.4108L19.4108 20L13.2108 13.8ZM7.91667 0.833333C11.8258 0.833333 15 4.0075 15 7.91667C15 11.8258 11.8258 15 7.91667 15C4.0075 15 0.833333 11.8258 0.833333 7.91667C0.833333 4.0075 4.0075 0.833333 7.91667 0.833333Z' fill='%231E5B46'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1740_92'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section-conteudo-texto .title {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 700;
}

/*-- RESPONSIVE -- */
@media (max-width: 768px) {
  .btn-default {
    white-space: normal;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 56px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 22px;
  }

  .slide {
    margin-top: 130px;
  }

  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: -15px;
    transition: all .3s ease-in-out
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
    padding: 0;
  }

  .slide {
    padding: 40px;
  }

  .main-banner-img::after {
    content: '';
    width: 214px;
    height: 214px;
    background: #AE0F0A;
    position: absolute;
    bottom: -16px;
    right: -16px;
    z-index: -1
  }

  .cliente-logo {
    height: 120px;
  }

  .produto-texto {
    height: 100%;
    margin-top: 0;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
  }

  .produto-img {
    width: 270px;
    height: 270px;
  }

  .produto-img::before {
    left: -24px;
    bottom: -24px
  }

  .container-produtos:nth-child(odd) .col-md-7 {
    order: 1
  }

  .container-produtos:nth-child(odd) .col-md-5 {
    order: 2;
  }

  .container-produtos:nth-child(odd) .col-md-5 .produto-img::before {
    right: -24px;
    left: auto;
  }

  .box-social {
    position: absolute;
    left: 0;
    bottom: 4px;
    padding-left: 16px
  }

  .section-conteudo:nth-child(even) .section-conteudo-video {
    order: 2
  }

  .section-conteudo:nth-child(even) .section-conteudo-texto {
    order: 1
  }

  .section-conteudo-texto .title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 700;
  }

  .section-conteudo:nth-child(even) .video-block::before {
    left: initial;
    right: -16px
  }

  .container-video {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
  }

  .box-resultado-img {
    width: 160px;
    height: 160px;
  }

  .box-resultado-text {
    width: calc(100% - 164px);
    padding-left: 16px
  }

  .aside {
    margin-top: 0
  }

  .col-contato-form::after {
    content: '';
    width: 200px;
    height: 200px;
    background-color: #AE0F0A;
    position: absolute;
    bottom: -16px;
    right: -16px;
    z-index: -1
  }

  ._button-wrapper button[type="submit"] {
    margin: -12px 8px 0;
  }

  ._form_1 ._button-wrapper button[type="submit"] {
    margin: 40px 0 0
  }

  ._form_14 ._button-wrapper button[type="submit"] {
    margin: 8px 0 0
  }

  .header-search {
    display: none;
    width: auto;
  }
}

@media (min-width: 992px) {
  .container > .navbar-header {
    border-bottom: none;
  }

  .navbar-nav-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: inherit;
    width: 100%;
    list-style: none;
  }

  .navbar-light .navbar-collapse {
    height: auto;
    box-shadow: none;
    border-bottom: none;
  }

  .navbar-light {
    background: #FFFFFF;
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, 0.12);
  }

  .navbar-brand {
    width: 150px;
    margin-left: 16px;
  }

  .navbar-light .navbar-nav-desktop > li {
    margin: 0;
  }

  .navbar-light .navbar-nav-desktop > li a {
    display: flex;
    align-items: center;
  }

  .navbar-light .navbar-nav-desktop > li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 13px;
    margin-left: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.60992 5.40002L5.66492 7.45502C5.75861 7.54815 5.88533 7.60042 6.01742 7.60042C6.14952 7.60042 6.27624 7.54815 6.36992 7.45502L8.36992 5.45502' stroke='%233C3C3C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  }

  .navbar-light .navbar-nav-desktop > li.menu-item-has-children:hover > a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39008 7.59998L6.33508 5.54498C6.24139 5.45185 6.11467 5.39958 5.98258 5.39958C5.85048 5.39958 5.72376 5.45185 5.63008 5.54498L3.63008 7.54498' stroke='%23E20613' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  }

  .navbar-light .navbar-nav-desktop > li > a {
    padding: 16px 0;
    color: #3C3C3C;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
  }

  .navbar-light .navbar-nav-desktop > li:hover > a {
    color: #E20613;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .box-search {
    margin-left: 8px
  }

  .navbar-nav-desktop > li > .sub-menu {
    display: none;
    position: relative;
  }

  .navbar-nav-desktop > li:hover .sub-menu {
    display: flex;
    position: absolute;
    top: 100%;
    flex-direction: column;
    list-style: none;
    border-top: 1px solid #E20613;
    background: #FFFFFF;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    max-height: 274px;
    overflow: auto;
    padding: 8px 0;
    min-width: 360px;
  }

  /* Firefox */
  .navbar-nav-desktop > li:hover .sub-menu {
    scrollbar-width: auto;
    scrollbar-color: #E20613 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .navbar-nav-desktop > li:hover .sub-menu::-webkit-scrollbar {
    width: 16px;
  }

  .navbar-nav-desktop > li:hover .sub-menu::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .navbar-nav-desktop > li:hover .sub-menu::-webkit-scrollbar-thumb {
    background-color: #E20613;
    border-radius: 0;
    border: 5px solid #ffffff;
  }

  .sub-menu li {
    text-align: left;
    padding: 12px 18px;
  }

  .sub-menu li a {
    color: #3C3C3C;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sub-menu li a:hover {
    color: #E20613;
  }

  .dropdown-menu li ul {
    position: relative !important;
  }

  .dropdown-menu li ul li {
    width: 100%;
  }

  .navbar-collapse .footer-social:first-of-type {
    margin-left: 0;
  }

  .dropdown-menu > li > a {
    padding: 8px 32px;
    display: block;
    box-shadow: none;
    transition: all .4s ease-in-out
  }

  .dropdown-menu li:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    padding-left: 8px
  }

  .dropdown-menu li::before {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 16px;
    left: 32px
  }

  .navbar-light, .navbar-brand, .navbar-right {
    transition: all .4s linear
  }

  .slide {
    padding: 40px 0;
  }

  .main-banner-text {
    max-width: 450px;
    min-height: 500px;
    padding: 80px 48px;
    top: -16px;
    opacity: 1;
    left: 0
  }

  .main-banner-img {
    max-width: 500px;
    top: -16px;
    right: 16px
  }

  .container-produtos:nth-child(odd) .col-md-7 {
    margin-left: 8.33%
  }

  .produto-img {
    width: 370px;
    height: 370px;
  }

  .container-desafio .main-banner-img, .container-heading .main-banner-img {
    height: calc(100% + 32px);
    top: -32px;
    right: 0
  }

  .box-social a {
    margin-right: 20px
  }

  .img-block.ib-right::before {
    left: initial;
    right: -24px
  }

  .box-treinamentos {
    width: 50%;
    height: 100%
  }

  .box-treinamentos:first-of-type {
    border-bottom: 1px solid #B1B1B1;
    border-right: none;
  }

  .col-contato-telefones {
    width: 48%;
  }

  .col-contato-form {
    width: 52%;
  }
}

@media (min-width: 1200px) {
  .navbar {
    padding: 0;
  }

  .navbar-expand-xl #menu-collapse {
    display: none !important;
  }

  .navbar-brand {
    width: 160px
  }

  .slide {
    margin-top: 154px
  }

  .main-banner-text {
    min-height: 200px;
    top: -24px
  }

  .main-banner-img {
    max-width: 600px;
    top: -24px;
    right: 24px
  }

  .main-banner-img::after {
    right: -24px;
    bottom: -24px
  }

  .produto-img {
    width: 452px;
    height: 452px;
  }

  .container-produtos .produto-texto {
    padding-left: 28px
  }

  .container-produtos:nth-child(odd) .produto-texto {
    padding-left: 0;
    padding-right: 28px
  }

  .container-desafio .main-banner-img, .container-heading .main-banner-img {
    height: calc(60% + 64px);
    top: 25px
  }

  .banner-contato {
    background-position: top;
    padding: 140px 0
  }

  .box-curso {
    min-height: 184px;
  }
}
