section#claim {
  position: relative;
  z-index: 3;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 780px) {
  section#claim {
    padding: 0 0 1rem 0;
  }
}
section#claim .contenedor {
  width: 40rem;
  transform: translateY(-5rem);
}
@media (max-width: 780px) {
  section#claim .contenedor {
    transform: translateY(0);
  }
}
section#claim .contenedor .wpcf7.js {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1rem;
}
section#claim .contenedor .wpcf7.js form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
section#claim .contenedor .wpcf7.js form .fecha {
  width: 100%;
}
section#claim .contenedor .wpcf7.js form .fecha p {
  display: flex;
  justify-content: space-between;
  background-color: #e4f0f6;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #d5ecf7;
}
section#claim .contenedor .wpcf7.js form .fecha p input {
  width: 100%;
  padding: 0 1rem;
  text-align: end;
  border: none;
  pointer-events: none;
  outline: none;
  background-color: transparent;
}
section#claim .contenedor .wpcf7.js form .fecha p input::-moz-placeholder {
  color: #495879;
}
section#claim .contenedor .wpcf7.js form .fecha p input::placeholder {
  color: #495879;
}
section#claim .contenedor .wpcf7.js form .informacion_personal p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (max-width: 780px) {
  section#claim .contenedor .wpcf7.js form .informacion_personal p {
    display: flex;
    flex-direction: column;
  }
}
section#claim .contenedor .wpcf7.js form .informacion_personal p .titulo {
  grid-column: span 2;
  color: #183d69;
  font-weight: bold;
  font-size: 1.125rem;
}
section#claim .contenedor .wpcf7.js form .informacion_personal p label {
  width: 100%;
}
section#claim .contenedor .wpcf7.js form .informacion_personal p label span {
  width: 100%;
}
section#claim .contenedor .wpcf7.js form .informacion_personal p label span input {
  width: 100%;
  background-color: #e4f0f6;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: 1px solid #d5ecf7;
}
section#claim .contenedor .wpcf7.js form .informacion_personal p label span input::-moz-placeholder {
  color: #495879;
}
section#claim .contenedor .wpcf7.js form .informacion_personal p label span input::placeholder {
  color: #495879;
}
section#claim .contenedor .wpcf7.js form .informacion_personal p label:has(span[data-name=email-correo]) {
  grid-column: span 2;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p .titulo {
  grid-column: span 2;
  color: #183d69;
  font-weight: bold;
  font-size: 1.125rem;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p label {
  width: 100%;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p label span {
  width: 100%;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p label span input,
section#claim .contenedor .wpcf7.js form .informacion_producto p label span textarea {
  width: 100%;
  background-color: #e4f0f6;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: 1px solid #d5ecf7;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p label span input::-moz-placeholder, section#claim .contenedor .wpcf7.js form .informacion_producto p label span textarea::-moz-placeholder {
  color: #495879;
  font-weight: 100;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p label span input::placeholder,
section#claim .contenedor .wpcf7.js form .informacion_producto p label span textarea::placeholder {
  color: #495879;
  font-weight: 100;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p label span textarea {
  border-radius: 1rem;
  resize: none;
  height: 4rem;
}
section#claim .contenedor .wpcf7.js form .informacion_producto p label:has(span[data-name=email-correo]) {
  grid-column: span 2;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p .titulo {
  color: #183d69;
  font-weight: bold;
  font-size: 1.125rem;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) > span > span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) > span > span > span {
  padding: 0;
  margin: 0;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) > span > span > span label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) > span > span > span label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #1f9ad7;
  transition: all 0.3s ease;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) > span > span > span label input {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) > span > span > span label span {
  color: #1f9ad7;
  font-weight: normal;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) > span > span > span label:has(input:checked)::before {
  background-color: #1f9ad7;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) label span input {
  width: 100%;
  background-color: #e4f0f6;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: 1px solid #d5ecf7;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) label span input::-moz-placeholder {
  color: #495879;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo p:has(span:not(.titulo)) label span input::placeholder {
  color: #495879;
}
section#claim .contenedor .wpcf7.js form .detalle_reclamo ul li p strong {
  font-weight: bold;
}
section#claim .contenedor .wpcf7.js form .contenido * {
  color: #495879;
  font-weight: 100;
  line-height: 130%;
  font-size: 0.938rem;
}
section#claim .contenedor .wpcf7.js form .contenido p {
  margin: 0.5rem 0;
}
section#claim .contenedor .wpcf7.js form .contenido strong,
section#claim .contenedor .wpcf7.js form .contenido b {
  color: #495879;
  font-weight: 800;
}
section#claim .contenedor .wpcf7.js form .contenido h2,
section#claim .contenedor .wpcf7.js form .contenido h3,
section#claim .contenedor .wpcf7.js form .contenido h4 {
  font-size: 0.938rem;
  font-weight: 800;
  color: #495879;
}
@media (max-width: 780px) {
  section#claim .contenedor .wpcf7.js form .contenido h2,
  section#claim .contenedor .wpcf7.js form .contenido h3,
  section#claim .contenedor .wpcf7.js form .contenido h4 {
    font-size: 1rem;
  }
}
section#claim .contenedor .wpcf7.js form .contenido h2,
section#claim .contenedor .wpcf7.js form .contenido h3,
section#claim .contenedor .wpcf7.js form .contenido h4 {
  margin: 1rem 0;
}
section#claim .contenedor .wpcf7.js form .contenido ul li,
section#claim .contenedor .wpcf7.js form .contenido ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#claim .contenedor .wpcf7.js form .contenido ol li {
  list-style-type: decimal;
}
section#claim .contenedor .wpcf7.js form .contenido > ul, section#claim .contenedor .wpcf7.js form .contenido > ol {
  padding: 0.5rem 0;
}
section#claim .contenedor .wpcf7.js form .contenido > ul ol li,
section#claim .contenedor .wpcf7.js form .contenido > ul ul li, section#claim .contenedor .wpcf7.js form .contenido > ol ol li,
section#claim .contenedor .wpcf7.js form .contenido > ol ul li {
  padding: 0;
}
section#claim .contenedor .wpcf7.js form .contenido img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#claim .contenedor .wpcf7.js form .contenido img {
    border-radius: 0.8rem;
  }
}
section#claim .contenedor .wpcf7.js form button[type=submit] {
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#claim .contenedor .wpcf7.js form button[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#claim .contenedor .wpcf7.js form button[type=submit] span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#claim .contenedor .wpcf7.js form button[type=submit] span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#claim .contenedor .wpcf7.js form button[type=submit] svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#claim .contenedor .wpcf7.js form button[type=submit] svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  section#claim .contenedor .wpcf7.js form button[type=submit] {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}/*# sourceMappingURL=index.css.map */