.sener-home-about {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 100px;
  color: #FFF;
}
.sener-home-about .about-content {
  display: flex;
  position: relative;
  margin: 4rem 0;
}
.sener-home-about .about-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  background: #005199;
  z-index: -1;
}
.sener-home-about .about-content .about-image {
  position: relative;
  padding-left: 44px;
  top: -44px;
  position: relative;
  /* z-index: 1; */
}
.sener-home-about .about-content .about-image img {
  width: 458px;
  height: 458px;
  object-fit: cover;
  object-position: center center;
}
.sener-home-about .about-content .text-about {
  /* position: relative; */
  /* z-index: 1; */
  width: calc(100% - 492px);
  padding: 10px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sener-home-about .about-content .text-about h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  line-height: 1.18;
  letter-spacing: -1px;
}
.sener-home-about .about-content .text-about p {
  font-size: 16px;
  font-family: "Noto Serif";
}
.sener-home-about .about-content .text-about .sener-button {
  margin-top: 15px;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0005;
  z-index: 9999;
  transform: scale(0);
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada.active {
  transform: scale(1);
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada.active .nf-form-cont {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  max-height: 90vh;
  padding: 1rem;
  background: #005199;
  box-shadow: 1px 1px 10px #0009;
  overflow-x: auto;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
@media (min-width: 768px) {
  .sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont {
    width: 530px;
  }
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 21px;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap:not(.checkbox-wrap) .nf-field-label {
  display: none;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {
  width: 2rem;
  align-items: flex-start;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label::before {
  background: #005199;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label::after {
  background: #005199;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label::before {
  color: #fff;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap input:not([type=submit]).ninja-forms-field {
  font-weight: bold;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 6px;
  color: #fff;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap input:not([type=submit]).ninja-forms-field::-webkit-input-placeholder {
  color: rgba(238, 241, 234, 0.21);
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap input:not([type=submit]).ninja-forms-field::-moz-placeholder {
  color: rgba(238, 241, 234, 0.21);
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap input:not([type=submit]).ninja-forms-field:-ms-input-placeholder {
  color: rgba(238, 241, 234, 0.21);
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap input:not([type=submit]).ninja-forms-field:-moz-placeholder {
  color: rgba(238, 241, 234, 0.21);
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap input[type=submit] {
  display: block;
  width: 100%;
  background: #fff;
  color: #005199;
  border: 1px solid #fff;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container .field-wrap input[type=submit]:hover {
  background: #005199;
  color: #fff;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-content .nf-field-container.hidden-container {
  display: none;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-field-description {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 1rem;
  margin-right: 0;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-fields-required {
  font-size: 12px;
  margin-bottom: 12px;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-error-msg {
  color: #fff;
  font-size: 12px;
}
.sener-home-about .about-content .text-about .wrapp-formulario-descarga-privada .nf-form-cont .nf-form-hp {
  display: none;
}
.sener-home-about.is-home .about-content .about-image {
  transform: translateY(50px);
  opacity: 0;
}
.sener-home-about.is-home .about-content .text-about h2, .sener-home-about.is-home .about-content .text-about p {
  transform: translateX(100%);
  opacity: 0;
}
.sener-home-about.is-home.show .about-content .about-image {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-out;
}
.sener-home-about.is-home.show .about-content .text-about h2, .sener-home-about.is-home.show .about-content .text-about p {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.5s ease-out, opacity 0.4s ease-out;
  transition-delay: 0, 0.1s;
}

@media (max-width: 991px) {
  .sener-home-about {
    padding-top: 50px;
  }
  .sener-home-about .about-content .about-image {
    padding-left: 25px;
    top: -25px;
  }
  .sener-home-about .about-content .about-image img {
    width: 296px;
    height: 342px;
  }
  .sener-home-about .about-content .text-about {
    width: calc(100% - 321px);
    padding: 10px 25px;
  }
  .sener-home-about .about-content .text-about h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sener-home-about {
    padding-top: 30px;
  }
  .sener-home-about .about-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 0 28px;
  }
  .sener-home-about .about-content:before {
    height: 75%;
  }
  .sener-home-about .about-content .about-image {
    padding-left: 0px;
    top: 0px;
  }
  .sener-home-about .about-content .about-image img {
    width: 100%;
    height: auto;
  }
  .sener-home-about .about-content .text-about {
    width: 100%;
    padding: 30px 0;
  }
  .sener-home-about .about-content .text-about .sener-button {
    margin-top: 0;
  }
}

/*# sourceMappingURL=modulo-descargas-privadas.css.map */
