.container {
  display: flex;
  width: 100%;
  max-width: 1100px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-wrap: wrap;
}

#contenedor-izquierdo {
  scroll-margin-top: 200px;
}
#seguridadHumana {
  scroll-margin-top: 200px; 
}
#seguridad-Móvil {
  scroll-margin-top: 200px; 
}
#seguridad-Electronica {
  scroll-margin-top: 200px; 
}
#seguridad-Integral {
  scroll-margin-top: 200px; 
}
#seguridad-Asesoria {
  scroll-margin-top: 200px; 
}
#seguridad-Consultoria {
  scroll-margin-top: 200px; 
}
#servicios-Tecnicos {
  scroll-margin-top: 200px; 
}
#contactForm {
  scroll-margin-top: 170px; 
}
#sedesEcoss {
  scroll-margin-top: 170px; 
}
.contenedor-padre {
  display: flex;
  flex-wrap: wrap;

}


.contenedor-video {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.contenedor-video video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .contenedor-video {
      padding: 15px;
      margin: 10px;
      border-radius: 8px;
  }
  
  .contenedor-video video {
      border-radius: 6px;
      max-height: 60vh;
  }
}

.contenedor-izquierdo {
  flex: 1 1 250px;  
  max-width: 370px;
  background: #2c3e50;
  color: white;
  padding: 60px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

.contenedor-izquierdo img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.contenedor-izquierdo img:hover {
  transform: scale(1.05);
}

.contenedor-izquierdo h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid #007BFF;
  padding-bottom: 5px;
}

.lista-servicios {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-servicios li {
  margin-bottom: 12px;
}

.lista-servicios a {
  display: block;
  background: #34495e;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.lista-servicios a:hover {
  background: #007BFF;
}
.contenedor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #fff;
  border-radius: 10px 10px 30px 0px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);

}

.contenedor img {
  max-width: 100%;
  width: 400px;
  height: auto;
  border-radius: 8px;
  flex: 1 1 300px;
  background-color: #0078d7;
}


.contenido {
  flex: 1 1 300px;
}

.contenido h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #2c3e50;
}

.contenido p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 768px) {
  .contenedor {
    flex-direction: column;
    text-align: center;
  }
}

.btn-azul {
  display: inline-block;
  background: #0d47a1;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 30px 0 30px 0;
}

.btn-azul:hover {
  background: #08306b;
  transform: translateY(-2px);
}
.form-title2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0078d7;
  text-align: center;
  width: 100%;
}

#contactForm {
  display: flex;
  flex-direction: column;
  padding: 0.5cm;
  width: 10cm;
}

#contactForm label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #444;

  display: block;
  width: 100%;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: inherit;
  background: #fafafa;
}

#contactForm input:focus,
#contactForm select:focus,
#contactForm textarea:focus {
  border-color: #0078d7;
  box-shadow: 0 0 6px rgba(0, 120, 215, 0.3);
  background: #fff;
}

#contactForm button {
  width: 100%;
  background: #0078d7;
  color: #fff;
  border: none;
  border-radius: 8px;
  margin-top: 15px;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

#contactForm button:hover {
  background: #005bb5;
  transform: translateY(-2px);
}

#contactForm button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .slide {
    height: 350px;
  }

  .controls .btn {
    font-size: 1.5rem;
    padding: 8px 12px;
  }

  .dots span {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  .slide {
    height: 250px;
  }

  .controls .btn {
    font-size: 1.2rem;
    padding: 6px 10px;
  }
  .right-section {
    padding: 20px;
  }
  .form-title2 {
    font-size: 1.5rem;
  }
  #contactForm button {
    font-size: 0.95rem;
    padding: 12px;
  }
}

.contenedor-contenido {
  flex: 3 1 500px;
  padding: 0px 0px 5px 20px;
  margin-inline-end: 30px;
  
}

.contenedor-contenido img {
  max-width: 100%;
  border-radius: 10px;
}

.contenedor-contenido h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #2c3e50;
}

.contenedor-contenido p {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .contenedor-padre {
    flex-direction: column;
  }

  .contenedor-izquierdo {
    max-width: 100%;
  }
}



.Seccion-Izquierda {
  flex: 1 1 250px;  
  max-width: 370px;
  background:  #2c3e50;
  color: white;
  padding: 100px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

.contenedor-descripcion {
  flex: 3 1 500px;
  padding: 0px 0px 5px 20px;
  margin-inline-end: 30px;

}
.Descripcion-Servicios h3 {
  border-bottom: 3px solid #007BFF;
  display: inline-block;
}
.contenedor-izquierdo h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid #007BFF;
  padding-bottom: 5px;
}

.contenedor-descripcion img {
  max-width: 25%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;

}

.contenedor-descripcion h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #2c3e50;
}

.contenedor-descripcion p {
  font-size: 1rem;
  color: #555;
}
.Seccion-Izquierda h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 20px;
}

@media (max-width: 768px) {
  .contenedor-padre {
    flex-direction: column;
  }

  .Seccion-Izquierda  {
    max-width: 100%;
  }
}

button {
  background:  #34495e;
  color: #fff;
  border: none;
  padding: 12px 20px;
  margin: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

button:hover {
  background: #005bb5;
  transform: translateY(-2px);
}

button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

button span {
  pointer-events: none;
}

.presencia-section {
  text-align: center;
  padding: 2rem 1rem;
}


.texto-presencia {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
}

.tarj-presencia {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: thin;
}

.tarj {
  flex: 0 0 250px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  background: #fff;
  transition: transform 0.3s ease;
  position: relative;
}

.tarj:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(11, 150, 175, 0.822);
}

.tarj-imagen img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.tarj-info {
  display: none;
  padding: 1rem;
  text-align: left;
}

.tarj-info h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #0c0380;
}

.tarj-info p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}

.btn-whatsapp {
  display: inline-block;
  padding: 0.6rem 1rem;
  background: #1f4c9f;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-whatsapp:hover {
  background:  rgba(11, 150, 175, 0.822);
}

@media (max-width: 768px) {
  .tarjetas-presencia {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tarjeta {
    flex: 1 1 100%;
    max-width: 300px;
  }
}






