/*
Theme Name: OceanWP Child
Theme URI: https://oncatalogo.michangarromx.com/
Description: Tema OceanWP OnCatalogo
Author: Marco Ruiz
Author URI: https://michangarromx.com/
Template: oceanwp
Version: 1.0.0
*/
/* Aquí van tus estilos personalizados */
#passwordModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#passwordModal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#passwordModal div {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
  text-align: center;
  position: relative;
}
#passwordModal div .modal-logo {
  max-width: 120px;
  margin-bottom: 20px;
}
#passwordModal div h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
}
#passwordModal div input[type=password] {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#passwordModal div button {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
#passwordModal div button:hover {
  background-color: #005bb5;
}
#passwordModal div p#errorMsg {
  margin-top: 10px;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
