.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-contenido {
  background-color: white;
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 50px;
}

.modal-contenido img {
  width: 90px;
  height: auto;
  margin-bottom: 25px;
}

.modal-contenido h3 {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.subtitlee {
  font-family: 'Arial', 'Helvetica', sans-serif;

  display: block;
  margin-bottom: 25px;
}

.modal-contenido p {
  color: #363636;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.modal-contenido strong {
  transform: translateY(-22px);
  color: #0f0f0f;
  font-weight: bold;
  margin-bottom: -18px;
  font-size: 14px;
}

.modal-contenido span {
  color: #4656b1;
  font-weight: bold;
  text-decoration: underline;
}

.info-contacto {
  margin-top: 15px;
  color: #0d1440;
  font-weight: bold;
  font-size: 15px;
}

.contactos {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

.direccion {
  margin-top: 15px;
  font-size: 15px;
  color: #000000;
}

.cerrar {
  background-color: #0d1440 !important;
  color: white;
  border: none;
  padding: 10px 50px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.cerrar:hover {
  background-color: #192468 !important;
}

.viw {
  background-color: #ffffff !important;
  color: #060d3a !important;
  border: 2px solid #0d1440 !important;
  padding: 8.2px 50px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
}