
:root{
--color-pink: #F21B42;
--color-DarkBlue: #0C3559;
--color-GreenBlue: #0C4459;
--color-Turquoise: #148BA6;
--color-Green: #43edbc;
--color-Red: #F21F1D;
--color-white: #fff;
--color-black: #000;
--color-light-Blue: #1F8BFF;
--color-black-main: #212529;
--color-black-alert: #c34922;
  --dool-blue: #0C3559; /* tu color principal */
  --dool-accent: #007bff;
  --muted: #6c757d;
  --card-radius: 14px;
  --dool-logo: url(src/images/DOOL_Logo.png);
  --dool-black: #212529;  
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  scroll-behavior: smooth;
}
a{
  color: var(--color-Turquoise)!important;
}
a:hover{
  color: var(--color-white)!important;
}
.planes-btn-design{
  color: var(--color-white)!important;
}
.planes-btn-design:hover{
  color: var(--color-black)!important;
}

/* Hero */
.hero {
  color: white;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.parallax-section {
  position: relative;
  z-index: 1;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/dool-express/images/DoolExpressParallax.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.parallax-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12,53,89,0.95), rgba(12,53,89,0.85));
}

.hero .sub {
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

/* Cards & sections */
.card-feature {
  border-radius: var(--card-radius);
  box-shadow: 0 6px 24px rgba(12,53,89,0.08);
  border: none;
}

.badge-soft {
  background-color: rgba(12,53,89,0.08);
  color: var(--color-Turquoise);
  font-weight:600;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .8rem;
}

.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  box-shadow: 0 8px 28px rgba(12,53,89,0.18);
  border-radius: 50%;
}

.section-hero-illustration {
  max-width: 480px;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(135deg,#0c3559 0%, #07304a 100%);
  min-height: 300px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(255,255,255,0.9);
}

.kpi-bar {
  background: rgba(12,53,89,0.05);
  border-radius: 12px;
  padding: .6rem;
}

footer {
  background: #0C3559;
  color: rgba(255,255,255,0.85);
  padding: 2rem 0;
}
.navbar-background{
    background: var(--dool-black);
}
.integration-design{
  width: 65%;
}
/* Responsive tweaks */
@media (max-width: 767px){
  .hero { padding: 3rem 0; }
  .section-hero-illustration { min-height: 220px; }
}
:root{
      --dool-blue: #0C3559; /* tu color principal */
      --dool-accent: #007bff;
      --muted: #6c757d;
      --card-radius: 14px;
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #222;
      scroll-behavior: smooth;
    }

    /* Hero */
    .hero {
      background: linear-gradient(180deg, rgba(12,53,89,0.95), rgba(12,53,89,0.85));
      color: white;
      padding: 5rem 0;
      position: relative;
    }

    .hero .sub {
      color: rgba(255,255,255,0.9);
      font-weight: 500;
    }

    /* Cards & sections */
    .card-feature {
      border-radius: var(--card-radius);
      box-shadow: 0 6px 24px rgba(12,53,89,0.08);
      border: none;
    }

    .badge-soft {
      background-color: rgba(12,53,89,0.08);
      color: var(--color-Turquoise);
      font-weight:600;
      padding: .35rem .6rem;
      border-radius: 999px;
      font-size: 1.4rem;
    }

    .floating-wa {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 1200;
      box-shadow: 0 8px 28px rgba(12,53,89,0.18);
      border-radius: 50%;
    }

    .section-hero-illustration {
      max-width: 480px;
      width: 100%;
      border-radius: 12px;
      background: linear-gradient(135deg,#0c3559 0%, #07304a 100%);
      min-height: 300px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.9);
      padding: 1.5rem;
      overflow: hidden;
    }

    .section-hero-illustration video {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 1rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .kpi-bar {
      background: rgba(12,53,89,0.05);
      border-radius: 12px;
      padding: .6rem;
    }

    footer {
      background: #0c1230;
      color: rgba(255,255,255,0.85);
      padding: 2rem 0;
    }

    /* Responsive tweaks */
    @media (max-width: 767px){
      .hero { padding: 3rem 0; }
      .section-hero-illustration { min-height: 220px; }
    }
/*--From the original------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*---Logo-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.Dool_logo_img {
    width: 3rem;
    padding-right: 1rem;
    }
    .Dool_logo_txt {
    font-size: 1.5rem;
    color: var(--color-white);
    }
    .Dool_logo_txt {
        font-size: 2rem;
        color: var(--color-white);
    }
    /*---footer------------------------------------------------------------------------------------------------------------------------*/
    .footer-container{
    background-color: var(--color-DarkBlue);
    color: var(--color-white);
    padding-top: 5rem;
    }
    .footer-row-container {
    padding-top: 3rem;
    padding-bottom: 6rem;
    }
    .footer-design{
    padding: 1rem 0 1rem 0;
    }
    .footer-icon{
    width: 3rem;
    }
    .dool-tm-txt{
        color: var(--color-white);
    }
    /*---Asistentes-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    .tipo-title{
    color: var(--color-Green);
    font-size: 1.5rem;
    }
    .card-design {
    padding: 1rem;
    }
    .card-type-color-bg {
    background-color: var(--color-black);
    }
    .title-type-color {
    color: var(--color-Turquoise);
    font-size: 1.7rem;
    }
    .subtitle-type-color {
    color: var(--color-white);
    }
    /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    .nav-design {
    color: var(--color-Turquoise);
    }
    .bg-light {
    background-color: #f8f9fa;
    }
    .Background-color-DarkBlue {
    background-color: var(--color-DarkBlue);
    }
    .video-title{
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-black-main);
    }

    /* YouTube Video Container */
    .youtube-video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      margin-bottom: 1rem;
    }

    .youtube-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    /* Media queries for responsive video */
    @media (max-width: 768px) {
      .youtube-video-container {
        padding-bottom: 56.25%; /* Maintain 16:9 ratio on mobile */
      }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
      .youtube-video-container {
        padding-bottom: 56.25%; /* Maintain 16:9 ratio on tablet */
      }
    }

    @media (min-width: 1025px) {
      .youtube-video-container {
        padding-bottom: 56.25%; /* Maintain 16:9 ratio on desktop */
      }
    }


