
.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;
}


.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;
}


.bg-secondary {
    background-color: #1e2e3a !important;
    transition: transform 0.2s ease-in-out;
}

.bg-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
}
.cyber-card {
    background-color: #1e2e3a;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4), inset 0 0 10px rgba(255,255,255,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  }
  
  .cyber-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
  }
  
  .cyber-card .icon {
    font-size: 40px;
    color: #11D8E8;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
  }
  
  .cyber-card:hover .icon {
    transform: rotate(10deg) scale(1.2);
  }
  
  .cyber-card h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .cyber-card p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #B0DAF1;
  }
  
  .cyber-card small {
    font-size: 13px;
    color: #dcdcdc;
  }
  

.contacto-servicio h2 {
    font-size: 24px;
    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);
}

.text-black {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .container1-renting {
        flex-direction: column;
        padding: 40px;
    }

    .nav-links a {
        font-size: 16px;
    }

    .text-black {
        font-size: 1.5rem;
    }

    .content-renting {
        padding-top: 20px;
    }
}


@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: 100px !important;
      padding: 15px;
      border-radius: 15px !important;
  }
  


  .dropdown-item{
      font-size: 12px;
  }

  
  .navbar-toggler-icon{
      width:15px;
  }
  .navbar-brand img{
      height: 25px
  }

  .contacto-servicio h2 {
    font-size: 20px;

  }


}


.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 (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: 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
  }
  .fs-5{
    font-size: 12px !important;
  }
  .navbar-nav .btn-light {
    color: #093147 !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 9px 8px;
    font-size: 14px;
  }

  .contacto-servicio h2 {
    font-size: 16px;
    color: #0c1c2c;
}



}




















