/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/
   height: auto !important;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  max-height: 600px; /* Ajusta a tu gusto */
  object-fit: contain; 
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.whatsapp-float {
  position: fixed;
  width: 60px;        /* tamaño del contenedor */
  height: 60px;
  bottom: 20px;       /* distancia del borde inferior */
  right: 20px;        /* distancia del borde derecho */
  z-index: 999;
}

.whatsapp-float img {
  width: 60px;        /* tamaño del ícono */
  height: 60px;
  border-radius: 50%; /* opcional, para darle forma redonda */
}

.nav-gradient-line {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,
        #0062ff 0%, #009dff 25%, #00c7b1 60%, #00e676 100%);
    position: fixed;
    top: 56px;
    left: 0;
    z-index: 9999;
}

.titulo-vmware {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.titulo-vmware::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg,
        #0062ff 0%, #009dff 25%, #00c7b1 60%, #00e676 100%);
}

.lead {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.linea-degradada {
    height: 4px;
    width: 100%;
    margin-bottom: 2px;
    background: linear-gradient(to right, #007bff, #00c6ff, #00e6b8, #00ff88);
    border-radius: 2px;
}

.featurette {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.navbar {
    height: 90px; /* tu alto real */
  position: relative;
  z-index: 1050;
}

.nav-gradient-line {
    top: 90px;
}


.dropdown-menu {
    min-width: 240px;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    margin-top: 40px; /* se separa un poquito del menú */
}


main {
     padding-top: 90px; /* altura real del navbar */
}

@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
  }