.precios__01 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(24, 66, 193, 0.04) 0%, rgba(24, 66, 193, 0.04) 100%);
  height: 110vh;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.precios__01::before {
  content: "";
  filter: grayscale(1);
  background-position: center;
  background-image: url(../assets/img/precios/background-precios.webp);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .precios__01 {
    height: 100%;
  }
}
.precios__01 .container-fluid {
  padding-left: calc(var(--bs-gutter-x) * 2);
  padding-right: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .precios__01 .container-fluid {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .precios__01 div {
    height: 100%;
  }
}
.precios__01 .row {
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 0;
}
@media (max-width: 991.98px) {
  .precios__01-texto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 6em;
  }
}
.precios__01-texto .title {
  color: var(--white);
  margin-bottom: 20px;
  white-space: pre-line;
}
@media (max-width: 991.98px) {
  .precios__01-texto .title {
    text-align: center;
  }
}
.precios__01-texto .title .back-orange {
  padding: 0 5px;
  font-family: var(--font-sequel);
  font-size: 42px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--orange);
}
@media (max-width: 767.98px) {
  .precios__01-texto .title .back-orange {
    font-size: 36px;
  }
}
.precios__01-texto .paragraph {
  color: var(--white);
  white-space: pre-line;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .precios__01-texto .paragraph {
    text-align: center;
  }
}
@media (max-width: 400.98px) {
  .precios__01-texto .paragraph {
    white-space: normal;
  }
}
.precios__01-texto .paragraph b {
  white-space: pre-line;
}
.precios__01-texto .btn__global {
  margin-top: 3em;
  display: block;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .precios__01-texto .btn__global {
    margin: 3em auto;
  }
}
.precios__01 .laptop {
  width: 100%;
}
@media (max-width: 991.98px) {
  .precios__01 .laptop {
    width: 90%;
    float: right;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .precios__01 .laptop {
    width: 95%;
  }
}

.precios__02 {
  padding: 4em 0;
  position: relative;
}
.precios__02-text {
  text-align: center;
  margin-bottom: 2em;
}
.precios__02-popular {
  padding: 12px 24px;
  border-radius: 10px 10px 0 0;
  background-color: var(--blue);
}
@media (max-width: 991.98px) {
  .precios__02-popular {
    width: 75%;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .precios__02-popular {
    width: 90%;
  }
}
.precios__02-popular span {
  color: var(--white);
  display: block;
  text-align: center;
  font-family: var(--font-sequel);
  font-size: 20px;
  font-weight: 500;
}
.precios__02-planes {
  border-radius: 10px;
  border: 1px solid var(--black);
  background: var(--gris);
  padding: 40px 24px;
  margin-top: 3em;
}
@media (max-width: 991.98px) {
  .precios__02-planes {
    width: 75%;
    margin: 0 auto 3em;
  }
}
@media (max-width: 575.98px) {
  .precios__02-planes {
    width: 90%;
  }
}
.precios__02-planes:hover {
  background-color: var(--blue);
  border-color: var(--gris);
}
.precios__02-planes:hover .precios__02-planes-title {
  border-color: var(--white);
}
.precios__02-planes:hover .name-plan {
  color: var(--white);
}
.precios__02-planes:hover .precios__02-planes-precio {
  border-color: var(--white);
  color: var(--white);
}
.precios__02-planes:hover .precios__02-planes-precio .descripcion, .precios__02-planes:hover .precios__02-planes-precio .bottom {
  color: var(--white);
}
.precios__02-planes:hover .precios__02-planes-precio small {
  color: var(--white);
}
.precios__02-planes:hover .precios__02-planes-precio .precio-grupo {
  color: var(--white);
}
.precios__02-planes:hover .precios__02-planes-precio .precio-grupo .precio, .precios__02-planes:hover .precios__02-planes-precio .precio-grupo span, .precios__02-planes:hover .precios__02-planes-precio .precio-grupo p {
  color: var(--white);
}
.precios__02-planes:hover .precios__02-planes-incluye {
  border-color: var(--white);
}
.precios__02-planes:hover .precios__02-planes-incluye .title, .precios__02-planes:hover .precios__02-planes-incluye li {
  color: var(--white);
}
.precios__02-planes.equipo {
  margin-top: 0;
  border-radius: 0 0 10px 10px;
}
.precios__02-planes-title {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.precios__02-planes-title .name-plan {
  display: block;
  color: var(--black);
  text-align: center;
  font-family: var(--font-sequel);
  font-size: 20px;
  font-weight: 500;
}
.precios__02-planes-precio {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.precios__02-planes-precio .descripcion {
  text-align: center;
  font-family: var(--font-sequel);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}
.precios__02-planes-precio small {
  display: block;
  margin-bottom: 8px;
  color: var(--black);
  text-align: center;
  font-family: var(--font-sequel);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.precios__02-planes-precio .precio-grupo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
}
.precios__02-planes-precio .precio-grupo .precio {
  line-height: 1;
  margin: 0 0;
  font-family: var(--font-sequel);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.precios__02-planes-precio .precio-grupo span {
  text-transform: uppercase;
  font-family: var(--font-sequel);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.precios__02-planes-precio .precio-grupo p {
  margin-bottom: 1px;
  margin-left: 8px;
  font-family: var(--font-sequel);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.precios__02-planes-precio .bottom {
  text-align: center;
  font-family: var(--font-sequel);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.precios__02-planes-incluye {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.precios__02-planes-incluye .title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: var(--font-sequel);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.precios__02-planes-incluye ul li {
  margin-bottom: 12px;
  list-style: none;
  text-align: center;
  font-family: var(--font-sequel);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.precios__02-planes-seleccionar .btn__global {
  margin: auto;
  display: block;
}
.precios__02-planes-seleccionar .btn__global .text {
  color: var(--black);
}
.precios__02-planes-seleccionar .btn__global:hover .text {
  color: var(--white);
}

.precios__03 {
  background-color: var(--gris);
  padding: 4em 0;
}
.precios__03-text {
  text-align: center;
}
.precios__03-text .title {
  margin-bottom: 24px;
}
.precios__03-formulario {
  margin-top: 2em;
  background-color: var(--blue);
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .precios__03-formulario {
    width: 95%;
    margin: auto;
    display: block;
  }
}
.precios__03-formulario .global__contact-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 40px 40px 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .precios__03-formulario .global__contact-form {
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .precios__03-formulario .global__contact-form {
    padding: 40px 20px 20px;
  }
}
.precios__03-formulario .global__contact-form .grupo-columna {
  display: flex;
  flex-direction: column;
  width: 25%;
}
@media (max-width: 991.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna {
    width: 48%;
  }
}
@media (max-width: 767.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna {
    width: 35%;
  }
}
@media (max-width: 575.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna {
    width: 100%;
  }
}
.precios__03-formulario .global__contact-form .grupo-columna.productos {
  width: 40%;
}
@media (max-width: 991.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna.productos {
    width: 48%;
  }
}
@media (max-width: 767.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna.productos {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna.productos {
    width: 100%;
  }
}
.precios__03-formulario .global__contact-form .grupo-columna.productos .wpcf7-form-control-wrap .wpcf7-list-item {
  width: calc(50% - 0px);
  margin-left: 0;
  margin-bottom: 1em;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.precios__03-formulario .global__contact-form .grupo-columna.datos {
  width: 50%;
}
@media (max-width: 991.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna.datos {
    width: 100%;
  }
}
.precios__03-formulario .global__contact-form .grupo-columna.datos .wpcf7-form-control-wrap {
  margin-top: 0 !important;
}
.precios__03-formulario .global__contact-form .grupo-columna.datos .wpcf7-form-control-wrap .wpcf7-form-control {
  border-bottom: 1px solid var(--white);
}
.precios__03-formulario .global__contact-form .grupo-columna label {
  color: var(--white);
  font-family: var(--font-sequel);
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
}
.precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap {
  margin-top: 2em;
  position: relative;
  display: block;
}
.precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap[data-name=segmento] {
  margin: 0 0;
}
.precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap[data-name=segmento] .wpcf7-form-control {
  display: flex;
  gap: 10px;
}
@media (max-width: 430.98px) {
  .precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap[data-name=segmento] .wpcf7-form-control {
    flex-wrap: wrap;
    gap: 0;
  }
}
.precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0 0 1em 0;
  width: 100%;
}
.precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap .wpcf7-form-control {
  border: 0 none;
}
.precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap label {
  border: 0 none;
}
.precios__03-formulario .global__contact-form .grupo-columna .wpcf7-form-control-wrap .wpcf7-list-item-label {
  color: var(--white);
  font-family: var(--font-sequel);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 0 none;
  border-bottom: 1px solid var(--gris);
  color: var(--white);
  margin-top: 2em;
  padding-bottom: 10px;
  font-weight: 300;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control::placeholder {
  color: var(--white);
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: 9px;
  left: 0px;
  border: 0 none;
  background: var(--gris);
  border-radius: 5px;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "x";
  height: 30px;
  width: 30px;
  top: 9px;
  left: 0;
  visibility: hidden;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: var(--black);
  border: 0 none;
  background: var(--gris);
  border-radius: 5px;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control .wpcf7-list-item-label {
  margin-left: 35px;
  display: inline-block;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-submit {
  float: right;
  padding: 12px 45px 14px;
  border: 0 none;
  background-color: var(--orange);
  width: fit-content;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: var(--font-noto);
  font-size: 13px;
  font-weight: 600;
}
.precios__03-formulario .global__contact-form .wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--blue);
  cursor: pointer;
}
.precios__03-formulario .global__contact-form .wpcf7-not-valid-tip {
  color: var(--orange);
  font-family: var(--font-sequel);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}
.precios__03-formulario .global__contact-form .wpcf7-response-output {
  border-radius: 5px;
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: var(--white);
  border: 0 none;
  background-color: var(--orange);
  font-family: var(--font-sequel);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}
.precios__03-formulario .global__contact-flex {
  display: flex;
  width: 100%;
  gap: 10px;
}
.precios__03-formulario .global__contact-input {
  width: 49%;
}

.precios__04 {
  padding: 8em 0;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 0;
}
.precios__04::before {
  content: "";
  opacity: 0.2;
  filter: grayscale(1);
  background-position: center;
  background-image: url(../assets/img/precios/experiencia-datoz.webp);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.precios__04 .title {
  text-align: center;
  color: var(--white);
}
.precios__04 .title .back-orange {
  padding: 0 5px;
  font-family: var(--font-sequel);
  font-size: 42px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--orange);
}
@media (max-width: 767.98px) {
  .precios__04 .title .back-orange {
    font-size: 36px;
  }
}
.precios__04 .btn__global {
  margin: 2em auto 0;
  display: block;
}
