* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    background-color:  #EDEDED;
  }
  .header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 70px;
padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 40px;
    left: 0;
    transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 100;
  }
  .header-top {
    position: fixed ;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    background-color: #040335;
    height: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.header.fixed {
    top: 0; 
}
 
  .logo {
    display: flex;
    align-items: center;
  }
  
  .logo img {
    max-height: 70px;
  }
  
  .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
    list-style: none;
margin-right: 30px;
  
  }
 
  a{
    display: inline-block;
  }
  .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    transition: 0.3s ease;
    font-family: "Poppins", serif;
    font-weight: 550;
    font-style: normal;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  }
 
  
  .nav-link:hover {
    color: #1006ac;
transform: translateY(-3px);

  }

  .hamburger {
    display: none;
    cursor: pointer;
  }
  
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #333333;
  }
  .icono-inicio{
    display: none;
  }
  .icono-servicios{
 display: none;
  }
  .icono-nosotros{
display: none;
  }
  .icono-contacto{
  display: none;
  }

  @media (max-width: 768px) {
    .hamburger {
      display: block;
    }
  
    .hamburger.active .bar:nth-child(2) {
      opacity: 0;
    }
  
    .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }
  
    .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }
  
    .nav-menu {
        border-radius: 10px;
      position: fixed;
      right: -300px; 
      top: 110px;
      gap: 0;
      margin-right: 0px
      ;
     flex-direction: column;
      background-color: #ffffff;
      width: 270px;
      text-align: right; 
      transition: 0.3s;
      box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
      padding: 20px ;
      border-left: 1px solid #e5e5e5;
      height: calc(80vh - 40px); 
    }
  
    .nav-item {
      margin: 16px 0;
      padding-bottom: 12px;
      width: 80%;
      text-align: center;
  border-bottom: 20px;
  border-bottom:1px solid #e5e5e5;
    }
.nav-item:last-child{
  border-bottom: none;
}

.icono-inicio{
  display: inline-block;
  width: 15px;
}
.icono-servicios{
  display: inline-block;
  width: 17px;
}
.icono-nosotros{
  display: inline-block;
  width: 15px;
}
.icono-contacto{
  display: inline-block;
  width: 15px;
}
}
    .nav-menu.active {
      right: 0; 
    }
 
 .header-top.hidden + .header .nav-menu {
    top: 70px; 



}
  
  
  /*Contenido*/


.text1{
  color: #f5f5f5;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 20px;
  font-size: 13px;

}

.text2{
  color: #f5f5f5;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 20px;
  font-size: 14px;

}


.header-top {
  padding: 10px 20px;
}

.contenedor_textos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 100px; 
}

.contenedor_texto1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}

.contenedor_texto2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}

.text1, .text2 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
}

.correo {
  height: 17px; 
 
}

.wpp {
  height: 25px;
  margin-top: -2px;
}

/* Estilos base del botón */
.btn-17,
.btn-17 *,
.btn-17 :after,
.btn-17 :before,
.btn-17:after,
.btn-17:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-17 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #f5f5f5; /* Fondo blanco */
  color: #040335;
  cursor: pointer;
  font-family: "Poppins", serif;
  font-size: 80%; 
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  padding: 0.3rem 1rem; 
  text-transform: uppercase;
  border-radius: 99rem;
  border: 2px solid #040335; 
  z-index: 0;
  overflow: hidden;
  position: relative;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}


.btn-17 .text-container {
  display: block;
  position: relative;
}

.btn-17 .text {
  display: block;
  position: relative;
  transition: color 0.3s; 
}


.btn-17:hover .text {
  -webkit-animation: move-up-alternate 0.3s forwards;
  animation: move-up-alternate 0.3s forwards;
}


@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  51% {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  51% {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}

.btn-17:after,
.btn-17:before {
  --skew: 0.2;
  background: #007fff; 
  content: "";
  display: block;
  height: 102%;
  left: calc(-50% - 50% * var(--skew));
  pointer-events: none;
  position: absolute;
  top: -104%;
  transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
  transition: transform 0.2s ease;
  width: 100%;
  z-index: -1;
}

.btn-17:after {
  --progress: 0%;
  left: calc(50% + 50% * var(--skew));
  top: 102%;
}

.btn-17:hover:before {
  --progress: 100%;
}

.btn-17:hover:after {
  --progress: -102%;
}


.btn-17:hover {
  color: #ffffff !important; 
  border-color: #007fff; 
}



@media screen and (max-width: 768px) {
 
  .container-boton{
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }

.hero{
height: 80vh;
}


.solo-pc{
  display: none;
}
  
  .contenedor_textos {
    flex-direction: column; 
    align-items: center;
    padding: 15px; 
  }

  .contenedor_texto1, .contenedor_texto2 {
    width: 100%; 
    justify-content: center; 
    margin-bottom:1px; 
   margin-top: -8px;

  }
  .correo{
    height: 15px;
  }
  .btn-17{
    display: none;
  }
  .header{
    padding: 20px;
  }
  .text1, .text2{
    font-size: 12px;
    font-weight: 600;
  }

  .map-container iframe {  
    width: 80% !important; 
    height: 300px !important;  
  } 
  .hero::before {
    background: rgba(0, 0, 0, 0.6) !important; /* Aumenta la opacidad en móviles */
  }
}

body {

  margin: 0;
  padding: 0;
  background: #f4f4f4;
}
.hero {
  position: relative;
  background: url('img/drone-8188144.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; 
  text-align: center;
  color: white;
  padding: 0 4%;
  z-index: 0; 
}

.hero-content {
  margin-top: 100px;
  position: relative;
  z-index: 2; 
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  z-index: 1;
}



@media (min-width: 1024px) {
  .hero {
    justify-content: flex-start; 
    text-align: left; 
  }


}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  
}
.features {
  text-align: center;
  padding: 50px 20px;
}

.feature-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.feature {
  max-width: 300px;
  text-align: center;
  margin-top: 70px;
}

.feature img {
  width: 100%;
}
.feature h3{
  margin-top: 30px;
}
.services{
  text-align: center;
  padding: 50px 20px;
  background: #040335;
}

.ubicacion{
  text-align: center;
  padding: 50px 20px;
  background: #ffffff;
}

.map-container iframe {
  margin-top: 30px;
  width: 50%;
  height: 300px;
  border-radius: 10px;
}


.boton-contacto {
  margin-top: 10px;
  font-family: inherit;
  font-size: 14px; 
  background: #040335;
  color: white;
  fill: rgb(155, 153, 153);
  padding: 0.5em 0.8em; 
  padding-left: 0.7em;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 12px; 
  font-family: Arial, sans-serif;
  font-weight: 800; 
}

.usos-aplicaciones {
  background-color: #f8f9fa;
  padding: 50px 20px;
  text-align: center;
}
.container {
  max-width: 1100px;
  margin: auto;
  margin-top: 30px;
}
.usos-aplicaciones h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; 
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}


.usos-aplicaciones h2.visible{
  opacity: 1;
transform: translateY(0);
}

.usos-aplicaciones p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.usos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  text-align: center;
}
.uso-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  transition: transform 0.4s ease-out;
}

.uso-item:hover{
  transform: translateY(-10px);
    
}


.uso-item h3 {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800; 
}
.uso-item p {
  font-size: 1rem;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}


.boton-contacto span {
  display: block;
  margin-left: 0.3em; 
  transition: all 0.3s ease-in-out;
}

.boton-contacto img {
  width: 28px; 
  height: 28px;
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.boton-contacto:hover {
  background: #212121;
}

.boton-contacto:hover .img-wrapper {
  transform: scale(1.2);
  transition: 0.4s linear;
}

.boton-contacto:hover img {
  transform: translateX(2.5rem) scale(1.05); /* Ajuste en el movimiento */
  fill: #fff;
}

.boton-contacto:hover span {
  opacity: 0;
  transition: 0.4s linear;
}

.boton-contacto:active {
  transform: scale(0.95);
}







.titulo-airsecurity{
  font-family: 'Poppins', sans-serif;
  font-weight: 800; 
  font-size: 38px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.titulo-airsecurity.visible{
  opacity: 1;
  transform: translateY(0);
}

.descripcion-airsecurity{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
  margin-top: 10px;
  color: #efefef;
}


.caracteristicas-drones{
  font-family: 'Poppins', sans-serif;
  font-weight: 800; 
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.caracteristicas-drones.visible{
  opacity: 1;
  transform: translateY(0);
}


.imagen-feature1{
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}
.imagen-feature1.visible{
  opacity: 1;
  transform: translateX(0);
}

.imagen-feature2{
  opacity: 0;
  transform: translateY(-140px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.imagen-feature2.visible{
  opacity: 1;
  transform: translateY(0);
}


.imagen-feature3{
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.imagen-feature3.visible{
  opacity: 1;
  transform: translateX(0);
}
.servicios-airsecurity{
  font-family: 'Poppins', sans-serif;
  font-weight: 800; 
  font-size: 28px;
  line-height: 1;
}
.ubicacion-airsecurity{
  font-family: 'Poppins', sans-serif;
  font-weight: 800; 
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-90px);
  transition: opacity 1s ease-out, transform 1s ease-out;

}


.ubicacion-airsecurity.visible{
  opacity: 1;
transform: translateY(0);
}

.descripcion, .descripcion3, .descripcion2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
  margin-top: 10px;
 
}
.caracteristica{
  font-family: 'Poppins', sans-serif;
  font-weight: 600; 
  font-size: 25px;
  line-height: 1;
}

.servicios-airsecurity,.descripcion2{
  color: white;
}


.boton-servicios {
  margin-top: 25px;
  padding: 12.5px 30px;
  border: 0;
  border-radius: 100px;
  background-color: #2ba8fb;
  color: #ffffff;
  font-weight: Bold;
  transition: all 0.5s;
  font-size: 16px;
  -webkit-transition: all 0.5s;
}

.boton-servicios:hover {
  background-color: #6fc5ff;
  box-shadow: 0 0 20px #6fc5ff50;
  transform: scale(1.1);
}

.boton-servicios:active {
  background-color: #3d94cf;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
  transform: scale(0.98);
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

/*Pie de página*/
.footer {
  width: 100%;
  background-color: #020220;
  color: #ffffff;
  padding: 20px 0;

;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  margin: 0 20px;
  min-width: 200px;
}

.footer-section h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-section p {
  color: #cccccc;
  line-height: 1.6;
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.footer-section a{
  font-family: "Nunito Sans", serif;
  font-weight: 500;
  

}
.footer-section .whatsapp{
  width: 40px;
}

.footer{
  margin-top: 150px;
}

.footer ul.enlaces_footer {
  list-style-type: none;  
  padding: 0;
  margin: 0;
  display: block; 
}

.footer ul.enlaces_footer li.footer-link {
  margin-bottom: 10px; 
}

.footer ul.enlaces_footer li.footer-link a {
  color: #cccccc;
  text-decoration: none;
  line-height: 1.6;
  display: block; 
 
}
.footer ul.enlaces_footer li.footer-link a:hover {
  color: #201888; 
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.social-icons a {
 
  margin-right: 10px;

}
.titulo-footer{
  font-family: "Poppins", serif;
}
.softtec{
  font-family: "Nunito Sans", serif;
}


:root {
  --primary: #00458f;
  --primary-light: #007bff;
  --secondary: #6c757d;
  --light: #f8f9fa;
  --dark: #343a40;
  --success: #28a745;
  --border-radius: 8px;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  background-color: #f5f7fa;
  color: var(--dark);
  line-height: 1.6;
}


.drone-benefits-section {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 800; 
opacity: 0;
transform: translateX(-80px);
transition: opacity 1s ease-out, transform 1s ease-out;

}

.section-header h2.visible{
opacity: 1;
transform: translateX(0);
}


.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--primary-light);
  border-radius: 2px;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--secondary);
  max-width: 700px;
  margin: 0 auto;
  font-family: "Nunito Sans", serif;
  font-weight: 300;
}


.benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}


.benefit-card {
  background-color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 2rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  z-index: 1;

}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary);
  transition: var(--transition);
  z-index: -1;
}

.benefit-card:hover::before {
  width: 100%;
  opacity: 0.1;
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.benefit-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--primary);
  font-family: 'Poppins', sans-serif;
  font-weight: 600; 
}

.benefit-card p {
  color: var(--secondary);
  font-size: 1rem;
  font-family: "Nunito Sans", serif;
  font-weight: 300;
}


.icon-efficiency::before {
  content: "💰";
}

.icon-diagnostic::before {
  content: "🔍";
}

.icon-technology::before {
  content: "🚁";
}

.icon-security::before {
  content: "🛡️";
}


@media (max-width: 768px) {
  .section-header h2 {
      font-size: 2rem;
  }
  
  .benefits-container {
      grid-template-columns: 1fr;
  }
}