body {
  background-color: black;
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
  height: 100%;
}

body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../image/background-activa.jpg) no-repeat center top;
  background-size: cover;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity: 0.4;
  overflow: hidden;
  /*-webkit-filter: blur(8px);*/
  z-index: -1;
  /*
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  */
  -webkit-transform: scale(1.01, 1.02);
  -moz-transform: scale(1.01, 1.02);
  -o-transform: scale(1.01, 1.02);
  -ms-transform: scale(1.01, 1.02);
  transform: scale(1.01, 1.02);
}

input::placeholder {
  font-size: 15px;
  text-align: center;
}

.modalactiva {
  background-color: #fff;
  background: url(../image/activa-image-modal.png) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 80%;
  margin: 0px auto 0 auto;
  padding: 40px 30px 50px 30px;
  max-width: 1100px;
  height: auto;
  display: flex;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -35%);
}
.logoactiva{
  clear:both;
}
.logoactiva img{
  max-width: 150px;
  margin-bottom: 20px;
}
.text {
  width: 45%;
}

.image {
  width: 55%;
}
.modalactiva h1 {
  font-size: 40px;
  color: #002f87;
  margin: 10px 0;
  text-align: left;
  clear: both;
}
.modalactiva p {
  font-size: 16px;
  color: #002f87;
  clear: both;
  text-align: left;
}
.titclaim {
  color: #f3e100 !important;
  float: right;
  text-align: right !important;
    margin: 0;
}

/*Formulario código postal*/
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: auto;
}

@media (min-width: 800px) {
  .hero-inner {
    display: grid;
    align-items: center;
    gap: 2rem;
  }
}

.hero-button {
  background: #fff;
  color: #444;
  border: 0;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 1rem;
}

@media (min-width: 700px) {
  .hero-button {
    margin-top: 2rem;
  }
}

::placeholder {
  color: #002f87;
  font-size: 11px;
}
.hero-form {
  margin-top: 0rem;
}

@media (min-width: 700px) {
  .hero-form {
  }
}

.hero-form-input {
  display: inline-table;
  grid-template-columns: 1fr;
}

@media (min-width: 400px) {
  .hero-form-input {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}

.hero-email-input {
  padding: .75rem;
  box-sizing: border-box;
  border-radius: 40px 0px 0px 40px;
  border: 0.5px solid #002f87;
  background-color: #e0e4eb;
  color: #002f87;
  min-width: 150px;
}

.hero-form-submit {
  background-color: #002f87;
  color: #fff;
  border: none;
  padding: .75rem 3rem;
  margin-top: 0.5rem;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
  border: 0.5px solid #002f87;
}

@media (min-width: 400px) {
  .hero-form-submit {
    margin-top: 0;
  }
}

/*Formulario código postal*/

@media (max-width: 800px) {
  .modalactiva {
    width: 80%;
    background-color: #f4f4f4;
    padding: 20px 20px 240px 20px;
    background: rgba(244, 244, 244, 1)
      url(../image/activa-image-modal-mobile.png) no-repeat center bottom;
    background-size: cover;
  }
  .modalactiva {
    flex-direction: column;
  }
  .text {
    width: 100%;
  }
  .image {
    width: 100%;
  }
.hero-form-submit {
  padding: .75rem 1rem;
}
  .modalactiva h1 {
    font-size: 25px;
  }

  .modalactiva p {
    font-size: 11px;
  }
  .titclaim {
    color: #f3e100 !important;
    border-radius: 5px;
    float: left;
    text-align: left !important;
    bottom: 70px;
    position: absolute;
  }
}

@media (max-width: 600px) {
  .modalactiva {
    background: rgba(244, 244, 244, 1)
      url(../image/activa-image-modal-mobile.png) no-repeat center bottom;
    background-size: cover;
  }
}
