@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color1: #1c3d85 !important;
  --color2: #ffb914 !important;
  --color3: #333146 !important;
}
.unlimited_possibilities .single_item_center {
  border-radius: 12px 12px 0 0;
}
.unlimited_possibilities .single_item_first,
.unlimited_possibilities .single_item_last {
  border-radius: 12px 12px 0 0;
}
.unlimited_possibilities .single_item_center:before {
  height: 3px;
  bottom: 0px;
  width: 100%;
  right: 0px;
  background: var(--color2);
}
.unlimited_possibilities .single_item_first:before,
.unlimited_possibilities .single_item_last:before {
  height: 3px;
  width: 100%;
  left: 0px;
  background: var(--color2);
  /* background: #1c3d85; */
  bottom: 0;
}
.unlimited_possibilities .single_item_first:before,
.unlimited_possibilities .single_item_last:before {
  background: var(--color2) !important;
}
.blog_title h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: -0.02rem;
}
.blog_title h3 span {
  text-transform: none;
  /* font-family: sans-serif; */
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.unlimited_possibilities .single_item_center .icon_wrapper i:before,
#courses_details_wrapper
  .courses_details
  .courses_tab_wrapper
  .tab_contents
  .tab-pane
  .step_point
  li:before,
.event_details_wrapper
  .courses_details
  .courses_tab_wrapper
  .tab_contents
  .tab-pane
  .step_point
  li:before {
  color: var(--color1) !important;
}
.unlimited_possibilities {
  margin: 0;
  padding: 70px 0;
}
#courses_details_wrapper
  .courses_details
  .courses_tab_wrapper
  .tab_contents
  .tab-pane
  h3,
.event_details_wrapper
  .courses_details
  .courses_tab_wrapper
  .tab_contents
  .tab-pane
  h3 {
  font-weight: 600;
}
.diferenciais-2 {
  padding-bottom: 15px;
}
.diferenciais-2 img {
  width: 48px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  margin-right: 16px;
}
#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents,
.event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents {
  margin-top: 0px;
}
#courses_details_wrapper .courses_details .courses_tab_wrapper,
.event_details_wrapper .courses_details .courses_tab_wrapper {
  padding: 0px;
}
.faq_about {
  position: relative;
  padding: 70px 0 20px 0;
}
#courses_details_wrapper {
  padding: 70px 0;
}
.faq_about .faq_wrapper .single_faq h3 {
  color: #333146;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
}
.bg-light {
  background: #f3f3f3 !important;
}
.faq_about .faq_wrapper .single_faq h3 span {
  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0);
  position: absolute;
  left: -70px;
  top: -15px;
  background: #fff;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
}
.faq_about .faq_wrapper .single_faq {
  padding-left: 60px;
  padding-right: 70px;
}
.sub_title h2 {
  font-size: 30px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}
.unlimited_possibilities .single_item .blog_title h3 {
  font-weight: 900;
  font-size: 28px;
  padding: 0px;
  line-height: 34px;
  -webkit-text-stroke: 1px;
  letter-spacing: 0.05rem;
  color: var(--color1);
  /* min-height: 60px; */
}
.unlimited_possibilities .single_item .blog_title span {
  -webkit-text-stroke: 0px;
  color: var(--color3);
}
.unlimited_possibilities .single_item .icon_wrapper i:before {
  color: var(--color2) !important;
  font-size: 32px;
}
.unlimited_possibilities .single_item .icon_wrapper {
  padding-bottom: 20px;
}
.courses_details h2 {
  font-size: 30px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}
.sub_title p {
  padding: 25px 0 0;
  margin: 0;
}
.courses_details {
  display: flex;
  gap: 40px;
  margin: 20px auto;
  /* width: 100%; */
}
.courses_tab_wrapper {
  flex-direction: row;
  width: 50%;
}
.register_area_2 {
  background: transparent;
  background-color: var(--color1);
  min-height: 600px;
  position: relative;
  padding: 70px 0;
  z-index: 1;
}
h2.text-blue {
  font-weight: 600;
  font-size: 30px;
}
h2.nacao-click {
  font-size: 18px;
  font-weight: 600;
}
/* .register_area:before {
  background: transparent;
} */
.img-matricula {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.btnconcursodebolsas {
  background: #1c3d85;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-family: "Rubik", sans-serif;
  transition: all 0.3s ease-in-out;
}
.btnconcursodebolsas-2,
.btnconcursodebolsas-3 {
  background: var(--color2);
  font-weight: 500;
  border-radius: 5px;
  color: var(--color1);
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-family: "Rubik", sans-serif;
  transition: all 0.3s ease-in-out;
}
.btnconcursodebolsas-2:hover {
  background: #fff;
  color: #1c3d85 !important;
}
.btnconcursodebolsas-3:hover {
  background: var(--color1);
  color: var(--white) !important;
}
.unlimited_possibilities .single_item {
  min-height: 670px;
}
.single_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.title-2 h2 {
  font-weight: 500;
  font-size: 30px;
  color: var(--color2);
  letter-spacing: 0.05rem;
}
.title-2 p {
  color: #fff;
}
#player {
  scale: 1.2;
}
#myCarousel {
  --f-arrow-pos: 20px;
  --f-arrow-bg: rgba(255, 255, 255, 0.75);
  --f-arrow-hover-bg: rgba(255, 255, 255, 1);
  --f-arrow-color: #333;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-svg-width: 20px;
  --f-arrow-svg-height: 20px;
  --f-arrow-svg-stroke-width: 2px;
  --f-arrow-border-radius: 10%;
  /* height: 400px; */
  height: auto;
}

#myCarousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#myCarousel img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 10px;
}
.f-thumbs {
  display: none !important;
}
.border-radius-10 iframe {
  border-radius: 10px;
}
.galeria img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
  cursor: pointer;
}
.about_us_thinking {
  background: transparent;
}
.testimonial {
  background: #182256;
}
.about_us_thinking .banner_learn {
  padding-right: 10px;
}
.about_us_thinking .title {
  padding: 190px 30% 80px 4%;
}
header .edu_nav nav .navbar-nav li a:hover,
a:hover {
  color: var(--color1) !important;
}
.button-news {
  border-radius: 6px;
}
.button:hover {
  background-color: #1e418c;
  color: white !important;
}
@media (max-width: 991px) {
}
@media (max-width: 600px) {
  .unlimited_possibilities .single_item {
    min-height: max-content;
    justify-content: flex-start;
  }
  #myCarousel {
    --f-arrow-pos: 35px;
  }
  .courses_details h2 {
    margin: 0 auto;
  }
  .faq_about .faq_wrapper .single_faq {
    padding-left: 40px;
    padding-right: 0px;
  }
  .title-2 h2 {
    max-width: 100%;
    margin-top: 30px;
  }
  .btnconcursodebolsas {
    min-width: 275px;
    margin: 5px auto;
  }
  h2.nacao-click {
    font-size: 18px;
    max-width: 28ch;
    margin: 0 auto;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
  .faq_about {
    position: relative;
    padding: 70px;
  }
  .margin-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .courses_details {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
  .courses_tab_wrapper {
    width: 100%;
  }
}
