.main-container-product {
    width: 70%;
    margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    text-align: justify;
    flex-wrap: wrap;
}

.title-container-product {
    width: 100%;
    text-align: center;
}

.image-container-product {
    display: inline-block;
    min-width: 200px;
    border: 1px solid gray;
    border-radius: 25px;
    justify-content: center;
}

.image-container-product img {
    margin: auto;
}


.description-container-product {
    min-width: 200px;
    width: 100%;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.5em;
    justify-content: center;
    margin-bottom: 25px;
}

.prod-cuadro-title-hp {
    width: 30%;
    position: absolute;
    top: -20px;
    width: 50%;
    left: 10%;
    right: 10%;
    margin-right: auto;
    margin-left: auto;
    background-color: red;
    color: white;
    text-align: center;
    border-radius: 35px;
    height: 40px;
    font-size: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Arial Black, Helvetica, sans-serif;
  }

  .title-container-product img{
    min-width: 200px;
    width: 25%;
  }

  .titleh1 {
    text-align: center;
  }

  .productos-title-with-line {
    width: 100%;
    margin-bottom: 3%;
    border-bottom: 3px solid gray;
  }

  .productos-title-with-line-text {
    color: black;
    display: inline-block;
    margin-left: 5%;
    font-size: 1.4em;
    border-top: 3px solid gray;
    border-right: 3px solid gray;
    border-left: 3px solid gray;
    border-bottom: 5px solid white;
    position: relative;
    top: 3px;
    padding-left: 5%;
    padding-right: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 0;
  }



.tittle-selected {
  border-top: 3px solid gray;
  border-right: 3px solid gray;
  border-left: 3px solid gray;
  border-bottom: 5px solid white;
}

.tittle-unselected {
  background-color: gray;
  border-bottom: 5px solid gray;
  color: black;
}

.tittle-nofirst {
  margin-left: -4px;
}

.galeria-main {
  width: 100%;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gallery-item{
  width: 600px;
  height: auto;
  max-width: 100%;
  margin: 5px;
  object-fit: cover;
  
}

.gi-image {
  cursor: zoom-in;
}

.image-full-size {
  width: 100%;
  z-index: 10001;
}

.galeria-pantalla-completa {
  width: 90%;
  margin-left: 5%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

.close-full-size {
  right: 10px;
  z-index: 10002;
  position: absolute;
  top: 10px;
  width: 5%;
  display: none;
}

#fullsize {
  top: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 20000;
  display: none;
  cursor: zoom-out;
}

#main-product-gallery-id {
  display: none;
}

.main-product-list{
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: justify;
  flex-wrap: wrap;
}

.main-container-product {
  width: 70%;
  display: flex;
  justify-content: center;
  text-align: justify;
  flex-wrap: wrap;
  margin: 60px auto auto;
}

.title-container-product {
  width: 100%;
  text-align: center;
}

.title-container-product img {
  min-width: 200px;
  width: 25%;
}

.description-container-info {
  display: flex;
  justify-content: center;
  text-align: justify;
  flex-wrap: wrap;
  width: 100%;
}

.productos-title-with-line {
  width: 100%;
  margin-bottom: 3%;
  border-bottom: 3px solid gray;
}

.main-product-info-apps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.tech-specs-main, .applications-specs-main {
  max-width: 400px;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 30px;
}

.galeria-main {
  width: 100%;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gallery-item{
  width: 600px;
  height: auto;
  max-width: 100%;
  margin: 5px;
  object-fit: cover;
  
}

.gi-image {
  cursor: zoom-in;
}

.image-full-size {
  width: 100%;
  z-index: 10001;
}

.galeria-pantalla-completa {
  width: 90%;
  margin-left: 5%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

.close-full-size {
  right: 10px;
  z-index: 10002;
  position: absolute;
  top: 10px;
  width: 5%;
  display: none;
}

#fullsize {
  top: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 20000;
  display: none;
  cursor: zoom-out;
}

#main-product-gallery-id {
  display: none;
}

.main-product-list{
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: justify;
  flex-wrap: wrap;
}


.main-product-info {
  width: 600px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}

.code-numer-and-category {
  color: gray;
  margin-top: 10px;
}

.tittle-selected {
  border-top: 3px solid gray;
  border-right: 3px solid gray;
  border-left: 3px solid gray;
  border-bottom: 5px solid white;
}

.productos-title-with-line-text {
  color: black;
  display: inline-block;
  margin-left: 5%;
  font-size: 1.4em;
  position: relative;
  top: 3px;
  padding-left: 5%;
  padding-right: 5%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 0px;
  border-top: 3px solid gray;
  border-right: 3px solid gray;
  border-left: 3px solid gray;
  border-bottom: 5px solid white;
}



.tech-specs {
  border-bottom: 3px solid rgb(233, 233, 233);
}

.tech-specs-main h2, .applications-specs-main h2  {
  text-align: center;
  color: rgb(0, 122, 195);
  font-size: 1.4em;
}


.tech-specs h2{
  text-align: center;
  color: rgb(0, 122, 195);
  font-size: 1.4em;
}

.boton-cotizar {
  width: 100px;
  height: 40px;
  background-color: red;
  color: white;
  font-size: 1.6em;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.boton-cotizar:hover {
  box-shadow: 10px 5px 5px black;
  background-color: rgb(250, 75, 75);
}

#tittle-galeria {
  margin-left: -5px;
}

.tittle-selected {
  border-top: 3px solid gray;
  border-right: 3px solid gray;
  border-left: 3px solid gray;
  border-bottom: 5px solid white;
}

.tittle-unselected {
  background-color: gray;
  border-bottom: 5px solid gray;
  color: black;
}

.productos-title-with-line-text:hover {
  background-color: rgb(0, 0, 49);
  color: white;
  border: solid 3px rgb(0, 0, 49);
  border-bottom: 5px solid rgb(0, 0, 49);
  cursor: pointer;
  
}

.boton-cotizar p{
  color: white;
}

.table-specs tr th, .table-specs tr td {
  text-align: center;
  border-bottom: 3px solid rgb(233, 233, 233);
  width: 40%;
}

.table-specs {
  margin: auto;
  width: 100%;
}