* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



header {
  height: 60px;
  width: 100%;
  background: #4e94ab;
  display: flex;
  padding: 0 20px;
  position: fixed;
}

.menu {
  display: none;
  margin-left: auto;
  color: #fff;
  line-height: 60px;
  font-size: 25px;
  cursor: pointer;
}

.logo video {
  height: 50px;
  margin: 5px;
}

#enlaces {
  margin-left: auto;
}

#enlaces ul li {
  display: inline-block;
}

#enlaces ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  padding: 8px;
  transition: 0.2s;
}

#enlaces ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.show {
  height: 200px !important;
}



body {
  margin-top: 70px;
  font-family: Arial, Helvetica, sans-serif;
}

#slider,
.wrap,
.slide-content {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#slider,
.wrap,
.slide-content {
  width: 100%;
  height: 400px;
  overflow-x: hidden;
}

.wrap {
  position: relative;
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: soft-light;
}

.slide1 {
  background-image: url("../img/slider01.jpg");
}
.slide2 {
  background-image: url("../img/slider02.jpg");
}
.slide3 {
  background-image: url("../img/slider03.jpg");
}
.slide4 {
  background-image: url("../img/slider04.jpg");
}
.slide5 {
  background-image: url("../img/slider05.jpg");
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slide-content h1,
h2 {
  width: 85%;
  font-size: 3rem;
  color: #fff;
}

.slide-content p {
  margin-top: 30px;
  width: 85%;
  font-size: 1.5rem;
  color: #fff;
}

.slide-content button {
  margin-top: 20px;
}

.slide-content a {
  text-decoration: none;
  font-size: 1rem;
  padding: 15px;
  color: #000;
}

.slide-content a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
}

#arrow-left {
  border-width: 15px 10px 20px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
  margin-left: 30px;
}

#arrow-right {
  border-width: 15px 0 20px 10px;
  border-color: transparent transparent transparent #fff;
  right: 0;
  margin-right: 30px;
}



.newProducts {
  margin-top: 40px;
}

.productos_encabezado {
  display: grid;
  text-align: center;
  justify-content: center;
  margin: auto;
  align-items: center;
}

.productos_encabezado h2 {
  margin-top: 30px;
  color: #000000;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.productos_encabezado p {
  width: 70%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.seleccionProductos {
  margin-top: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.seleccionProductos label {
  margin-top: 5px;
}

.seleccionProductos hr {
  width: 18rem;
  margin: auto;
  margin-bottom: 25px;
}

.btns {
  margin-top: 20px;
}

.seleccionProductos button {
  margin: 5px;
  padding: 5px;
}

.productos_portatiles ul {
  list-style: none;
}

.contenedorProductos {
  margin: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 20rem));
  justify-content: center;
  grid-row-gap: 20px;
  color: #fff;
}

.contenedorProductos h3,
li {
  margin-left: 20px;
}

.contenedorProductos ul {
  margin-top: 20px;
}

.contenedorProductos h3 {
  margin-top: 35px;
}

.cardspro {
  margin: auto;
  height: 200px;
  width: 285px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: soft-light;
  border: solid 2px #000000;
  border-radius: 10px;
}

.subrayado {
  text-decoration: underline;
}



.titulosPro {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  font-size: 20px;
}

#dell,
#tituloDell,
#lenovo,
#tituloLenovo,
#lectoraOMR,
#tituloOMR,
#hp,
#tituloHP {
  display: grid;
}

#lenovo_card1 {
  background-image: url(../img/Lenovo-E49.jpg);
}
#lenovo_card2 {
  background-image: url(../img/Lenovo-L430.jpg);
}
#lenovo_card3 {
  background-image: url(../img/Lenovo-L440.jpg);
}
#lenovo_card4 {
  background-image: url(../img/Lenovo-T430s.jpg);
}

#hp_card1 {
  background-image: url(../img/HP_Elitebook840.jpg);
}
#hp_card2 {
  background-image: url(../img/HP_Elitebook_Folio_9480m.jpg);
}
#hp_card3 {
  background-image: url(../img/HP-6360b.jpg);
}

#dell_card1 {
  background-image: url(../img/Dell-E5440.jpg);
}
#dell_card2 {
  background-image: url(../img/Dell-E6330.jpg);
}
#dell_card3 {
  background-image: url(../img/Dell-LatitudeE6420.jpg);
}
#dell_card4 {
  background-image: url(../img/Dell-LatitudeE6430.jpg);
}

#lectOMR_card1 {
  background-image: url(../img/OMR-Opscan4.jpg);
}
#lectOMR_card2 {
  background-image: url(../img/OMR-EZData.jpg);
}

.about {
  background: url(../img/about.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: soft-light;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.aboutus {
  padding: 20px;
  width: 90%;
  margin: auto;
}

.btnsAboutus {
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aboutus button {
  margin: 20px 5px 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border: solid 2px #0d1c32;
  border-radius: 5px;
}

.aboutus a {
  text-decoration: none;
}

.about h2 {
  text-align: center;
  margin: auto;
}

.about hr {
  width: 65%;
  margin: auto;
  margin-bottom: 25px;
}

.about p {
  text-align: center;
  margin-top: 20px;
  font-size: 0.95rem;
  color: #f4f4f4;
}



.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0.5%;
  right: 0.5%;
  bottom: 0.5%;
  left: 0%;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  /*display: grid;
  grid-template-columns: repeat(1, 320px);*/
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.modal-contenido {
  background-color: #666666;
  width: 90%;
  padding: 5px 5px;
  position: relative;
  border: solid 4px #f4f4f4;
  border-radius: 20px;
  margin: auto;
}

.modal-contenido p {
  font-size: 1.2rem;
}

.negrita {
  font-weight: bold;
}

.cursiva {
  font-style: oblique;
}

.btnmodal {
  border: solid 2px #0d1c32;
  border-radius: 5px;
  display: grid;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3px;
  margin-top: 15px;
}

.btnmodal a {
  text-decoration: none;
}

.modalhead {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40%;
  width: 90%;
}

.modalimg {
  grid-column: 1fr;
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.modaltitle {
  grid-column: 1fr;
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.modaltitle h2 {
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 3rem;
}


#modalimgOMR {
  background: url(../img/OMR-icon.jpg);
  }

#modalimgOCR {
  background: url(../img/OCR-icon.jpg);
}

#modalimgICR {
  background: url(../img/ICR-icon.jpg);
}

#modalimgBCR {
  background: url(../img/BCR-icon.jpg);
}

#modalimgOMR, #modalimgOCR, #modalimgICR, #modalimgBCR {
  width: 80%;
  height: 80%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: soft-light;
  margin: 30px;
}



#modalOMR:target {
  opacity: 1;
  pointer-events: auto;
}

#modalOCR:target {
  opacity: 1;
  pointer-events: auto;
}

#modalICR:target {
  opacity: 1;
  pointer-events: auto;
}

#modalBCR:target {
  opacity: 1;
  pointer-events: auto;
}




.why {
  display: grid;
  background: #f4f4f4;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.why h2 {
  display: grid;
  color: #000000;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
  width: 100%;
}

.why p {
  margin-bottom: 20px;
  padding: 10px;
}

.why hr {
  width: 65%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 5px;
}


.service {
  background: url(../img/services.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: soft-light;
  padding-bottom: 20px;
}

.service p {
  color: #f4f4f4;
}

.services-head {
  width: 80%;
  display: grid;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: auto;
  color: #1f1f1f;
}

.services-head h2 {
  color: #f4f4f4;
  text-align: center;
  margin: auto;
  margin-top: 40px;
}

.services-head p {
  font-size: 1rem;
  margin: auto;
  margin-top: 30px;
  color: #f4f4f4;
}

.services-head hr {
  width: 65%;
  margin: auto;
}

.allservices {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 20rem));
  justify-content: center;
  grid-row-gap: 25px;
  color: #fff;
}

.services {
  height: auto;
  width: 250px;
  border: #f4f4f4 1.5px solid;
  border-radius: 15px;
  margin: auto;
}

.services-content {
  display: grid;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 10px;
}

.services-content h3 {
  color: #f4f4f4;
  text-align: center;
}

.services-content p {
  color: #f4f4f4;
  text-align: center;
  margin-top: 20px;
}

.services-content button {
  width: 70px;
  margin: auto;
  margin-top: 15px;
  border: solid 1px #0d1c32;
  border-radius: 5px;
  padding: 3px;
}

.services-content button a {
  text-decoration: none;
}

.services-img01, .services-img02, .services-img03, .services-img04 {
  display: grid;
  background-size: cover;
  background-position: center;
  height: 150px;
  margin: 10px;
}

.services-img01 {
  background-image: url(../img/serviceOMR.jpg);
  }

.services-img02 {
  background-image: url(../img/serviceHdR-.jpg);
}

.services-img03 {
  background-image: url(../img/serviceMantenimiento.jpg);
}

.services-img04 {
  background-image: url(../img/slider03.jpg);
}




.modalservices {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0.5%;
  right: 0.5%;
  bottom: 0.5%;
  left: 0%;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(15rem, 20rem));*/
  grid-template-columns: repeat(1, 315px);
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.modalservice01 {
  display: grid;
  width: 315px;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 0;
  border-radius: 15px;
  border: solid 2px #f4f4f4;
}

.modalservice01head, .modalservice01content {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  color: #f4f4f4;
}

.modalservice01head h3 {
  margin-top: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
}

.modalservice01content p {
  padding: 5px;
  text-align: center;
}

.modalservice01head hr {
  width: 70%;
  margin: auto;
  margin-bottom: 3px;
  margin-top: 0;
}


#modalservices1:target {
  opacity: 1;
  pointer-events: auto;
}

#modalservices2:target {
  opacity: 1;
  pointer-events: auto;
}

#modalservices3:target {
  opacity: 1;
  pointer-events: auto;
}

#modalservices4:target {
  opacity: 1;
  pointer-events: auto;
}

.btnmodalservices {
  display: grid;
  height: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btnmodalservices a {
  text-decoration: none;
  padding: 3px;
  margin: auto;
}






.products-head {
  display: grid;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: auto;
  margin-top: 40px;
  color: #1f1f1f;
}

.products-head hr {
  width: 65%;
  margin: auto;
}

.products-head h2 {
  color: #1f1f1f;
  text-align: center;
  margin: auto;
}

.products-head p {
  font-size: 1rem;
  margin: auto;
  margin-top: 25px;
}

.allproduct {
  margin: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 20rem));
  justify-content: center;
  grid-row-gap: 20px;
  color: #fff;
}

.product {
  height: 460px;
  width: 300px;
  border: #000 1.5px solid;
  border-radius: 15px;
  margin: auto;
}

.product-content {
  display: grid;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.product-content h3 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}

.product-content p {
  color: #000;
  text-align: center;
  padding: 5px;
}

.product-img01 {
  display: grid;
  background-image: url(../img/slider02.jpg);
  background-size: cover;
  background-position: center;
  height: 50%;
  margin: 10px;
}

.product-img02 {
  display: grid;
  background-image: url(../img/slider03.jpg);
  background-size: cover;
  background-position: center;
  height: 50%;
  margin: 10px;
}




#contact {
  width: 100%;
  height: 100%;
  background-image: url(../img/contact.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  margin-top: 30px;
  padding: 30px;
}

form {
  width: 450px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 7px;
}

form h2 {
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 25px;
  margin-bottom: 20px;
}

input,
textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 15px;
  border: none;
}

textarea {
  min-height: 100px;
  max-height: 200px;
  max-width: 100%;
}

#boton_formulario {
  background: #31324a;
  color: #fff;
  padding: 20px;
}

#boton_fromulario:hover {
  cursor: pointer;
}




.contenedorFooter {
  background: #1f1f1f;
  
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.contenedorFooter span {
  color: #f4f4f4;
}

.footer1 {
  display: grid;
  grid-column: 4 span;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 5px;
}

.footer2 {
  display: grid;
  grid-column: 1 span;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
}


.footer3 {
  display: grid;
  grid-column: 4 span;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 5px;
}

/* MEDIA QUERYS */

@media screen and (max-width: 700px) {
  .menu {
    display: block;
  }

  #enlaces {
    background: #4e94ff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 50%;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
  }

  #enlaces ul li {
    display: block;
    text-align: center;
  }

  #enlaces ul li a {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #4e12ff;
    width: 100%;
    padding: 0 8px;
  }

  #enlaces ul li a:hover {
    background: rgba(0, 0, 0, 0.4);
  }

  #slider {
    height: 350;
  }

  .slide-content h1,
  h2 {
    width: 85%;
    font-size: 1.8rem;
    color: #fff;
  }

  .slide-content p {
    margin-top: 30px;
    width: 85%;
    font-size: 0.9rem;
    color: #fff;
  }

  .slide-content a {
    text-decoration: none;
    font-size: 0.8rem;
    padding: 15px;
    color: black;
  }

  .modalhead {
    height: 30%;
  }

  .modaltitle h2 {
    font-size: 2rem;
  }
}

/* QUERY PARA El FORMULARIO */

@media (max-width: 480px) {
  form {
    width: 100%;
  }

  .seleccionProductos {
    flex-direction: column;
  }

  .modalhead {
    height: 15%;
  }

  .modaltitle h2 {
    font-size: 20px;
  }

  .modal-contenido p {
    font-size: 1.03rem;
  }
}

/* Media QUERY para resolucion menor a 320 (hasta 200) */