@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-thin-straight/css/uicons-thin-straight.css");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-bold-straight/css/uicons-bold-straight.css");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-bold-rounded/css/uicons-bold-rounded.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: 'PillGotich600Bold';
  src: url('/themes/wc_gleyce_fortaleza/src/fonts/PillGothic600mg-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'MedinoRegular';
  src: url('/themes/wc_gleyce_fortaleza/src/fonts/Medino-Regular.otf') format('opentype');
}

@font-face {
  font-family: "Nioicon";
  src: url('/themes/wc_gleyce_fortaleza/src/fonts/Nioicon.ttf') format('opentype');
}

:root {
  --swiper-theme-color: #0a4036;
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-navigation-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-navigation-size: 26px;
  /*--swiper-pagination-bullet-height: 8px;*/
  /*--swiper-pagination-bullet-inactive-color: #000;*/
  /*--swiper-pagination-bullet-inactive-opacity: 0.2;*/
  /*--swiper-pagination-bullet-opacity: 1;*/
  /*--swiper-pagination-bullet-horizontal-gap: 4px;*/
  /*--swiper-pagination-bullet-vertical-gap: 6px;*/
}

* {
	scrollbar-width: thin;
	scrollbar-color: #094037 #f5f6fa
}

*::-webkit-scrollbar {
	width: 0;
}

*::-webkit-scrollbar-track {
	background: #001a47;
}

*::-webkit-scrollbar-thumb {
	background: #d9a400;
	border-radius: 20px;
	border: none;
}

.swiper-pagination-bullet-active {
  background: red;
}
  
.btn-cta {
  font-family: "Montserrat", sans-serif;
  background: #0a4036;
  border-radius: 44px;
  color: #FFF;
  padding: 0.6rem 4.2rem;
  font-weight: bold;  
  border: 2px solid #0a4036;
  transition: 0.3s ease;
}

.ub-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.ub-header .ub-header-content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  max-height: 80px;
}
.ub-header .ub-header-content .ub-header-menu {
  padding-left: 2rem;
  margin-left: auto;
}
.ub-header .ub-header-content .ub-header-menu .ub-header-menu-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.ub-header .ub-header-content .ub-header-menu .ub-header-menu-list .ub-header-menu-item .ub-header-menu-link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  padding: 1rem;
  text-decoration: none;
  color: #364A63;
}
.ub-header .ub-header-content .ub-header-menu .ub-header-menu-list .ub-header-menu-item .ub-header-menu-btn {
  margin-left: 0.5rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.6875rem;
  --bs-btn-font-family: "Montserrat", sans-serif;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #003C3C;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #003C3C;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #003C3C;
}

.ub-header .ub-header-content .ub-header-logo-wrap img {
	height: 100%;
}

.ub-header.ub-is-transparent {
  background-color: transparent;
  padding: 0.5rem 0;
}

.ub-header.ub-has-fixed {
  position: fixed;
  padding: 0;
  box-shadow: 0 1px 3px 2px rgba(31, 43, 58, 0.08);
  width: 100%;
  background-color: #FFFFFF;
}

.ub-hero-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  height: 100vh;
}
.ub-hero-section .ub-hero-caption .ub-hero-section-title {
  font-family: "PillGotich600Bold", serif;
  font-size: 3rem;
  font-weight: 900;
  color: #0b2620;
  margin-bottom: 1.5rem;
}

.header-slide .header-caption .section-title {
  font-family: "PillGotich600Bold", serif;
  font-size: 3rem;
  font-weight: 900;
  color: #0b2620;
  margin-bottom: 1.5rem;
}

.header-slide .header-caption .button-cta {
  padding: 10px 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 2px solid #0a4036;
  color: #FFF;
  background: #0a4036;
  border-radius: 33px;
}

.ub-hero-section .ub-hero-caption .ub-hero-section-desc {
  font-family: "Montserrat", sans-serif;
  color: #566965;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 2;
}

.ub-hero-section .ub-hero-caption .section-desc {
  font-family: "Montserrat", sans-serif;
  color: #566965;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 2;
}



.ub-hero-section .ub-hero-caption .ub-hero-facts-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  display: flex;
  margin-bottom: 1.5rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-facts-list .ub-hero-facts-item + .ub-hero-facts-item {
  margin-left: 3.5rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-facts-list .ub-hero-facts-item .ub-hero-facts-text {
  margin-bottom: 0;
}
.ub-hero-section .ub-hero-caption .ub-hero-facts-list .ub-hero-facts-item .ub-hero-facts-text .ub-hero-facts-number {
  color: #0d7257;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -2px;
}
.ub-hero-section .ub-hero-caption .ub-hero-facts-list .ub-hero-facts-item .ub-hero-facts-text .ub-hero-facts-title {
  color: #0d7257;
  font-size: 0.875rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-actions-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-actions-list .ub-hero-actions-item + .ub-hero-actions-item {
  margin-top: 1rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-actions-list .ub-hero-actions-item .ub-hero-actions-btn i {
  vertical-align: -2px;
  margin-right: 0.875rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-actions-list .ub-hero-actions-item .ub-hero-actions-btn {
  --bs-btn-padding-x: 4.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: "Montserrat", sans-serif;
  --bs-btn-font-weight: 700;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #0a4036;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #0a4036;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #0a4036;
}
/*.ub-hero-section .ub-hero-caption .ub-hero-actions-list .ub-hero-actions-item:last-child .ub-hero-actions-btn {*/
/*  --bs-btn-padding-x: 4.5rem;*/
/*  --bs-btn-padding-y: 0.75rem;*/
/*  --bs-btn-font-family: "Montserrat", sans-serif;*/
/*  --bs-btn-color: #003C3C;*/
/*  --bs-btn-bg: transparent;*/
/*  --bs-btn-hover-color: #003C3C;*/
/*}*/
.ub-hero-section .ub-hero-caption .ub-hero-text {
  font-family: "Montserrat", sans-serif;
  color: #566965;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-brands-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
.ub-hero-section .ub-hero-caption .ub-hero-brands-list .ub-hero-brands-item {
  /*height: 40px;*/
}
.ub-hero-section .ub-hero-caption .ub-hero-brands-list .ub-hero-brands-item + .ub-hero-brands-item {
  margin-left: 2rem;
}
.ub-hero-section .ub-hero-caption .ub-hero-brands-list .ub-hero-brands-item img {
  height: 100%;
  max-height: 78px;
  /*filter: brightness(0);*/
  /*opacity: 0.5;*/
}
.ub-hero-section .ub-hero-play-card {
  background-color: #FFFFFF;
  box-shadow: 6px 12px 40px rgba(30, 48, 75, 0.08);
  border-radius: 1rem;
  padding: 1.375rem;
  display: inline-flex;
  position: relative;
  margin-bottom: 4.625rem;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-left {
  margin-right: 3.5rem;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-left .ub-hero-play-title {
  font-family: "MedinoRegular", serif;
  color: #364A63;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-left .ub-hero-play-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #8094AE;
  margin-bottom: 0;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-stars-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: end;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-stars-list .ub-hero-play-stars-item + .ub-hero-play-stars-item {
  margin-left: 0.25rem;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-stars-list .ub-hero-play-stars-item i {
  color: #0a4036;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-btn {
  position: absolute;
  top: -36px;
  right: -36px;
  background-color: #0a4036;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-btn::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  border: 2px solid rgba(0, 60, 60, 0.25);
  border-radius: 50%;
}
.ub-hero-section .ub-hero-play-card .ub-hero-play-btn i {
  font-size: 1.5rem;
  color: #E6F1F2;
  line-height: 1.5rem;
}
@keyframes btn-pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.25);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
  }
}

@media (min-width: 768px) {

  .mySwiper swiper-slide .container .section-title .title {
    font-size: 4rem;
  }

  .ub-hero-section .ub-hero-caption .ub-hero-section-title {
    font-size: 4rem;
  }
  .ub-hero-section .ub-hero-caption .ub-hero-actions-list {
    display: flex;
  }
  .ub-hero-section .ub-hero-caption .ub-hero-actions-list .ub-hero-actions-item + .ub-hero-actions-item {
    margin-top: 0;
  }
  
  
}
@media (min-width: 1200px) {
  .ub-hero-section {
    background-position: center;
    background-image: url("../../../assets/pos-med/img/b.jpg");
    background-size: cover;
  }
}
.ub-reasons-why-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: linear-gradient(to bottom, rgba(245,246,250,1) 0%, rgba(196,208,206,1) 78%, rgba(182,197,194,1) 100%);
}

.ub-reasons-why-section .ub-reasons-why-section-title {
  font-family: "MedinoRegular", serif;
  font-size: 2.7rem;
  font-weight: 600;
  color: #0b2620;
  margin-top: 40px;
  margin-bottom: 3.5rem;
  letter-spacing: 1px;
  font-size: 2rem;
}

.ub-reasons-why-section .ub-reasons-why-section-title span {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
  color: #0d7257;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.ub-reasons-why-section .ub-reason-why .ub-reason-why-icon-wrap {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin-right: 1.5rem;
  background-color: #0d7257;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.ub-reasons-why-section .ub-reason-why .ub-reason-why-icon-wrap i {
  font-size: 2rem;
  color: #FFF;
  line-height: 2rem;
}
.ub-reasons-why-section .ub-reason-why .ub-reason-why-title {
  font-family: "PillGotich600Bold", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0b2620;
  margin-bottom: 1rem;
}
.ub-reasons-why-section .ub-reason-why .ub-reason-why-desc {
  font-family: "Montserrat", sans-serif;
  color: #566965;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 2;
}

.ub-reasons-why-section .divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  border: none !important;
  position: relative;
  bottom: -114px;
}

.ub-reasons-why-section .divider img {
  width: 36%;
  filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(2472%) hue-rotate(116deg) brightness(90%) contrast(92%);
}

.ub-reasons-why-section .divider .btn-cta {
  border: 1px solid #0b2620;
  background: #0b2620;
  padding: 10px 20px;
  /*width: 20%;*/
}

.ub-reasons-why-section .divider .btn-cta:hover {
  background: #3f8e78;
}

.ub-service-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #F5F6FA;
}
.ub-service-section .ub-service-section-title {
  font-family: "system-ui", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b2620;
  margin-bottom: 3.5rem;
}
.ub-service-section .ub-service-section-title strong {
  color: #0d7257;
}
.ub-service-section .ub-service-list {
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}
.ub-service-section .ub-service-list .ub-service-item {
  display: flex;
}
.ub-service-section .ub-service-list .ub-service-item + .ub-service-item {
  margin-top: 1.5rem;
}
.ub-service-section .ub-service-list .ub-service-item .ub-service-icon-wrap {
  height: 60px;
  width: 60px;
  border-radius: 50% 50% 50% 0;
  margin-right: 1.5rem;
  background-color: #F5F6FA;
  background-color: #FFFFFF;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  display: none;
}
.ub-service-section .ub-service-list .ub-service-item .ub-service-icon-wrap i {
  font-size: 2rem;
  color: #6576ff;
  line-height: 2rem;
}
.ub-service-section .ub-service-list .ub-service-item .ub-service-text {
  font-family: "Montserrat", sans-serif;
  color: #8094AE;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 2;
}
.ub-service-section .ub-service-btn {
  --bs-btn-padding-x: 4.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: "Montserrat", sans-serif;
  --bs-btn-font-weight: 700;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #0a4036;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #0a4036;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #0a4036;
}

.ub-about-us-section {
  padding-bottom: 7rem;
}
.ub-about-us-section .ub-about-us-section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #364A63;
  margin-bottom: 3.5rem;
}
.ub-about-us-section .ub-about-us-section-desc {
  font-family: "Montserrat", sans-serif;
  color: #8094AE;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 2;
}

.ub-cta-section {
  background-color: #003C3C;
  padding: 3rem 0;
  background-image: url("https://dashlite.net/images/landing/bn-investorm.jpg");
  position: relative;
}
.ub-cta-section > .container {
  position: relative;
  z-index: 1;
}
.ub-cta-section::after {
  background: rgba(0, 60, 60, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.ub-cta-section .ub-cta-section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}
.ub-cta-section .ub-cta-section-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #E5E9F2;
}
.ub-cta-section .ub-cta-btn-wrap {
  display: flex;
  justify-content: center;
}
.ub-cta-section .ub-cta-btn-wrap .ub-cta-btn {
  letter-spacing: 0.1rem;
  --bs-btn-padding-x: 4.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: "Montserrat", sans-serif;
  --bs-btn-font-weight: 700;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #003C3C;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
}

.ub-modules-section {
  padding-bottom: 3.5rem;
  padding-bottom: 0;
  z-index: 30;
  position: relative;
}

.ub-modules-section .container {
  margin-top: -100px;
  position: relative;
  padding: 32px;
  border-radius: 30px;
  background: #f5f6fa;
  padding-bottom: 0;
}


.ub-modules-section .container:before {
  content: "";
  width: 100%;
  height: 236px;
  box-shadow: 1px -1px 17px 2px #0000003d;
  position: absolute;
  border-radius: 12px 12px 0 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.ub-modules-section .container swiper-container swiper-slide {
  padding: 10px;
  padding-bottom: 60px;
}

.ub-modules-section .container .container-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.ub-modules-section .container .container-action h3 {
  width: 100%;
  font-family: "MedinoRegular", serif;
  color: #0b2620;
  font-size: 2.6rem;
  text-align: center;
}

.ub-modules-section .container .container-action .btn-cta {
  background: #094037;
  /*margin-top: 28px;*/
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.swiper-button-next, .swiper-button-prev {
  display: none !important;
}

.ub-modules-section .ub-modules-section-title {
  font-family: "MedinoRegular", serif;
  font-size: 2.7rem;
  font-weight: 600;
  color: #0b2620;
}
.ub-modules-section .ub-modules-section-desc {
  font-family: "Montserrat", sans-serif;
  color: #566965;
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.4rem;
}
.ub-modules-section .ub-modules-view-all-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #149292;
  text-decoration: none;
  margin-top: 1rem;
}
.ub-modules-section .ub-modules-bottom {
  display: flex;
  justify-content: space-between;
}
.ub-modules-section .ub-modules-bottom .ub-modules-indicators-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.ub-modules-section .ub-modules-bottom .ub-modules-indicators-list .ub-modules-indicators-item {
  width: 44px;
  height: 6px;
  background-color: #E6F1F2;
  border-radius: 12px;
}
.ub-modules-section .ub-modules-bottom .ub-modules-indicators-list .ub-modules-indicators-item + .ub-modules-indicators-item {
  margin-left: 1rem;
}
.ub-modules-section .ub-modules-bottom .ub-modules-indicators-list .ub-modules-indicators-item.ub-active {
  background-color: #003C3C;
}
.ub-modules-section .ub-modules-bottom .ub-modules-nav .ub-modules-nav-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
.ub-modules-section .ub-modules-bottom .ub-modules-nav .ub-modules-nav-list .ub-modules-nav-item:first-child {
  margin-right: 1rem;
}
.ub-modules-section .ub-modules-bottom .ub-modules-nav .ub-modules-nav-list .ub-modules-nav-item .ub-modules-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
}
.ub-modules-section .ub-modules-bottom .ub-modules-nav .ub-modules-nav-list .ub-modules-nav-item .ub-modules-nav-btn i {
  font-size: 1.5rem;
  line-height: 1rem;
}

.ub-module-card {
  background-color: #FFF;
  border-radius: 1.5rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: 625px;
  max-height: 250px;
  /*overflow-x: scroll;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom: 3px solid #b6c5c2;
  box-shadow: 0 0 7px 2px #0000003d;
}
.ub-module-card .ub-module-img {
  height: 216px;
  border-radius: 1.25rem;
  background-color: #094037;
  width: 100%;
  margin-bottom: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.ub-module-card .ub-module-details {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
  padding: 0 0.625rem;
}
.ub-module-card .ub-module-details .ub-module-list-v1 {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
}
.ub-module-card .ub-module-details .ub-module-list-v1 .ub-module-item {
  display: flex;
}
.ub-module-card .ub-module-details .ub-module-list-v1 .ub-module-item + .ub-module-item {
  margin-left: 1rem;
}
.ub-module-card .ub-module-details .ub-module-list-v1 .ub-module-item i {
  margin-right: 0.375rem;
  color: #364A63;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}
.ub-module-card .ub-module-details .ub-module-list-v1 .ub-module-item p {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #364A63;
}
.ub-module-card .ub-module-details .ub-module-title {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "PillGotich600Bold", serif;
  color: #0b2620;
}
.ub-module-card .ub-module-details .ub-module-list-v2 {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  color: #8094AE;
  height: 302px;
  overflow-x: auto;
}
.ub-module-card .ub-module-details .ub-module-list-v2 .ub-module-item {
  font-size: 0.875rem;
  padding-left: 18px;
  line-height: normal;
  color: #566965;
  position: relative;
}

.ub-module-card .ub-module-details .ub-module-list-v2 .ub-module-item:before {
  content: "\F135";
  font-size: 1.4rem;
  color: #566965;
  left: -5px;
  position: absolute;
  font-family: 'bootstrap-icons';
}

.ub-module-card .ub-module-details .ub-module-list-v2 .ub-module-item + .ub-module-item {
  margin-top: 10px;
}
.ub-module-card .ub-module-details .ub-module-list-v2 .ub-module-item p {
  margin-bottom: 0;
}
.ub-module-card .ub-module-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.625rem;
  margin-bottom: 0.625rem;
  margin-top: auto;
}
.ub-module-card .ub-module-bottom .ub-module-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  color: #149292;
  margin-bottom: 0;
}
.ub-module-card .ub-module-bottom .ub-module-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
}
.ub-module-card .ub-module-bottom .ub-module-btn i {
  font-size: 1.5rem;
  line-height: 1rem;
}

.ub-module-card.ub-is-dark {
  background-color: #003C3C;
}
.ub-module-card.ub-is-dark .ub-module-details .ub-module-list-v1 .ub-module-item i {
  color: #E6F1F2;
}
.ub-module-card.ub-is-dark .ub-module-details .ub-module-list-v1 .ub-module-item p {
  color: #E6F1F2;
}
.ub-module-card.ub-is-dark .ub-module-details .ub-module-title {
  color: #E6F1F2;
}
.ub-module-card.ub-is-dark .ub-module-details .ub-module-list-v2 {
  color: #E6F1F2;
}
.ub-module-card.ub-is-dark .ub-module-bottom .ub-module-price {
  color: #E6F1F2;
}
.ub-module-card.ub-is-dark .ub-module-bottom .ub-module-btn {
  background-color: #FFFFFF;
}

.ub-v1-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #F5F6FA;
}
.ub-v1-section .ub-v1-section-title {
  font-family: "MedinoRegular", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #094037;
  margin-bottom: 3.5rem;
}

.ub-v1-section .ub-v1-section-title span {
  white-space: no-wrap;
}

.ub-v1-section .ub-v1-list {
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}
.ub-v1-section .ub-v1-list .ub-v1-item {
  display: flex;
}
.ub-v1-section .ub-v1-list .ub-v1-item + .ub-v1-item {
  margin-top: 1.5rem;
}
.ub-v1-section .ub-v1-list .ub-v1-item .ub-v1-icon-wrap {
  margin-right: 1rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.ub-v1-section .ub-v1-list .ub-v1-item .ub-v1-icon-wrap i {
  font-size: 1.5rem;
  color: #0a4036;
  line-height: 1.5rem;
}
.ub-v1-section .ub-v1-list .ub-v1-item .ub-v1-text {
  font-family: "Montserrat", sans-serif;
  color: #8094AE;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 2;
}
.ub-v1-section .ub-v1-btn {
  --bs-btn-padding-x: 4.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: "Montserrat", sans-serif;
  --bs-btn-font-weight: 700;
  --bs-btn-color: #003C3C;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: #003C3C;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #003C3C;
  --bs-btn-hover-border-color: #003C3C;
}

.ub-cta-v2-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.ub-cta-v2-section .ub-cta-v2-content {
  padding: 5rem;
  border-radius: 2rem;
  background-color: #E6F1F2;
}
.ub-cta-v2-section .ub-cta-v2-content .ub-cta-v2-section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #364A63;
  margin-bottom: 3.5rem;
  text-align: center;
}
.ub-cta-v2-section .ub-cta-v2-btn-wrap {
  display: flex;
  justify-content: center;
}
.ub-cta-v2-section .ub-cta-v2-btn-wrap .ub-cta-v2-btn {
  --bs-btn-padding-x: 4.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: "Montserrat", sans-serif;
  --bs-btn-font-weight: 700;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #003C3C;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #003C3C;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #003C3C;
}/*# sourceMappingURL=main.css.map */


.whats-content {
  display: none;
}

header {
  min-height: auto !important; 
  justify-content: start !important;
}

header .container .header-menu .menu-list {
  gap: 10px;
  text-transform: uppercase;
}

.header-main.has-fixed .header-menu .menu-list a {
  color: #0a4036 !important;
  background: none !important;
}

header .container .header-menu .menu-list a {
  color: #FFF;
  font-weight: bold;
  padding: 10px 14px;
  border-radius: 25px;
  line-height: 16px;
  border: 1px solid transparent;
}

header .container .header-menu .menu-list a:hover {
  background: #09403761;
  border: 1px solid rgba(10, 64, 54, 0.83);
  backdrop-filter: blur(9px);
}

header .container .header-menu .menu-btns li a {
  gap: 8px;
  font-size: 1rem;
  padding: 10px 14px;
  background: #0a4036;
  color: #FFF !important;
  border-radius: 25px;
  transition: 0.2s ease;
  border: none;
  text-shadow: none !important;
  text-transform: uppercase;
  line-height: 16px;
}

header .container .header-menu .menu-btns li a:hover {
  background: #0d7257;
}
header .container .header-menu .carrinho {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  color: #0a4036;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}

header .container .header-menu .carrinho:hover {
  color: #0d7257;
}

header .container .header-menu .carrinho:hover li span {
  background: #0d7257;
}

header .container .header-menu .carrinho li {
  font-size: 20px;
  transition: 0.2s ease;
}

header .container .header-menu .carrinho li span {
  position: absolute;
  font-size: 0.7rem;
  background: #0a4036;
  color: #FFF;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  top: -2px;
  font-weight: 500;
  transition: 0.2s ease;
}

header .menu-toggler.active {
  color: #094037 !important;
}

header .header-overlay {
  background: rgb(6 35 18 / 83%);
}

.mySwiper swiper-slide {
	background-position: center !important;
  background-size: cover !important;
  padding: 7rem 0;
  padding-bottom: 0;
  overflow: hidden;
  /*filter: grayscale(2%) contrast(150%) sepia(100%) hue-rotate(88deg);*/
}

.mySwiper swiper-slide .background .svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.mySwiper swiper-slide .background .foto {
  
}

.mySwiper swiper-slide .container {
  display: flex;
  gap: 30px;
  min-height: 600px;
}

.mySwiper swiper-slide .container .section-title {
  width: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mySwiper swiper-slide .container .section-title .title {
  font-family: "PillGotich600Bold", serif;
  font-size: 4rem;
  font-weight: 900;
  color: #0b2620;
  margin-bottom: 1.5rem;
}

.mySwiper swiper-slide .container .section-title .title span {
  white-space: nowrap;
}

.mySwiper swiper-slide .container .section-title .text-subtitle {
  font-family: "Montserrat", sans-serif;
  color: #566965;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 2;
}

.mySwiper swiper-slide .container .section-title .btn-cta {
  margin-bottom: 1.5rem;
}

.mySwiper swiper-slide .container .section-title .btn-cta:hover {
  background: #FFF;
  color: #0a4036;
}

.mySwiper swiper-slide .container .section-title .text-normal {
  font-family: "Montserrat", sans-serif;
  color: #566965;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.mySwiper swiper-slide .container .section-title .parceiros {
  display: flex;
  gap: 2rem;
}

.mySwiper swiper-slide .container .section-title .parceiros img {
  height: 100%;
  max-height: 92px;
}

.mySwiper swiper-slide .container .section-background {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.mySwiper swiper-slide .container .section-background .background {
  position: absolute;
  width: 900px;
  left: -120px;
  top: -250px;
}

.mySwiper swiper-slide .container .section-background .background .forma {
  position: absolute;
  z-index: 1;
  width: 100%;
  scale: 1.01;
}

.mySwiper swiper-slide .container .section-background .background .box-foto {
  background-size: cover !important;
  height: 900px;
}

.mySwiper swiper-slide .container .section-background .background .foto {
  height: 98%;
  width: 98%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mySwiper swiper-slide .container .section-background .container-play {
  background-color: #FFFFFF;
  box-shadow: 6px 12px 40px rgba(30, 48, 75, 0.08);
  border-radius: 1rem;
  padding: 1.375rem;
  display: inline-flex;
  position: absolute;
  z-index: 10;
  left: 43%;
  bottom: 50px;
  width: 60%;
  transform: translateX(-50%);
}

.mySwiper swiper-slide .container .section-background .container-play .text-name {
  margin-right: 3.5rem;
}

.mySwiper swiper-slide .container .section-background .container-play .text-name h2 {
  font-family: "MedinoRegular", serif;
 color: #364A63;
 font-weight: 700;
 font-size: 2.2rem;
 margin-bottom: 0.25rem;
}

.mySwiper swiper-slide .container .section-background .container-play .text-name p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #8094AE;
  margin-bottom: 0;
}

.mySwiper swiper-slide .container .section-background .container-play .list-star {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: end;
  position: absolute;
  right: 22px;
  bottom: 11px;
}

.mySwiper swiper-slide .container .section-background .container-play .list-star .item-star + .item-star {
  margin-left: 0.25rem;
}

.mySwiper swiper-slide .container .section-background .container-play .list-star .item-star i {
  color: #d8aa00;
}

.mySwiper swiper-slide .container .section-background .container-play .btn-play {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  background-color: #0a4036;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.mySwiper swiper-slide .container .section-background .container-play .btn-play::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  border: 2px solid rgba(0, 60, 60, 0.25);
  border-radius: 50%;
}

.mySwiper swiper-slide .container .section-background .container-play .btn-play i {
   font-size: 1.5rem;
   color: #E6F1F2;
   line-height: 1.5rem;
}

.section-formato-curso {
  background: #b6c5c2;
  padding-top: 128px;
  padding-bottom: 128px !important;
  /*border-radius: 0 0 80px 80px;*/
  position: relative;
  z-index: 20;
}

.section-formato-curso .container .title-header {
   font-family: "MedinoRegular", serif;
   color: #0b2620;
   font-weight: bold;
   font-size: 3rem;
}

.section-formato-curso .container .description-header {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
}

.section-formato-curso .container .title-header span {
  color: #0d7257;
}

.section-formato-curso .container .title-header i {
  margin-right: 24px;
}

.section-formato-curso .container .img-block img {
  width: 100%;
  border-radius: 29px;
  max-height: 700px;
  border: 1px solid #0b2620;
  object-fit: cover;
}

.section-formato-curso .container .container-curso-info {
  text-align: justify;
}

.section-formato-curso .container .container-curso-info p {
  font-family: "Montserrat", sans-serif;
  color: #566965;
}

.section-investimento {
  background: #0a4036;
  padding-top: 180px;
  padding-bottom: 180px !important;
  /*border-radius: 0 0 80px 80px;*/
  z-index: 10;
  position: relative;
}

.section-investimento .container .title-header {
  font-family: "MedinoRegular", serif;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
}
.section-investimento .container .description-header {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
}

.section-investimento .container .title-header i {
  margin-right: 24px;
}

.section-investimento .container .title-header span {
  color: #0d7257;
}

.section-investimento .container .img-block img {
  /*max-height: 570px;*/
  object-fit: cover;
}

.section-investimento .container .container-curso-info .list-info {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.section-investimento .container .container-curso-info .list-info .card {
  height: 100%;
  background: #f5f6fa;
  border-radius: 20px;
}

.section-investimento .container .container-curso-info .list-info .card:hover {
  background: #FFF;
}
.section-investimento .container .container-curso-info .list-info .card.service-s4:after {
  background: #0d7257;
  width: 8px;
}

.section-investimento .container .container-curso-info .list-info .card-info {
  height: 100%;
  background: #f5f6fa;
  border-radius: 20px;
  padding: 16px;
  margin: 0;
}

.section-investimento .container .container-curso-info .list-info .card-info .service-icon {
  background: #0d7257;
  border-radius: 50%;
  color: #FFF !important;
  margin-bottom: 0;
  margin-right: 16px;
  width: 46px;
  height: 46px;
}

.section-investimento .container .container-curso-info .list-info .card-info .service-icon i {
  font-size: 20px;
}

.section-investimento .container .container-curso-info .list-info .service-text .title{
  font-family: "PillGotich600Bold", serif;
  color: #0b2620;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.section-investimento .container .container-curso-info .list-info .service-text p {
  color: #566965;
  font-size: 0.9rem;
}

.section-investimento .container .investimento-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.section-investimento .container .investimento-action h3 {
  width: 100%;
  font-family: "MedinoRegular", serif;
  color: #FFF;
  font-size: 2.6rem;
  text-align: center;
}

.section-investimento .container .investimento-action .btn-cta {
  background: #3f8e78;
  /*margin-top: 28px;*/
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-faq {
  background: #f5f6fa;
}

.section-faq .section-head .title {
  font-family: "MedinoRegular", serif;
  font-weight: 600;
  color: #0b2620;
  letter-spacing: 1px;
  font-size: 2.8rem;
}

.section-faq .section-head p {
  color: #0d7257;
}

.section-faq .accordion {
  border-radius: 20px !important;
  --bs-accordion-border-radius: 20px;
}

.section-faq .accordion-head.collapsed .title {
  color: #0b2620;
}

.section-faq .accordion-item .accordion-body p {
  color: #0d7257;
}

.section-faq .container .contatos {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-evenly;
}

.section-faq .container .box-contato {
  cursor: pointer;
  width: 50%;
  background: #FFF;
  padding: 16px;
  margin-top: 20px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: #0b2620;
  transition: 0.2s ease;
  box-shadow: 0px 6px 35.2px 4.8px rgba(43, 55, 72, 0.06);
}

.section-faq .container .box-contato:hover {
  box-shadow: 0px 0px 17px 7px rgb(43 72 48 / 13%);
}
.section-faq .container .box-contato i {
  font-size: 28px;
}

.section-faq .container .box-contato span {
  color: #0d7257;
  font-size: 20px;
  font-family: "PillGotich600Bold", serif;
}


.section-facts {
  background: #0a4036;
  background-image: none;
}

.section-facts .container .text-block .title {
  font-family: "MedinoRegular", serif;
}

.section-facts .container .text-block .btn-cta {
  background: #3f8e78;
}

.section-facts .container .list-cards .card {
  border-radius: 18px !important;
}

.section-facts .container .list-cards .card h3 {
  font-size: 3.2rem;
  letter-spacing: -0.04em;
  font-weight: bold;
  color: #0b2620;
}

.section-facts .container .list-cards .card .text-base {
  color: #566965 !important; 
}

.modal-inscricao {
  background: #09402763;
}

.modal-inscricao .modal-content {
  border-radius: 30px;
}

.modal-inscricao .modal-content > .close {
  color: #0a4036;
  font-size: 1.5rem;
}

.modal-inscricao .modal-header .modal-title {
  font-family: "PillGotich600Bold", serif;
  color: #0a4036;
  text-transform: uppercase;
}

.modal-inscricao .info-inscricao {
  padding: 30px 24px;
  background: #0a4036;
}

.modal-inscricao .info-inscricao h3 {
  font-family: "PillGotich600Bold", serif;
  color: #FFF;
}

.modal-inscricao .info-inscricao p {
  font-family: "Montserrat", sans-serif;
  color: #d0d0d0;
}

.modal-inscricao .modal-body .form-control:focus {
  border-color: #0a4036;
  box-shadow: 0 0 0 3px #0a40362b;
}
.modal-inscricao .modal-body .form-group label {
  color: #0a4036;
}

.modal-inscricao .modal-body .form-group label i {
  margin-right: 4px;
}

.modal-inscricao .modal-body .form-group input {
  border-radius: 16px;
}

.modal-inscricao .modal-body .form-group button {
  width: 100%;
  border-radius: 16px;
  background: #0a4036;
  border-color: #0a4036;
  transition: 0.2s;
  text-shadow: none;
  text-transform: uppercase;
}

.modal-inscricao .modal-body .form-group button:hover {
  background: transparent;
  color: #0a4036 !important;
}

.modal-inscricao .modal-body .form-group button i {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  
  header .container .header-menu .menu-list a {
    color: #0a4036 !important;
  }
  
  .mySwiper swiper-slide .container .section-title {
    /*width: 100%;*/
  }
  .mySwiper swiper-slide .container .section-background {
    /*display: none;*/
  }
  
  .mySwiper swiper-slide .container .section-background .background {
    width: 600px;
    left: -53px;
    top: -11px;
    max-height: 600px;
    overflow: hidden;
  }
  
  .mySwiper swiper-slide .container .section-background .background .forma {
    height: 100%;
  }
  
  .mySwiper swiper-slide .container .section-background .background .box-foto {
    scale: 0.99;
  }
  
  .mySwiper swiper-slide .container .section-background .container-play {
    width: 83%;
    left: 50%;
  }
  
  .mySwiper swiper-slide .container .section-background .container-play .text-name h2 {
    font-size: 1.8rem;
  }
  
  
  .mySwiper swiper-slide .container .section-background .container-play .btn-play {
    right: 15px;
    top: -20px;
    height: 60px;
    width: 60px;
  }
  
  .mySwiper swiper-slide .container .section-background .container-play .btn-play::after {
    width: 130%;
    height: 130%;
  }
  
  .mySwiper swiper-slide .container .section-background .container-play .btn-play i {
    font-size: 1rem;
    line-height: 1rem;
  }
  
  .section-facts .container .list-cards .card h3 {
    font-size: 2.5rem;
  }
  
}

@media (max-width: 991px) {
  .container {
    max-width: 800px;
  }
  .mySwiper swiper-slide {
    padding-top: 80px;  
  }
  
  .mySwiper swiper-slide .container {
    flex-direction: column-reverse;
  }
  
  .mySwiper swiper-slide .container .section-title {
    width: 100%;
  }
  
  .mySwiper swiper-slide .container .section-background {
    width: 100%;
  }
  
  .mySwiper swiper-slide .container .section-background .background {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .mySwiper swiper-slide .container .section-background .container-play{
    width: 100%;
    bottom: 20px;
    box-shadow: none;
  }
  
  .mySwiper swiper-slide .container .section-background .container-play .text-name h2 {
    font-size: 1.5rem;
  }
  
  .section-formato-curso .container .img-block {
    text-align: center;
  }
  
  .section-formato-curso .container .img-block img {
    width: 70%;
    max-height: 520px;
    margin: 0 auto;

  }
  
  .section-facts .container .text-block {
    text-align: center;
  }
  
  .ub-reasons-why-section .divider img {
    width: 34%;
  }
  
}

@media (max-width: 768px) {
  .mySwiper swiper-slide .container .section-title .title {
    font-size: 3rem;
  }
  
  
  .mySwiper swiper-slide .container .section-background .background .box-foto {
    height: 445px;
  }
 
 .ub-reasons-why-section .divider .btn-cta {
   font-size: 0.8rem;
 }
 
 .ub-reasons-why-section .divider img {
   width: 32%;
 }
  
}

@media (max-width: 768px) {
  .ub-reasons-why-section .divider img {
    display: none;
  }
  
  .ub-reasons-why-section .divider .btn-cta {
    width: 90%;
    margin: 0 auto;
  }
  
}