#cuadroProductos {
    margin-bottom: 10px;
}

.modelo3D {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;

}
.modelo3D2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;

}
.modelo3D3{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;

}
.modelo3D2 img {
  max-height: 240px;
}
#exit{
  width: 6%;
}

#modelo3D:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.modal-content {
  max-width: 99%;
  max-height: 99%;
  overflow: auto;
  background-color: #fff; /* Color de fondo del modal */
  border: 1px solid #888;
  border-radius: 10px;
}

#modelo3DModal, #modelo3DModal2, #modelo3DModal3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#btnModal {
  position: absolute;
  transform: translateX(-50%);
  top: 89%;
  width: 70%;
}
#btnModal2 {
  position: absolute;
  transform: translateX(-50%);
  top: 89%;
  width: 70%;
}
#btnModal3 {
  position: absolute;
  transform: translateX(-50%);
  top: 89%;
  width: 70%;
}

  .close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
  }
  