@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/****** Elad Shechter's RESET *******/
.init-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.init-hidden-off {
  opacity: 1;
}
.popup-on {
  display: block;
}
#popup {
  background-color: #f00;
  color: #fff;
  padding: 5px;
  position: absolute;
  display: block!important;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
/****** Elad Shechter's RESET FIM *******/

body {
  background-color: white;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Inicio Menu */

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  position: fixed;
  width: 100%;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
li.nav-item.rig {
  margin-right: 70px;
}
li.nav-item {
  -ms-flex-item-align: center;
      align-self: center;
}
#mainNav .navbar-nav > li > a.active {
  /* color: #fdcc52 !important; */
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #E6381F !important;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-inscrition a {
  background: #E6381F;
  color: #FFFFFF !important;
  width: 313px;
  height: 48px;
  border-radius: 6px;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 19px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuFixo {
  position: fixed;
  top: 0px!important;
  background-color: #fff!important;
  width: 100%;
  z-index: 999999;
  /* color: black!important; */
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
          box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover,
  #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: black;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #E6381F !important;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover,
  #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}
/* FIM Menu */
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1640px;
  }
}
/* Paleta cores - Widden */
.primary_color {
  color: #E6381F;
}
/* Section 1 */
#bloco-1 h1 {
  font-weight: 800;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    line-height: 60px;
    margin-bottom: 8px;
}
#bloco-1 p {
  font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 27px;
    color: #8C8A97;
    margin-bottom: 8px;
}
#bloco-1 button {
  background: #E6381F;
  color: #FFFFFF;
    width: 313px;
    height: 48px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 45px;
}

#bloco-1 span {
  font-weight: 500;
    color: #181818;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
}
img.home_desktop {
  width: 100%;
}
/* Section 2 */
.nav-link {
  color: #8C8A97;
}
.nav-link:focus, .nav-link:hover {
  color: #E6381F;
}
.mg_left {
  margin-left: 1.5rem;
}
button#pills-profile-tab {
  background: #c4c4c426;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
button#pills-home-tab {
  background: #c4c4c426;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.nav-pills .i.nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #E6381F!important;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.border_pill {
  border-bottom: solid #E6381F;
}
.description_education {
  margin: 35px 5px 35px 5px;
  text-align: initial;
}
.description_educationTwo {
  margin: 35px 5px 11px 5px;
  text-align: initial;
}
#bloco-2 small {
  font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
}
#bloco-2 p {
  font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.title_education{
  font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.text_education {
  font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;

}
#bloco-2 h3 {
  font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 15px;
}
.min_title{
  font-weight: 500;
  color: #E6381F;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.text_popup {
  font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}
.type_benefices {
  margin-bottom: 35px;
  margin-top: 35px;
}
a.link_redirection {
  color: #E6381F;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#bloco-2 h2 {
  color: #E6381F;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    font-family: 'Montserrat', sans-serif;
}

/* Section 3 */
p.pill_course_title {
  margin: 10px 0px 10px 0px;
  font-weight: 500;
  font-size: 16px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff!important;
  background-color: #E6381F!important;
  border-radius: 10px;
}
button.bg_pill.nav-link {
  background-color: #f6f6f6;
  border-radius: 10px;
}
div.nosubmit {
  border: none;
  padding: 0;
}
input.nosubmit {
  border: 1px solid #555;
  border-radius: 6px;
  width: 390px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  background: #0000 url(../img/search.svg) no-repeat 347px center;
  padding: 0px 0px 0px 15px;
}
#bloco-3 h3 {
  color: #181818;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 39px;
    font-size: 25px;
}
.course_type {
  text-align: center;
  border: 1px solid #181818;
  border-radius: 10px;
  margin: 15px;
}
.course_name {
  margin: 15px 20px 15px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #181818;
}
.course_duration {
  border-radius: 12px;
  width: 245.51px;
  float: right;
}
.course_certification {
  border-radius: 12px;
  width: 245.51px;
  float: right;
}
.course_and_description {
  font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
    margin-bottom: 25px;
}
.subtitle_and_description {
  font-weight: 500;
    border-bottom: 2px solid #97D2D4;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    margin-bottom: 15px;
}
svg.svg-inline--fa.fa-circle {
  font-size: 10px;
  color: #97D2D4;
  margin: 0px 6px 1px 1px;
}
.course_especification button {
  width: 313px;
    border-radius: 6px;
    height: 48px;
    background-color: #E6381F;
    font-family: 'Poppins';
    float: right;
    margin-top: 63px;    
    color: #fff;
    font-weight: 500;
}

/* carousel versão mobile */
.items_informations h6 {
  color: #014367;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}
.items_informations p {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #181818;
    margin-bottom: 25px;
}
.items_informations {
  width: 315px;
  padding: 50px 35px 45px 35px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px 10px 20px -10px rgb(214 216 228 / 60%);
          box-shadow: 0px 10px 20px -10px rgb(214 216 228 / 60%);
  height: auto;
  margin-bottom: 50px;
  text-align: initial;
}
.btn_courses_mobile {
  width: 196px;
    height: 30.06px;
    background: #E6381F;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    border-radius: 6px;
    color: #fff;
}
/* Section 4 */

#bloco-4 {
  background-image: url(../img/bg\ -\ Escolha\ da\ Wyden.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#bloco-4 h3 {
  color: #014367;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    font-family: 'Montserrat';
    margin: 45px 0px 20px 0px;
}
#bloco-4 p {
  font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
    margin-bottom: 70px;
}
#bloco-4  h5{
  font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #014367;
}
.img_benefice {
  width: 160px;
    margin-bottom: 20px;
}

/* Section 5 */
.form-control:focus {
  border-color: #E6381F;
  -webkit-box-shadow: 0 0 0 0.2rem #e6381f59;
          box-shadow: 0 0 0 0.2rem #e6381f59;
}
#bloco-5 {
  /* background-image: url(../img/BG\ -\ Form.png); */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 797px;
}
#bloco-5 h3 {
  font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #E6381F;
}
#bloco-5 p {
  font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    margin-bottom: 30px;
    color: #181818;
}
#bloco-5 label {
  font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #181818;
}
#bloco-5 div.wpcf7 p {
  margin-bottom: 1rem!important;
}
#bloco-5 div.wpcf7 p:nth-child(6) {
  margin: 0 !important;
  height: 50px;
}
div.wpcf7 span.wpcf7-spinner {
  position: relative;
  margin-top: -35px;
  display: block;
}
.form_wyden {
  width: 455px;
    float: right;
    margin-top: 110px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
}
.form {
  padding: 60px 30px 60px 31px;
}
.form_message small {
  font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.005em;
}
form button, .wpcf7 input.wpcf7-submit {
  width: 100%;
    height: 48px;
    border-radius: 6px;
    font-family: 'Poppins';
    background: #E6381F;
    color: #fff;
    font-size: 16px;
    border: none;
}

/* Section 6 */
#bloco-6 {
  background: #F6F6F8;
}
.space_content {
  padding: 110px 0px 100px 0px;
}
#bloco-6 small {
  font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #E6381F;
}
#bloco-6 h3 {
  font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 120%;
color: #181818;
margin-bottom: 15px;
}
#bloco-6 h5 {
  font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #181818;
}
#bloco-6 p {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.01em;
color: #181818;
}

.depoiment_user {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #181818;
}
.box_depoiment {
  width: 255px;
    height: 380px;
    background: #fff;
    border-radius: 24px;
    padding: 60px 25px 0px 25px;
}
.box_image {
  text-align-last: center;
    margin-bottom: 15px;
}
/* section 7 */
.newsletter {
  /* background-image: url(../img/BG\ Newsletter.png); */
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 125px 0px 95px 0px;
}

#bloco-7 h2 {
  font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.01em;
    line-height: 130%;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.input_newsletter {
  text-align: -webkit-center;
}
.input-group {
  height: 50px;
  width: 471px;
}
.input-group button, .input-group .btn.btn-outline {
  background: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #E6381F;
}

/* section 8 */
#bloco-8 small {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 120%;
color: #E6381F;
}
#bloco-8 h3 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 120%;
color: #000000;

}
#bloco-8 .title_sociais {
  font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #181818;
}
.accordion-item {
  border: 1px solid #0000;
}
.accordion-button::after {
  background-image: url(../img/plus.svg);
}
span.title_collapse {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #181818;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
}
.accordion-button:focus {
  border-color: #e6381f;
  -webkit-box-shadow: 0 0 0 0.25rem #e6381f7d;
          box-shadow: 0 0 0 0.25rem #e6381f7d;
}

.accordion-button:not(.collapsed) {
  color: #e6381f;
  background-color: #e6381f1c;
  -webkit-box-shadow: inset 0 -1px 0 #e6381f;
          box-shadow: inset 0 -1px 0 #e6381f;
}
/* footer */
.footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}
footer p {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #8C8A97;
}
footer p:hover {
  color: #E6381F;
}

.uk-search-icon-flip svg{
  padding: 0 !important;
  cursor: pointer;
}

.visible{
  display: block !important;
}

.uk-animation-shake{
  -webkit-animation-name: uk-shake !important;
          animation-name: uk-shake !important;
}
/* // Dispositivos X-Small (telefones retrato, menos de 320px) */
@media (max-width: 375.98px) { 
}
/* // Dispositivos X-Small (telefones retrato, menos de 576px) */
@media (max-width: 567.98px) { 
  .slick-prev:before, .slick-next:before {
    font-size: 30px;
  }
  .home_mobileW {
    height: 300px;
  }
  #bloco-4 h5 {
    font-size: 15px;
  }
  #bloco-1 h1 {
    font-size: 25px;
    line-height: 40px;
  }
  #bloco-1 p {
    line-height: 25px;;
    margin-bottom: 15px;
    text-align: -webkit-center;
  }
  img.sobrenos_image {
    width: 290px;
  }
  img.mobile_box {
    bottom: 100px!important;
 }
 .checked_benefices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  }
  span.i.ms-3 {
    margin-left: 0px!important;
  }
  .form_wyden {
    float: none;
    margin: 45px 0px 0px 0px!important;
    width: 100%!important;
  }
  form button {
    width: 100%;
  }
  .box_and_benefices.init-hidden.slick-index-992.row.slick-initialized.slick-slider.init-hidden-off {
    margin: 1px 1px 1px 1px;
  }
  .input-group {
    width: 80%;
  }
  .footer_items {
      display: initial;
      text-align: -webkit-center;
  }
  .term_properties {
    margin: 15px 0px 15px 0px;
    place-content: center;
  }
  .form-control {
    font-size: 0.8rem;
  }
  #bloco-7 h2 {
    font-size: 16px;
  }
  .pillbiz {
    margin-bottom: 20px;
  }
  img.home_mobile {
    width: 265px;
  }
}

/* // Dispositivos pequenos (telefones de paisagem, menos de 768px) */
@media (max-width: 767.98px) { 
  .form_wyden {
    float: none;
    margin: 70px 1px 1px 29px;
  }
  img.home_desktop {
    display: none;
  }
  .home_mobile {
    display: block!important;
    margin: 59px auto 0px auto;  
  }
  img.mobile_box {
    display: block!important;
    position: relative;
    width: 45%;
    margin: 0px auto 0px auto;
    bottom: 139px;
 }
  #bloco-1 button {
    width: 100%!important;
  }
  .mg_left {
    margin-left: 0px!important;
  }
  ul#pills-tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   }
   .title_and_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   }
   .depoiment_details {
    text-align-last: center;
  }
   .faq_informations {
    text-align-last: center;
    margin-bottom: 30px;
   }
   .email_and_icon.d-flex.align-items-center.mb-4.mt-4 {
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
   }
}

/* // Dispositivos médios (tablets, menos de 992px) */
@media (max-width: 991.98px) { 
  .btn-inscrition a {
    width: 265px;
 }
  img.home_desktop {
    margin-top: 45px;
  }
  .unity_box {
    width: 275px;
  }
  .init-hidden {
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
  }
  .init-hidden-off {
    opacity: 1;
  }
  li.nav-item.rig {
    margin-right: 0px;
 }
 .row.align-items-center.home-items {
  text-align-last: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
 }
 #bloco-1 span {
   margin-bottom: 20px;
 }
 .type_courses_desktop {
   display: none;
 }
 .type_courses_mobile {
   display: block!important;
 }
}

/* // Dispositivos grandes (computadores, menos de 1200px) */
@media (max-width: 1199.98px) { 
  li.nav-item.rig {
    margin-right: 25px;
  }
 .img_benefice {
  width: 130px;
 }
 #bloco-6 h3 {
  font-size: 28px;
 }
 #bloco-6 p {
  font-size: 15px;
  margin-bottom: 25px;
 }
}

/* // Dispositivos X-Large (áreas de trabalho grandes, menos de 1400px) */
@media (max-width: 1399.98px) { 

}