.hero {
    position: relative;
    z-index: 1;
}

.btn-primary {
    background-color: #042537 !important;
    padding: 15px 25px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    color: white !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

.btn-primary:hover {
    background-color: #093147 !important;
}

.show-menu {
    display: flex !important;
}

.dropdown-menu {
    min-width: 500px;
    padding: 15px;
    border-radius: 15px !important;
}

.card {
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.btn-success {
    font-size: 24px;
}

.floating-navbar {
    background-color: rgba(9, 49, 71, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin: 20px auto;
    width: 90%;
    max-width: 1200px;
    padding: 10px 20px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.floating-navbar.scrolled {
    background-color: rgba(9, 49, 71, 1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.navbar-brand img {
    height: 35px;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    margin: 0 10px;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbar-nav .btn-light {
    color: #093147 !important;
    font-weight: bold;
    border-radius: 20px;
    padding: 8px 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 43, 63, 0.473);
    display: none;
    z-index: 998;
}

.show-overlay {
    display: block !important;
}

.dropdown-menu.show {
    display: block !important;
}

.contacto-servicio .btn-warning {
    background-color: #ffb400;
    color: white;
    padding: 12px 25px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.contacto-servicio .btn-warning:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
  .hero {
    height: 30vh !important;
  }

  .btn-primary {
    font-size: 12px;
  }

  .floating-navbar {
    padding: 5px 20px;
    margin-top: 0.2rem;
  }

  .navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    margin: 0 10px;
    font-size: 12px !important;
  }

  .dropdown-menu {
    min-width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-bottom: 10px;
  }

  .dropdown-item {
    font-size: 14px !important;
    white-space: normal !important;
    line-height: 1.2;
  }

  .navbar-toggler-icon {
    width: 15px;
  }

  .navbar-brand img {
    height: 25px;
  }
}

.seccion-soporte {
    background-color: #fff;
    padding: 60px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    line-height: 1.8;
}

.seccion-soporte .titulo-seccion {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.seccion-soporte p {
    margin-bottom: 20px;
    font-size: 18px;
}

.soporte-tipos {
    padding: 40px 20px;
    max-width: 1200px;
}

.soporte-tipos h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

.soporte-tipos p {
    font-size: 15px;
    color: #dddddd;
}

.contacto-servicio h2 {
    font-size: 1.8rem;
    color: #0c1c2c;
}

.btn-wsp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #F7B71E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.btn-wsp:hover {
    transform: scale(1.1);
}

.btn-wsp img {
    width: 35px;
    height: auto;
}

.py-4 {
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .container1-renting {
    flex-direction: column;
    padding: 40px;
  }
}

.contacto-servicio h2 {
    font-size: 1.8rem;
    color: #0c1c2c;
}

.contacto-servicio .btn-warning {
    background-color: #ffb400;
    color: white;
    padding: 12px 25px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.contacto-servicio .btn-warning:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
  .hero {
    height: 40vh !important;
  }

  .display-4 {
    font-size: 1.5rem;
  }

  .btn-primary {
    font-size: 12px;
  }

  .floating-navbar {
    padding: 5px 20px;
    margin-top: 0.2rem;
  }

  .navbar-nav .nav-link {
    font-size: 14px !important;
  }

  .dropdown-menu {
    min-width: 100px !important;
    padding: 8px;
    border-radius: 15px !important;
  }

  .dropdown-item {
    font-size: 12px;
  }

  .navbar-nav .btn-light {
    color: #093147 !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 9px 8px;
    font-size: 14px;
  }

  .navbar-toggler-icon {
    width: 15px;
  }

  .navbar-brand img {
    height: 25px;
  }

  .fs-5 {
    font-size: 12px !important;
  }

  .particles {
    width: 100%;
    height: 700px !important;
  }

  p {
    font-size: 14px !important;
  }

  .soporte-tipos h5 {
    font-size: 18px;
  }

  .soporte-tipos p {
    font-size: 14px;
  }

  .contacto-servicio h2 {
    font-size: 16px;
  }

  .seccion-soporte .titulo-seccion {
    font-size: 18px;
    margin-bottom: 23px;
  }

  .seccion-soporte {
    padding: 30px 20px;
  }
}
