
.hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 60vh;
    width: 100%;
}


.hero .container {
    position: relative;
    z-index: 2; 
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    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;
}
.ethical-hacking-section {
    background-image: url('../img/fh1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 500px;
}

.ethical-hacking-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}

.ethical-hacking-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 20px;
    color: white;
    text-align: center;
    margin-right: 3rem;
}

.ethical-hacking-content h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.ethical-hacking-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}

.pentest-option {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #0c1c2c;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    padding-left: 0;
}

.pentest-option:hover {
    color: #093147;
    transform: translateX(5px) scale(1.05);
}

.pentest-option.active {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    transform: translateX(10px) scale(1.0.5);
}

.text-black {
    font-size: 16px !important;
}

.digital-forensics-section {
    background-image: url('../img/fondoperito.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 500px;
}

.digital-forensics-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}

.digital-forensics-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: white;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    margin-left: 2rem;
}

.digital-forensics-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.digital-forensics-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}


.perito-option {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #0c1c2c;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    padding-left: 0;
  }
  
  .perito-option:hover {
    color: #093147;
    transform: translateX(5px) scale(1.05);
  }
  
 
  .perito-option.active {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    transform: translateX(10px) scale(1.0.5);
  }
  


  .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);
}


.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: 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;
  }
  .contacto-servicio h2 {
    font-size: 16px;
    color: #0c1c2c;
  }
  .navbar-nav .btn-light {
    color: #093147 !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 9px 8px;
    font-size: 14px;
  }

 
 
  

  

}




















