.container-popup {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.popup p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  
  color: #666666;
  margin: 10px auto;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}
.popup h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.popup button {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.popup2 p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  
  color: #666666;
  margin: 10px auto;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}
.popup2 h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.popup2 button {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.popup-titulo {
  font-size: 34px;
  text-align: center;
  color: #666666;
  margin: 0 0 10px 0;
}

.popup button, .popup2 button {
  background: #0A2D53;
  border: 0;
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
}
.popup button:focus, .popup2 button:focus {
  outline: none;
}
.popup button:hover, .popup2 button:hover {
  background: #155192;
}

.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup > div {
  border-radius: 10px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
  /* Width of popup can be changed */
  width: 70%;
  max-width: 600px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  border: 5px solid #0A2D53;
}

.popup2 {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.popup input
{
    border: 2px solid #8eddff;
    padding: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
	font-weight: 700;
}
.popup2 input
{
    border: 2px solid #8eddff;
    padding: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
	font-weight: 700;
}

.popup2 > div {
  border-radius: 10px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
  /* Width of popup can be changed */
  width: 70%;
  max-width: 600px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  border: 5px solid #0A2D53;
}
