.carousel-control-prev-icon {
  background-image: url("../intro/left_arrow_svg.e31a7c7fe9b2.svg") !important;
}

.carousel-control-next-icon {
  background-image: url("../intro/right_arrow_svg.248a9be6e1f5.svg") !important;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .form-control {
    font-size: 30px !important;
  }
  .form-control option {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-lg-3-5 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

.fa-bell {
  position: relative;
}

.fa-bell-new::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.ui-datepicker-calendar {
  display: none;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  div.tooltip-inner {
    font-size: 2rem;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  div.tooltip-inner {
    font-size: 1.8rem;
  }
}

body {
  min-height: 100%;
  font-size: 15px;
}

@keyframes background-anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}

main {
  margin-left: 60px;
  min-height: 80vh;
}

main.system {
  background: #FFF;
}

main:not(.system) {
  background: url("../intro/animated_background.15321c612a67.jpeg");
  background-repeat: repeat-x;
  background-size: 10000% 400vh;
  /* Adjusted this to 50% so two copies of the image fit in the viewable area */
  animation-name: background-anim;
  animation-duration: 60s;
  /* Adjusted this to account for the back-and-forth movement */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  main {
    margin-left: 10vw;
  }
}

#calculator-form label {
  color: var(--Text-Primary, #2F2F2F);
  font-family: "II Vorkurs", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;
  word-wrap: break-word;
  color: #2f2f2f;
}

#calculator-form input:not([type=checkbox]), #calculator-form select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}

@font-face {
  font-family: 'II Vorkurs';
  src: local("II Vorkurs"), url("../fonts/II Vorkurs Medium.901c2f79da20.ttf") format("truetype");
}

@font-face {
  font-family: 'II Vorkurs';
  src: local("II Vorkurs"), url("../fonts/II Vorkurs Bold.1f027da5d311.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'II Vorkurs';
  src: local("II Vorkurs"), url("../fonts/II Vorkurs Light.1e72909fe521.ttf") format("truetype");
  font-weight: lighter;
}

@font-face {
  font-family: 'II Vorkurs';
  src: local("II Vorkurs"), url("../fonts/II Vorkurs Medium Oblique.c0f83d910651.ttf") format("truetype");
  font-style: oblique;
}

@font-face {
  font-family: 'II Vorkurs';
  src: local("II Vorkurs"), url("../fonts/II Vorkurs Bold Oblique.064b0dc85bb2.ttf") format("truetype");
  font-weight: bold;
  font-style: oblique;
}

@font-face {
  font-family: 'II Vorkurs';
  src: local("II Vorkurs"), url("../fonts/II Vorkurs Light Oblique.bad09925fe11.ttf") format("truetype");
  font-weight: lighter;
  font-style: oblique;
}

@font-face {
  font-family: 'Neue Montreal';
  src: local("Neue Montreal"), url("../fonts/NeueMontreal-Regular.4d742e8ebdf9.otf") format("truetype");
}

@font-face {
  font-family: 'Neue Montreal';
  src: local("Neue Montreal"), url("../fonts/NeueMontreal-Bold.821f26682638.otf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'Neue Montreal';
  src: local("Neue Montreal"), url("../fonts/NeueMontreal-Light.19737cc15f2c.otf") format("truetype");
  font-weight: lighter;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-Regular.ea5879884a95.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-Light.a3fe4e0f9fdf.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-ExtraLight.7a177fa21fec.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-Thin.4558ff85abea.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-Medium.cad1054327a2.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-SemiBold.465266b2b986.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-Bold.ba74cc325d5f.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-ExtraBold.72ac147c9805.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), url("../fonts/Inter-Black.118c5868c7cc.ttf") format("truetype");
  font-weight: 900;
}

.upper-footer {
  background: rgba(247, 249, 250, 0.8);
  padding: 20px 12%;
  margin-bottom: 20px;
  justify-content: left;
  font-family: "II Vorkurs", sans-serif;
}

.upper-footer a {
  color: #4D5053;
  font-size: 1.0em;
  font-weight: lighter;
  padding: 0 5px;
}

.upper-footer p {
  font-size: 1.1em;
  color: #292F36;
  font-weight: normal;
}

.upper-footer div {
  justify-content: left;
}

.upper-footer span.logo-icon > svg {
  max-width: 12vw;
}

.upper-footer span {
  display: flex;
  justify-content: left;
  text-align: center;
  margin: 15px 0;
}

.upper-footer span > a {
  margin-right: 20px;
}

.upper-footer span > p {
  text-align: left;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Height of the footer */
  background: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  text-align: center;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  footer {
    font-size: 2rem;
  }
  span.logo-icon > svg {
    max-width: 50vw !important;
  }
}

.asteriskField {
  display: none;
}

input[type="password"] {
  letter-spacing: .3rem;
  font-weight: bold;
}

.custom-select-form {
  width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #242424;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  background-image: linear-gradient(45deg, transparent 50%, #00A870 50%), linear-gradient(135deg, #00A870 50%, transparent 50%);
  background-position: 90%, calc(90% + 5px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.center-radio-select {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}

.center-radio-select input[type="radio"] {
  width: 25px;
  height: 25px;
  accent-color: #00A870;
  margin-top: 0;
}

.center-radio-select label {
  margin-left: 15px;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  label, input, .custom-select-form {
    font-size: 30px;
    max-width: 100%;
  }
  label option, input option, .custom-select-form option {
    font-size: 1rem;
  }
  .center-radio-select {
    display: block;
  }
}

.navbar {
  height: 100px;
  width: 100%;
  position: sticky !important;
  top: 0;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#notifications-activate i {
  color: black;
  font-size: 24px;
}

.navbar-brand {
  height: 45px;
  margin-right: 8%;
}

.navbar-items-div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-item {
  display: flex;
  align-items: center;
  color: rgba(47, 47, 47, 0.75);
  white-space: nowrap;
  position: relative;
}

.nav-item.current {
  font-weight: 700;
  color: #2F2F2F;
}

.nav-item.current::after {
  content: url("../intro/nav_dot.5909702f0981.svg");
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-item > a {
  color: rgba(47, 47, 47, 0.75);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.nav-item > a:hover {
  text-decoration: none;
  color: #141414;
}

@media (max-device-width: 992px) and (orientation: portrait) {
  .navbar-items-div {
    margin-right: 5vw;
  }
  nav {
    height: 100px;
  }
  .navbar-brand {
    height: 80px;
    margin-right: 0;
  }
  #login-button {
    height: 65px;
    width: 160px;
    font-size: 30px;
    border-radius: 16px;
  }
  #logout-button {
    height: 65px;
    width: 160px;
    font-size: 30px;
    border-radius: 16px;
  }
  #notifications-activate i {
    color: black;
    font-size: 34px;
  }
}

@media (max-device-width: 992px) and (orientation: landscape) {
  .navbar-items-div {
    margin-right: 5vw;
  }
}

.notification {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  cursor: default;
  color: #929292;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  white-space: normal;
  float: none;
  outline: 0;
}

.notification:hover {
  background: #F9F9F9;
}

.notification.new-notification {
  position: relative;
}

.notification.new-notification::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -5px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.notification-on-list {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  cursor: default;
  color: #929292;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  white-space: normal;
  float: none;
  outline: 0;
  border: 1px solid #E6E6E6;
}

.notification-on-list:hover {
  background: #F9F9F9;
}

.notification-on-list.new-notification {
  position: relative;
}

.notification-on-list.new-notification::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -5px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.clean-notifications {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: block;
  padding: 4px;
  white-space: normal;
  float: none;
  outline: 0;
  border: 1px solid rgba(153, 150, 147, 0.8);
  border-radius: 4px;
  display: flex;
  justify-content: space-evenly;
}

.clean-notifications > * {
  margin: auto;
}

.clean-notifications p {
  font-weight: 600;
}

.clean-notifications button:hover {
  background-color: rgba(153, 150, 147, 0.9);
}

span#delete-notifications button {
  background-color: inherit;
  border: none;
  border-radius: 10px;
}

span#delete-notifications button:hover {
  background-color: rgba(153, 150, 147, 0.9);
}

.notifications-list {
  color: #000;
  background-color: #F7F9FB;
  min-width: 160px;
  margin: 0 20px 0 -20px;
  padding: 0;
  z-index: 1;
  border-radius: 10px;
}

.notifications-box {
  color: #000;
  background-color: #F7F9FB;
  min-width: 160px;
  margin: 0 20px 0 -20px;
  padding: 0;
  z-index: 1;
  border-radius: 10px;
  height: 50vh;
  overflow-y: scroll;
  cursor: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
  transition-timing-function: cubic-bezier(0.31, 0.03, 1, -0.23);
}

#notifications-activate {
  background-color: #fff;
}

#notifications-activate button:not(#open-notifications) {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

#notifications-activate:hover .notifications-box {
  background-color: #F7F9FB;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0.2s;
}

.notifications-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.notifications-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(190, 190, 190, 0.5);
  border-radius: 5px;
}

.notifications-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(190, 190, 190, 0.8);
  border-radius: 5px;
}

.notifications-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .notifications-box {
    height: 50vh;
  }
  .notification {
    font-size: 30px;
    line-height: 35px;
    padding: 10px 18px;
    border-radius: 5px;
  }
  .clean-notifications {
    font-size: 34px;
    line-height: 40px;
    padding: 10px 18px;
    border-radius: 6px;
  }
}

/*
  Classes para o sidebar Lateral
*/
#main-sidebar {
  padding: 16px 32px 16px 0;
}

#main-sidebar > span {
  font-size: 30px;
  cursor: pointer;
  color: #00A870;
}

.sidebar {
  height: 100%;
  width: 60px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  padding-top: 100px;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: 100ms width ease-in;
  -moz-transition: 100ms width ease-in;
  -ms-transition: 100ms width ease-in;
  -o-transition: 100ms width ease-in;
  transition: 100ms width ease-in;
  overflow-y: hidden;
}

.sidebar.force-large-sidebar {
  height: 100%;
  width: 300px;
  overflow-y: auto;
}

.sidebar:hover {
  width: 300px;
  height: 100%;
  transition-delay: 250ms;
  overflow-y: auto;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #242424;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  font-weight: bold;
}

.sidebar-main-element {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  cursor: pointer;
}

.sidebar-main-element > div {
  display: none;
}

.sidebar-main-element > span {
  display: flex;
  color: #00A870;
}

.sidebar-main-element > span i {
  font-size: 1.4em;
}

.sidebar-main-element > span p {
  padding-left: 13px;
}

.sidebar-main-element[active] {
  background: #E8F8F2;
}

.sidebar-main-element[active] > span:before {
  margin-left: -20px;
  margin-right: 10px;
  font-size: 20px;
  content: ">";
}

.sidebar-main-element[active] > div {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding-left: 20px;
}

.sidebar-configs-element, .not-logged-items {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  cursor: pointer;
}

.sidebar-configs-element > span, .not-logged-items > span {
  display: flex;
  color: #8e8e8e;
}

.sidebar-configs-element > span i, .not-logged-items > span i {
  font-size: 1.4em;
}

.sidebar-configs-element > span p, .not-logged-items > span p {
  padding-left: 13px;
}

.not-logged-items {
  display: none;
}

@media (max-device-width: 992px) and (orientation: portrait) {
  #main-sidebar > span {
    font-size: 50px;
  }
  .sidebar {
    width: 10vw;
    padding-top: 100px;
  }
  .sidebar.force-large-sidebar {
    width: 45vw;
  }
  .sidebar:hover {
    width: 45vw;
  }
  .sidebar a {
    font-size: 30px;
  }
  .sidebar-main-element {
    padding-top: 50px;
    font-size: 40px;
  }
  .sidebar-main-element > span p {
    padding-left: 40px;
  }
  .sidebar-main-element[active] > span:before {
    font-size: 30px;
  }
  .sidebar-main-element[active] > div {
    line-height: 30px;
  }
  .sidebar-configs-element, .not-logged-items {
    padding-top: 30px;
    font-size: 40px;
  }
  .sidebar-configs-element > span, .not-logged-items > span {
    display: flex;
    color: #8e8e8e;
  }
  .sidebar-configs-element > span p, .not-logged-items > span p {
    padding-left: 40px;
  }
  .not-logged-items {
    display: block !important;
  }
}

@media (max-device-width: 992px) and (orientation: landscape) {
  .not-logged-items {
    display: block !important;
  }
}

.intro-loader {
  height: 5px;
  width: 50%;
}

/*
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #FFF;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
*/
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader {
  border: 12px solid rgba(133, 187, 169, 0.5);
  border-radius: 50%;
  border-top: 12px solid #00a870;
  width: 180px;
  height: 180px;
  -webkit-animation: full-spin 2s linear infinite;
  /* Safari */
  animation: full-spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes full-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes full-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-btn-light {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #00A870;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00A870;
}

.custom-btn-light:hover {
  font-weight: 600;
  color: #00A870;
}

.custom-btn-inverted-light {
  background: #FFFFFF;
  border: 1px solid #00A870;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00A870;
}

.custom-btn-inverted-light:hover {
  font-weight: 600;
  color: #00A870;
}

.custom-btn-cancel {
  background: transparent;
  border: 1px solid #63605E;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #63605E;
}

.custom-btn-cancel:hover {
  font-weight: 600;
  color: #63605E;
}

.custom-btn-success, .custom-btn-success-white-border {
  background: #00A870;
  border: 1px solid #00A870;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.custom-btn-success:hover, .custom-btn-success-white-border:hover {
  font-weight: 600;
  background: #FFFFFF;
  color: #00A870;
}

.custom-btn-white {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2f2f2f;
  border-radius: 8px;
  border: 1px solid #DFE1E2;
  background: #FFF;
}

.custom-btn-white:hover {
  font-weight: 600;
  background: #2f2f2f;
  color: white;
}

.custom-btn-red {
  color: var(--Red, #FF4747);
  text-align: center;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
  border: 1px solid #DFE1E2;
}

.custom-btn-red:hover {
  font-weight: 600;
  color: #FFFFFF;
  background: #FF4747;
}

.custom-btn-know {
  background: #00A870;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 17.5px 36.4px;
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.custom-btn-black {
  border: 1px solid black;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 30px;
  gap: 10px;
  border-radius: 50px;
  background: var(--Text-Primary, #2F2F2F);
  color: white;
}

.custom-btn-black:hover {
  background: white;
  color: black;
}

.custom-btn-success-white-border {
  border: 1px solid #FFFFFF;
}

.custom-btn-success-strong {
  background: #006D48;
  border: 1px solid #006D48;
  box-sizing: border-box;
  border-radius: 4.8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.custom-btn-success-strong:hover {
  font-weight: 600;
  color: #FFFFFF;
}

.custom-btn-danger {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  box-sizing: border-box;
  border-radius: 4.8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.custom-btn-danger:hover {
  font-weight: 600;
  color: #FFFFFF;
}

.btn-information {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: white;
  margin-right: 0%;
}

.btn-white-transparent {
  background: #00A870;
  color: white;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.btn-white-transparent:hover {
  font-weight: 600;
  color: #FFFFFF;
}

.force-btn-div-bottom {
  margin-top: auto;
}

#scroll-left-button {
  position: fixed;
  bottom: 50%;
  left: 70px;
}

#table-export {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

@media (max-device-height: 820px) and (orientation: portrait) {
  .custom-btn-light, .custom-btn-cancel, .custom-btn-success, .custom-btn-success-strong, .btn-information, .custom-btn-success-white-border, .btn-danger, .custom-btn-know {
    font-size: 30px;
    line-height: 35px;
  }
  .custom-btn-know {
    font-size: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
  }
  .custom-btn-black {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (min-device-height: 820px) and (max-device-height: 1024px) and (orientation: portrait) {
  .custom-btn-know {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.middle-card {
  height: 120%;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.card-link {
  cursor: pointer;
}

.card-img-overlay-custom {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px);
  text-align: center;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.circle-img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.card-body {
  font-family: Arial, Helvetica, sans-serif;
}

.slide-btn-alt {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 34px;
}

.slide-btn-alt input {
  display: none;
}

.slide-btn-content {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2b99d6;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.slide-btn-content::before {
  position: absolute;
  content: attr(data-off);
  font: 900 10px/34px 'Montserrat-Bold', sans-serif;
  color: white;
  width: 50%;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.slide-btn-content::after {
  position: absolute;
  content: '';
  height: 34px;
  left: 49%;
  bottom: 0;
  border-left: 2px solid rgba(238, 238, 239, 0.2);
}

input:checked + .slide-btn-content {
  background-color: #485679;
}

input:focus + .slide-btn-content {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slide-btn-content::before {
  content: attr(data-on);
  -webkit-transform: translateX(54px);
  -ms-transform: translateX(54px);
  transform: translateX(54px);
}

/*
<label class="slide-btn-alt">
  <input type="checkbox">
  <span class="slide-btn-content" data-off="Off" data-on="On"></span>
</label>
*/
.download-file:hover {
  font-weight: 600;
}

.download-file:hover, .download-file :link {
  text-decoration: none;
}

.custom-fa-sm {
  font-size: 0.875em;
}

i:not(.custom-fa-sm) {
  font-size: 1.4em;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .custom-fa-sm {
    font-size: 1em;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .custom-fa-sm {
    font-size: 1.5em;
  }
}

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

.badge-img.opacity-30 {
  opacity: 0.3;
}

.profile-img {
  height: 75px;
  width: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.small-profile-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.micro-profile-img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

hr {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.color-hr {
  border-top: 1px solid rgba(0, 168, 112, 0.5);
}

.form-radio-hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
}

.white-hr {
  border-top: 1px solid #FFFFFF;
  margin-left: -20px;
  padding-right: 40px;
}

.blue-border {
  border: 1px solid #B6D1F8;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .form-radio-hr {
    border-top: 0px;
  }
}

.scrollbar-class {
  overflow-x: scroll;
  justify-content: top;
  align-items: top;
  display: flex;
  white-space: nowrap;
}

.scrollbar-class h4 {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  padding: 1em 0 1em;
  color: #00A870;
}

.scrollbar-class h5 {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 0.5em 0 0.5em;
  /* color: #00A870; */
}

.scrollbar-class p {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* color: #929292; */
}

.page-title {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 28px;
  color: #00A870;
}

.page-subtitle {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #00A870;
}

.page-information {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #929292;
}

.bigger-text {
  font-size: 1.5em;
}

.info-title, .info-title-big {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.87);
}

.info-title span, .info-title-big span {
  color: #00a870;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.info-title-big {
  font-size: 44px;
}

.info-subtitle, .info-subtitle-light {
  font-family: "Neue Montreal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
}

.info-subtitle span, .info-subtitle-light span {
  color: #00a870;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.22px;
}

.info-subtitle-light {
  color: #808080;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .page-title {
    font-size: 50px;
    line-height: 45px;
  }
  .page-subtitle {
    font-size: 33.33333333px;
    line-height: 30px;
  }
  .page-information {
    font-size: 25px;
    line-height: 22px;
  }
  .info-title, .info-title-big {
    font-size: 6.5rem;
    line-height: 8rem;
  }
  .info-subtitle, .info-subtitle-light {
    font-size: 4rem;
    line-height: 5rem;
    margin: 50px 0;
  }
}

@media (max-device-width: 700px) and (orientation: landscape) {
  .info-title, .info-title-big {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .info-subtitle, .info-subtitle-light {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .info-title, .info-title-big {
    font-size: 5rem;
    line-height: 5rem;
  }
  .info-subtitle, .info-subtitle-light {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.file-upload {
  background-color: #ffffff;
  width: inherit;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1FB264;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
}

.file-name-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 80%;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.widgets-container > section {
  padding: 10px;
}

.widgets-container > section > div {
  cursor: move;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.widgets-container > section > div:hover {
  background-color: #f5f5f5;
}

.content-section {
  padding: 10px 20px;
  margin: auto;
}

.content-section img {
  display: flex;
  margin: auto;
}

.content-section img.small-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 20px;
}

.content-section img.big-img {
  width: 70%;
  height: auto;
  margin-bottom: 20px;
}

.content-section h3 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}

.content-section em > a {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #00A870;
}

.content-section p, .content-section ul {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}

.content-section .middle-title {
  font-size: 1.2em;
  font-weight: 800;
}

.content-section .small-info {
  color: var(--Text-Secondary, #676767);
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
}

.comments {
  margin-top: 5%;
  margin-left: 20px;
}

.comment {
  border: 1px solid #102e2e;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px;
}

.comment h4, .comment span, .darker h4, .darker span {
  display: inline;
  font-family: 'Gotham';
  font-style: bolder;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: black;
}

.comment p, .comment span, .darker p, .darker span {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#category-select-buttons {
  height: 44px;
  border: none;
  background-color: inherit;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

#category-select-buttons::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

#category-select-buttons::-moz-focus-inner {
  border: 0;
}

#category-select-buttons:focus {
  outline: none;
}

#category-select-buttons option {
  font-size: 1.2em;
  padding: 10px 15px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  border-radius: 24px;
  background: #F6F6F6;
  color: #2f2f2f;
}

#category-select-buttons option[no-value] {
  border-radius: 24px;
  background: #2F2F2F;
  color: white;
}

button.arrow-btn-select {
  font-size: 1em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  background: #F6F6F6;
  color: #2f2f2f;
  border: white;
}

.inline-form-items {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
}

.inline-form-items input {
  display: block;
  width: 50%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select-multiple {
  justify-content: space-around;
  align-items: center;
}

#orderby {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  color: #2F2F2F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .content-section h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .content-section p, .content-section ul {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .content-section small, .content-section em > a {
    font-size: 1.8rem;
  }
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .config-div {
    margin-bottom: 20px;
  }
  .config-div small {
    font-size: 1.5rem;
  }
}

a.team-link {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #929292;
  cursor: pointer;
}

a.team-link:link, a.team-link:visited {
  text-decoration: underline;
  color: inherit;
}

a.team-link:hover {
  font-size: 22px;
}

#diagnosis-form h3 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #808080;
}

#diagnosis-form .form-group > label {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #808080;
}

#diagnosis-form .form-check-label {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

#diagnosis-form h5 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.87);
}

#diagnosis-form div[id^='div_id_question_'] {
  padding: 30px;
  border: 1px solid #F2EDF4;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F8F9FD;
  margin: 40px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1024px) and (orientation: landscape) {
  #open-diganosis {
    margin: 20px 0;
  }
}

ol.colored-list {
  list-style: none;
  counter-reset: li;
  font-size: 16px;
  line-height: 28px;
}

ol.colored-list li {
  counter-increment: li;
}

ol.colored-list li > b {
  font-size: 20px;
}

ol.colored-list li.yellow::before {
  color: #E7B32D;
}

ol.colored-list li.pink::before {
  color: #ED48DC;
}

ol.colored-list li.blue::before {
  color: #2C9ACA;
}

ol.colored-list li.green::before {
  color: #26CC55;
}

ol.colored-list li.purple::before {
  color: #6611F1;
}

ol.colored-list li.orange::before {
  color: #E69427;
}

ol.colored-list li::before {
  content: counter(li);
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.numbers-title {
  font-size: 1.75rem;
}

ul.check-list {
  padding: 10px 0;
  font-family: "Neue Montreal", sans-serif;
}

ul.check-list li {
  list-style-type: none;
  position: relative;
  margin: 5px 0 5px 1.75em;
}

ul.check-list li:before {
  content: url("../intro/check_li.13926e0f99bb.svg");
  margin-left: -1.75em;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  vertical-align: top;
}

ul.check-list-light {
  padding: 10px 0;
  font-family: "Neue Montreal", sans-serif;
  color: var(--Text-Primary, #2F2F2F);
  font-family: "II Vorkurs", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150.5%;
  /* 30.1px */
}

ul.check-list-light li {
  list-style-type: none;
  position: relative;
  margin: 5px 0 5px 1.75em;
}

ul.check-list-light li:before {
  content: url("../intro/check_li_light.6dbc215f79cc.svg");
  margin-left: -1.75em;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  vertical-align: top;
}

#cfo-description img {
  opacity: 85%;
}

#cfo-description p {
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
}

#cfo-description p strong {
  font-size: 20px;
}

#intro-functionalities #images-services {
  display: flex;
  align-items: bottom;
  justify-content: space-around;
}

#intro-functionalities #images-services span[id$='-activated-svg'] p {
  font-weight: 700;
}

#intro-functionalities #images-services span p {
  margin: auto;
  width: fit-content;
  font-family: "II Vorkurs", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
}

#intro-functionalities #images-services circle {
  opacity: 50%;
}

#intro-functionalities div.services-descriptions {
  border-left: 3px solid var(--Primary, #00A870);
  margin: 5rem 0;
  padding-left: 3rem;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  ol.colored-list {
    font-size: 30px;
  }
  .numbers-title {
    font-size: 45px;
  }
  ul.check-list {
    font-size: 3rem;
    line-height: 4rem;
  }
  ul.check-list li {
    margin-bottom: 1rem;
  }
  ul.check-list li:before {
    margin-left: -3em;
    font-size: 1.5rem;
    width: 2em;
  }
}

@media (max-device-width: 700px) and (orientation: landscape) {
  ol.colored-list {
    font-size: 30px;
  }
  .numbers-title {
    font-size: 45px;
  }
  ul.check-list {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  ul.check-list li {
    margin-bottom: 1rem;
  }
  ul.check-list li:before {
    margin-left: -3em;
    font-size: 1rem;
    width: 1.5em;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  ol.colored-list {
    font-size: 30px;
  }
  .numbers-title {
    font-size: 45px;
  }
  ul.check-list {
    font-size: 2rem;
    line-height: 4.2rem;
    width: 120%;
  }
  ul.check-list li {
    margin-bottom: 1rem;
  }
  ul.check-list li:before {
    margin-left: -1em;
    font-size: 1.8rem;
    width: 1.5em;
  }
}

.underlined-curved {
  position: relative;
  margin-right: 1rem;
}

.underlined-curved:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px #52B9AA;
  border-color: #52B9AA transparent transparent transparent;
  border-radius: 50%;
}

.home-card-title {
  word-wrap: break-word;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: auto;
}

.home-card-subtitle {
  word-wrap: break-word;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #808080;
}

.home-card, .custom-home-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: "II Vorkurs", sans-serif;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  height: auto;
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}

.home-card svg, .custom-home-card svg {
  margin: auto;
}

.home-card .card-number, .custom-home-card .card-number {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background: #e4f6f1;
  color: #00A870;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 36px */
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-home-card {
  background: #00A870;
  color: #FFF;
}

.custom-home-card h4 {
  color: #FFF;
}

.custom-home-card .card-number {
  background: #31b187;
  color: #FFF;
}

.calculator-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.calculator-container svg {
  margin: 0 !important;
}

.faq-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 20px;
  text-align: left;
  font-family: "II Vorkurs", sans-serif;
  background: white;
  border-radius: 20px;
  border: 1px solid #D5D9E9;
  height: fit-content;
  width: 80%;
  margin: auto;
}

.faq-item #inner-about-area-data {
  display: none;
}

.faq-item #inner-about-area-data[show] {
  display: block;
}

.faq-item.active {
  background: #F8F9FA;
}

.faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "II Vorkurs", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.faq-item h6 {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333B3F;
}

.faq-item .faq-answer {
  color: #808080;
  font-family: "Neue Montreal", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150.5%;
  /* 30.1px */
  display: none;
}

.faq-item .faq-answer[show] {
  display: block;
}

#carousel-quotes {
  background: #F8F9FD;
}

#carousel-quotes .carousel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

#carousel-quotes a[class^="carousel-control-"] {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: auto;
}

#carousel-quotes a.carousel-control-next {
  right: 25px !important;
}

#carousel-quotes a.carousel-control-prev {
  left: 25px !important;
}

#carousel-quotes h4 {
  color: var(--Text-Primary, #2F2F2F);
  font-family: "II Vorkurs", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
}

#carousel-quotes p {
  color: var(--Text-Primary, #2F2F2F);
  text-align: center;
  font-family: "Neue Montreal", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.5%;
  /* 37.625px */
}

.carousel-item {
  height: 50vh;
  margin: 0;
  top: 10%;
}

.carousel-item h4, .carousel-item p {
  text-align: center;
  padding: 0 100px;
}

.carousel-item img {
  margin: auto;
}

.carousel-item.active {
  position: absolute;
}

.carousel-item div.image-container {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}

.carousel-item div.image-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#calculators-home .home-card, #calculators-home .custom-home-card {
  border: 0;
}

#calculators-home .home-card h3, #calculators-home .custom-home-card h3, #calculators-home .home-card h4, #calculators-home .custom-home-card h4 {
  text-align: left;
  margin-left: 0;
  font-family: "II Vorkurs", sans-serif;
}

#calculators-home .home-card:hover, #calculators-home .custom-home-card:hover {
  background: #31b187;
  color: white;
}

#calculators-home .home-card:hover > *, #calculators-home .custom-home-card:hover > * {
  transform: translateY(-10px);
  transition: transform 0.3s ease-in-out;
}

#calculators-home .home-card:hover h3, #calculators-home .custom-home-card:hover h3, #calculators-home .home-card:hover h4, #calculators-home .custom-home-card:hover h4 {
  color: white;
}

#calculators-home .home-card:hover hr, #calculators-home .custom-home-card:hover hr {
  background: white;
}

#calculators-home .home-card:hover path, #calculators-home .custom-home-card:hover path {
  fill: white;
}

#calculators-home .home-card:hover button.custom-btn-black, #calculators-home .custom-home-card:hover button.custom-btn-black {
  background: white;
  color: black;
  border: 0;
}

.faq-question-arrow {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #35BB8E;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  background: #F8F9FD;
  color: #2F2F2F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
}

.faq-question-arrow[rotate="down"] {
  -webkit-animation: half-spin 0.5s forwards 1;
  /* Safari */
  animation: half-spin 0.5s forwards 1;
}

.faq-question-arrow[rotate="down"]:before {
  content: url("../intro/angle_up.ef8d8369e099.svg");
}

.faq-question-arrow[rotate="up"] {
  -webkit-animation: half-spin-backwords 0.5s forwards 1;
  /* Safari */
  animation: half-spin-backwords 0.5s forwards 1;
}

.faq-question-arrow[rotate="up"]:before {
  content: url("../intro/angle_down.b9eb0bf4b8fc.svg");
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .home-card-title {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  .home-card-subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .custom-home-card h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .custom-home-card h5 {
    font-size: 22px;
    line-height: 26px;
  }
  .custom-home-card button {
    font-size: 22px;
    line-height: 27px;
  }
  .faq-item h4.faq-question {
    font-size: 3rem;
  }
  .faq-item div.faq-answer {
    font-size: 2rem;
  }
}

span.know-us-contact-data {
  display: inline-block;
  color: #00a870;
  font-family: "II Vorkurs", sans-serif;
}

span.know-us-contact-data > a {
  color: #00a870;
}

.know-us-inside-container {
  /* padding left and right  */
  padding: 0 10%;
  box-shadow: 0px 69px 42px rgba(200, 200, 200, 0.25);
  border-radius: 20px;
  background: #FFFFFF;
}

.know-us-inside-container label {
  color: #2F2F2F;
  font-size: 17px;
  font-weight: 600;
  font-family: "II Vorkurs", sans-serif;
  text-transform: capitalize;
  line-height: 150%;
  word-wrap: break-word;
  color: #2f2f2f;
  font-family: II Vorkurs;
}

.know-us-inside-container input {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}

@media (max-width: 850px) and (orientation: portrait) {
  span.know-us-contact-data > i,
span.know-us-contact-data > a {
    font-size: 2.3rem !important;
  }
  .know-us-inside-container label {
    font-size: 2rem;
  }
  .know-us-inside-container input {
    font-size: 1.5rem;
  }
  .know-us-inside-container small {
    font-size: 1.4rem;
  }
}

.service-explanation {
  padding: 30px;
  border: 1px solid #F2EDF4;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F8F9FD;
  margin: 40px 0;
}

ul.check-list-gray {
  padding: 10px 0;
  font-family: "Neue Montreal", sans-serif;
}

ul.check-list-gray li {
  list-style-type: none;
  position: relative;
  margin: 5px 0 5px 1.75em;
}

ul.check-list-gray li:before {
  content: url("../intro/gray_check_li.10b47dce666b.svg");
  margin-left: -1.75em;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  vertical-align: top;
}

.dropdown-div {
  margin-bottom: 0px;
  transition: 0.2s;
}

.container-fluid {
  /*
    Sobrescrevenso alguns atributos bootstrap
  */
  width: 100%;
  padding-right: 75px;
  padding-left: 75px;
}

.data-block-items {
  background: #FFFFFF;
  margin: 10px 0px 20px;
  padding: 16px 20px 24px;
  border: 1px solid #F2EDF4;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

body {
  font-family: "II Vorkurs", sans-serif;
  font-size: 15px;
}

.custom-icons {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 3px;
  padding: 4px;
}

.inverted-class {
  transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.scroll-modal {
  overflow-x: hidden;
  justify-content: top;
  align-items: top;
  display: flex;
  white-space: nowrap;
}

.line-path {
  fill: none;
  stroke: maroon;
  stroke-width: 5;
  stroke-linejoin: round;
}

.tick text {
  font-size: 2.7em;
  fill: #635F5D;
}

.tick line {
  stroke: #C0C0BB;
}

.axis-label {
  font-size: 5em;
  fill: #8E8883;
}

.title {
  font-size: 3.7em;
  fill: #635F5D;
}

.dropdown-div {
  position: static;
  float: none;
}

.content-section-horizontal {
  /*
    Utilizar em flexbox simples - alinhamento horizontal
  */
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-section-vertical {
  /*
    Utilizar em flexbox simples
  */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

.content-section-vertical > * {
  align-self: center;
}

.upload-data {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #F2EDF4;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.upload-data h5 {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  color: #242424;
  margin-right: auto;
}

.upload-data h4 {
  margin-right: auto;
}

.upload-data label {
  font-family: "II Vorkurs", sans-serif;
  color: #212529;
}

.container-border {
  background: #FFFFFF;
  border: 1px solid #F2EDF4;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.fieldWrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 150, 147, 0.47);
}

.fieldWrapper label {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #373737;
  margin: 5px;
}

.fieldWrapper span {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #373737;
  margin: 5px;
}

.fieldWrapper input {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #373737;
}

.full-page-fill {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: #FFF;
  justify-content: center;
  align-items: center;
}

#inside-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00A870;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

#months-modal {
  transition: 1s;
}

.smooth-right-border {
  border-right: 1px solid rgba(153, 150, 147, 0.47);
}

#lock-column {
  padding-left: 20px;
  cursor: pointer;
}
