@keyframes encoger {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes encoger-rotar {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.8) rotate(70deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.fondo-animado {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-image: url("../../img/recursos/bg-fondo-section-probando.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
@media (max-width: 1024px) {
  .fondo-animado {
    background-image: url("../../img/recursos/bg-fondo-section-probando-mobile.webp");
  }
}

.btn-circulo {
  padding: 8px 20px;
  background-color: #E22A82;
  border-radius: 20px;
  color: #fff;
  font-size: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}
.btn-circulo::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #F0CB01;
  transform: scale(0);
  transition: transform 0.5s;
  z-index: -1;
}
.btn-circulo:hover {
  box-shadow: 0 5px 20px 0 rgba(213, 181, 3, 0.5);
  color: #552D7A !important;
}
.btn-circulo:hover::before {
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .btn-circulo {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 20px;
  }
}

.volver-inicio {
  color: #E22A82;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.libro-reclamaciones {
  min-height: auto;
  height: auto;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .libro-reclamaciones {
    padding: 50px 0;
  }
}
.libro-reclamaciones .contenedor {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .libro-reclamaciones .contenedor {
    max-width: 88%;
  }
}
.libro-reclamaciones .contenedor .contenido {
  margin-bottom: 50px;
}
.libro-reclamaciones .contenedor .contenido h2, .libro-reclamaciones .contenedor .contenido h3, .libro-reclamaciones .contenedor .contenido h4, .libro-reclamaciones .contenedor .contenido h5, .libro-reclamaciones .contenedor .contenido h6 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .libro-reclamaciones .contenedor .contenido h2, .libro-reclamaciones .contenedor .contenido h3, .libro-reclamaciones .contenedor .contenido h4, .libro-reclamaciones .contenedor .contenido h5, .libro-reclamaciones .contenedor .contenido h6 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.libro-reclamaciones .contenedor .contenido p {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}
.libro-reclamaciones .contenedor .contenido ul {
  padding-left: 20px;
}
.libro-reclamaciones .contenedor .contenido ul li {
  list-style-type: disc;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}
.libro-reclamaciones .contenedor .formulario {
  max-width: 58.438rem;
  padding: 35px 25px;
  background-color: #fff;
  box-shadow: 0 1px 35px 0 rgba(27, 25, 40, 0.05);
  border-radius: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .libro-reclamaciones .contenedor .formulario {
    max-width: 100%;
    padding: 35px 15px;
  }
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form p, .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form h2 {
  margin: 0;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form span {
  width: 100%;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form p > span.wpcf7-form-control-wrap {
  display: flex;
  height: 100%;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons span,
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-form-control-wrap {
  display: block;
  height: auto;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form h2 {
  color: #E22A82;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  left: 20px;
  bottom: -10px;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form input,
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form select, .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form textarea {
  border: none;
  border-radius: 28px;
  background: linear-gradient(0deg, rgba(85, 45, 122, 0.1) 0%, rgba(85, 45, 122, 0.1) 100%), #FFF;
  width: 100%;
  padding: 12px 20px;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form input::-moz-placeholder, .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form select::-moz-placeholder, .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form textarea::-moz-placeholder {
  color: #552D7A;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form input::placeholder,
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form select::placeholder, .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form textarea::placeholder {
  color: #552D7A;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form input:focus,
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form select:focus, .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form textarea:focus {
  outline: none;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form input[type=radio],
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form input[type=checkbox] {
  width: auto;
  min-width: 1.1em;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  flex-shrink: 0;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: radio;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form textarea {
  height: 120px;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .fecha {
  display: flex;
  align-items: center;
  justify-content: center;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .fecha p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  border-radius: 28px;
  padding: 12px 20px;
  border: none;
  background: linear-gradient(0deg, rgba(85, 45, 122, 0.1) 0%, rgba(85, 45, 122, 0.1) 100%), #FFF;
  color: #552D7A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .fecha p span {
  width: -moz-fit-content;
  width: fit-content;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .fecha p span input[type=date] {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #552D7A;
  pointer-events: none;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .fecha p span input[type=date]::-webkit-calendar-picker-indicator,
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .fecha p span input[type=date] -webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .fecha p span input[type=date]:focus {
  outline: none;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .campo-doble {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .campo-doble {
    flex-direction: column;
  }
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .campo-doble p, .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .campo-doble .custom-select {
  width: 100%;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .campo-doble .custom-select select {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  color: #552D7A;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .class-reclamos {
  display: flex;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .class-reclamos span {
  width: -moz-fit-content;
  width: fit-content;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons span {
  width: auto;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-form-control-wrap,
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-form-control.wpcf7-radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-form-control-wrap,
  .libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  flex-direction: row;
  white-space: nowrap;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-list-item input[type=radio] {
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  margin: 0;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  line-height: 1.2;
}
.libro-reclamaciones .contenedor .formulario .wpcf7 .wpcf7-form .center {
  display: flex;
}
.libro-reclamaciones .contenedor .center {
  display: flex;
}/*# sourceMappingURL=index.css.map */