@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Secular+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  /* --main-font-family: 'Open Sans', sans-serif; */
  --main-font-family: "Ubuntu";
  /* --heading-font-family: 'Playfair Display', serif; */
  /* --heading-font-family: 'Montserrat', sans-serif; */
  --heading-font-family: "Ubuntu", sans-serif;
  --main-color: #10457f;
  --color-blue-2: #30adef;
  --bg-color: #d8dfe3;
  --bg-color-02: #662a1e1a;
  --bg-textarea: rgba(1, 11, 27, 0.329);
  --bg-textare: #eef7ff;
  --link-blue: #0a58ca;
  --main-blue: #004778;
  --optional-color: #2e3ab8;
  --white-color: #ffffff;
  --black-color: #020202;
  --color-gray: #6b7c8f;
  --color-yellow: #ffc107;
  --color-green: #2a852e;
  --color-green-2: #1f9324;
  --color-green-3: #1ccd16;
  --color-green-4: #27ae60;
  --color-green-5: #e8f5e9;
  --color-red: #d5182a;
  --color-orange-1: #d82a03;
  --color-border: #e1e1e1;
  --color-noise: #212529;
  --paragraph-color: #484847;
  --omicrom-01: #662a1e;
  --omicrom-02: #844032;
  --omicrom-03: #5d261b;
  --omicrom-04: #b7a166;
  --omicrom-05: #501a0f;
  --omicrom-06: #e79b8b;
  --font-size: 16px;
  --transition: 0.4s;
}

* {
  font-family: var(--main-font-family);
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

b {
  font-weight: 900 !important;
}

html {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100vh;
  background-color: var(--bg-color);
  overflow-x: hidden;
}
body div.contains-mega-menu {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body div.contains-mega-menu #mega_menu_omicrom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
body div.contains-mega-menu {
  /* Navbar styling */
}
body div.contains-mega-menu .navbar {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
  background-color: white !important;
}
body div.contains-mega-menu {
  /* Logo styling */
}
body div.contains-mega-menu .logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
body div.contains-mega-menu .logo-img {
  height: 85px;
  width: auto;
}
body div.contains-mega-menu .logo-text {
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--primary-color);
  text-decoration: none;
  background: linear-gradient(to right, var(--primary-color), #6610f2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body div.contains-mega-menu {
  /* Top small menu items */
}
body div.contains-mega-menu .top-menu {
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
body div.contains-mega-menu .top-menu .nav-link {
  color: var(--color-gray);
  padding: 0.25rem 0.75rem;
}
body div.contains-mega-menu .top-menu .nav-link:hover {
  color: var(--primary-color);
}
body div.contains-mega-menu {
  /* Mega menu dropdown styling */
}
body div.contains-mega-menu .mega-dropdown {
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  padding: 2rem !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: none;
  margin-top: 0rem !important;
  padding-bottom: 0px !important;
}
body div.contains-mega-menu .mega-dropdown .row {
  align-items: flex-start;
}
body div.contains-mega-menu .mega-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--dark-color);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary-color);
}
body div.contains-mega-menu .mega-link {
  padding: 0.5rem 0;
  color: var(--dark-color);
  text-decoration: none;
  display: flex;
  transition: all 0.2s;
  border-radius: 4px;
  align-items: center;
  justify-content: flex-start;
  font-size: 15.5px;
}
body div.contains-mega-menu .mega-link i {
  width: 24px;
  display: flex;
  margin-right: 6px;
  font-size: 20px;
  color: var(--color-gray);
}
body div.contains-mega-menu .mega-link:hover {
  color: var(--primary-color);
  padding-left: 8px;
  background-color: rgba(13, 110, 253, 0.05);
}
body div.contains-mega-menu {
  /* Featured product in mega menu */
}
body div.contains-mega-menu .featured-product {
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 0.5rem;
  height: 100%;
  border-left: 4px solid var(--accent-color);
  background-color: var(--white-color);
}
body div.contains-mega-menu .product-title {
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 0.5rem;
}
body div.contains-mega-menu .menu-paragraph {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--color-gray);
  text-align: left;
  padding: 0 0rem;
  margin-bottom: 0;
}
body div.contains-mega-menu .product-img {
  width: 100%;
  border-radius: 5px;
  margin: 0rem 0;
  height: 244px;
  object-fit: cover;
}
body div.contains-mega-menu .btn-featured {
  background-color: var(--accent-color);
  color: var(--color-gray);
  border: none;
  padding: 6px 0px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  border: 0px solid #ccc;
  transition: 0.5s;
  font-size: 0.9rem;
}
body div.contains-mega-menu .btn-featured:hover {
  color: var(--omicrom-02);
  transition: 0.5s;
}
body div.contains-mega-menu {
  /* Badge for new items */
}
body div.contains-mega-menu .badge-new {
  background-color: var(--accent-color);
  font-size: 0.6rem;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
body div.contains-mega-menu {
  /* Content area */
}
body div.contains-mega-menu .content-area {
  padding: 3rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
body div.contains-mega-menu .content-area h1 {
  color: var(--dark-color);
  margin-bottom: 1.5rem;
}
body div.contains-mega-menu .content-area p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
}
body div.contains-mega-menu .bottom-item-menu .nav-link {
  color: var(--color-gray);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
}
body div.contains-mega-menu .bottom-item-menu .nav-link.active {
  color: var(--omicrom-02);
  font-weight: 800;
}
body div.contains-mega-menu .simple-dropdown {
  border: 0;
  margin-top: 8px;
  border-radius: 0px 0px 4px 5px;
}
body div.contains-mega-menu .simple-dropdown .dropdown-item {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--color-gray);
  padding: 5px 14px;
  margin-bottom: 0;
  margin-top: 0px;
  text-align: left;
  display: flex;
  align-items: center;
}
body div.contains-mega-menu .simple-dropdown .dropdown-item i {
  margin-right: 8px;
}
body div.contains-mega-menu .simple-dropdown .dropdown-item.active {
  background-color: var(--white-color);
  color: var(--omicrom-02);
  font-weight: 800;
}
body section.about-omicrom {
  width: 100%;
  margin-top: 15px;
  padding: 15px;
}
body section.about-omicrom .container-fluid {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--white-color);
  border-radius: 12px;
}
body section.about-omicrom .container-fluid .top-about-omicrom {
  width: 30%;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 15px;
}
body section.about-omicrom .container-fluid .top-about-omicrom img {
  width: 100%;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom {
  width: 70%;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom .title-02-section {
  font-weight: 800;
  color: var(--omicrom-02);
  margin-bottom: 10px;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom p.p-paragraph {
  width: 100%;
  font-size: clamp(15.2px, 2.45vw, 17px);
  font-weight: 300;
  color: var(--color-gray);
  text-align: left;
  padding: 0 0rem;
  margin-bottom: 15px;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom div.content-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom div.content-link a.link-about-us {
  width: auto;
  font-size: clamp(12.5px, 2.45vw, 15px);
  font-weight: 700;
  color: var(--omicrom-02);
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--omicrom-02);
  border-radius: 12px;
  transition: 0.5s;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom div.content-link a.link-about-us i {
  color: var(--omicrom-02);
  font-size: 1.8rem;
  margin-right: 10px;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom div.content-link a.link-about-us img {
  width: 40px;
  margin-right: 10px;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom div.content-link a.link-about-us:hover {
  color: var(--white-color);
  background-color: var(--omicrom-02);
  border: 2px solid var(--omicrom-02);
  transition: 0.5s;
}
body section.about-omicrom .container-fluid .bottom-about-omicrom div.content-link a.link-about-us:hover i {
  color: var(--white-color);
  transition: 0.5s;
}
body section.omicrom-cloud-section,
body section.sendas-news-section,
body section.blustnews-section {
  width: 100%;
  margin-top: 15px;
  padding: 15px;
}
body section.omicrom-cloud-section .container-fluid,
body section.sendas-news-section .container-fluid,
body section.blustnews-section .container-fluid {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  background-color: var(--white-color);
  border-radius: 12px;
  gap: 12px;
}
body section.omicrom-cloud-section .container-fluid div.left-blustnews,
body section.sendas-news-section .container-fluid div.left-blustnews,
body section.blustnews-section .container-fluid div.left-blustnews {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
body section.omicrom-cloud-section .container-fluid div.left-blustnews .top-left-blustnews,
body section.sendas-news-section .container-fluid div.left-blustnews .top-left-blustnews,
body section.blustnews-section .container-fluid div.left-blustnews .top-left-blustnews {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body section.omicrom-cloud-section .container-fluid div.left-blustnews .bottom-left-blustnews,
body section.sendas-news-section .container-fluid div.left-blustnews .bottom-left-blustnews,
body section.blustnews-section .container-fluid div.left-blustnews .bottom-left-blustnews {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body section.omicrom-cloud-section .container-fluid div.left-blustnews .bottom-left-blustnews img,
body section.sendas-news-section .container-fluid div.left-blustnews .bottom-left-blustnews img,
body section.blustnews-section .container-fluid div.left-blustnews .bottom-left-blustnews img {
  width: 100%;
}
body section.omicrom-cloud-section .container-fluid div.right-blustnews,
body section.sendas-news-section .container-fluid div.right-blustnews,
body section.blustnews-section .container-fluid div.right-blustnews {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
body section.omicrom-cloud-section .container-fluid div.right-blustnews div.logo-01-section,
body section.sendas-news-section .container-fluid div.right-blustnews div.logo-01-section,
body section.blustnews-section .container-fluid div.right-blustnews div.logo-01-section {
  width: 100%;
  margin-bottom: 15px;
}
body section.omicrom-cloud-section .container-fluid div.right-blustnews div.logo-01-section img,
body section.sendas-news-section .container-fluid div.right-blustnews div.logo-01-section img,
body section.blustnews-section .container-fluid div.right-blustnews div.logo-01-section img {
  height: 65px;
}
body section.omicrom-cloud-section .container-fluid div.right-blustnews p.p-paragraph,
body section.sendas-news-section .container-fluid div.right-blustnews p.p-paragraph,
body section.blustnews-section .container-fluid div.right-blustnews p.p-paragraph {
  width: 100%;
  font-size: clamp(15.2px, 2.45vw, 17px);
  font-weight: 300;
  color: var(--color-gray);
  text-align: left;
  padding: 0 0rem;
  margin-bottom: 15px;
}
body div.under-section-call-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
body div.under-section-call-action div.bottom-section-action {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
body div.under-section-call-action div.bottom-section-action p.p-paragraph-inner-action {
  width: 100%;
  font-size: clamp(13.2px, 2.45vw, 15px);
  font-weight: 300;
  color: var(--color-gray);
  text-align: center;
  padding: 0 0rem;
  margin-bottom: 0px;
}
body div.under-section-call-action div.bottom-section-action a.left-action-link {
  width: auto;
  min-width: 160px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--main-blue);
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 2px solid var(--main-blue);
  border-radius: 12px;
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.left-action-link img {
  width: 40px;
  margin-right: 10px;
}
body div.under-section-call-action div.bottom-section-action a.left-action-link i {
  margin-right: 10px;
  border-right: 1px solid;
  padding-right: 12px;
  width: 34px;
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.left-action-link:hover {
  color: var(--white-color);
  background-color: var(--main-blue);
  border: 2px solid var(--main-blue);
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.left-action-link.btn-green-border {
  color: var(--color-green-2);
  border: 2px solid var(--color-green-2);
}
body div.under-section-call-action div.bottom-section-action a.left-action-link.btn-green-border:hover {
  color: var(--white-color);
  background-color: var(--color-green-2);
  border: 2px solid var(--color-green-2);
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.left-action-link.btn-red-border {
  color: var(--color-orange-1);
  border: 2px solid var(--color-orange-1);
}
body div.under-section-call-action div.bottom-section-action a.left-action-link.btn-red-border:hover {
  color: var(--white-color);
  background-color: var(--color-orange-1);
  border: 2px solid var(--color-orange-1);
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link {
  width: auto;
  min-width: 160px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--main-blue);
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid var(--main-blue);
  border-radius: 12px;
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link img {
  width: 40px;
  margin-right: 10px;
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link i {
  margin-right: 10px;
  border-right: 1px solid;
  padding-right: 12px;
  width: 34px;
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link:hover {
  color: var(--main-blue);
  border: 2px solid var(--main-blue);
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link.btn-green {
  color: var(--color-green-2);
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link.btn-green:hover {
  color: var(--color-green-2);
  border: 2px solid var(--color-green-2);
  transition: 0.5s;
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link.btn-red {
  color: var(--color-orange-1);
}
body div.under-section-call-action div.bottom-section-action a.rigth-action-link.btn-red:hover {
  color: var(--color-orange-1);
  border: 2px solid var(--color-orange-1);
  transition: 0.5s;
}
body section.omicrom-future-perspectives .card {
  overflow: hidden;
}
body section.omicrom-future-perspectives div.top-image {
  width: 100%;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 315px;
  overflow: hidden;
  min-height: 215px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body section.omicrom-future-perspectives div.top-image img {
  display: flex;
}
body section.omicrom-future-perspectives .card-footer img {
  width: 40px;
}

body section.about-omicrom-localization .container-fluid {
  align-items: flex-start;
}

.menu-mobile {
  display: none;
}

.text-black {
  color: var(--black-color);
}

.text-orange {
  color: var(--color-orange-1) !important;
}

.text-green {
  color: var(--color-green-2) !important;
}

.omicrom-02 {
  color: var(--omicrom-02) !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

/*# sourceMappingURL=main.css.map */
