#pruebaC{

  background-color: #016FF9;
  padding-top: 30px;
  padding-bottom: 70px;
}
#inicio{
  width: auto;
  height: auto;
  min-height: 300px;
  position: relative;
  display: relative;
  justify-content: center;
  align-items: center;
  padding: 80px 0 40px 0;
  margin-top: 70px;
  background-color: white;
}

#inicio .container {
  height: 100%;
}

#inicio .row {
  height: 100%;
  align-items: stretch;
}

#inicio .col-lg-6 {
  display: flex;
  align-items: center;
}
.justify-text {
  text-align: justify;
}


.Marcascss { /*un tipo de titulo*/
  margin-top: 100px;
  
  text-align: center;
  color: #434175;
  background: #dddde7; 
  box-shadow:
       inset 0 -3em 3em rgba(0, 0, 0, 0.486),
             0 0  0 2px rgb(2, 17, 114),
             0.3em 0.3em 1em rgba(0, 0, 0, 0.428);
            
           
                 
}


.Marcascss2{ 
  text-align: center;
  padding-bottom: 80px;
  margin-top: 90px;
  
 
}
.Marcascss2 h1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -50px;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
}
.Marcascss2 h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5a5af3;
  bottom: 0;
  left: calc(50% - 25px);
}



.media-left {
  display: none;
}
/* soporte*/
.containerS {
  display: flex;
  flex-wrap: wrap;
  
  
}

.imageS {
  flex: 1;
  padding: 20px;
  min-width: 250px;
  display: flex;
  justify-content: center; /* Añadido para centrar la imagen horizontalmente */
  align-items: center; /* Añadido para centrar la imagen verticalmente */
  
  
  
}


.imageS img {
  width: 70%;
  height: auto;
  border-radius: 16px;
  box-shadow:
       inset 0 -3em 3em rgba(0, 0, 0, 0.586),
             
             0.3em 0.3em 1em rgba(0, 0, 0, 0.328);
                         

}
/* Estilos para la imagen en diseño responsive */
@media (max-width: 767px) { /* se aplica solo en pantallas con una anchura máxima de 767px */
  .imageS img {
    width: 80%;
    height: auto;
  }
}

.textS {
  flex: 1;
  padding: 50px; 
  
}

.textS h1 {
  font-size: 24px;
  margin-bottom: 10px;
  box-shadow:
       inset 0 -3em 3em rgba(173, 185, 242, 0.986),
             0.3em 0.3em 1em rgba(0, 0, 0, 0.328);/* el ultimo valor es la cantidad de sombra*/
  text-align: center;
  color:#434175;
  font-weight: 700;
  border-radius: 16px;
}

.textS p {
  font-size: 20px;
  text-align: center;
  
}
.buttonS{
  
}
#opinion {
  width: 100%;
  height: 150px;
  resize: vertical; /* Permite redimensionar verticalmente */
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #6c63ff;
  background-color: #ffffff;
}
.formulario{
   background-image: url(metal.jpg);
   background-position: center;
	 background-attachment: contain;
	 background-size: cover;
   margin: 4em auto; /* para bajar el formulario*/
   width: 90%;
   max-width: 400px;
   padding: 4.5em 3em;
   border-radius: 10px;
   box-shadow: 0 5px 10px -5px rgb(0 0 0/ 100%);
   text-align: center;

}
.form_titulo{
  font-size: 2rem;
  margin-bottom: .5em;
  color:#000000;
  font-family: Century Gothic ;
  
}
.form_contenedor{
  margin-top: 3em;
  display: grid;
  gap: 2.5em;

}
.grupoF{
  position: relative;
  --color:#5757577e;
}
.form_input{
  width: 100%;
  background: none;
  color: #706c6c;
  font-size: 1rem;
  padding: .6em .3em;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--color);
  font-family: 'Roboto', sans-serif;
}
.form_input:focus + .form_label,
.form_input:not(:placeholder-shown) + .form_label{
  transform: translateY(-12px) scale(.7);
  transform-origin: left top;
  color: #043be0;
}
.form_label{
  color: var(--color);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 5px;
  transform: translateY(10px);
  transition: transform .5s, color .3s;

}
.form_line{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3866f2;
  transform: scale(0);
  transform: left bottom;
}

.parrafoSoporte{
  color: #434175;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
}
.parrafoCompromiso{
  color: #434175;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  background-color: #e0ebf5;
  border-radius: 10px;
}
/*camaras/*
/* Estilos para el contenedor de los productos */
.productos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  margin-top: -200px;
}

/* Estilos para cada producto */
.producto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  width: 250px;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  transition: transform 0.3s;
  height: 370px;
}
.producto:hover {
  transform: scale(1.05);
}
.producto-imagen {
  width: 100%;
  height: auto;
  object-fit: cover;
  
}
.producto-titulo {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.producto-precio {
  font-size: 1.1rem;
  margin-top: 5px;
  text-align: center;
  
}
.producto-descripcion {
  font-size: 1rem;
  margin-top: 10px;
  
  
}
.parrafoCamaras{
  color: rgb(0, 0, 0);
  font-family: 'DynaPuff', cursive;
  
  border-radius: 16px;
}
/*compromiso*/
.containerC {
  display: flex;
  flex-wrap: wrap;
  
  
}

.imageC {
  flex: 1;
  padding: 20px;
  min-width: 250px;
  display: flex;
  justify-content: center; /* Añadido para centrar la imagen horizontalmente */
  align-items: center; /* Añadido para centrar la imagen verticalmente */
  
  
  
}


.imageC img {
  width: 50%;
  height: auto;
  border-radius: 16px;
  box-shadow:
       inset 0 -3em 3em rgba(0, 0, 0, 0.586),
             
             0.3em 0.3em 1em rgba(0, 0, 0, 0.328);
                         

}
/* Estilos para la imagen en diseño responsive */
@media (max-width: 767px) { /* se aplica solo en pantallas con una anchura máxima de 767px */
  .imageC img {
    width: 80%;
    height: auto;
  }
}


/*carrusel*/
.containerx{
  width: 30%;
  position: relative;
  margin: 0 auto;
  
  
  
}
.mySlides{
  display: none;
  
}
.mySlides img{
  width: 100%;
  border-radius: 16px;
  height: 280px;
  box-shadow:
       inset 0 -3em 3em rgba(0, 0, 0, 0.486),
             0 0  0 2px rgb(2, 17, 114),
             0.3em 0.3em 1em rgba(0, 0, 0, 0.428);
  
  
  

}
.prev,
.next{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #0915fc;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6 ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover{
  background-color: rgba(0, 0, 0, 0.8);
}
.elements{
  text-align: center;
}
.quadrate{
  cursor: pointer;
  height: 4px;
  width: 50px;
  margin: 0 2px;
  background-color: #010000;
  display: inline-block;
  transition: background-color 0.6s ease;
  border-radius: 2px;
  
  
}
.activado, .quadrate:hover{
  background-color: #135bf5;
  
}
@media screen and (max-width:900px) {
  .containerx{
      width: 100%;
  }
}
@media screen and (max-width:500px) {
  .containerx{
      width: 100%;
  }
  .prev,
  .next{
      padding: 5px;
  }
}
/*formu*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&family=Open+Sans:wght@300;400;500;600&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    
}


.contenedor-formu {
    width: 80%;
    height: 80vh;
    display: flex;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.212);
    margin: 0 auto;
    border-radius: 16px;
    
}

.form-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7f9fdd7;
    padding: 1rem;
    border-radius: 16px;
}

.form-image img {
    width: 31rem;
}

.form {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 3rem;
}

.form-header {
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}

.login-button {
    display: flex;
    align-items: center;
}

.login-button button {
    border: none;
    background-color: #6c63ff;
    padding: 0.4rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.login-button button:hover {
    background-color: #6b63fff1;
}

.login-button button a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

.form-header h1::after {
    content: '';
    display: block;
    width: 5rem;
    height: 0.3rem;
    background-color: #6c63ff;
    margin: 0 auto;
    position: absolute;
    border-radius: 10px;
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
}

.input-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.1rem;
}

.input-box input {
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
    font-size: 0.8rem;
}

.input-box input:hover {
    background-color: #eeeeee75;
}

.input-box input:focus-visible {
    outline: 1px solid #6c63ff;
}

.input-box label,
.sistema-title h6 {
    font-size: 0.75rem;
    font-weight: 600;
    color: #000000c0;
    font-family: 'Inter', sans-serif;
}

.input-box input::placeholder {
    color: #000000be;
}

.sistema-group {
    display: flex;
    justify-content: space-between;
    margin-top: 0.62rem;
    padding: 0 .5rem;
}

.sistema-input {
    display: flex;
    align-items: center;
}

.sistema-input input {
    margin-right: 0.35rem;
}

.sistema-input label {
    font-size: 0.81rem;
    font-weight: 600;
    color: #000000c0;
}

.enviar-button button {
    width: 100%;
    margin-top: 2.5rem;
    border: none;
    background-color: #6c63ff;
    padding: 0.62rem;
    border-radius: 5px;
    cursor: pointer;
}

.enviar-button button:hover {
    background-color: #6b63fff1;
}

.enviar-button button a {
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 500;
    color: #fff;
}

@media screen and (max-width: 1330px) {
    .form-image {
        display: none;
    }
    .contenedor-formu {
        width: 50%;
    }
    .form {
        width: 100%;
    }
}

@media screen and (max-width: 1064px) {
    .contenedor-formu {
        width: 90%;
        height: auto;
    }
    .input-group {
        flex-direction: column;
        z-index: 5;
        padding-right: 5rem;
        max-height: 10rem;
        overflow-y: scroll;
        flex-wrap: nowrap;
    }
    .sistema-inputs {
        margin-top: 2rem;
    }
    .sistema-group {
        flex-direction: column;
    }
    .sistema-title h6 {
        margin: 0;
    }
    .sistema-input {
        margin-top: 0.5rem;
    }
}


/*camara2*/

.camaraCon{
  width: 100%;
  height: 100vh;
}
.banner{
  width: 100%;
  height: 55vh;
  background-image: url(camara5.jpg);
  background-size: cover;
  background-position: 69%;
  margin-top: 20px;
  
  box-shadow:
       inset 0 -3em 3em rgba(0, 0, 0, 0.486),
             
             0.3em 0.3em 1em rgba(0, 0, 0, 0.428);
  
             
}
.banner-text{
  padding-top: 100px;
  margin-left: 50px;
  text-align: center;
  
  

}
.banner-text h2{
  letter-spacing: 10px;
  font-weight: bold;
  font-size: 25px;
  color:#f5f905;

  
  
}
.banner-text h1{
  margin-left: 5px;
  font-size: 100px;
  color:#eefa04;
}
#btn{
  width: 130px;
  height: 35px;
  font-weight: bold;
  background-color: rgb(16, 66, 203);
  letter-spacing: 3px;
  margin-left: 50px;
  color: rgba(2255,230,0);
  border-radius: 20px;
  border: none;
  cursor: pointer;

}
/*boton flotante de wsp*/
.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}

/*titulo camara*/
.tituloCamaraX{

margin-top: 15px;
  text-align: center;
  color: #434175;
  max-height: 100%;


  
  font-weight: bold;
  
  margin-bottom: -10px;
  
  

}

/*pestaña de innovacion*/



main .sobre-nosotros{
  padding: 30px 0 60px 0;
}
.contenedor-sobre-nosotros{
  display: flex;
  justify-content: space-evenly;
  
}

.imagen-about-us{
  width: 48%;
  border-radius: 10px;
}

.sobre-nosotros .contenido-textos{
  width: 48%;
}

.contenido-textos h3{
  margin-bottom: 15px;
  color: #434175;
  font-size: 32px;
  font-weight: bold;
}

.contenido-textos h3 span{
  background: #3832e0;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  margin-right: 5px;
  
}
.li{
  color: #016FF9;
}

.contenido-textos p{
  padding: 0px 0px 30px 15px;
  font-weight: 300;
  text-align: justify;
  color: #7876ac;
}

/* Galeria */

.titulo {
  color: #434175;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  margin-top: 2.5%;
  
}
.titulo10 {
  color: #434175;
  font-size: 32px;
  text-align: center;
  
  font-weight: bold;
  
  
}
.titulo2 {
  color: #434175;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  
  
}
.titulo3 {
  color: #434175;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  
}
.titulo4 {
  color: #434175;
  font-size: 10px;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  
}


.Fondo1{
  background: #f2f2f2;
}

.galeria-port{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.imagen-port{
  width: 24%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.imagen-port > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.hover-galeria{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background: hsla(230, 66%, 30%, 0.7);
  transition: transform .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hover-galeria img{
  width: 50px;
}

.hover-galeria p{
  color: #fff;
}

.imagen-port:hover .hover-galeria{
  transform: scale(1);
}


@media screen and (max-width:900px){
  header{
      background-position: center;
  }

  .contenedor-sobre-nosotros{
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .sobre-nosotros .contenido-textos{
      width: 90%;
  }

  .imagen-about-us{
      width: 90%;
  }

  

  .imagen-port{
      width: 95%;
  }

}




  
  
 
/*aqui termina pestaña de innovacion/**/







.slick-list{
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 304px;
  padding: 10px 0px;
  margin: 0px auto;
  max-width: 50vw; /*tamaño del slider*/
  overflow: hidden;
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  transition: .5s ease-in-out;
}
.slick{
  position: relative;
  width: 250px;
  padding: 0 18px;
  float: left;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.slick a img{
  object-fit: 100%;/*tamaño de la imagen dentro del contenedor*/
  height: 200px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
  transition: .3s ease-in-out;

  border-radius: 16px;





}
.slick a img:hover{
  opacity: .85;
}



.slick-arrow{
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  z-index: 4;
  width: 48px;
  height: 48px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
  border: 0;
  cursor: pointer;
}
.slick-arrow:focus{
  outline: 0;
}
.slick-arrow svg{
  width: 12px;
  height: 100%;
  color: rgba(0,0,0,.7);
}
.slick-prev{
  left: 0px;
}
.slick-next{
  right: 0px;
}





/*otro intento de planes/**/



@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

.containerpro {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 960px;
  width: 100%;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.cajaP {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.cajaP:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .cajaP {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .cajaP:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}

.letraDeCaja {
  color: #016FF9;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.letraDeCaja-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.letraDeCaja-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.precio{
  color: #016FF9;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}































































  
  