body {
  color: #818181;
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #131414;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  line-height: 1.3;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0px;
}
h2 {
  font-size: 45px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a {
  color: #0c5adb;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  text-decoration: none;
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}
li {
}

ul {
  margin: 0;

  padding: 0;
}
li {
}
input:focus,
button:focus {
  border: 1px solid #ced4da;
  outline: 0;
}
textarea:focus {
  border: 1px solid #ced4da;
  outline: 0;
}
hr {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
hr.style-2 {
  border-bottom: 1px dashed #f10;
}
hr.mp-0 {
  margin: 0;
  border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
label {
  color: #616161;
  cursor: pointer;
  margin-bottom: 10px;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
  font-style: normal;
  font-weight: 400;
}

::-moz-placeholder {
  color: #666;
  font-size: 12px;
}
::-webkit-input-placeholder {
  color: #666;
  font-size: 12px;
}
:-ms-input-placeholder {
  color: #666;
  font-size: 12px;
}
::placeholder {
  color: #666;
  font-size: 12px;
}
.btn {
  color: rgba(255, 255, 255, 1);
  background: #e96e53;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0px;
}

.btn-primary {
  background-color: #e96e53;
  font-size: 14px;
  padding: 15px 28px;
  border: 1px solid #0c5adb;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background-color: #fff;
  color: #0c5adb;
  border: 1px solid transparent;
}
.btn-primary:focus {
  background-color: #fff;
  color: #0c5adb;
  border: 1px solid transparent;
}
.btn-secondary {
  background-color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 0.71;
  padding: 19px 25px;
  border: 1px solid #232323;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-secondary:hover {
  background-color: #fff;
  color: #232;
  border: 1px solid transparent;
}
.coaching-details-two .details-button-two a i {
  font-style: italic;
}
.details-button-two .btn-primary i {
  padding: 5px;
}
.details-button-two .btn-primary:hover {
  background: #232323;
  color: #fff;
}

li.product .purify-wpro-wishlist-btn {
  display: none !important;
}

/* >>>>>>> MODAL SOBRE NOSOTROS  */

.aq-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.aq-modal-content {
  background: #ffffff;
  width: 90%;
  max-width: 600px;
  margin: 5% auto;
  border-radius: 16px;
  padding: 25px 30px 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.4s ease;
  position: relative;
}

.aq-body h3 {
  margin-top: 0;
  font-size: 45px;
  color: #1f5f6b;
  text-align: center;
  font-weight: 700;
}

.aq-body p {
  font-size: 16px;
  color: #818181;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans';
}

.aq-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  cursor: pointer;
  color: #888;
}

.aq-close:hover {
  color: #000;
}

/* AUDIO */
.aq-audio {
  margin-top: 20px;
  padding: 15px;
  background: #f5f7fa;
  border-radius: 10px;
  text-align: center;
}

.aq-audio audio {
  width: 100%;
  margin-top: 10px;
}

/* animación */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 responsive */
@media (max-width: 480px) {
  .aq-modal-content {
    margin: 15% auto;
    padding: 20px;
  }

  .aq-body h2 {
    font-size: 20px;
  }
}

/* >>>>>>> END MODAL MODAL SOBRE NOSOTROS  */

/* >>>>>>> MODAL CALCULADORA */
.ca-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

/* Contenedor del modal */
.cal-modal-content {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 900px;
  height: 80vh;

  position: fixed; /* 👈 clave */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 👈 centrado real */

  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Botón cerrar */
.cal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  font-weight: bold;
  color: #777;
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cal-close:hover {
  color: #000;
}

/* Contenido interno */
.cal-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

/* Iframe */
.modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .cal-modal-content {
    max-width: 100%;
    height: 90vh;
    border-radius: 12px;
  }

  .cal-body {
    padding: 10px;
  }

  .cal-body h3 {
    font-size: 20px;
  }
}

/*END  MODAL CALCULADORA */
