::-moz-selection {
  background: var(--e-global-color-primary);
  color: white;
}
::selection {
  background: var(--e-global-color-primary);
  color: white;
}
p::selection {
  background: var(--e-global-color-primary);
  color: white;
}
.fal {
  font-family: 'Font Awesome 6 Pro', Sans-serif;
}
.far {
  font-family: 'Font Awesome 6 Pro', Sans-serif;
}
.fas {
  font-family: 'Font Awesome 6 Pro', Sans-serif;
}
body h1.entry-title {
  display: none;
}
body .btn-menu {
  display: none;
  font-size: 30px;
  color: #231F20;
}
body .btn-menu:hover {
  color: #008ACD;
}
body #main-menu {
  height: 178px;
  transition: height 0.3s ease;
}
body #main-menu .linemenu {
  display: none;
  background: linear-gradient(to right, #D61036, #764896, #008ACD);
}
body #main-menu.sticky {
  position: fixed;
  display: flex;
  flex-direction: row;
  top: 0;
  width: 100%;
  height: 97px;
  --min-height: 97px;
  z-index: 1000;
  background: white;
}
body #main-menu.sticky .mainlogo .logo img {
  width: 204px;
}
body #main-menu.sticky .linemenu {
  display: block;
  background: linear-gradient(to right, #D61036, #764896, #008ACD);
}
body #main-menu ul li.menu-item .sub-menu {
  padding: 15px 30px;
}
body #main-menu ul li.menu-item .sub-menu li a {
  padding: 5px 0px;
}
body #main-menu ul li.menu-item .sub-menu li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body #main-menu {
    height: 100px;
  }
  body #main-menu.sticky {
    height: 100px;
    --min-height: 100px;
  }
  body #main-menu.sticky .mainlogo .logo img {
    width: 137px;
  }
}
@media (max-width: 768px) {
  body .btn-budget {
    display: none;
  }
}
@media (max-width: 1552px) {
  body .mainmenu {
    display: none;
  }
  body .mainlogo,
  body .btnarea {
    width: 50%;
  }
  body .btn-menu {
    display: block;
  }
}
body #menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
body #side-menu {
  display: none;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #304B95;
  z-index: 1000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
body #side-menu.active {
  display: block;
  transform: translateX(0);
}
body #menu-close {
  cursor: pointer;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  height: 85px;
  justify-content: flex-end;
  width: 100%;
  padding: 30px;
}
body #menu-list-item {
  padding-top: 40px;
}
body #menu-list-item .vertical-menu {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  list-style-type: none;
}
body #menu-list-item .vertical-menu li.menu-item {
  padding-bottom: 25px;
}
body #menu-list-item .vertical-menu li.menu-item:last-child {
  padding-bottom: 0px;
}
body #menu-list-item .vertical-menu li.menu-item .submenu-toggle {
  font-size: 30px;
  width: 20px;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
body #menu-list-item .vertical-menu li.menu-item a {
  font-family: "futura-pt", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
}
body #menu-list-item .vertical-menu li.menu-item a:hover,
body #menu-list-item .vertical-menu li.menu-item a:active,
body #menu-list-item .vertical-menu li.menu-item a:focus {
  color: #ffffff;
}
body #menu-list-item .vertical-menu li.menu-item .sub-menu {
  display: none;
  padding: 15px 0 0 40px;
  list-style-type: none;
}
body #menu-list-item .vertical-menu li.menu-item .sub-menu li {
  padding-bottom: 10px;
}
body #menu-list-item .vertical-menu li.menu-item .sub-menu li a {
  font-family: "futura-pt", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin-left: -40px;
}
body #menu-list-item .vertical-menu li.menu-item .sub-menu li a:before {
  content: '';
}
body #menu-list-item .vertical-menu li.menu-item .sub-menu li a:hover,
body #menu-list-item .vertical-menu li.menu-item .sub-menu li a:active,
body #menu-list-item .vertical-menu li.menu-item .sub-menu li a:focus {
  color: #ffffff;
}
body #menu-list-item .vertical-menu li.menu-item .sub-menu li.current-menu-item {
  color: #ffffff;
}
body #menu-list-item .vertical-menu li.menu-item.active > .sub-menu {
  display: block;
}
body #menu-icon {
  cursor: pointer;
}
@media (max-width: 768px) {
  body #side-menu {
    width: 100%;
  }
}
body .main-icon .elementor-widget-container {
  position: relative;
  width: 60px;
  height: 60px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body .main-icon .elementor-widget-container::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: linear-gradient(to right, #D61036, #764896, #008ACD);
  z-index: 0;
}
body .main-icon .elementor-widget-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #F1F2F3;
  z-index: 0;
}
body .main-icon .elementor-widget-container i {
  font-size: 22px;
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #D61036, #764896, #008ACD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main-number .elementor-widget-container {
  position: relative;
  width: 30px;
  height: 30px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body .main-number .elementor-widget-container::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: linear-gradient(to right, #D61036, #764896, #008ACD);
  z-index: 0;
}
body .main-number .elementor-widget-container .elementor-heading-title {
  z-index: 1;
}
body .frm-fluent-form .ff-t-container {
  gap: 60px;
}
body #fluentform_3 label {
  font-family: "futura-pt", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #172144;
}
body #fluentform_3 input {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #000000;
  font-family: "futura-pt", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #808080;
}
body #fluentform_3 textarea {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #000000;
  font-family: "futura-pt", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #808080;
}
body #fluentform_3 select {
  border: 0;
  font-family: "futura-pt", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  border-radius: 0px;
  border-bottom: 1px solid #000000;
}
body #fluentform_3 button {
  font-family: "futura-pt", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25.64px;
  color: #ffffff;
  border: 0;
  border-radius: 60px;
  padding: 17px 30px 17px 30px;
  background-color: #304B95;
}
body #fluentform_3 button:hover {
  background-color: #008ACD;
}
body .galeria .swiper-slide,
body .gallery-icon {
  position: relative;
  display: inline-block;
}
body .galeria .swiper-slide::after,
body .gallery-icon::after {
  content: url('images/icon-search.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
body .galeria .swiper-slide:hover::after,
body .gallery-icon:hover::after {
  opacity: 1;
}
body .footer .copy a {
  color: #ffffff;
}
body .footer .copy a:hover {
  color: #008ACD;
}
@media (max-width: 767px) {
  body .footer .footer-menu .hfe-nav-menu {
    flex-direction: column;
  }
}
body .footer .footer-menu .hfe-nav-menu li:last-child a {
  padding-right: 0px!important;
}
body .egoi_simple_form__field {
  display: inline-block;
  width: 47%;
  /* Reset Chrome/Safari autofill styles */
}
@media (max-width: 767px) {
  body .egoi_simple_form__field {
    width: 100%;
    display: block;
  }
}
body .egoi_simple_form__field label {
  color: #ffffff;
  font-family: "futura-pt", Sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .egoi_simple_form__field label {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
}
body .egoi_simple_form__field input,
body .egoi_simple_form__field input:focus,
body .egoi_simple_form__field input:focus-visible {
  color: #ffffff !important;
  background-color: transparent !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
  border-radius: 0;
  max-width: 90%;
  outline: 0;
}
body .egoi_simple_form__field input:-webkit-autofill,
body .egoi_simple_form__field input:-webkit-autofill:hover,
body .egoi_simple_form__field input:-webkit-autofill:focus,
body .egoi_simple_form__field textarea:-webkit-autofill,
body .egoi_simple_form__field select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s !important;
}
body .egoi_simple_form__submit {
  display: block;
  width: 100%;
  margin-top: 40px;
}
body .egoi_simple_form__submit button {
  background-color: #304B95;
  border-color: transparent;
  color: #ffffff;
  font-family: "futura-pt", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  body .n2-ss-slider-wrapper-inside {
    height: calc(100vh - 130px) !important;
  }
}
@media (max-width: 767px) {
  body .init-scroll-carousel {
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    overflow-x: scroll!important;
    -webkit-overflow-scrolling: touch!important;
    /* For smooth scrolling on iOS */
    width: 100%!important;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  body .init-scroll-carousel .item-scroll {
    min-width: 100%!important;
    padding: 5px!important;
  }
  body .init-scroll-carousel::-webkit-scrollbar {
    height: 10px;
  }
  body .init-scroll-carousel::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #9DC4E5;
  }
  body .init-scroll-carousel::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 5px;
  }
  body .init-scroll-carousel::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }
  body .init-scroll-carousel#second::-webkit-scrollbar-track {
    background: rgba(157, 196, 229, 0.5);
  }
}
@media (max-width: 767px) {
  body .scroll-indicator {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: solid rgba(157, 196, 229, 0.5);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    animation: scroll-indicator 1.5s infinite;
  }
  @keyframes scroll-indicator {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    50% {
      transform: rotate(-45deg) translate(-10px, 0);
    }
    100% {
      transform: rotate(-45deg) translate(0, 0);
    }
  }
}
@media (max-width: 1440px) {
  body #banner .titulo .n2-ss-item-content {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 1368px) {
  body #banner .titulo .n2-ss-item-content {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  body #banner .titulo .n2-ss-item-content {
    font-size: 37px;
    line-height: 37px;
  }
}
@media (max-width: 768px) {
  body #banner .titulo .n2-ss-item-content {
    font-size: 27px;
    line-height: 27px;
  }
}
body .product-table .tablepress > :where(tbody) > .odd > * {
  color: #172144 !important;
}
body .product-table .tablepress > :where(tbody) > .even > * {
  color: #172144 !important;
}
body .product-table .tablepress > :where(tbody) > .odd > * {
  background-color: #D9E8F7 !important;
}
body .product-table table {
  font-family: "futura-pt", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.23px;
  color: #172144 !important;
}
body .product-table table tbody tr td {
  border: unset!important;
  height: 44px;
  vertical-align: middle!important;
}
body .product-table table tbody tr td:not(:first-child) {
  text-align: center;
}
body .product-table table tbody tr td:first-child {
  padding-left: 13px;
}
body .product-table table.table1 tbody tr:nth-child(4),
body .product-table table.table2 tbody tr:nth-child(4),
body .product-table table.table3 tbody tr:nth-child(4) {
  background-color: #D9E8F7 !important;
}
body .product-table table.table1 tbody tr:nth-child(4) td,
body .product-table table.table2 tbody tr:nth-child(4) td,
body .product-table table.table3 tbody tr:nth-child(4) td {
  background-color: #D9E8F7 !important;
  text-align: center!important;
}
body .product-table table.table1 tbody tr:nth-child(5),
body .product-table table.table2 tbody tr:nth-child(5),
body .product-table table.table3 tbody tr:nth-child(5) {
  background-color: #ffffff !important;
}
body .product-table table.table1 tbody tr:nth-child(5) td,
body .product-table table.table2 tbody tr:nth-child(5) td,
body .product-table table.table3 tbody tr:nth-child(5) td {
  background-color: #ffffff !important;
}
body .product-table table.table1 tbody tr:nth-child(6),
body .product-table table.table2 tbody tr:nth-child(6),
body .product-table table.table3 tbody tr:nth-child(6) {
  background-color: #ffffff !important;
}
body .product-table table.table1 tbody tr:nth-child(6) td,
body .product-table table.table2 tbody tr:nth-child(6) td,
body .product-table table.table3 tbody tr:nth-child(6) td {
  background-color: #ffffff !important;
  text-align: center!important;
}
body .elementor-widget-link-in-bio .e-link-in-bio {
  justify-content: space-around;
  height: 100%;
  padding: 20px !important;
}
body .elementor-widget-link-in-bio .e-link-in-bio__content {
  height: 100%;
  justify-content: space-between;
}
body .elementor-widget-link-in-bio .e-link-in-bio__identity-image {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
}
body .elementor-widget-link-in-bio .e-link-in-bio__icons {
  display: none;
}
body .elementor-widget-link-in-bio .e-link-in-bio__ctas a {
  width: fit-content;
  padding: 0px 10px;
  margin: 0 auto;
}
body .elementor-widget-link-in-bio .e-link-in-bio__ctas a:hover,
body .elementor-widget-link-in-bio .e-link-in-bio__ctas a:hover span {
  background-color: #304B95 !important;
  color: #ffffff;
}
body.no-form .form-element {
  display: none;
}
