@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
.bl {
  color: hsl(0, 0%, 100%);
}

.bl2 {
  color: hsl(222, 53%, 92%);
}

.gr {
  color: hsl(0, 0%, 63%);
}

.gr2 {
  color: hsl(0, 0%, 27%);
}

.vw {
  color: #25D366;
}

.ve {
  color: hsl(120, 96%, 55%);
}

.ro {
  color: hsl(0, 96%, 55%);
}

.na {
  color: hsl(36, 96%, 55%);
}

.am {
  color: hsl(44, 100%, 50%);
}

.am2 {
  color: hsl(36, 79%, 74%);
}

.az {
  color: hsl(222, 96%, 55%);
}

.az2 {
  color: hsl(222, 96%, 55%);
}

.ne {
  color: hsl(0, 0%, 0%);
}

.ne2 {
  color: hsl(220, 20%, 18%);
}

.bg-bl {
  background-color: hsl(0, 0%, 100%);
}

.bg-bl2 {
  background-color: hsl(222, 53%, 92%);
}

.bg-gr {
  background-color: hsl(0, 0%, 63%);
}

.bg-gr2 {
  background-color: hsl(0, 0%, 27%);
}

.bg-vw {
  background-color: #25D366;
}

.bg-ve {
  background-color: hsl(120, 96%, 55%);
}

.bg-ro {
  background-color: hsl(0, 96%, 55%);
}

.bg-na {
  background-color: hsl(36, 96%, 55%);
}

.bg-am {
  background-color: hsl(44, 100%, 50%);
}

.bg-am2 {
  background-color: hsl(36, 79%, 74%);
}

.bg-az {
  background-color: hsl(222, 96%, 55%);
}

.bg-az2 {
  background-color: hsl(222, 96%, 55%);
}

.bg-ne {
  background-color: hsl(0, 0%, 0%);
}

.bg-ne2 {
  background-color: hsl(220, 20%, 18%);
}

.container-0 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 1.5rem;
  background-color: hsl(0, 0%, 0%);
  z-index: 1000;
  box-shadow: none;
}
.container-0 p {
  margin: 0;
  font-size: var(--normal-font-size);
  color: hsl(0, 0%, 27%);
}
.container-0 .foot-link {
  color: hsl(0, 0%, 100%);
  font-weight: var(--font-semi-bold);
  text-decoration: none;
}
.container-0 .foot-link:hover {
  color: hsl(44, 100%, 50%);
}
.container-0 .spa {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .container-0 .row {
    flex-direction: column;
    gap: 0.5rem;
  }
  .container-0 .col-lg-4 {
    width: 100%;
    padding: 0.25rem 0;
  }
  .container-0 p {
    font-size: 0.875rem;
  }
}

.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.938rem;
  background-color: hsl(222, 53%, 92%);
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}

main {
  margin-top: 5rem;
}


.title1 {
    font-size: 2.5rem; /* Tamaño inicial del texto */
    color: #9cc224; /* Color blanco */
    text-transform: uppercase; /* Convierte texto en mayúsculas */
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 1.2; /* Altura de línea */
    margin: 0; /* Sin márgenes */
}

.position-relative {
    height: 41vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9cc224;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
}
.recuadro {
    background-color: rgba(0, 0, 0, 0.72);
    padding: 2rem;
    border-radius: 10px;
    max-width: 90%;
}
.supert {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}

.subtit {
  font-size: 1.5rem;
  margin-top: 5px;
}

.btn-cta2 {
  margin-top: 225px;
  padding: 5px 18px;
  background-color: #1e5e86;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 13px;
}
.btn-cta2:hover {
  color: #3f3f3f;
  background-color: #f3f3f3;
}

.article dt {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.17rem;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 2.8rem;
  margin-bottom: 1rem;
  position: relative;
  text-align: start;
}

.article h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.17rem;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 2.8rem;
  margin-bottom: 1rem;
  position: relative;
  text-align: start;
}

.article p {
  font-size: 1.17rem;
  line-height: 1.44;
  margin-bottom: 1.08rem;  
  hyphens: auto;
}

.article dd {
  font-size: 1.17rem;
  line-height: 1.44;
  margin-bottom: 1.08rem;  
  hyphens: auto;
}

.footer {
  color: hsl(0, 0%, 100%);
  padding: 10px 10px 10px 10px;
  background-color: hsl(221, 100%, 4%);
  margin-bottom: 0px;
  margin-top: 18px;
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px;
}
.foot-link {
  color: #a7a7a7;
  font-size: 1em
}
.foot-link:link {
  text-decoration: none; 
  color: #ffffff; 
  font-size: 1em
}
.foot-link:active {
  text-decoration: none; 
  color: #ffffff; 
  font-size: 1em
}
.foot-link:visited {
  text-decoration: none; 
  color: #ffffff; 
  font-size: 1em
}
.foot-link:hover {
  text-decoration: none;
  color: #ffbb00;
  font-weight: bold
} 
.spa {
  padding-right: 5px;
}

.spa2 {
  padding-right: 12px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #29ad19;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  animation: bounce 2s infinite;
}

.text-small {
  font-size: 81%;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.whatsapp-float {
  animation: bounce 1.5s infinite;
}

.container-last {
  font-size: 72%;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
  align-items: center;
  justify-content: center;
}


/* Asegura que el menú móvil se abra por encima de todo */
.navbar .collapse {
    z-index: 2000; 
    position: relative;
}
.navbar-toggler {
    z-index: 2100;
    position: relative;
}

/* CONTENEDOR FLOTANTE (derecha abajo) */
.dv-floating-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* BOTONES */
.dv-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

/* IA */
.dv-btn-ai {
  background: #0054d1;
  color: #fff;
  font-size: 24px;
}
.dv-btn-ai:hover {
  transform: scale(1.08);
}

/* WHATSAPP */
.dv-btn-wp {
  background: #25D366;
}
.dv-btn-wp img {
  width: 26px;
}
.dv-btn-wp:hover {
  transform: scale(1.08);
}

/* PANEL IA */
.dv-ai-panel {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 310px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  padding: 0;
  overflow: hidden;
  display: none; /* oculto inicialmente */
  z-index: 10000;
}

.dv-ai-header {
  background: #0054d1;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dv-ai-header button {
  background: transparent;
  color: white;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.dv-ai-body {
  padding: 16px;
}

.dv-ai-body textarea {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  resize: none;
  font-size: 15px;
}

.dv-send-btn {
  margin-top: 10px;
  width: 100%;
  background: #0054d1;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.dv-send-btn:hover {
  background: #003c94;
}
