/* #005F9F */

:root {
  color-scheme: light !important;
  --primary-color: #005f9f;
  --text-black: #2e2e2e;
  --yellow: #f2c811;
}

html {
  scroll-behavior: smooth !important;
  forced-color-adjust: none !important;
}

@media (prefers-color-scheme: dark) {
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-display: swap;
}

body {
  min-height: 100vh;
  font-family: "Poppins", "Montserrat", sans-serif;
}

@font-face {
  font-family: "Oswald";
  src: url("../../_assets/font/oswald/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Oswald";
  src: url("../../_assets/font/oswald/Oswald-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "OpenSans";
  src: url("../../_assets/font/openSans/OpenSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "OpenSans";
  src: url("../../_assets/font/openSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  BOOTSTRAP FIX

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.hover-none:hover {
  transform: none !important;
}

.adaptative-height {
  display: flex;
  flex-direction: column;
}

.content-z-10 {
  position: relative;
  z-index: 10;
}

.col-015 {
  width: 12.5%;
}

.custom-grid-1-cols {
  display: grid;
  grid-template-columns: 1fr;
}

.custom-grid-2-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.custom-grid-3-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.custom-grid-4-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.custom-grid-5-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.custom-grid-6-cols {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.custom-grid-7-cols {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.custom-grid-8-cols {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.custom-w-25 {
  width: 25%;
}

.custom-w-50 {
  width: 50%;
}

.custom-w-75 {
  width: 75%;
}

.custom-w-100 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-015 {
    width: 12.5%;
  }

  .custom-w-sm-25 {
    width: 25%;
  }

  .custom-w-sm-50 {
    width: 50%;
  }

  .custom-w-sm-75 {
    width: 75%;
  }

  .custom-w-sm-100 {
    width: 100%;
  }

  .custom-sm-grid-1-cols {
    display: grid;
    grid-template-columns: 1fr;
  }

  .custom-sm-grid-2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-sm-grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .custom-sm-grid-4-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .custom-sm-grid-5-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .custom-sm-grid-6-cols {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .custom-sm-grid-7-cols {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .custom-sm-grid-8-cols {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 768px) {
  .col-md-015 {
    width: 12.5%;
  }

  .custom-w-md-25 {
    width: 25%;
  }

  .custom-w-md-50 {
    width: 50%;
  }

  .custom-w-md-75 {
    width: 75%;
  }

  .custom-w-md-100 {
    width: 100%;
  }

  .custom-md-grid-1-cols {
    display: grid;
    grid-template-columns: 1fr;
  }

  .custom-md-grid-2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-md-grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .custom-md-grid-4-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .custom-md-grid-5-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .custom-md-grid-6-cols {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .custom-md-grid-7-cols {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .custom-md-grid-8-cols {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 992px) {
  .col-lg-015 {
    width: 12.5%;
  }

  .custom-w-lg-25 {
    width: 25%;
  }

  .custom-w-lg-50 {
    width: 50%;
  }

  .custom-w-lg-75 {
    width: 75%;
  }

  .custom-w-lg-100 {
    width: 100%;
  }

  .custom-lg-grid-1-cols {
    display: grid;
    grid-template-columns: 1fr;
  }

  .custom-lg-grid-2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-lg-grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .custom-lg-grid-4-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .custom-lg-grid-5-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .custom-lg-grid-6-cols {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .custom-lg-grid-7-cols {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .custom-lg-grid-8-cols {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 1200px) {
  .col-xl-015 {
    width: 12.5%;
  }

  .custom-w-xl-25 {
    width: 25% !important;
  }

  .custom-w-xl-50 {
    width: 50% !important;
  }

  .custom-w-xl-75 {
    width: 75% !important;
  }

  .custom-w-xl-100 {
    width: 100% !important;
  }

  .custom-xl-grid-1-cols {
    display: grid;
    grid-template-columns: 1fr;
  }

  .custom-xl-grid-2-cols {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .custom-xl-grid-3-cols {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .custom-xl-grid-4-cols {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .custom-xl-grid-5-cols {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }

  .custom-xl-grid-6-cols {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }

  .custom-xl-grid-7-cols {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
  }

  .custom-xl-grid-8-cols {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr) !important;
  }
}

@media (min-width: 1400px) {
  .col-xxl-015 {
    width: 12.5% !important;
  }

  .custom-w-xxl-25 {
    width: 25% !important;
  }

  .custom-w-xxl-50 {
    width: 50% !important;
  }

  .custom-w-xxl-75 {
    width: 75% !important;
  }

  .custom-w-xxl-100 {
    width: 100% !important;
  }

  .custom-xxl-grid-1-cols {
    display: grid;
    grid-template-columns: 1fr;
  }

  .custom-xxl-grid-2-cols {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .custom-xxl-grid-3-cols {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .custom-xxl-grid-4-cols {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .custom-xxl-grid-5-cols {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }

  .custom-xxl-grid-6-cols {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }

  .custom-xxl-grid-7-cols {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
  }

  .custom-xxl-grid-8-cols {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr) !important;
  }
}

.slick-same-height .slick-track {
  display: flex !important;
}

.slick-same-height .slick-slide {
  height: inherit !important;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  HEADER 2

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

/* GENERIC */

.custom-nav-button {
  padding: 5px 0;
  cursor: pointer;
}

.custom-nav-button.sublist {
  position: relative;
}

.custom-nav-button-sublist-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 8px;
  transition: 200ms;
}

.custom-nav-button-sublist-container.hidden,
.custom-nav-button-sublist-container.hidden * {
  height: 0;
  font-size: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.custom-nav-button-text {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 700;
}

.custom-nav-button.sublist > i.indicator::before,
.custom-nav-button.sublist-products > i.indicator::before {
  transform: rotate(90deg);
  transition: 200ms ease-in-out;
  color: var(--primary-color);
}

.custom-nav-button.sublist.hidden > i.indicator::before,
.custom-nav-button.sublist-products.hidden > i.indicator::before {
  transform: rotate(-90deg);
}

/* Only desktop */

.header-container-navigation .custom-nav-button-sublist-container[data-index="0"] {
  position: absolute;
  top: 70%;
}

.header-container-navigation .custom-nav-button-sublist-container {
  background: #fff;
  box-shadow: 0 0.9rem 1rem 0.01rem #2b2b2b18;
}

/* PRODUCT STYLE */

.custom-nav-button-sublist-products-container {
  display: flex;
  padding: 15px 8px;
  width: 100%;
  gap: 30px;
  align-items: center;
  transition: 400ms;
}

.custom-nav-button-sublist-products-container.hidden,
.custom-nav-button-sublist-products-container.hidden * {
  height: 0;
  font-size: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.custom-nav-button-sublist-products-container a {
  text-decoration: none;
  display: block;
}

.menu-product-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
}

.menu-product-item-container .menu-product-item-container-img {
  height: 50px;
  width: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.menu-product-item-container .menu-product-item-container-img img {
  width: 100%;
}

.menu-product-item-container p {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0;
  font-size: 12px;
}

@media (max-width: 1240px) {
  .header-container-navigation .custom-nav-button-text {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .custom-nav-button-sublist-products-container {
    justify-content: center;
  }
}

/* Only mobile */

.menu-mobile-content {
  box-shadow: 0 1rem 1rem 0.005rem #0000002f;
}

.menu-mobile .custom-nav-button-container {
  width: 100%;
  text-align: center;
}

.menu-mobile .custom-nav-button {
  padding: 10px;
}

.menu-mobile .custom-nav-button-sublist-container {
  background: #e2f0fc;
}

.menu-mobile .custom-nav-button-sublist-container.even {
  background: #fff;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  HEADER

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.header-container {
  position: relative;
  padding: 0 70px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-container-logo {
  width: 130px;
}

.header-container-logo img {
  width: 100%;
}

.header-container-navigation-links .header-button.sublist {
  padding-right: 20px;
}

.header-button {
  position: relative;
}

.header-button i {
  font-size: 16px;
  position: absolute;
  right: -7px;
  top: 0%;
  cursor: pointer;
  transition: 200ms ease-in-out;
  transform: rotate(-90deg);
  color: var(--primary-color);
}

.header-button .text-header-button {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.header-button.selected .indicator-list {
  transform: rotate(90deg);
}

.text-header-button {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: var(--primary-color);
  text-transform: uppercase;
  cursor: pointer;
}

.header-container-navigation-links .header-button .menu-header-sublist {
  position: absolute;
  top: 150%;
  background: #f1f8fe;
  padding: 10px;
  transition: 200ms ease-in-out;
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 200px;
}

.header-container-navigation-links .header-button.selected .menu-header-sublist {
  display: flex;
}

.menu-mobile-content .header-button {
  padding: 7px 0;
  width: 100%;
  text-align: center;
}

.menu-mobile-content .text-header-button {
  font-size: 16px;
}

.menu-mobile-content .header-button .indicator-list {
  right: 15px;
  top: 5px;
}

.menu-mobile-content .header-button .menu-header-sublist {
  margin: 10px 0;
}

.menu-mobile-content .header-button .header-button {
  background: #f1f8fe;
}

.menu-mobile-content .header-button .menu-header-sublist {
  display: none;
}

.menu-mobile-content .header-button.selected .menu-header-sublist {
  display: flex;
  flex-direction: column;
}

.header-container-contact {
  max-width: 400px;
  width: 100%;
}

.header-container-contact-buttons i {
  color: var(--primary-color);
  font-size: 16px;
}

.header-cta-button {
  width: 70%;
}

.menu-header-sublist-sub-items {
  display: none;
}

.menu-header-sublist-sub-items .header-button {
  background: #e2f0fc !important;
}

.header-button.sublist-items.selected .menu-header-sublist-sub-items {
  display: flex;
  flex-direction: column;
}

.menu-header-sublist i {
  right: 15px;
}

.menu-mobile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  transform: translateY(100%);
}

.menu-open-btn {
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-open-btn i {
  font-size: 25px;
  color: #fff;
}

.header-spacer {
  height: 94px;
  width: 100%;
}

.menu-mobile {
  transition: 200ms ease-in-out;
}

.menu-mobile-content {
  background: #e2f0fc;
  width: 100%;
  height: 100%;
}
.menu-mobile-content .header-nav-btn {
  font-size: 13px;
  width: 100%;
  padding: 12px 0;
  transition: 50ms ease-in-out;
  text-align: center;
}

.menu-mobile-content .header-nav-btn:hover,
.menu-mobile-content .header-nav-btn:hover * {
  background: var(--primary-color);
  color: #fff;
}

@media (max-width: 1310px) {
  .header-container {
    padding: 0 20px;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  FOOTER

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.footer {
  background: var(--primary-color);
}

.footer-content {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-column-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column a,
.footer-text {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  CTA

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.cta-content-container {
  max-width: 600px;
}

.input-container {
  margin-top: 15px;
}

.input-container p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  TEMPLATE

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.teste {
  width: 100%;
  padding: 20px;
  display: flex;
}

.teste div {
  background: blue;
}

.teste div:nth-child(2) {
  display: flex;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-intro {
  height: calc(100vh - 94px);
  padding-top: 150px;
  overflow: hidden;
  position: relative;
}

.section-subpage-intro {
  min-height: 44vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px 0;
}

.section-subpage-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-image: radial-gradient(at center center, #44aeec 0%, #0f517d 100%); */
  --background-overlay: "";
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0.6;
}

/* .section-subpage-intro.dark::before {
  background: rgba(0, 0, 0, 0.7);
} */

.section-default-space {
  padding: 100px 0;
  overflow: hidden;
}

.section-large-space {
  padding: 150px 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .section-xl-large-space {
    padding: 150px 0;
    overflow: hidden;
  }

  .section-xl-default-space {
    padding: 100px 0;
    overflow: hidden;
  }
}

@media (min-width: 998px) {
  .section-lg-large-space {
    padding: 150px 0;
    overflow: hidden;
  }

  .section-lg-default-space {
    padding: 100px 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .section-md-large-space {
    padding: 150px 0;
    overflow: hidden;
  }

  .section-md-default-space {
    padding: 100px 0;
    overflow: hidden;
  }
}

.section-generic {
  padding: 140px 0;
}

.container-section-generic {
  max-width: 1400px;
  width: 87%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.container-section-generic {
  width: 95%;
  max-width: 1600px;
}

.container-section-generic .title {
  font-family: Oswald;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

.container-section-generic .subtitle {
  font-weight: 400;
  font-size: 24px;
}

.container-section-generic .desc {
  font-size: 17px;
}

.presentation-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-dark-blur-show {
  z-index: 20;
  position: relative;
}

.container-section-generic.dark-blur {
  position: relative;
}

.container-section-generic.dark-blur::after {
  width: 100%;
  height: 120%;
  background: #00000081;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(200px);
  position: absolute;
  z-index: 10;
}

.container-section-generic-small-side {
  width: 35%;
}

/* WHITE TEXT */

.container-section-generic.white .title,
.container-section-generic.white .subtitle,
.container-section-generic.white .desc {
  color: #fff;
}

/* CENTER */

.container-section-generic.center .title,
.container-section-generic.center .subtitle,
.container-section-generic.center .desc {
  text-align: center;
}

.container-section-generic.center .divider {
  max-width: 600px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/* LEFT */

.container-section-generic.left .title,
.container-section-generic.left .subtitle,
.container-section-generic.left .desc {
  text-align: left;
}

.container-section-generic.left .divider {
  width: 100%;
  margin-left: 0;
}

/* INTRO */

.container-section-generic.intro .title {
  font-weight: 700;
  font-size: 48px;
}

.container-section-generic.intro .subtitle {
  font-weight: 400;
  font-size: 28px;
}

.container-section-generic.intro .desc {
  font-size: 22px;
}

.container-section-generic .divider {
  height: 3px;
  background: var(--primary-color);
  margin: 25px 0;
}

.btn-cta {
  padding: 12px 12px;
  border-radius: 2px;
  border: 0;
  outline: 0;
  background: var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  font-family: Oswald;
  letter-spacing: 0.1em;
  transition: 200ms ease-in-out;
}

.btn-cta.white {
  background: #fff;
  color: var(--primary-color);
}

.btn-cta.full {
  width: 100%;
}

.btn-cta.large {
  font-size: 18px;
  padding: 15px 15px;
}

.btn-cta:hover {
  transform: scale(1.05);
}

.text-dark-shadow {
  text-shadow: rgb(0, 0, 0) 1px 0 10px;
}

.text-selected1 {
  background-color: var(--primary-color);
  color: #fff;
  box-decoration-break: clone;
}

.animated-icon,
.lottie-animated-icon {
  height: 95px;
  width: 95px;
}

.lottie-animated-icon svg path {
  stroke: var(--primary-color);
}

.lottie-animated-icon svg path[stroke="rgb(0,0,0)"] {
  stroke: #000;
}

.category-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-category {
  border: 0;
  background: #eeeeee;
  padding: 14px;
  font-weight: 600;
  font-size: 20px;
  color: var(--text-black);
  transition: 100ms ease-in-out;
  border-radius: 2px;
}

.btn-category:hover,
.btn-category.selected {
  background: var(--primary-color);
  color: #fff;
}

.accordion-header .accordion-button {
  background: transparent;
  border: 1px solid #fff;
  border-collapse: collapse;
  color: #fff;
  box-shadow: none !important;
  padding-left: 40px;
  position: relative;
  font-weight: 500;
  font-size: 19px;
}

.product-theme-accorddion .accordion-header .accordion-button {
  border: 1px solid #bebebe;
  color: var(--primary-color);
}

.small .accordion-header .accordion-button {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-header .accordion-button::after {
  display: none !important;
}

.accordion-header .accordion-button::before {
  content: "+";
  display: inline;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 5px;
}

.small .accordion-header .accordion-button::before {
  font-size: 20px;
  top: 7px;
}

.accordion-header .accordion-button:not(.collapsed)::before {
  content: "-";
}

.accordion-collapse {
  background: #fff;
  transition: 200ms ease-in-out;
}

.product-theme-accorddion .accordion-collapse {
  background: transparent;
  border: 1px solid #bebebe;
}

.accordion-body {
  font-weight: 500;
  color: var(--text-black);
  font-size: 18px;
  opacity: 0.8;
}

.small .accordion-body {
  font-size: 16px;
  padding: 10px;
}

.accordion-blocks * {
  color: var(--text-black);
}

.accordion-blocks .accordion-header .accordion-button {
  color: var(--text-black);
  font-size: 16px;
}

.accordion-blocks .accordion-header {
  border: 1px solid #c5c5c5;
  margin-top: 15px;
  margin-bottom: 5px;
}

.accordion-blocks .accordion-collapse {
  border: 1px solid #c5c5c5;
}

.accordion-blocks .accordion-body {
  font-size: 16px;
}

.accordion-blocks .accordion-header .accordion-button::before {
  top: 50%;
  transform: translateY(-57%);
  color: var(--primary-color);
}

.custom-breadcrumb {
  text-align: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
}

.custom-breadcrumb *,
.custom-breadcrumb a:hover {
  text-decoration: none;
}

.custom-breadcrumb ol li a,
.custom-breadcrumb ol li {
  color: #fff;
}

.custom-breadcrumb ol li.text-black a,
.custom-breadcrumb ol li.text-black {
  color: var(--text-black);
}

.custom-breadcrumb ol li:last-child::after {
  display: none;
}

.custom-breadcrumb ol li::after {
  content: "";
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  background-color: #fff;
  transform: translateY(1px);
  border-radius: 50%;
  margin-left: 19px;
  border: 4px solid var(--primary-color);
}

.image-full-square {
  width: 57%;
}

@media (min-width: 998px) {
  .accordion-75-lg {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  .image-full-square {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .container-section-generic.intro .title {
    font-size: 40px;
  }

  .container-section-generic.intro .subtitle {
    font-size: 19px;
    padding: 0 30px;
    line-height: 1.35em;
  }

  .image-full-square {
    width: 95%;
  }
}

.item-point-m2m-name {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.item-point-m2m-desc {
  font-weight: 500;
  opacity: 0.7;
  font-size: 15px;
}

.item-point-m2m.centralized {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.item-point-m2m .divider-m2m {
  height: 3px;
  width: 40px;
  margin: 7px 0;
  background: var(--primary-color);
}

/* ############################### */

.category-product-container {
  background: #eeeeee;
}

.category-product-container img {
  height: auto;
  width: 100%;
}

.products-home-content-item-read-title {
  font-family: Oswald;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

.products-home-content-item-read-divider {
  background: var(--primary-color);
  height: 4px;
  width: 37%;
  margin: 20px 0 25px 0;
}

.products-home-content-item-read-desc {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
}

.custom-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.custom-list li {
  padding-left: 25px;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8;
  position: relative;
  margin-bottom: 15px;
}

.custom-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid;
  border-color: var(--primary-color);
}

.custom-list.green-indicator li::after {
  border-color: green !important;
}

.custom-list.red-indicator li::after {
  border-color: rgb(202, 14, 14) !important;
}

.custom-list.small li {
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 12px;
}

.custom-list.small li::after {
  height: 8px;
  width: 8px;
  border: 2px solid;
}

.products-home-container-item-content-variants-presentation-text {
  font-family: Oswald;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.products-home-content-item-content-variants {
  display: flex;
  gap: 20px;
}

@media (max-width: 1200px) {
  .category-product-container img {
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .category-product-container {
    background: #eeeeee00;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  APPS SLIDER

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.apps-slick-item {
  padding: 20px;
}

.apps-slick-item-image-box img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  transition: 1s ease-in-out;
}

.apps-slick-item-image-box img:hover {
  transform: scale(1.1);
}

.apps-slick-item-text-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  background: #f9fafa;
  position: relative;
  z-index: 10;
}

.apps-slick-item-text-box p {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 0.02em;
  margin-bottom: 0;
  cursor: pointer;
}

.apps-slick-item-text-box p::after {
  content: " -";
}

.apps-slick-item-text-box p.collapsed {
  margin-bottom: 20px;
}

.apps-slick-item-text-box p.collapsed::after {
  content: " +";
}

.divider-apps-item {
  width: 100%;
  margin-bottom: 10px;
  height: 3px;
  background: var(--primary-color);
}

.collapse-apps {
  transition: 200ms ease-in-out;
  margin-bottom: 15px;
}

.collapse-apps .card {
  background: transparent;
  border: 0;
}

@media (max-width: 992px) {
  .apps-slick-item {
    padding: 0px;
  }

  .apps-slick-item-text-box {
    align-items: start;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  LOADER

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #ccc;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: var(--primary-color);
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;
}

.loader.white::after,
.loader.white::before {
  background-color: #fff;
}

.loader::before {
  background-color: var(--blue-3);
  transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  LOADING WRAPPER

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

#loading-wrapper {
  display: none !important;
}

#loading-wrapper {
  width: 100%;
  height: 300px;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0c2b45;
  width: 100px;
  height: 30px;
  margin: -15px 0 0 -45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #f00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0f0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00f;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;

  border-top-color: #1081cc;
  border-bottom-color: #1081cc;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #44aeec;
  border-bottom-color: #44aeec;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #bee2f9;
  border-bottom-color: #bee2f9;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#content-wrapper {
  color: #fff;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}

#header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}

#content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  RECENT POST BLOG

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.recent-posts-container a {
  text-decoration: none;
}

.card-recent-post {
  height: 100%;
  margin-top: 0px !important;
}

.recent-post {
  margin-top: 50px;
}

.recent-post img {
  width: 100%;
  height: 12vw;
  object-fit: cover;
}

.card-recent-post img {
  height: 15vw;
  object-fit: cover;
}

.recent-post .post-title {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.1;
  margin-top: 15px;
}

.recent-post .post-desc {
  color: #4a4a4a;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.card-recent-post .post-desc {
  -webkit-line-clamp: 5;
  font-size: 14px;
}

.recent-post span {
  color: #15a44a;
  font-size: 12px;
}

.card-recent-post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .card-recent-post img {
    height: 25vw !important;
  }
  .recent-post img {
    height: 15vw;
  }
}

@media (max-width: 992px) {
  .recent-post img {
    height: 25vw;
  }
}

@media (max-width: 768px) {
  .card-recent-post img {
    height: 50vw !important;
  }
}

@media (max-width: 575px) {
  .recent-post img {
    height: 50vw !important;
  }
}

/* .recent-posts-container a {
  text-decoration: none;
}

.card-recent-post {
  height: 100%;
  margin-top: 0px !important;
  aspect-ratio: 3/1;
  width: 100%;
}

.recent-post {
  margin-top: 50px;
}

.recent-post img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.recent-post .post-title {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.recent-post .post-desc {
  color: #4a4a4a;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.card-recent-post .post-desc {
  -webkit-line-clamp: 5;
  font-size: 14px;
}

.recent-post span {
  color: var(--primary-color);
  font-size: 12px;
}

.card-recent-post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1400px) {
  .blog-page .post-title {
    font-size: 18px;
  }

  .blog-page .post-desc {
    -webkit-line-clamp: 3;
  }
}

/* @media (max-width: 1200px) {
  .card-recent-post img {
    height: 25vw !important;
  }
  .recent-post img {
    height: 15vw;
  }
}

@media (max-width: 992px) {
  .recent-post img {
    height: 25vw;
  }
}

@media (max-width: 768px) {
  .card-recent-post img {
    height: 50vw !important;
  }
}

@media (max-width: 575px) {
  .recent-post img {
    height: 50vw !important;
  }
} */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  SLIDER

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: transparent;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, var(--primary-color) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  align-items: center;
  background: transparent;
}

.slide {
  width: 300px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  DIFERENCIALS

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.stroke-product-specifics-container {
  background: var(--primary-color);
  height: 100px;
  width: 100%;
  overflow: hidden;
}

.stroke-product-specifics {
  display: flex;
  width: 100%;
}

.diferencial-item {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 35px;
  text-align: center;
}

.slide-large {
  width: 400px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  PRODUCT SECTION MODEL

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.section-first-product {
  padding: 100px 0 !important;
}

.container-section-generic.product {
  max-width: 1300px;
}

.product-mobile-first-image {
  width: 100%;
}

@media (max-width: 992px) {
  .product-mobile-first-image {
    max-width: 550px;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  CARD SIMPLE

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.card-simple {
  margin: 10px 0;
  background: #fff;
  height: 100%;
  border: 2px solid #0202020e;
  text-align: center;
}

.card-simple.white {
  background: #ffffff;
}

.card-simple-title {
  font-size: 20px;
  font-weight: 600;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  TAG CONTROLLER VIEW

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.tag-controller-item {
  text-transform: capitalize;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  CARD LIST COMPONENT

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.card-list-container {
  padding: 20px;
  height: 100%;
  border: 2px solid #0202020e;
  max-width: 450px;
  margin: 0 auto;
}

.card-list-container-title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

.card-list-container-list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.card-list-container-list li {
  position: relative;
  padding-left: 30px;
}

.card-list-container-list li::before {
  content: url("../../_assets/icons/check.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  CARD LIST FLIP COMPONENT

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.card-app-hide-desc-flip-content {
  background-position: center;
  background-size: cover;
  aspect-ratio: 4 / 6;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.card-app-hide-desc-flip-content.small-card-app {
  aspect-ratio: 4/3;
}

.card-app-hide-desc-flip-content-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 0 10px;
}

.card-app-hide-desc-flip-content-container-desc {
  position: absolute;
  top: calc(100% - 7px);
  color: #fff;
  left: 0;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  transition: 700ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  padding: 20px 5px;
}

.card-app-hide-desc-flip-content-container-desc-overflow {
  overflow: auto;
  padding: 0 15px;
}

.card-app-hide-desc-flip-content-container-desc-overflow::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}

.card-app-hide-desc-flip-content-container-desc-overflow::-webkit-scrollbar-track {
  background: #f1f1f100;
}

.card-app-hide-desc-flip-content-container-desc-overflow::-webkit-scrollbar-thumb {
  background: #e2f0fc;
}

.card-app-hide-desc-flip-content-container-desc-text {
  font-size: 14px;
  margin-bottom: 0;
}

.card-app-hide-desc-flip-content:hover .card-app-hide-desc-flip-content-container-desc {
  top: 0%;
}

.card-app-hide-desc-flip-content-container-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.image-card-app2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(65%);
}

.slick-spacer {
  margin-left: auto;
  margin: 10px 12.5px;
}

.slick-spacer-xxl {
  margin: 10px 0;
  margin-left: 25px;
}

@media (max-width: 1400px) {
  .slick-spacer-xxl {
    margin-left: auto;
    margin: 10px 12.5px;
  }
}

.slick-spacer-right-xl {
  margin: 10px 0;
  margin-right: 25px;
}

.slick-spacer-xl {
  margin: 10px 0;
  margin-left: 25px;
}

@media (max-width: 1200px) {
  .slick-spacer-right-xl {
    margin-right: auto;
    margin: 10px 12.5px;
  }

  .slick-spacer-xl {
    margin-left: auto;
    margin: 10px 12.5px;
  }
}

@media (max-width: 576px) {
  .card-app-hide-desc-flip-content-title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
  }

  .card-app-hide-desc-flip-content-container-desc-text {
    font-size: 14px;
    margin-bottom: 0;
  }

  .card-app-hide-desc-flip-content-container-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  DASHBOARD PREVIEW

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.gradient-home-rms {
  background: linear-gradient(45deg, #293c6b, #082e5a);
}

.dashboard-preview-container > * {
  font-size: 0.078vw;
  font-size: 0.07vw;
}

.dashboard-preview {
  width: 500em;
  height: 325em;
  position: relative;
}

.dashboard-preview img {
  position: absolute;
  transition: ease-in-out 150ms;
}

.dashboard-preview .hover-scale:hover {
  transform: scale(1.1);
}

.dashboard-preview .dash-empty {
  left: 0;
  top: 0;
  width: 100%;
}

.dashboard-preview .left-side-list {
  position: absolute;
  left: 10em;
  top: 60em;
  width: 83em;
  height: 400em;
  display: flex;
  flex-direction: column;
}

.dashboard-preview .left-side-list div {
  height: 24em;
}

.dashboard-preview .left-side-list img {
  width: 100%;
}

.dashboard-preview .dash-top-item {
  width: 70em;
  left: 120em;
  top: 50em;
}

.dashboard-preview .dash-top-item.middle {
  transform: translate(90em, 11em);
}

.dashboard-preview .dash-top-item.middle:hover {
  transform: translate(90em, 11em) scale(1.1);
}

.dashboard-preview .dash-top-item:nth-child(3) {
  transform: translate(180em, 22em);
}

.dashboard-preview .dash-top-item:nth-child(3):hover {
  transform: translate(180em, 22em) scale(1.1);
}

.dashboard-preview .dash-chart {
  width: 145em;
  left: 120em;
  top: 124em;
}

.dashboard-preview .dash-chart-right {
  width: 80em;
  left: 288em;
  top: 144em;
}

.dashboard-preview .dash-table {
  width: 249em;
  left: 120em;
  top: 200em;
}

.dashboard-preview .dash-side-list {
  left: 390em;
  top: 84em;
  width: 91em;
}

.dashboard-preview .right-side-list {
  position: absolute;
  left: 390em;
  top: 84em;
  width: 91em;
  display: flex;
  flex-direction: column;
}

.dashboard-preview .right-side-list div {
  height: 24em;
}

.dashboard-preview .right-side-list img {
  width: 100%;
}

@media (max-width: 1400px) {
  .dashboard-preview-container > * {
    font-size: 0.078vw;
  }
}

@media (max-width: 1200px) {
  .dashboard-preview-container > * {
    font-size: 0.082vw;
  }
}

@media (max-width: 992px) {
  .dashboard-preview-container > * {
    font-size: 0.124vw;
  }

  .dashboard-preview {
    margin: 50px 0;
  }

  .apps-slick-item {
    padding: 0px;
  }
}

@media (max-width: 602px) {
  .dashboard-preview-container > * {
    font-size: 0.16vw;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  BENEFITS

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.table-benefits-col p {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--primary-color);
}

.icon-benefits {
  width: 50px;
  height: 50px;
  fill: var(--primary-color);
  margin-right: 15px;
}

@media (max-width: 992px) {
  .table-benefits-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table-benefits-col .custom-list li::after {
    display: none;
  }

  .table-benefits-col .custom-list li {
    padding-left: 0;
    text-align: center;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  RMS CARD

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.item-card-rms {
  background: #f7f7f7;
}

.item-card-rms img {
  width: 100%;
  aspect-ratio: 5/3;
}

.item-card-rms p {
  font-size: 20px;
  font-weight: 600;
}

.item-card-rms span {
  font-size: 14px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  Building area

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.building-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 90px 0;
}

.building-area img {
  width: 70%;
  max-width: 150px;
  margin-top: 10px;
}

.building-area .title-building {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  font-family: "Oswald";
  text-transform: uppercase;
}

.building-area .desc-building {
  max-width: 500px;
  text-align: center;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  Modal Image

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

#modal-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  z-index: 1000;
}

#modal-image-container img {
  max-width: 600px;
  height: auto;
  width: 100%;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.dark-screen-modal-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 30px;
  border-radius: 50%;
  background: white;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

/* Whatsapp */

#click-whatsapp {
  position: fixed;
  top: 90vh;
  z-index: 1000;
  left: 40px;
  text-decoration: none;
}

#click-whatsapp button {
  border: 0;
  background: #4bec66;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 300ms ease-in-out;
}

.show-on-hover {
  font-size: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

.show-on-hover p {
  margin-bottom: 0;
  font-weight: 600;
}

#click-whatsapp:hover .show-on-hover {
  width: auto;
  opacity: 1;
  pointer-events: auto;
  font-size: 16px;
  margin-left: 10px;
  transition: 300ms ease-in-out;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  IconButton

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.styled_icon_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  background: #f1f1f1;
  height: 55px;
  width: 55px;
  cursor: pointer;
}

.styled_icon_button_container i {
  font-size: 21px;
}

.styled_icon_button_container:hover,
.styled_icon_button_container.selected {
  background: #e9e9e9;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  
  Utils

 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 */

.text-carmel {
  color: var(--primary-color);
}
