* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#nosotros, #servicio {
  padding-top: 400px; 
  margin-top: -400px; 
}

#hablemos{
  padding-top: 350px; 
  margin-top: -350px; 

}



html {
  scroll-behavior: smooth;
}

/* Nav */


.content {
  position: absolute;
  margin-left: 135px;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  height: 100px;

}


.logo {
  width: 150px;

}



.nav-list {
  list-style-type: none;
  display: flex;
  gap: 1rem;
  padding-left: 0;
}

.nav-list li a {
  text-decoration: none;
  color: black;

}

.abrir-Menu {
  display: none;
}

.cerrar-Menu {
  display: none;
  padding-left: 0;
}


.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 50px;
  background-color: #fa7305;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  z-index: 3;
}

.whatsapp-float {
  max-width: 100%;
  max-height: 100%;
  fill: #fff;
}


footer {
  text-align: center;
  background-color: rgba(30, 30, 30, 255);
  color: white;
  padding: 2em;
}

.botonesRedes {
  display: flex;

}

.wpp {
  background-color: #fa7305;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;


}

.wpp img {
  width: 65%;
}

.youtube {
  background-color: #fa7305;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.youtube img {
  width: 65%;
}

.ig {
  background-color: #fa7305;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ig img {
  width: 65%;
}

.nav-list {
  list-style-type: none;
  display: flex;
  gap: 1rem;
  align-items: center;
}


.botonesRedes {
  display: flex;
  gap: 0.5rem;
}

.botonesRedes .botonWp,
.botonesRedes .botonIg,
.botonesRedes .botonYoutube {
  display: flex;
  align-items: center;
}


/* Whatsapp */


/*video home*/
.video {
  background-color: black;
  margin-top: 6em;
  object-fit: cover;
  width:100%; 
  height:100%;
}


/*nosotros*/
.nosotros {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.tuSeguridad {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1%;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.cuerpo {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1rem;
  margin-top: 0;
}

.nosotrosConteiner {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: rgb(252, 124, 4);
  color: white;
  padding: 6em;
}


/*servicio*/

.flex-container {
  display: flex;
  justify-content: space-around;

}

.flex-itemserv {
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
}

.flex-itemserv p {
  padding: 0;
  margin: 0;
}


.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;


}

.flex-itemserv.serv1 video {
  object-fit: cover;
  height: 100%;
}


.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  z-index: 1;
}



.icon {
  width: 100px;
  height: 100px;
  
}

.button {
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.button:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}


footer {
  text-align: center;
  background-color: rgb(54, 53, 53);
}

.icon {
  width: 200px;
  height: 150px;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tiposBlindaje a {
  color: white;

}

/*hablemos*/
.containerHablemos {
  display: flex;
  margin-top: 10em;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 2em;
  background-color: black;


}

.tituloHablemos {
  font-size: 50pt;
  color: white;
  line-height: 60px;
  font-weight: bold;
  flex: 1;
  margin: 20px;
  text-align: center;
  align-content: center;
  font-family: 'Open Sans', sans-serif;
}

.formulario {
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form {
  width: 100%;
  flex: 1;
  margin: 20px;

}

.campo {
  margin-bottom: 20px;
  width: 100%;
}

.campo input {
  height: 50px;
  width: 60%;
}

.campo textarea {
  height: 200px;
  width: 60%;
}

label {
  display: block;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {

  padding: 8px;
  background-color: black;
  color: white;
  border: 1px solid white;
  border-radius: 1px;
}


.botonEnviar {
  text-align: right;
  margin-right: 40%;
}

.buttonEnviar:hover{
  background-color: #fa7305;
  color: white;
  width: 22%;
}

button {
  padding: 10px 20px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  padding: 10px;
  color: white;
}


.whatsapp-float {
  max-width: 400px;
  fill: #fff;
}

.titulo p {
  margin: 0;
  font-weight: bold;
}


@media screen and (max-width:768px) {

  .abrir-Menu,
  .cerrarMenu {
    display: block;
    background-color: transparent;
    cursor: pointer;
    border: 0;

  }

  .abrir-Menu {
    color: black;
  }

  .cerrar-Menu {
    color: white;
    font-size: 30px;
    background-color: transparent;
    border: 0;
    text-align: left;
  }

  .cerrar-Menu {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #494848;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
  }



  .nav.visible {
    opacity: 1;
    visibility: visible;
  }


  .nav-list {
    flex-direction: column;
    align-items: baseline;

  }

  .nav-list li a {
    color: white;

  }



  .campo textarea {
    width: 100%;
  }

  /*servicio*/
  .flex-container {
    flex-direction: column;
    align-items: center;

  }

  .flex-itemserv {
    width: 100%;
    height: 100vh;

  }


  /*hablemos*/
  .containerHablemos {
    flex-direction: column;
    justify-content: space-evenly;
    display: flex;
    align-items: center;

  }

  .form {
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    display: flex;
    align-items: center;


  }

  .formulario {
    width: 100%;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
  }

  .botonEnviar {
    margin-right: 0%;
  }

  .nosotros {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
  }
  
  .tuSeguridad {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 1%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
  }
  
  .cuerpo {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  
  .nosotrosConteiner {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: rgb(252, 124, 4);
    color: white;
    padding: 2em;
  }


}
.responsive-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}


