@charset "UTF-8";
/*!
 * Atomic Web Design v2.1 (https://atomic-webdesign.com/)
 * Developed by: L.D.G. Jose Luis Quintana Trejo - Author.
 * Copyright each time you see this message - Atomic Web Design.gf
 */

body {
  font-family: 'OpenSans-Regular';
  background: linear-gradient(160deg, #1b1a1a 16%, #D61C4E 100%);
  color: white;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.smoke-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.smoke {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle, #020d30, transparent);
  animation: moveSmoke 10s ease-in-out infinite, fadeSmoke 10s ease-in-out infinite;
  filter: blur(10px);
}

@keyframes moveSmoke {
  0% { transform: translateY(0) translateX(0) scale(2); }
  50% { transform: translateY(-300px) translateX(200px) scale(2); }
  100% { transform: translateY(-300px) translateX(-200px) scale(2); }
}

@keyframes fadeSmoke {
  0%, 100% { opacity: 0; }
  50% { opacity: 0.2; }
}

.hover-area {
  background-color: #333;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
}

.smoke-trail {
  background: radial-gradient(circle, rgba(218, 15, 15, 1), transparent);
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  animation: fadeSmoke 2s ease-out infinite;
  filter: blur(7px); /* Increase blur for smoother edges */
  transition: opacity 0.2s ease-out;
}

@keyframes fadeSmoke {
  0% { transform: scale(1); opacity: 0.3; }
  100% { transform: scale(1); opacity: 0.3; }
}

.light-effect {
  position: absolute;
  width: 0.5rem;
  height: 120vh; /* Extend height to avoid disappearing at edges */
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: moveLight 1s linear infinite, changeColor 10ms ease-in-out infinite;
  filter: blur(10px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

@keyframes moveLight {
  0% { transform: translateY(-120%); } /* Start above view */
  100% { transform: translateY(120%); } /* Move past bottom view */
}

@keyframes changeColor {
  0% { background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 1), transparent); }
  25% { background: linear-gradient(90deg, transparent, rgba(0, 255, 0, 1), transparent); }
  50% { background: linear-gradient(90deg, transparent, rgba(0, 0, 255, 1), transparent); }
  75% { background: linear-gradient(90deg, transparent, rgba(255, 255, 0, 1), transparent); }
  100% { background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 1), transparent); }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-in-out;
}

.reveal.active { opacity: 1; transform: translateY(0); }

.reveal-1.active { transition-delay: 0s; }
.reveal-2.active { transition-delay: 0.3s; }
.reveal-3.active { transition-delay: 0.6s; }

.fade-in-1, .fade-in-2 {
  opacity: 0;
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-in-1 {
  transform: translateY(20px);
}

.fade-in-2 {
  transform: translateY(-30px);
}

.visible {
  opacity: 1;
  transform: translateY(0) translateY(0);
}

.footer {
  background-color: transparent;
  height: auto;
  font-size: 0.85rem;
}

.footer_container {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.footer a {
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
}

.footer a:hover {
  color: white;
  text-decoration: underline;
}

.footer_links {
  display: flex;
}

.footer_links a {
  padding-bottom: 1rem;
  text-decoration: none;
  color: white;
}

.atomic_container_fluid {
  padding: 0;
}

.nav_main {
  height: 6rem;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.9s ease-in-out;
}

.nav li {
  padding-right: 1rem;
  padding-top: 2rem;
}

.atomic_logo {
  margin-top: 1rem;
  width: 6rem;
  height: auto;
}

.atomic_logo_mb {
  margin-top: 1rem;
  margin-left: 1rem;
  width: 2rem;
  height: auto;
}

.nav.pills, li {
  font-family: 'OpenSans-Medium';
  padding-top: 2rem;
  padding-right:  1rem;
}

.nav-pills a {
  color: white;
  text-decoration: none;
}

.nav-pills a img {
  padding-top: 2rem;
  width: 1.60rem;
  height: auto;
  margin-right: 0.50rem;
}

.body_agnt, li {
  font-family: 'OpenSans-Medium';
  padding-top: 0.5rem;
  padding-right:  0.5rem;
}

.body_agnt li a {
  text-transform: none;
  text-decoration: none;
  color: white;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.4);
  --bs-backdrop-opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.modal-content {
  padding: 1rem;
  background: transparent;
  border: none;
  border-radius: 4rem;
}

.modal-logo {
  margin-top: 3rem;
}

.modal-logo img {
  width: 12rem;
  height: auto;
}

.modal-header {
  border-bottom: none;
}

.btn-close {
  --bs-btn-close-bg: url(../images/icons/close_rnd.svg) no-repeat center;
  background: var(--bs-btn-close-bg);
}

.modal-title {
  font-family: 'OpenSans-Bold';
  font-size: 2.25rem;
  line-height: 2.1rem;
  color: #D61C4E;
  background: linear-gradient(160deg, #800b2a, #D61C4E);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.modal-body p {
  font-family: 'OpenSans-Medium';
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: justify;
  color: #b8b8b8;
}

.modal_btn_img {
  background-color: transparent;
  border: none;
}

.modal_btn_img img {
  padding-top: 0;
  width: 1.3rem;
  height: auto;
}

/* ------------------------------  CONTENT MAIN START ---!*/

.content_main {
  padding-top: 7rem;
  margin-bottom: 6rem;
}

.demo_show {
  margin-bottom: 0.25rem;
}

.divs_inside span:first-child {
  position: absolute;
  margin-top: -1rem;
  margin-left: -1.45rem;
  font-size: 1rem;
  font-family: 'OpenSans-LightItalic';
  color: rgba(250,250,250,0.10);
}

.divs_inside span:last-child {
  position: absolute;
  margin-top: 1.10rem;
  margin-left: -0.80rem;
  font-size: 1rem;
  font-family: 'OpenSans-LightItalic';
  color: rgba(250,250,250,0.08);
}

.divs_inside span:nth-child(2) {
  background: linear-gradient(90deg, rgba(255,255,255,0.4), rgba(255,255,255,1), rgba(255,255,255,0.4));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glowingText 6s linear infinite;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.10);
}

@keyframes glowingText {
  0% {
    background-position: 200%;
    text-shadow: 5px 0 5px rgba(255, 255, 255, 0.25);
  }
  50% {
    text-shadow: 0 0 50px rgba(255, 255, 255, 0.85);
  }
  100% {
    background-position: -200%;
    text-shadow: 5px 0 5px rgba(255, 255, 255, 0.25);
  }
}

.divs_inside {
  margin-top: 1.50rem;
  font-family: 'OpenSans-MediumItalic';
  color: rgba(250,250,250,0.55);
}

.main_title {
  font-size: 1.4rem;
  line-height: 30px;
}

.second_title {
  font-size: 2rem;
  line-height: 30px;
}

.third_title {
  font-size: 2.6rem;
  line-height: 40px;
}

.demo_show .header_inc h2 {
  font-size: 1rem;
  line-height: 20px;
  padding-top: 1rem;
  font-family: 'OpenSans-LightItalic';
}

.demo_show img {
  margin-top: 3rem;
  width: 65rem;
  height: auto;
}

.demo_img {
  margin-top: 2rem;
  display: grid;
  place-items: center;
  justify-content: center;
  align-items: center;
}

.demo_img video {
  width: 18rem;
  height: auto;
  border-radius: 0.60rem;
  background-color: transparent;
}

.text_video {
  padding-top: 0.6rem;
  font-size: 0.7rem;
  font-family: 'OpenSans-LightItalic';
}

.demo_footer {
  text-align: center;
}

.demo_footer, h2 {
  font-family: 'OpenSans-LightItalic';
  font-size: 1rem;
}

.demo_footer, h3 {
  font-family: 'OpenSans-LightItalic';
  font-size: 0.90rem;
}

.mb_8 {
  margin-bottom: 4rem;
}

.contact_infor h3 {
  font-family: 'OpenSans-MediumItalic';
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.contact_infor h4 {
  font-family: 'OpenSans-LightItalic';
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 25px;
}

.contact_infor div {
  font-family: 'OpenSans-LightItalic';
  margin-bottom: 1rem;
  margin-left: 1rem;
  font-size: 1rem;
}

.contact_infor a {
  text-decoration: none;
  color: white;
}

.contact_infor a:hover {
  text-decoration: underline;
}

.contact_infor h5 {
  font-family: 'OpenSans-LightItalic';
  margin-bottom: 1rem;
  font-size: 0.80rem;
}

/* ------------------------------  UTILITIES START ---!*/

.header_inc h1, h2, h3 {
  color: white;
}

.header_inc h1 {
  font-family: 'OpenSans-Bold';
}

.header_inc h2 {
  font-family: 'OpenSans-SemiBold';
}

.header_inc h3 {
  font-family: 'OpenSans-Light';
}

.icon_img_lg img {
  width: 4rem;
  height: 4rem;
}

.icon_img_md img {
  width: 2rem;
  height: 2rem;
}

.icon_img_sm img {
  width: 1rem;
  height: 1rem;
}

.icon_footer img {
  width: 2rem;
  height: 2rem;
}

.text_inc p {
  font-family: 'OpenSans-Regular';
  color: white;
}

.text_inc blockquote {
  font-size: 0.9rem;
  font-style: italic;
  font-family: 'OpenSans-LightItalic';
  color: white;
  border-left: 5px solid #ffffff;
  padding: 10px 20px;
  margin: 20px 0;
  background: rgba(136, 136, 136, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.button_inc button {
  background-color: #1b1a1a;
  font-family: 'OpenSans-SemiBold';
  border: none;
  color: white;
  padding: 8px 15px;
}

.button_inc button:hover {
  background-color: #1b1a1a;
  color: white;
}

.form_inc label {
  color: white;
  font-family: 'Roboto-Medium';
  font-size: 0.80rem;
}

.form_inc textarea {
  color: #1b1a1a;
  font-family: 'OpenSans-Regular';
  border-radius: 0.65rem;
  background: rgba(250,250,250,0.50);
  border: none;
}

.form_inc textarea, .form-text {
  color: #1b1a1a;
  font-size: 1rem;
}

.form_inc form input {
  border-radius: 0.65rem;
  background: rgba(250,250,250,0.50);
  border: none;
  color: #1b1a1a;
}

.card-body {
  font-family: 'OpenSans-Italic';
  font-size: 0.90rem;
}

.card {
  margin-top: 2rem;
  background: transparent;
  color: white;
  border: none;
  border-radius: 1.50rem;
}

.conver_ai_content {
  background: #212121;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  height: 26rem;
  overflow: auto;
  z-index: 0;
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  padding: 0.75rem;
}

.conver_ai_content div {
  padding-bottom: 2rem;
  width: 100%;
}

.conver_ai_content::-webkit-scrollbar {
  width: 1em;
  margin-top: 1rem;
}

.conver_ai_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.conver_ai_content::-webkit-scrollbar-thumb {
  background-color: #D61C4E;
  outline: 1px solid #D61C4E;
  border-radius: 2rem;
}

.ai_input_chat form {
  background-color: transparent;
  width: 100%;
}

.ai_input_chat form input {
  background: #373737;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: none;
  height: 4rem;
  width: 100%;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 1rem;
  color: white;
}

.subtxt_chat {
  font-size: 0.70rem;
}

.card-text {
  font-family: 'OpenSans-MediumItalic';
  margin-bottom: 1rem;
  padding-right: 0;
  font-size: 0.90rem;
}

.card_footer {
  color: #1E3A8A;
}

.foot_restric .card_li_title {
  font-family: 'OpenSans-MediumItalic';
}

.foot_restric ul li {
  font-family: 'OpenSans-Italic';
}

.card_foot_i {
  height: auto;
  text-align: center;
  margin-top: 0;
  font-family: 'OpenSans-MediumItalic';
  font-size: 1.2rem;
  color: white;
  padding-top: 1.1rem;
}

.card_foot_ii {
  font-size: 0.9rem;
  font-family: 'OpenSans-LightItalic';
  text-align: center;
  color: white;
  padding-bottom: 1.1rem;
}

.card_footer_bck {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  background: linear-gradient(145deg, #1b1a1a 16%, #D61C4E 100%);
  background-size: 500% 500%;
  animation: premiumGradientAnimation 20s ease infinite;
}

@keyframes footerGradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.btn_main_blue {
  margin-top: 3rem;
  padding: 0.50rem 1.25rem;
  background-color: #1E3A8A;
  font-family: 'OpenSans-SemiBold';
  border: none;
  color: white;
  font-size: 1rem;
}

.card_foot_i button {
  margin-top: 1.50rem;
  margin-right: 0;
}

.carousel-container-mb,
.carousel-container-tb,
.carousel-container-dsk {
  display: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  text-align: center;
  background-color: transparent;
}

.carousel-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 1rem;
}

.carousel-image.active {
  opacity: 1;
}

@media (max-width: 767px) {
  .carousel-container-mb {
    display: block;
    max-width: 80%;
    height: 80vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .carousel-container-tb {
    display: block;
    max-width: 80%;
    height: 90vh;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .carousel-container-dsk {
    display: block;
    max-width: 99%;
    height: 80vh;
  }
}

@media (min-width: 1200px) {
  .carousel-container-dsk {
    display: block;
    max-width: 80%;
    height: 90vh;
  }
}

.carousel {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 85vh;
}

.carousel div {
  position: relative;
  width: 100%;
  height: auto;
}

.carousel div img {
  width: 80%;
  max-width: 80rem;
  height: auto;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: opacity 1s ease-in-out;
}

.hidden {
  opacity: 0;
}

.active {
  opacity: 1;
  z-index: 1;
}


